Write a python program to display all the headers tags from '.'en.wikipedia.org/wiki/Main_Page
!pip install bs4
!pip install requests
Requirement already satisfied: bs4 in c:\users\dell\anaconda3\lib\site-packages (0.0.1) Requirement already satisfied: beautifulsoup4 in c:\users\dell\anaconda3\lib\site-packages (from bs4) (4.9.3) Requirement already satisfied: soupsieve>1.2; python_version >= "3.0" in c:\users\dell\anaconda3\lib\site-packages (from beautifulsoup4->bs4) (2.0.1) Requirement already satisfied: requests in c:\users\dell\anaconda3\lib\site-packages (2.24.0) Requirement already satisfied: idna<3,>=2.5 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2.10) Requirement already satisfied: certifi>=2017.4.17 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2020.6.20) Requirement already satisfied: chardet<4,>=3.0.2 in c:\users\dell\anaconda3\lib\site-packages (from requests) (3.0.4) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\dell\anaconda3\lib\site-packages (from requests) (1.25.11)
from bs4 import BeautifulSoup
import requests
page= requests.get("https://en.wikipedia.org/wiki/Main_Page")
page
<Response [200]>
page.content
b'<!DOCTYPE html>\n<html class="client-nojs" lang="en" dir="ltr">\n<head>\n<meta charset="UTF-8"/>\n<title>Wikipedia, the free encyclopedia</title>\n<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"b1dd0273-644e-4097-9328-f5b24319718d","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"Main_Page","wgTitle":"Main Page","wgCurRevisionId":1004593520,"wgRevisionId":1004593520,"wgArticleId":15580374,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":[],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"Main_Page","wgRelevantArticleId":15580374,"wgIsProbablyEditable":!1,"wgRelevantPageIsProbablyEditable":!1,"wgRestrictionEdit":["sysop"],"wgRestrictionMove":["sysop"],"wgIsMainPage":!0,"wgFlaggedRevsParams":{\n"tags":{"status":{"levels":-1}}},"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsFlags":10,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgULSisCompactLinksEnabled":!0,"wgGENewcomerTasksGuidanceEnabled":!0,"wgGEAskQuestionEnabled":!1,"wgGELinkRecommendationsFrontendEnabled":!1,"wgWikibaseItemId":"Q5296"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":\n"ready","ext.wikimediaBadges":"ready"};RLPAGEMODULES=["site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.growthExperiments.SuggestedEditSession"];</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\\\","watchToken":"+\\\\","csrfToken":"+\\\\"});\n});});</script>\n<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cskins.vector.styles.legacy&only=styles&skin=vector"/>\n<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>\n<meta name="ResourceLoaderDynamicStyles" content=""/>\n<link rel="stylesheet" href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector"/>\n<meta name="generator" content="MediaWiki 1.37.0-wmf.20"/>\n<meta name="referrer" content="origin"/>\n<meta name="referrer" content="origin-when-crossorigin"/>\n<meta name="referrer" content="origin-when-cross-origin"/>\n<meta name="format-detection" content="telephone=no"/>\n<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/b/b2/WilliamLyonMackenzie.jpeg"/>\n<meta property="og:title" content="Wikipedia, the free encyclopedia"/>\n<meta property="og:type" content="website"/>\n<link rel="preconnect" href="//upload.wikimedia.org"/>\n<link rel="alternate" media="only screen and (max-width: 720px)" href="//en.m.wikipedia.org/wiki/Main_Page"/>\n<link rel="alternate" type="application/atom+xml" title="Wikipedia picture of the day feed" href="/w/api.php?action=featuredfeed&feed=potd&feedformat=atom"/>\n<link rel="alternate" type="application/atom+xml" title="Wikipedia featured articles feed" href="/w/api.php?action=featuredfeed&feed=featured&feedformat=atom"/>\n<link rel="alternate" type="application/atom+xml" title="Wikipedia "On this day..." feed" href="/w/api.php?action=featuredfeed&feed=onthisday&feedformat=atom"/>\n<link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png"/>\n<link rel="shortcut icon" href="/static/favicon/wikipedia.ico"/>\n<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)"/>\n<link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd"/>\n<link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/"/>\n<link rel="canonical" href="https://en.wikipedia.org/wiki/Main_Page"/>\n<link rel="dns-prefetch" href="//login.wikimedia.org"/>\n<link rel="dns-prefetch" href="//meta.wikimedia.org" />\n</head>\n<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Main_Page rootpage-Main_Page skin-vector action-view skin-vector-legacy"><div id="mw-page-base" class="noprint"></div>\n<div id="mw-head-base" class="noprint"></div>\n<div id="content" class="mw-body" role="main">\n\t<a id="top"></a>\n\t<div id="siteNotice"><!-- CentralNotice --></div>\n\t<div class="mw-indicators">\n\t</div>\n\t<h1 id="firstHeading" class="firstHeading" >Main Page</h1>\n\t<div id="bodyContent" class="vector-body">\n\t\t<div id="siteSub" class="noprint">From Wikipedia, the free encyclopedia</div>\n\t\t<div id="contentSub"></div>\n\t\t<div id="contentSub2"></div>\n\t\t\n\t\t<div id="jump-to-nav"></div>\n\t\t<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>\n\t\t<a class="mw-jump-link" href="#searchInput">Jump to search</a>\n\t\t<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-parser-output"><style data-mw-deduplicate="TemplateStyles:r1004580458">.mw-parser-output #mp-topbanner{position:relative;box-sizing:border-box;min-width:47em;border-color:#ddd;background-color:#f9f9f9;white-space:nowrap}.mw-parser-output .mp-bordered,.mw-parser-output .mp-h2,body.skin-timeless .mw-parser-output .mp-h2{border-width:1px;border-style:solid}.mw-parser-output #mp-topbanner,.mw-parser-output .mp-h2,.mw-parser-output #mp-left{color:#000}.mw-parser-output #mp-welcomecount{margin:0.4em;width:22em;text-align:center}.mw-parser-output #mp-welcome{font-size:162%;padding:0.1em}.mw-parser-output #mp-free{font-size:95%}.mw-parser-output #articlecount{font-size:85%}.mw-parser-output #mp-portals{position:absolute;right:-1em;top:50%;margin-top:-2.4em;width:38%;min-width:25em;font-size:95%}.mw-parser-output #mp-portals li{position:absolute;left:0;top:0}.mw-parser-output #mp-portals .portal-hmid{left:33%}.mw-parser-output #mp-portals .portal-hright{left:66%}.mw-parser-output #mp-portals .portal-vmid{top:1.6em}.mw-parser-output #mp-portals .portal-vbot{top:3.2em}.mw-parser-output #mp-portals li:last-child{font-weight:bold}.mw-parser-output #mp-banner{margin-top:4px;padding:0.5em;background-color:#fffaf5;border-color:#f2e0ce}.mw-parser-output .mp-h2,body.skin-timeless .mw-parser-output .mp-h2{margin:0.5em;padding:0.2em 0.4em;font-size:120%;font-weight:bold;font-family:inherit}.mw-parser-output h2.mp-h2::after{border:none}.mw-parser-output .mp-later{font-size:85%;font-weight:normal}.mw-parser-output #mp-upper{width:100%;margin-top:4px;margin-bottom:0;border-spacing:0;border-collapse:separate}.mw-parser-output #mp-upper .mid-table{border-color:transparent}.mw-parser-output #mp-left{width:55%;border-color:#cef2e0;background:#f5fffa}.mw-parser-output #mp-right{width:45%;border-color:#cedff2;background:#f5faff}.mw-parser-output #mp-left,.mw-parser-output #mp-right{padding:0;vertical-align:top}.mw-parser-output #mp-left .mp-h2{background:#cef2e0;border-color:#a3bfb1}.mw-parser-output #mp-right .mp-h2{background:#cedff2;border-color:#a3b0bf}.mw-parser-output #mp-tfa,.mw-parser-output #mp-dyk,.mw-parser-output #mp-itn,.mw-parser-output #mp-otd,.mw-parser-output #mp-other-lower>div{padding:0.1em 0.6em}.mw-parser-output #mp-dyk-h2,.mw-parser-output #mp-otd-h2{clear:both}.mw-parser-output #mp-middle{margin-top:4px;border-color:#f2cedd;background:#fff5fa}.mw-parser-output #mp-middle,.mw-parser-output #mp-lower,.mw-parser-output #mp-other-lower{overflow:auto}.mw-parser-output #mp-tfl-h2{background:#f2cedd;border-color:#bfa3af}.mw-parser-output #mp-tfl{padding:0.3em 0.7em}.mw-parser-output #mp-lower{margin-top:4px;border-color:#ddcef2;background:#faf5ff}.mw-parser-output #mp-tfp-h2{background:#ddcef2;border-color:#afa3bf}.mw-parser-output #mp-tfp{margin:0.1em 0.4em 0.6em}.mw-parser-output #mp-other-lower{padding:0;border-color:#e2e2e2;margin-top:4px}.mw-parser-output #mp-dyk,.mw-parser-output #mp-otd,.mw-parser-output #mp-other-lower{padding-bottom:0.5em}.mw-parser-output #mp-other-lower .mp-h2{background:#eee;border-color:#ddd;color:#222}@media(max-width:875px){body.skin--responsive .mw-parser-output #mp-welcomecount{width:auto}body.skin--responsive .mw-parser-output #mp-topbanner{min-width:0;white-space:normal}body.skin--responsive .mw-parser-output #mp-portals{position:static;width:auto;min-width:0;text-align:center;border-top:1px solid #ddd;padding:0.4em 0;margin:0 0.4em}body.skin--responsive .mw-parser-output #mp-portals li{position:static;display:inline;padding:0 5px;white-space:nowrap}body.skin--responsive .mw-parser-output table,body.skin--responsive .mw-parser-output tr,body.skin--responsive .mw-parser-output td,body.skin--responsive .mw-parser-output tbody{display:block!important;width:100%!important;box-sizing:border-box}body.skin--responsive .mw-parser-output #mp-tfp tr:first-child td:first-child a{text-align:center;display:table;margin:0 auto}}</style>\n<div id="mp-topbanner" class="mp-bordered">\n<div id="mp-welcomecount">\n<div id="mp-welcome">Welcome to <a href="/wiki/Wikipedia" title="Wikipedia">Wikipedia</a>,</div>\n<div id="mp-free">the <a href="/wiki/Free_content" title="Free content">free</a> <a href="/wiki/Encyclopedia" title="Encyclopedia">encyclopedia</a> that <a href="/wiki/Help:Introduction_to_Wikipedia" title="Help:Introduction to Wikipedia">anyone can edit</a>.</div>\n<div id="articlecount"><a href="/wiki/Special:Statistics" title="Special:Statistics">6,365,665</a> articles in <a href="/wiki/English_language" title="English language">English</a></div>\n</div>\n<ul id="mp-portals">\n<li><a href="/wiki/Portal:The_arts" title="Portal:The arts">The arts</a></li>\n<li class="portal-vmid"><a href="/wiki/Portal:Biography" title="Portal:Biography">Biography</a></li>\n<li class="portal-vbot"><a href="/wiki/Portal:Geography" title="Portal:Geography">Geography</a></li>\n<li class="portal-hmid"><a href="/wiki/Portal:History" title="Portal:History">History</a></li>\n<li class="portal-hmid portal-vmid"><a href="/wiki/Portal:Mathematics" title="Portal:Mathematics">Mathematics</a></li>\n<li class="portal-hmid portal-vbot"><a href="/wiki/Portal:Science" title="Portal:Science">Science</a></li>\n<li class="portal-hright"><a href="/wiki/Portal:Society" title="Portal:Society">Society</a></li>\n<li class="portal-hright portal-vmid"><a href="/wiki/Portal:Technology" title="Portal:Technology">Technology</a></li>\n<li class="portal-hright portal-vbot"><a href="/wiki/Wikipedia:Contents/Portals" title="Wikipedia:Contents/Portals">All portals</a></li>\n</ul>\n</div>\n<table role="presentation" id="mp-upper">\n<tbody><tr>\n<td id="mp-left" class="MainPageBG mp-bordered">\n<h2 id="mp-tfa-h2" class="mp-h2"><span id="From_today.27s_featured_article"></span><span class="mw-headline" id="From_today\'s_featured_article">From today\'s featured article</span></h2>\n<div id="mp-tfa"><div id="mp-tfa-img" style="float: left; margin: 0.5em 0.9em 0.4em 0em;">\n<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 125px;">\n<a href="/wiki/File:WilliamLyonMackenzie.jpeg" class="image" title="William Lyon Mackenzie"><img alt="William Lyon Mackenzie" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b2/WilliamLyonMackenzie.jpeg/125px-WilliamLyonMackenzie.jpeg" decoding="async" width="125" height="157" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b2/WilliamLyonMackenzie.jpeg/188px-WilliamLyonMackenzie.jpeg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b2/WilliamLyonMackenzie.jpeg/250px-WilliamLyonMackenzie.jpeg 2x" data-file-width="480" data-file-height="601" /></a></div>\n</div>\n<p><b><a href="/wiki/William_Lyon_Mackenzie" title="William Lyon Mackenzie">William Lyon Mackenzie</a></b> (March 12, 1795 \xe2\x80\x93 August 28, 1861) was a Scottish-born Canadian-American <a href="/wiki/Journalism" title="Journalism">journalist</a> and <a href="/wiki/Politics" title="Politics">politician</a>. He founded newspapers critical of the <a href="/wiki/Family_Compact" title="Family Compact">Family Compact</a>, represented <a href="/wiki/York_County,_Ontario" title="York County, Ontario">York County</a> in the <a href="/wiki/Legislative_Assembly_of_Upper_Canada" title="Legislative Assembly of Upper Canada">Legislative Assembly of Upper Canada</a> and aligned with <a href="/wiki/Reform_movement_(Upper_Canada)" title="Reform movement (Upper Canada)">Reformers</a>. <a href="/wiki/Dundee" title="Dundee">Dundee</a>-born, Mackenzie emigrated to <a href="/wiki/York,_Upper_Canada" title="York, Upper Canada">York, Upper Canada</a>, (now <a href="/wiki/Toronto" title="Toronto">Toronto</a>) in 1820 and published his first newspaper in 1824. He was elected to the legislative assembly in 1827 and became <a href="/wiki/List_of_mayors_of_Toronto" title="List of mayors of Toronto">Toronto\'s first mayor</a> in 1834. In 1837, he commanded the rebels in the <a href="/wiki/Upper_Canada_Rebellion" title="Upper Canada Rebellion">Upper Canada Rebellion</a>, but was defeated at the <a href="/wiki/Battle_of_Montgomery%27s_Tavern" title="Battle of Montgomery's Tavern">Battle of Montgomery\'s Tavern</a>. He fled to the U.S. to rally American support for an invasion of Upper Canada. This violated the <a href="/wiki/Neutrality_Act_of_1794" title="Neutrality Act of 1794">Neutrality Act</a> and he was imprisoned. He discovered and published documents that outlined corrupt financial transactions and government appointments by New York state officials. He represented <a href="/wiki/Haldimand_County" title="Haldimand County">Haldimand County</a> in <a href="/wiki/Parliament_of_the_Province_of_Canada" title="Parliament of the Province of Canada">the legislature</a> of the <a href="/wiki/Province_of_Canada" title="Province of Canada">Province of Canada</a> from 1851 to 1858, and died in August 1861. (<b><a href="/wiki/William_Lyon_Mackenzie" title="William Lyon Mackenzie">Full article...</a></b>)\n</p>\n<div class="tfa-recent" style="text-align: right;">\nRecently featured: <div class="hlist hlist-separated inline">\n<ul><li><a href="/wiki/USS_Iowa_(BB-61)" title="USS Iowa (BB-61)">USS <i>Iowa</i> (<span class="nowrap">BB-61</span>)</a></li>\n<li><a href="/wiki/Cr%C3%A9cy_campaign" title="Cr\xc3\xa9cy campaign">Cr\xc3\xa9cy campaign</a></li>\n<li><a href="/wiki/Santer%C3%ADa" title="Santer\xc3\xada">Santer\xc3\xada</a></li></ul>\n</div></div>\n<div class="tfa-footer hlist hlist-separated noprint" style="text-align: right;">\n<ul><li><b><a href="/wiki/Wikipedia:Today%27s_featured_article/August_2021" title="Wikipedia:Today's featured article/August 2021">Archive</a></b></li>\n<li><b><a href="https://lists.wikimedia.org/mailman/listinfo/daily-article-l" class="extiw" title="mail:daily-article-l">By email</a></b></li>\n<li><b><a href="/wiki/Wikipedia:Featured_articles" title="Wikipedia:Featured articles">More featured articles</a></b></li></ul>\n</div></div>\n<h2 id="mp-dyk-h2" class="mp-h2"><span class="mw-headline" id="Did_you_know_...">Did you know ...</span></h2>\n<div id="mp-dyk">\n<div class="dyk-img" style="float: right; margin-left: 0.5em;">\n<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 127px;">\n<a href="/wiki/File:Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg" class="image" title="Marie Antoinette with a Rose by \xc3\x89lisabeth Vig\xc3\xa9e Le Brun"><img alt="Marie Antoinette with a Rose by \xc3\x89lisabeth Vig\xc3\xa9e Le Brun" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg/127px-Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg" decoding="async" width="127" height="154" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg/191px-Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg/254px-Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg 2x" data-file-width="3894" data-file-height="4728" /></a><div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word;"><i><a href="/wiki/Marie_Antoinette_with_a_Rose" title="Marie Antoinette with a Rose">Marie Antoinette with a Rose</a></i> by <a href="/wiki/%C3%89lisabeth_Vig%C3%A9e_Le_Brun" title="\xc3\x89lisabeth Vig\xc3\xa9e Le Brun">\xc3\x89lisabeth Vig\xc3\xa9e Le Brun</a></div></div>\n</div>\n<ul><li>... that <i><b><a href="/wiki/Marie_Antoinette_with_a_Rose" title="Marie Antoinette with a Rose">Marie Antoinette with a Rose</a></b></i> <i>(pictured)</i> by <a href="/wiki/%C3%89lisabeth_Vig%C3%A9e_Le_Brun" title="\xc3\x89lisabeth Vig\xc3\xa9e Le Brun">\xc3\x89lisabeth Vig\xc3\xa9e Le Brun</a> was a <a href="/wiki/Salon_(Paris)" title="Salon (Paris)">Salon</a> exhibition replacement for her criticized portrait of the queen wearing a chemise?</li>\n<li>... that particle physicist <b><a href="/wiki/Arden_Warner" title="Arden Warner">Arden Warner</a></b> invented a magnetism-based method for cleaning up oil spills?</li>\n<li>... that thousands of political prisoners in Indonesia were interned in the <b><a href="/wiki/Waeapo_River" title="Waeapo River">Waeapo River</a></b> valley in <a href="/wiki/Buru" title="Buru">Buru</a>?</li>\n<li>... that <b><a href="/wiki/Linda_Watson_(soprano)" title="Linda Watson (soprano)">Linda Watson</a></b>, a <a href="/wiki/Dramatic_soprano" title="Dramatic soprano">dramatic soprano</a> born in <a href="/wiki/San_Francisco" title="San Francisco">San Francisco</a> who made a career in Europe, is proud of a <a href="/wiki/Grammy_Awards" title="Grammy Awards">Grammy nomination</a> for Wagner\'s <a href="/wiki/Der_Ring_des_Nibelungen" title="Der Ring des Nibelungen"><i>Ring</i> cycle</a> with her as Br\xc3\xbcnnhilde?</li>\n<li>... that after appointing the <b><a href="/wiki/Gavrili%C8%9Ba_Cabinet" title="Gavrili\xc8\x9ba Cabinet">Gavrili\xc8\x9ba Cabinet</a></b>, <a href="/wiki/Moldova" title="Moldova">Moldova</a> is only one of two republics in the world where the non-collective <a href="/wiki/Maia_Sandu" title="Maia Sandu">head of state</a> and <a href="/wiki/Natalia_Gavrili%C8%9Ba" title="Natalia Gavrili\xc8\x9ba">head of government</a> are both <a href="/wiki/List_of_elected_and_appointed_female_heads_of_state_and_government" title="List of elected and appointed female heads of state and government">currently women</a>?</li>\n<li>... that <b><a href="/wiki/Natalie_Simanowski" title="Natalie Simanowski">Natalie Simanowski</a></b> began her "second life" as a <a href="/wiki/Paralympic_Games" title="Paralympic Games">Paralympian</a> cyclist after being attacked by someone described as a "<a href="/wiki/Psychopathy" title="Psychopathy">psychopath</a>"?</li>\n<li>... that <i><b><a href="/wiki/Bicellariella_ciliata" title="Bicellariella ciliata">Bicellariella ciliata</a></b></i>, <i><b><a href="/wiki/Crisularia_plumosa" title="Crisularia plumosa">Crisularia plumosa</a></b></i>, <i><b><a href="/wiki/Bugulina_flabellata" title="Bugulina flabellata">Bugulina flabellata</a></b></i> and <i><b><a href="/wiki/Bugulina_turbinata" title="Bugulina turbinata">Bugulina turbinata</a></b></i> form part of a <a href="/wiki/Bryozoa" title="Bryozoa">bryozoan</a> "turf" on steep or vertical rock exposed to moderate water movement?</li>\n<li>... that <b><a href="/wiki/Rosa_Egipc%C3%ADaca" title="Rosa Egipc\xc3\xadaca">Rosa Egipc\xc3\xadaca</a></b> was the first black woman in Brazil to write a book?</li></ul>\n<div class="dyk-footer hlist noprint" style="margin-top: 0.5em; text-align: right;">\n<ul><li><b><a href="/wiki/Wikipedia:Recent_additions" title="Wikipedia:Recent additions">Archive</a></b></li>\n<li><b><a href="/wiki/Help:Your_first_article" title="Help:Your first article">Start a new article</a></b></li>\n<li><b><a href="/wiki/Template_talk:Did_you_know" title="Template talk:Did you know">Nominate an article</a></b></li></ul>\n</div>\n</div>\n</td>\n<td class="mp-bordered mid-table">\n</td>\n<td id="mp-right" class="MainPageBG mp-bordered">\n<h2 id="mp-itn-h2" class="mp-h2"><span class="mw-headline" id="In_the_news">In the news</span></h2>\n<div id="mp-itn"><div role="figure" class="itn-img" style="float: right; margin-left: 0.5em; margin-top: 0.2em;">\n<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 185px;">\n<a href="/wiki/File:Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg" class="image" title="Paralympics opening ceremony"><img alt="Paralympics opening ceremony" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg/185px-Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg" decoding="async" width="185" height="106" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg/278px-Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg/370px-Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg 2x" data-file-width="2600" data-file-height="1492" /></a><div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word; text-align: left;">Paralympics opening ceremony</div></div>\n</div>\n<ul><li>Amid <a href="/wiki/2021_evacuation_from_Afghanistan" title="2021 evacuation from Afghanistan">evacuations from Afghanistan</a>, <b><a href="/wiki/2021_Kabul_airport_attack" title="2021 Kabul airport attack">a suicide bombing</a></b> kills at least 182 people at <a href="/wiki/Hamid_Karzai_International_Airport" title="Hamid Karzai International Airport">Hamid Karzai International Airport</a> in <a href="/wiki/Kabul" title="Kabul">Kabul</a>.</li>\n<li>The <b><a href="/wiki/2020_Summer_Paralympics" title="2020 Summer Paralympics">Summer Paralympics</a></b> <a href="/wiki/2020_Summer_Paralympics_opening_ceremony" title="2020 Summer Paralympics opening ceremony">open</a> <i>(ceremony pictured)</i> in <a href="/wiki/Tokyo" title="Tokyo">Tokyo</a>, Japan.</li>\n<li><b><a href="/wiki/Ismail_Sabri_Yaakob" title="Ismail Sabri Yaakob">Ismail Sabri Yaakob</a></b> is appointed as <a href="/wiki/Prime_Minister_of_Malaysia" title="Prime Minister of Malaysia">prime minister</a> by the <a href="/wiki/Yang_di-Pertuan_Agong" title="Yang di-Pertuan Agong">King of Malaysia</a>.</li>\n<li><a href="/wiki/Hakainde_Hichilema" title="Hakainde Hichilema">Hakainde Hichilema</a> is <b><a href="/wiki/2021_Zambian_general_election" title="2021 Zambian general election">elected</a></b> <a href="/wiki/President_of_Zambia" title="President of Zambia">President of Zambia</a>.</li>\n<li><b><a href="/wiki/2021_Haiti_earthquake" title="2021 Haiti earthquake">A 7.2-magnitude earthquake</a></b> in Haiti kills more than 2,200 people.</li></ul>\n<div class="itn-footer" style="margin-top: 0.5em;">\n<div><b><a href="/wiki/Portal:Current_events" title="Portal:Current events">Ongoing</a></b>: <div class="hlist hlist-separated inline">\n<ul><li><a href="/wiki/COVID-19_pandemic" title="COVID-19 pandemic">COVID-19 pandemic</a></li></ul></div></div>\n<div><b><a href="/wiki/Deaths_in_2021" title="Deaths in 2021">Recent deaths</a></b>: <div class="hlist hlist-separated inline">\n<ul><li><a href="/wiki/Kay_Bullitt" title="Kay Bullitt">Kay Bullitt</a></li>\n<li><a href="/wiki/Milan_Gutovi%C4%87" title="Milan Gutovi\xc4\x87">Milan Gutovi\xc4\x87</a></li>\n<li><span class="nowrap"><a href="/wiki/Stephen_B._Oates" title="Stephen B. Oates">Stephen B. Oates</a></span></li>\n<li><a href="/wiki/Michael_Nader" title="Michael Nader">Michael Nader</a></li>\n<li><a href="/wiki/Jerry_Harkness" title="Jerry Harkness">Jerry Harkness</a></li>\n<li><a href="/wiki/Lloyd_Dobyns" title="Lloyd Dobyns">Lloyd Dobyns</a></li></ul></div></div></div>\n<div class="itn-footer hlist hlist-separated noprint" style="text-align: right;">\n<ul><li><b><a href="/wiki/Wikipedia:In_the_news/Candidates" title="Wikipedia:In the news/Candidates">Nominate an article</a></b></li></ul></div></div>\n<h2 id="mp-otd-h2" class="mp-h2"><span class="mw-headline" id="On_this_day">On this day</span></h2>\n<div id="mp-otd">\n<p><b><a href="/wiki/August_28" title="August 28">August 28</a></b>\n</p>\n<div style="float:right;margin-left:0.5em;" id="mp-otd-img">\n<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 164px;">\n<a href="/wiki/File:Martin_Luther_King_-_I_Have_a_Dream.jpg" class="image" title="Martin Luther King Jr. giving his "I Have a Dream" speech"><img alt="Martin Luther King Jr. giving his "I Have a Dream" speech" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Martin_Luther_King_-_I_Have_a_Dream.jpg/162px-Martin_Luther_King_-_I_Have_a_Dream.jpg" decoding="async" width="162" height="122" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Martin_Luther_King_-_I_Have_a_Dream.jpg/243px-Martin_Luther_King_-_I_Have_a_Dream.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Martin_Luther_King_-_I_Have_a_Dream.jpg/324px-Martin_Luther_King_-_I_Have_a_Dream.jpg 2x" data-file-width="864" data-file-height="648" /></a><div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word;">Martin Luther King Jr. giving his "I Have a Dream" speech</div></div>\n</div>\n<ul><li><a href="/wiki/1789" title="1789">1789</a> \xe2\x80\x93 With the first use of his new 1.2-metre (3.9 ft) telescope, then the largest in the world, <a href="/wiki/William_Herschel" title="William Herschel">William Herschel</a> discovered a new <a href="/wiki/Moons_of_Saturn" title="Moons of Saturn">moon of Saturn</a>, later named <b><a href="/wiki/Enceladus" title="Enceladus">Enceladus</a></b>.</li>\n<li><a href="/wiki/1833" title="1833">1833</a> \xe2\x80\x93 The <b><a href="/wiki/Slavery_Abolition_Act_1833" title="Slavery Abolition Act 1833">Slavery Abolition Act 1833</a></b>, officially abolishing <a href="/wiki/Slavery_in_Britain" title="Slavery in Britain">slavery in most of the British Empire</a>, received <a href="/wiki/Royal_assent" title="Royal assent">royal assent</a>.</li>\n<li><a href="/wiki/1901" title="1901">1901</a> \xe2\x80\x93 <b><a href="/wiki/Silliman_University" title="Silliman University">Silliman University</a></b> in <a href="/wiki/Dumaguete" title="Dumaguete">Dumaguete</a>, Philippines, was founded as the first American educational institution in Asia.</li>\n<li><a href="/wiki/1963" title="1963">1963</a> \xe2\x80\x93 American civil-rights leader <a href="/wiki/Martin_Luther_King_Jr." title="Martin Luther King Jr.">Martin Luther King Jr.</a> <i>(pictured)</i> delivered his "<b><a href="/wiki/I_Have_a_Dream" title="I Have a Dream">I Have a Dream</a></b>" speech, envisioning a future in which <a href="/wiki/Black_people" title="Black people">blacks</a> and <a href="/wiki/White_people" title="White people">whites</a> coexisted harmoniously as equals.</li>\n<li><a href="/wiki/1973" title="1973">1973</a> \xe2\x80\x93 Swedish police used gas bombs to end <b><a href="/wiki/Norrmalmstorg_robbery" title="Norrmalmstorg robbery">a seven-day hostage situation</a></b> in Stockholm; during the incident the hostages had bonded with their captors, leading to the term <i><a href="/wiki/Stockholm_syndrome" title="Stockholm syndrome">Stockholm syndrome</a></i>.</li></ul>\n<div class="hlist hlist-separated" style="margin-top: 0.5em;"><ul><li><b><a href="/wiki/Johannes_Banfi_Hunyades" title="Johannes Banfi Hunyades">Johannes Banfi Hunyades</a></b> (<abbr title="died">d.</abbr> 1646)</li><li><b><a href="/wiki/Vittorio_Sella" title="Vittorio Sella">Vittorio Sella</a></b> (<abbr title="born">b.</abbr> 1859)</li><li><b><a href="/wiki/B%C3%A9la_Guttmann" title="B\xc3\xa9la Guttmann">B\xc3\xa9la Guttmann</a></b> (<abbr title="died">d.</abbr> 1981)</li></ul></div>\n<div style="margin-top: 0.5em;">\nMore anniversaries: <div class="hlist hlist-separated inline nowraplinks">\n<ul><li><a href="/wiki/August_27" title="August 27">August 27</a></li>\n<li><b><a href="/wiki/August_28" title="August 28">August 28</a></b></li>\n<li><a href="/wiki/August_29" title="August 29">August 29</a></li></ul>\n</div></div>\n<div class="otd-footer hlist hlist-separated noprint" style="text-align: right;">\n<ul><li><b><a href="/wiki/Wikipedia:Selected_anniversaries/August" title="Wikipedia:Selected anniversaries/August">Archive</a></b></li>\n<li><b><a href="https://lists.wikimedia.org/mailman/listinfo/daily-article-l" class="extiw" title="mail:daily-article-l">By email</a></b></li>\n<li><b><a href="/wiki/List_of_days_of_the_year" title="List of days of the year">List of days of the year</a></b></li></ul>\n</div></div>\n</td></tr></tbody></table>\n<div id="mp-lower" class="MainPageBG mp-bordered">\n<div id="mp-bottom">\n<h2 id="mp-tfp-h2" class="mp-h2"><span id="Today.27s_featured_picture"></span><span class="mw-headline" id="Today\'s_featured_picture">Today\'s featured picture</span></h2>\n<div id="mp-tfp">\n<table role="presentation" style="margin:0 3px 3px; width:100%; box-sizing:border-box; text-align:left; background-color:transparent; border-collapse:collapse;">\n<tbody><tr>\n<td style="padding:0 0.9em 0 0; width:400px;"><a href="/wiki/File:Thalassarche_impavida_2_-_SE_Tasmania.jpg" class="image" title="Campbell albatross"><img alt="Campbell albatross" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/07/Thalassarche_impavida_2_-_SE_Tasmania.jpg/400px-Thalassarche_impavida_2_-_SE_Tasmania.jpg" decoding="async" width="400" height="267" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/07/Thalassarche_impavida_2_-_SE_Tasmania.jpg/600px-Thalassarche_impavida_2_-_SE_Tasmania.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/07/Thalassarche_impavida_2_-_SE_Tasmania.jpg/800px-Thalassarche_impavida_2_-_SE_Tasmania.jpg 2x" data-file-width="5184" data-file-height="3456" /></a>\n</td>\n<td style="padding:0 6px 0 0">\n<p>The <b><a href="/wiki/Campbell_albatross" title="Campbell albatross">Campbell albatross</a></b> (<i>Thalassarche impavida</i>) is a medium-sized <a href="/wiki/Mollymawk" title="Mollymawk">mollymawk</a> in the <a href="/wiki/Albatross" title="Albatross">albatross</a> family, Diomedeidae. It breeds only on <a href="/wiki/Campbell_Island_/_Motu_Ihupuku" title="Campbell Island / Motu Ihupuku">Campbell Island / Motu Ihupuku</a> and the associated islet of Jeanette Marie, in an uninhabited <a href="/wiki/Subantarctic" title="Subantarctic">subantarctic</a> island group of New Zealand located in the South Pacific. Because of its restricted breeding range, the bird is considered to be a <a href="/wiki/Vulnerable_species" title="Vulnerable species">vulnerable species</a> by the <a href="/wiki/International_Union_for_Conservation_of_Nature" title="International Union for Conservation of Nature">International Union for Conservation of Nature</a>. The greatest threat it faces is from the fishing industry. This Campbell albatross in flight was photographed off the south-eastern coast of <a href="/wiki/Tasmania" title="Tasmania">Tasmania</a>, Australia.\n</p>\n<p style="text-align:left;"><small>Photograph credit: <a href="/wiki/User:JJ_Harrison" title="User:JJ Harrison">John Harrison</a></small></p>\n<div class="potd-recent" style="text-align:right;">\nRecently featured: <div class="hlist hlist-separated inline">\n<ul><li><a href="/wiki/Template:POTD/2021-08-27" title="Template:POTD/2021-08-27"><i>The Guilty Mother</i></a></li>\n<li><a href="/wiki/Template:POTD/2021-08-26" title="Template:POTD/2021-08-26">Canary Wharf</a></li>\n<li><a href="/wiki/Template:POTD/2021-08-25" title="Template:POTD/2021-08-25">The Fianc\xc3\xa9e of Belus</a></li></ul>\n</div></div>\n<div class="potd-footer hlist hlist-separated noprint" style="text-align:right;">\n<ul><li><b><a href="/wiki/Wikipedia:Picture_of_the_day/Archive" title="Wikipedia:Picture of the day/Archive">Archive</a></b></li>\n<li><b><a href="/wiki/Wikipedia:Featured_pictures" title="Wikipedia:Featured pictures">More featured pictures</a></b></li></ul>\n</div>\n</td></tr></tbody></table></div>\n</div>\n</div>\n<div id="mp-other-lower" class="mp-bordered">\n<h2 id="mp-other" class="mp-h2"><span class="mw-headline" id="Other_areas_of_Wikipedia">Other areas of Wikipedia</span></h2>\n<div id="mp-other-content">\n<ul><li><b><a href="/wiki/Wikipedia:Community_portal" title="Wikipedia:Community portal">Community portal</a></b> \xe2\x80\x93 Bulletin board, projects, resources and activities covering a wide range of Wikipedia areas.</li>\n<li><b><a href="/wiki/Wikipedia:Help_desk" title="Wikipedia:Help desk">Help desk</a></b> \xe2\x80\x93 Ask questions about using Wikipedia.</li>\n<li><b><a href="/wiki/Wikipedia:Reference_desk" title="Wikipedia:Reference desk">Reference desk</a></b> \xe2\x80\x93 Serving as virtual librarians, Wikipedia volunteers tackle your questions on a wide range of subjects.</li>\n<li><b><a href="/wiki/Wikipedia:News" title="Wikipedia:News">Site news</a></b> \xe2\x80\x93 Announcements, updates, articles and press releases on Wikipedia and the Wikimedia Foundation.</li>\n<li><b><a href="/wiki/Wikipedia:Village_pump" title="Wikipedia:Village pump">Village pump</a></b> \xe2\x80\x93 For discussions about Wikipedia itself, including areas for technical issues and policies.</li></ul>\n</div>\n<h2 id="mp-sister" class="mp-h2"><span id="Wikipedia.27s_sister_projects"></span><span class="mw-headline" id="Wikipedia\'s_sister_projects">Wikipedia\'s sister projects</span></h2>\n<div id="mp-sister-content"><style data-mw-deduplicate="TemplateStyles:r1007624485">.mw-parser-output #sister-projects-list{display:flex;flex-wrap:wrap}.mw-parser-output #sister-projects-list li{display:inline-block}.mw-parser-output #sister-projects-list li span{font-weight:bold}.mw-parser-output #sister-projects-list li>div{display:inline-block;vertical-align:middle;padding:6px 4px}.mw-parser-output #sister-projects-list li>div:first-child{text-align:center}@media(min-width:360px){.mw-parser-output #sister-projects-list li{width:33%;min-width:20em;white-space:nowrap;flex:1 0 25%}.mw-parser-output #sister-projects-list li>div:first-child{min-width:50px}}</style>\n<p>Wikipedia is hosted by the <a href="/wiki/Wikimedia_Foundation" title="Wikimedia Foundation">Wikimedia Foundation</a>, a non-profit organization that also hosts a range of other <a href="https://wikimediafoundation.org/our-work/wikimedia-projects/" class="extiw" title="foundationsite:our-work/wikimedia-projects/">projects</a>:\n</p>\n<div class="plainlist">\n<ul id="sister-projects-list">\n<li>\n <div><a href="https://commons.wikimedia.org/wiki/" title="Commons"><img alt="Commons logo" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/31px-Commons-logo.svg.png" decoding="async" width="31" height="42" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/47px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/62px-Commons-logo.svg.png 2x" data-file-width="1024" data-file-height="1376" /></a></div>\n <div><span><a href="https://commons.wikimedia.org/wiki/" class="extiw" title="c:">Commons</a></span><br />Free media repository</div>\n</li>\n<li>\n <div><a href="https://www.mediawiki.org/wiki/" title="MediaWiki"><img alt="MediaWiki logo" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/35px-MediaWiki-2020-icon.svg.png" decoding="async" width="35" height="35" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/53px-MediaWiki-2020-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/70px-MediaWiki-2020-icon.svg.png 2x" data-file-width="100" data-file-height="100" /></a></div>\n <div><span><a href="https://www.mediawiki.org/wiki/" class="extiw" title="mw:">MediaWiki</a></span><br />Wiki software development</div>\n</li>\n<li>\n <div><a href="https://meta.wikimedia.org/wiki/" title="Meta-Wiki"><img alt="Meta-Wiki logo" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/35px-Wikimedia_Community_Logo.svg.png" decoding="async" width="35" height="35" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/53px-Wikimedia_Community_Logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/70px-Wikimedia_Community_Logo.svg.png 2x" data-file-width="900" data-file-height="900" /></a></div>\n <div><span><a href="https://meta.wikimedia.org/wiki/" class="extiw" title="m:">Meta-Wiki</a></span><br />Wikimedia project coordination</div>\n</li>\n<li>\n <div><a href="https://en.wikibooks.org/wiki/" title="Wikibooks"><img alt="Wikibooks logo" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/35px-Wikibooks-logo.svg.png" decoding="async" width="35" height="35" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/53px-Wikibooks-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/70px-Wikibooks-logo.svg.png 2x" data-file-width="300" data-file-height="300" /></a></div>\n <div><span><a href="https://en.wikibooks.org/wiki/" class="extiw" title="b:">Wikibooks</a></span><br />Free textbooks and manuals</div>\n</li>\n<li>\n <div><a href="https://www.wikidata.org/wiki/" title="Wikidata"><img alt="Wikidata logo" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/47px-Wikidata-logo.svg.png" decoding="async" width="47" height="26" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/71px-Wikidata-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/94px-Wikidata-logo.svg.png 2x" data-file-width="1050" data-file-height="590" /></a></div>\n <div><span><a href="https://www.wikidata.org/wiki/" class="extiw" title="d:">Wikidata</a></span><br />Free knowledge base</div>\n</li>\n<li>\n <div><a href="https://en.wikinews.org/wiki/" title="Wikinews"><img alt="Wikinews logo" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/51px-Wikinews-logo.svg.png" decoding="async" width="51" height="28" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/77px-Wikinews-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/102px-Wikinews-logo.svg.png 2x" data-file-width="759" data-file-height="415" /></a></div>\n <div><span><a href="https://en.wikinews.org/wiki/" class="extiw" title="n:">Wikinews</a></span><br />Free-content news</div>\n</li>\n<li>\n <div><a href="https://en.wikiquote.org/wiki/" title="Wikiquote"><img alt="Wikiquote logo" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/35px-Wikiquote-logo.svg.png" decoding="async" width="35" height="41" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/53px-Wikiquote-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/70px-Wikiquote-logo.svg.png 2x" data-file-width="300" data-file-height="355" /></a></div>\n <div><span><a href="https://en.wikiquote.org/wiki/" class="extiw" title="q:">Wikiquote</a></span><br />Collection of quotations</div>\n</li>\n<li>\n <div><a href="https://en.wikisource.org/wiki/" title="Wikisource"><img alt="Wikisource logo" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/35px-Wikisource-logo.svg.png" decoding="async" width="35" height="37" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/53px-Wikisource-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/70px-Wikisource-logo.svg.png 2x" data-file-width="410" data-file-height="430" /></a></div>\n <div><span><a href="https://en.wikisource.org/wiki/" class="extiw" title="s:">Wikisource</a></span><br />Free-content library</div>\n</li>\n<li>\n <div><a href="https://species.wikimedia.org/wiki/" title="Wikispecies"><img alt="Wikispecies logo" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/35px-Wikispecies-logo.svg.png" decoding="async" width="35" height="41" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/53px-Wikispecies-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/70px-Wikispecies-logo.svg.png 2x" data-file-width="941" data-file-height="1103" /></a></div>\n <div><span><a href="https://species.wikimedia.org/wiki/" class="extiw" title="species:">Wikispecies</a></span><br />Directory of species</div>\n</li>\n<li>\n <div><a href="https://en.wikiversity.org/wiki/" title="Wikiversity"><img alt="Wikiversity logo" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/41px-Wikiversity_logo_2017.svg.png" decoding="async" width="41" height="34" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/62px-Wikiversity_logo_2017.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/82px-Wikiversity_logo_2017.svg.png 2x" data-file-width="626" data-file-height="512" /></a></div>\n <div><span><a href="https://en.wikiversity.org/wiki/" class="extiw" title="v:">Wikiversity</a></span><br />Free learning tools</div>\n</li>\n<li>\n <div><a href="https://en.wikivoyage.org/wiki/" title="Wikivoyage"><img alt="Wikivoyage logo" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/35px-Wikivoyage-Logo-v3-icon.svg.png" decoding="async" width="35" height="35" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/53px-Wikivoyage-Logo-v3-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/70px-Wikivoyage-Logo-v3-icon.svg.png 2x" data-file-width="193" data-file-height="193" /></a></div>\n <div><span><a href="https://en.wikivoyage.org/wiki/" class="extiw" title="voy:">Wikivoyage</a></span><br />Free travel guide</div>\n</li>\n<li>\n <div><a href="https://en.wiktionary.org/wiki/" title="Wiktionary"><img alt="Wiktionary logo" src="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/35px-Wiktionary-logo-v2.svg.png" decoding="async" width="35" height="35" srcset="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/53px-Wiktionary-logo-v2.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/70px-Wiktionary-logo-v2.svg.png 2x" data-file-width="391" data-file-height="391" /></a></div>\n <div><span><a href="https://en.wiktionary.org/wiki/" class="extiw" title="wikt:">Wiktionary</a></span><br />Dictionary and thesaurus</div>\n</li>\n</ul>\n</div></div>\n<h2 id="mp-lang" class="mp-h2"><span class="mw-headline" id="Wikipedia_languages">Wikipedia languages</span></h2>\n<div><style data-mw-deduplicate="TemplateStyles:r997272951">.mw-parser-output .wikipedia-languages-complete{font-weight:bold}.mw-parser-output .wikipedia-languages ul{margin-left:0}.mw-parser-output .wikipedia-languages ul a{white-space:nowrap}.mw-parser-output .wikipedia-languages>ul{list-style:none;text-align:center;clear:both}.mw-parser-output .wikipedia-languages-count-container{width:90%;display:flex;justify-content:center;padding-top:1em;margin:0 auto}.mw-parser-output .wikipedia-languages-prettybars{width:100%;height:1px;margin:0.5em 0;background-color:#c8ccd1;flex-shrink:1;align-self:center}.mw-parser-output .wikipedia-languages-count{padding:0 1em;white-space:nowrap}</style>\n<div class="wikipedia-languages nourlexpansion">\n<p>This Wikipedia is written in <a href="/wiki/English_language" title="English language">English</a>. Many <a href="https://meta.wikimedia.org/wiki/List_of_Wikipedias" class="extiw" title="meta:List of Wikipedias">other Wikipedias are available</a>; some of the largest are listed below.\n</p>\n<ul class="plainlinks">\n<li>\n <div class="wikipedia-languages-count-container">\n <div class="wikipedia-languages-prettybars"></div>\n <div role="heading" class="wikipedia-languages-count">1,000,000+ articles</div>\n <div class="wikipedia-languages-prettybars"></div>\n </div>\n <ul class="wikipedia-languages-langs hlist hlist-separated inline">\n <li><a class="external text" href="https://ar.wikipedia.org/wiki/"><span class="autonym" title="Arabic (ar:)" lang="ar">\xd8\xa7\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa8\xd9\x8a\xd8\xa9</span></a></li>\n <li><a class="external text" href="https://de.wikipedia.org/wiki/"><span class="autonym" title="German (de:)" lang="de">Deutsch</span></a></li>\n <li><a class="external text" href="https://es.wikipedia.org/wiki/"><span class="autonym" title="Spanish (es:)" lang="es">Espa\xc3\xb1ol</span></a></li>\n <li><a class="external text" href="https://fr.wikipedia.org/wiki/"><span class="autonym" title="French (fr:)" lang="fr">Fran\xc3\xa7ais</span></a></li>\n <li><a class="external text" href="https://it.wikipedia.org/wiki/"><span class="autonym" title="Italian (it:)" lang="it">Italiano</span></a></li>\n <li><a class="external text" href="https://nl.wikipedia.org/wiki/"><span class="autonym" title="Dutch (nl:)" lang="nl">Nederlands</span></a></li>\n <li><a class="external text" href="https://ja.wikipedia.org/wiki/"><span class="autonym" title="Japanese (ja:)" lang="ja">\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e</span></a></li>\n <li><a class="external text" href="https://pl.wikipedia.org/wiki/"><span class="autonym" title="Polish (pl:)" lang="pl">Polski</span></a></li>\n <li><a class="external text" href="https://pt.wikipedia.org/wiki/"><span class="autonym" title="Portuguese (pt:)" lang="pt">Portugu\xc3\xaas</span></a></li>\n <li><a class="external text" href="https://ru.wikipedia.org/wiki/"><span class="autonym" title="Russian (ru:)" lang="ru">\xd0\xa0\xd1\x83\xd1\x81\xd1\x81\xd0\xba\xd0\xb8\xd0\xb9</span></a></li>\n <li><a class="external text" href="https://sv.wikipedia.org/wiki/"><span class="autonym" title="Swedish (sv:)" lang="sv">Svenska</span></a></li>\n <li><a class="external text" href="https://uk.wikipedia.org/wiki/"><span class="autonym" title="Ukrainian (uk:)" lang="uk">\xd0\xa3\xd0\xba\xd1\x80\xd0\xb0\xd1\x97\xd0\xbd\xd1\x81\xd1\x8c\xd0\xba\xd0\xb0</span></a></li>\n <li><a class="external text" href="https://vi.wikipedia.org/wiki/"><span class="autonym" title="Vietnamese (vi:)" lang="vi">Ti\xe1\xba\xbfng Vi\xe1\xbb\x87t</span></a></li>\n <li><a class="external text" href="https://zh.wikipedia.org/wiki/"><span class="autonym" title="Chinese (zh:)" lang="zh">\xe4\xb8\xad\xe6\x96\x87</span></a></li>\n </ul>\n</li>\n<li>\n <div class="wikipedia-languages-count-container">\n <div class="wikipedia-languages-prettybars"></div>\n <div role="heading" class="wikipedia-languages-count">250,000+ articles</div>\n <div class="wikipedia-languages-prettybars"></div>\n </div>\n <ul class="wikipedia-languages-langs hlist hlist-separated inline">\n <li><a class="external text" href="https://id.wikipedia.org/wiki/"><span class="autonym" title="Indonesian (id:)" lang="id">Bahasa Indonesia</span></a></li>\n <li><a class="external text" href="https://ms.wikipedia.org/wiki/"><span class="autonym" title="Malay (ms:)" lang="ms">Bahasa Melayu</span></a></li>\n <li><a class="external text" href="https://zh-min-nan.wikipedia.org/wiki/"><span class="autonym" title="Min Nan Chinese (nan:)" lang="nan">B\xc3\xa2n-l\xc3\xa2m-g\xc3\xba</span></a></li>\n <li><a class="external text" href="https://bg.wikipedia.org/wiki/"><span class="autonym" title="Bulgarian (bg:)" lang="bg">\xd0\x91\xd1\x8a\xd0\xbb\xd0\xb3\xd0\xb0\xd1\x80\xd1\x81\xd0\xba\xd0\xb8</span></a></li>\n <li><a class="external text" href="https://ca.wikipedia.org/wiki/"><span class="autonym" title="Catalan (ca:)" lang="ca">Catal\xc3\xa0</span></a></li>\n <li><a class="external text" href="https://cs.wikipedia.org/wiki/"><span class="autonym" title="Czech (cs:)" lang="cs">\xc4\x8ce\xc5\xa1tina</span></a></li>\n <li><a class="external text" href="https://da.wikipedia.org/wiki/"><span class="autonym" title="Danish (da:)" lang="da">Dansk</span></a></li>\n <li><a class="external text" href="https://eo.wikipedia.org/wiki/"><span class="autonym" title="Esperanto (eo:)" lang="eo">Esperanto</span></a></li>\n <li><a class="external text" href="https://eu.wikipedia.org/wiki/"><span class="autonym" title="Basque (eu:)" lang="eu">Euskara</span></a></li>\n <li><a class="external text" href="https://fa.wikipedia.org/wiki/"><span class="autonym" title="Persian (fa:)" lang="fa">\xd9\x81\xd8\xa7\xd8\xb1\xd8\xb3\xdb\x8c</span></a>‎</li>\n <li><a class="external text" href="https://he.wikipedia.org/wiki/"><span class="autonym" title="Hebrew (he:)" lang="he">\xd7\xa2\xd7\x91\xd7\xa8\xd7\x99\xd7\xaa</span></a></li>\n <li><a class="external text" href="https://ko.wikipedia.org/wiki/"><span class="autonym" title="Korean (ko:)" lang="ko">\xed\x95\x9c\xea\xb5\xad\xec\x96\xb4</span></a></li>\n <li><a class="external text" href="https://hu.wikipedia.org/wiki/"><span class="autonym" title="Hungarian (hu:)" lang="hu">Magyar</span></a></li>\n <li><a class="external text" href="https://no.wikipedia.org/wiki/"><span class="autonym" title="Norwegian (no:)" lang="no">Norsk Bokm\xc3\xa5l</span></a></li>\n <li><a class="external text" href="https://ro.wikipedia.org/wiki/"><span class="autonym" title="Romanian (ro:)" lang="ro">Rom\xc3\xa2n\xc4\x83</span></a></li>\n <li><a class="external text" href="https://sr.wikipedia.org/wiki/"><span class="autonym" title="Serbian (sr:)" lang="sr">Srpski</span></a></li>\n <li><a class="external text" href="https://sh.wikipedia.org/wiki/"><span class="autonym" title="Serbo-Croatian (sh:)" lang="sh">Srpskohrvatski</span></a></li>\n <li><a class="external text" href="https://fi.wikipedia.org/wiki/"><span class="autonym" title="Finnish (fi:)" lang="fi">Suomi</span></a></li>\n <li><a class="external text" href="https://tr.wikipedia.org/wiki/"><span class="autonym" title="Turkish (tr:)" lang="tr">T\xc3\xbcrk\xc3\xa7e</span></a></li>\n </ul>\n</li>\n<li>\n <div class="wikipedia-languages-count-container">\n <div class="wikipedia-languages-prettybars"></div>\n <div role="heading" class="wikipedia-languages-count">50,000+ articles</div>\n <div class="wikipedia-languages-prettybars"></div>\n </div>\n <ul class="wikipedia-languages-langs hlist hlist-separated inline">\n <li><a class="external text" href="https://ast.wikipedia.org/wiki/"><span class="autonym" title="Asturian (ast:)" lang="ast">Asturianu</span></a></li>\n <li><a class="external text" href="https://bs.wikipedia.org/wiki/"><span class="autonym" title="Bosnian (bs:)" lang="bs">Bosanski</span></a></li>\n <li><a class="external text" href="https://et.wikipedia.org/wiki/"><span class="autonym" title="Estonian (et:)" lang="et">Eesti</span></a></li>\n <li><a class="external text" href="https://el.wikipedia.org/wiki/"><span class="autonym" title="Greek (el:)" lang="el">\xce\x95\xce\xbb\xce\xbb\xce\xb7\xce\xbd\xce\xb9\xce\xba\xce\xac</span></a></li>\n <li><a class="external text" href="https://simple.wikipedia.org/wiki/"><span class="autonym" title="Simple English (simple:)" lang="simple">Simple English</span></a></li>\n <li><a class="external text" href="https://gl.wikipedia.org/wiki/"><span class="autonym" title="Galician (gl:)" lang="gl">Galego</span></a></li>\n <li><a class="external text" href="https://hr.wikipedia.org/wiki/"><span class="autonym" title="Croatian (hr:)" lang="hr">Hrvatski</span></a></li>\n <li><a class="external text" href="https://lv.wikipedia.org/wiki/"><span class="autonym" title="Latvian (lv:)" lang="lv">Latvie\xc5\xa1u</span></a></li>\n <li><a class="external text" href="https://lt.wikipedia.org/wiki/"><span class="autonym" title="Lithuanian (lt:)" lang="lt">Lietuvi\xc5\xb3</span></a></li>\n <li><a class="external text" href="https://ml.wikipedia.org/wiki/"><span class="autonym" title="Malayalam (ml:)" lang="ml">\xe0\xb4\xae\xe0\xb4\xb2\xe0\xb4\xaf\xe0\xb4\xbe\xe0\xb4\xb3\xe0\xb4\x82</span></a></li>\n <li><a class="external text" href="https://mk.wikipedia.org/wiki/"><span class="autonym" title="Macedonian (mk:)" lang="mk">\xd0\x9c\xd0\xb0\xd0\xba\xd0\xb5\xd0\xb4\xd0\xbe\xd0\xbd\xd1\x81\xd0\xba\xd0\xb8</span></a></li>\n <li><a class="external text" href="https://nn.wikipedia.org/wiki/"><span class="autonym" title="Norwegian Nynorsk (nn:)" lang="nn">Norsk nynorsk</span></a></li>\n <li><a class="external text" href="https://sk.wikipedia.org/wiki/"><span class="autonym" title="Slovak (sk:)" lang="sk">Sloven\xc4\x8dina</span></a></li>\n <li><a class="external text" href="https://sl.wikipedia.org/wiki/"><span class="autonym" title="Slovenian (sl:)" lang="sl">Sloven\xc5\xa1\xc4\x8dina</span></a></li>\n <li><a class="external text" href="https://th.wikipedia.org/wiki/"><span class="autonym" title="Thai (th:)" lang="th">\xe0\xb9\x84\xe0\xb8\x97\xe0\xb8\xa2</span></a></li>\n </ul>\n</li>\n</ul>\n</div></div>\n</div>\n<!-- \nNewPP limit report\nParsed by mw2271\nCached time: 20210828152326\nCache expiry: 3600\nReduced expiry: true\nComplications: []\nCPU time usage: 0.465 seconds\nReal time usage: 0.640 seconds\nPreprocessor visited node count: 3871/1000000\nPost\xe2\x80\x90expand include size: 113867/2097152 bytes\nTemplate argument size: 6730/2097152 bytes\nHighest expansion depth: 21/40\nExpensive parser function count: 13/500\nUnstrip recursion depth: 0/20\nUnstrip post\xe2\x80\x90expand size: 5370/5000000 bytes\nLua time usage: 0.092/10.000 seconds\nLua memory usage: 2345544/52428800 bytes\nNumber of Wikibase entities loaded: 0/400\n-->\n<!--\nTransclusion expansion time report (%,ms,calls,template)\n100.00% 463.720 1 -total\n 37.62% 174.429 1 Wikipedia:Main_Page/Tomorrow\n 36.22% 167.951 8 Template:Main_page_image\n 21.61% 100.214 8 Template:Str_number/trim\n 20.81% 96.503 1 Wikipedia:Today\'s_featured_article/August_28,_2021\n 19.96% 92.558 2 Template:Main_page_image/TFA\n 18.58% 86.173 24 Template:If_empty\n 14.06% 65.219 2 Template:Wikipedia_languages\n 13.00% 60.297 1 Template:Did_you_know/Queue/6\n 11.49% 53.284 1 Wikipedia:Selected_anniversaries/August_28\n-->\n\n<!-- Saved in parser cache with key enwiki:pcache:idhash:15580374-0!canonical and timestamp 20210828152326 and revision id 1004593520. Serialized with JSON.\n -->\n</div><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>\n<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=Main_Page&oldid=1004593520">https://en.wikipedia.org/w/index.php?title=Main_Page&oldid=1004593520</a>"</div></div>\n\t\t<div id="catlinks" class="catlinks catlinks-allhidden" data-mw="interface"></div>\n\t</div>\n</div>\n<div id=\'mw-data-after-content\'>\n\t<div class="read-more-container"></div>\n</div>\n\n<div id="mw-navigation">\n\t<h2>Navigation menu</h2>\n\t<div id="mw-head">\n\t\t<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label" role="navigation" \n\t >\n\t<h3 id="p-personal-label" class="vector-menu-heading"><span>Personal tools</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&returnto=Main+Page" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&returnto=Main+Page" title="You're encouraged to log in; however, it's not mandatory. [o]" accesskey="o">Log in</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t<div id="left-navigation">\n\t\t\t<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation" \n\t >\n\t<h3 id="p-namespaces-label" class="vector-menu-heading"><span>Namespaces</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="ca-nstab-main" class="selected"><a href="/wiki/Main_Page" title="View the content page [c]" accesskey="c">Main Page</a></li><li id="ca-talk"><a href="/wiki/Talk:Main_Page" rel="discussion" title="Discuss improvements to the content page [t]" accesskey="t">Talk</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation" \n\t >\n\t<input type="checkbox"\n\t\tdata-event-name="ui.dropdown-p-variants"\n\t\tclass="vector-menu-checkbox" aria-labelledby="p-variants-label" />\n\t<h3 id="p-variants-label" class="vector-menu-heading"><span>Variants</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t</div>\n\t\t<div id="right-navigation">\n\t\t\t<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation" \n\t >\n\t<h3 id="p-views-label" class="vector-menu-heading"><span>Views</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="ca-view" class="selected"><a href="/wiki/Main_Page">Read</a></li><li id="ca-viewsource"><a href="/w/index.php?title=Main_Page&action=edit" title="This page is protected. You can view its source [e]" accesskey="e">View source</a></li><li id="ca-history"><a href="/w/index.php?title=Main_Page&action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" \n\t >\n\t<input type="checkbox"\n\t\tdata-event-name="ui.dropdown-p-cactions"\n\t\tclass="vector-menu-checkbox" aria-labelledby="p-cactions-label" />\n\t<h3 id="p-cactions-label" class="vector-menu-heading"><span>More</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<div id="p-search" role="search" class="vector-search-box">\n\t<div>\n\t\t<h3 >\n\t\t\t<label for="searchInput">Search</label>\n\t\t</h3>\n\t\t<form action="/w/index.php" id="searchform">\n\t\t\t<div id="simpleSearch" data-search-loc="header-navigation">\n\t\t\t\t<input type="search" name="search" placeholder="Search Wikipedia" autocapitalize="sentences" title="Search Wikipedia [f]" accesskey="f" id="searchInput"/>\n\t\t\t\t<input type="hidden" name="title" value="Special:Search"/>\n\t\t\t\t<input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/>\n\t\t\t\t<input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/>\n\t\t\t</div>\n\t\t</form>\n\t</div>\n</div>\n\n\t\t</div>\n\t</div>\n\t\n<div id="mw-panel">\n\t<div id="p-logo" role="banner">\n\t\t<a class="mw-wiki-logo" href="/wiki/Main_Page"\n\t\t\ttitle="Visit the main page"></a>\n\t</div>\n\t<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation" \n\t >\n\t<h3 id="p-navigation-label" class="vector-menu-heading"><span>Navigation</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a href="/wiki/Special:Random" title="Visit a randomly selected article [x]" accesskey="x">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&utm_medium=sidebar&utm_campaign=C13_en.wikipedia.org&uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<nav id="p-interaction" class="mw-portlet mw-portlet-interaction vector-menu vector-menu-portal portal" aria-labelledby="p-interaction-label" role="navigation" \n\t >\n\t<h3 id="p-interaction-label" class="vector-menu-heading"><span>Contribute</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]" accesskey="r">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation" \n\t >\n\t<h3 id="p-tb-label" class="vector-menu-heading"><span>Tools</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/Main_Page" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/Main_Page" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=Main_Page&oldid=1004593520" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=Main_Page&action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&page=Main_Page&id=1004593520&wpFormIdentifier=titleform" title="Information on how to cite this page">Cite this page</a></li><li id="t-wikibase"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q5296" title="Structured data on this page hosted by Wikidata [g]" accesskey="g">Wikidata item</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<nav id="p-coll-print_export" class="mw-portlet mw-portlet-coll-print_export vector-menu vector-menu-portal portal" aria-labelledby="p-coll-print_export-label" role="navigation" \n\t >\n\t<h3 id="p-coll-print_export-label" class="vector-menu-heading"><span>Print/export</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&page=Main_Page&action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a href="/w/index.php?title=Main_Page&printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<nav id="p-wikibase-otherprojects" class="mw-portlet mw-portlet-wikibase-otherprojects vector-menu vector-menu-portal portal" aria-labelledby="p-wikibase-otherprojects-label" role="navigation" \n\t >\n\t<h3 id="p-wikibase-otherprojects-label" class="vector-menu-heading"><span>In other projects</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li class="wb-otherproject-link wb-otherproject-commons"><a href="https://commons.wikimedia.org/wiki/Main_Page" hreflang="en">Wikimedia Commons</a></li><li class="wb-otherproject-link wb-otherproject-mediawiki"><a href="https://www.mediawiki.org/wiki/MediaWiki" hreflang="en">MediaWiki</a></li><li class="wb-otherproject-link wb-otherproject-meta"><a href="https://meta.wikimedia.org/wiki/Main_Page" hreflang="en">Meta-Wiki</a></li><li class="wb-otherproject-link wb-otherproject-sources"><a href="https://wikisource.org/wiki/Main_Page" hreflang="en">Multilingual Wikisource</a></li><li class="wb-otherproject-link wb-otherproject-species"><a href="https://species.wikimedia.org/wiki/Main_Page" hreflang="en">Wikispecies</a></li><li class="wb-otherproject-link wb-otherproject-wikibooks"><a href="https://en.wikibooks.org/wiki/Main_Page" hreflang="en">Wikibooks</a></li><li class="wb-otherproject-link wb-otherproject-wikidata"><a href="https://www.wikidata.org/wiki/Wikidata:Main_Page" hreflang="en">Wikidata</a></li><li class="wb-otherproject-link wb-otherproject-wikimania"><a href="https://wikimania.wikimedia.org/wiki/Wikimania" hreflang="en">Wikimania</a></li><li class="wb-otherproject-link wb-otherproject-wikinews"><a href="https://en.wikinews.org/wiki/Main_Page" hreflang="en">Wikinews</a></li><li class="wb-otherproject-link wb-otherproject-wikiquote"><a href="https://en.wikiquote.org/wiki/Main_Page" hreflang="en">Wikiquote</a></li><li class="wb-otherproject-link wb-otherproject-wikisource"><a href="https://en.wikisource.org/wiki/Main_Page" hreflang="en">Wikisource</a></li><li class="wb-otherproject-link wb-otherproject-wikiversity"><a href="https://en.wikiversity.org/wiki/Wikiversity:Main_Page" hreflang="en">Wikiversity</a></li><li class="wb-otherproject-link wb-otherproject-wikivoyage"><a href="https://en.wikivoyage.org/wiki/Main_Page" hreflang="en">Wikivoyage</a></li><li class="wb-otherproject-link wb-otherproject-wiktionary"><a href="https://en.wiktionary.org/wiki/Wiktionary:Main_Page" hreflang="en">Wiktionary</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<nav id="p-lang" class="mw-portlet mw-portlet-lang vector-menu vector-menu-portal portal" aria-labelledby="p-lang-label" role="navigation" \n\t >\n\t<h3 id="p-lang-label" class="vector-menu-heading"><span>Languages</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-ar"><a href="https://ar.wikipedia.org/wiki/" title="Arabic" lang="ar" hreflang="ar" class="interlanguage-link-target">\xd8\xa7\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa8\xd9\x8a\xd8\xa9</a></li><li class="interlanguage-link interwiki-bn"><a href="https://bn.wikipedia.org/wiki/" title="Bangla" lang="bn" hreflang="bn" class="interlanguage-link-target">\xe0\xa6\xac\xe0\xa6\xbe\xe0\xa6\x82\xe0\xa6\xb2\xe0\xa6\xbe</a></li><li class="interlanguage-link interwiki-bg"><a href="https://bg.wikipedia.org/wiki/" title="Bulgarian" lang="bg" hreflang="bg" class="interlanguage-link-target">\xd0\x91\xd1\x8a\xd0\xbb\xd0\xb3\xd0\xb0\xd1\x80\xd1\x81\xd0\xba\xd0\xb8</a></li><li class="interlanguage-link interwiki-bs"><a href="https://bs.wikipedia.org/wiki/" title="Bosnian" lang="bs" hreflang="bs" class="interlanguage-link-target">Bosanski</a></li><li class="interlanguage-link interwiki-ca"><a href="https://ca.wikipedia.org/wiki/" title="Catalan" lang="ca" hreflang="ca" class="interlanguage-link-target">Catal\xc3\xa0</a></li><li class="interlanguage-link interwiki-cs"><a href="https://cs.wikipedia.org/wiki/" title="Czech" lang="cs" hreflang="cs" class="interlanguage-link-target">\xc4\x8ce\xc5\xa1tina</a></li><li class="interlanguage-link interwiki-da"><a href="https://da.wikipedia.org/wiki/" title="Danish" lang="da" hreflang="da" class="interlanguage-link-target">Dansk</a></li><li class="interlanguage-link interwiki-de"><a href="https://de.wikipedia.org/wiki/" title="German" lang="de" hreflang="de" class="interlanguage-link-target">Deutsch</a></li><li class="interlanguage-link interwiki-et"><a href="https://et.wikipedia.org/wiki/" title="Estonian" lang="et" hreflang="et" class="interlanguage-link-target">Eesti</a></li><li class="interlanguage-link interwiki-el"><a href="https://el.wikipedia.org/wiki/" title="Greek" lang="el" hreflang="el" class="interlanguage-link-target">\xce\x95\xce\xbb\xce\xbb\xce\xb7\xce\xbd\xce\xb9\xce\xba\xce\xac</a></li><li class="interlanguage-link interwiki-es"><a href="https://es.wikipedia.org/wiki/" title="Spanish" lang="es" hreflang="es" class="interlanguage-link-target">Espa\xc3\xb1ol</a></li><li class="interlanguage-link interwiki-eo"><a href="https://eo.wikipedia.org/wiki/" title="Esperanto" lang="eo" hreflang="eo" class="interlanguage-link-target">Esperanto</a></li><li class="interlanguage-link interwiki-eu"><a href="https://eu.wikipedia.org/wiki/" title="Basque" lang="eu" hreflang="eu" class="interlanguage-link-target">Euskara</a></li><li class="interlanguage-link interwiki-fa"><a href="https://fa.wikipedia.org/wiki/" title="Persian" lang="fa" hreflang="fa" class="interlanguage-link-target">\xd9\x81\xd8\xa7\xd8\xb1\xd8\xb3\xdb\x8c</a></li><li class="interlanguage-link interwiki-fr"><a href="https://fr.wikipedia.org/wiki/" title="French" lang="fr" hreflang="fr" class="interlanguage-link-target">Fran\xc3\xa7ais</a></li><li class="interlanguage-link interwiki-gl"><a href="https://gl.wikipedia.org/wiki/" title="Galician" lang="gl" hreflang="gl" class="interlanguage-link-target">Galego</a></li><li class="interlanguage-link interwiki-ko"><a href="https://ko.wikipedia.org/wiki/" title="Korean" lang="ko" hreflang="ko" class="interlanguage-link-target">\xed\x95\x9c\xea\xb5\xad\xec\x96\xb4</a></li><li class="interlanguage-link interwiki-hr"><a href="https://hr.wikipedia.org/wiki/" title="Croatian" lang="hr" hreflang="hr" class="interlanguage-link-target">Hrvatski</a></li><li class="interlanguage-link interwiki-id"><a href="https://id.wikipedia.org/wiki/" title="Indonesian" lang="id" hreflang="id" class="interlanguage-link-target">Bahasa Indonesia</a></li><li class="interlanguage-link interwiki-it"><a href="https://it.wikipedia.org/wiki/" title="Italian" lang="it" hreflang="it" class="interlanguage-link-target">Italiano</a></li><li class="interlanguage-link interwiki-he"><a href="https://he.wikipedia.org/wiki/" title="Hebrew" lang="he" hreflang="he" class="interlanguage-link-target">\xd7\xa2\xd7\x91\xd7\xa8\xd7\x99\xd7\xaa</a></li><li class="interlanguage-link interwiki-ka"><a href="https://ka.wikipedia.org/wiki/" title="Georgian" lang="ka" hreflang="ka" class="interlanguage-link-target">\xe1\x83\xa5\xe1\x83\x90\xe1\x83\xa0\xe1\x83\x97\xe1\x83\xa3\xe1\x83\x9a\xe1\x83\x98</a></li><li class="interlanguage-link interwiki-lv"><a href="https://lv.wikipedia.org/wiki/" title="Latvian" lang="lv" hreflang="lv" class="interlanguage-link-target">Latvie\xc5\xa1u</a></li><li class="interlanguage-link interwiki-lt"><a href="https://lt.wikipedia.org/wiki/" title="Lithuanian" lang="lt" hreflang="lt" class="interlanguage-link-target">Lietuvi\xc5\xb3</a></li><li class="interlanguage-link interwiki-hu"><a href="https://hu.wikipedia.org/wiki/" title="Hungarian" lang="hu" hreflang="hu" class="interlanguage-link-target">Magyar</a></li><li class="interlanguage-link interwiki-mk"><a href="https://mk.wikipedia.org/wiki/" title="Macedonian" lang="mk" hreflang="mk" class="interlanguage-link-target">\xd0\x9c\xd0\xb0\xd0\xba\xd0\xb5\xd0\xb4\xd0\xbe\xd0\xbd\xd1\x81\xd0\xba\xd0\xb8</a></li><li class="interlanguage-link interwiki-ms"><a href="https://ms.wikipedia.org/wiki/" title="Malay" lang="ms" hreflang="ms" class="interlanguage-link-target">Bahasa Melayu</a></li><li class="interlanguage-link interwiki-nl"><a href="https://nl.wikipedia.org/wiki/" title="Dutch" lang="nl" hreflang="nl" class="interlanguage-link-target">Nederlands</a></li><li class="interlanguage-link interwiki-ja"><a href="https://ja.wikipedia.org/wiki/" title="Japanese" lang="ja" hreflang="ja" class="interlanguage-link-target">\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e</a></li><li class="interlanguage-link interwiki-no"><a href="https://no.wikipedia.org/wiki/" title="Norwegian Bokm\xc3\xa5l" lang="nb" hreflang="nb" class="interlanguage-link-target">Norsk bokm\xc3\xa5l</a></li><li class="interlanguage-link interwiki-nn"><a href="https://nn.wikipedia.org/wiki/" title="Norwegian Nynorsk" lang="nn" hreflang="nn" class="interlanguage-link-target">Norsk nynorsk</a></li><li class="interlanguage-link interwiki-pl"><a href="https://pl.wikipedia.org/wiki/" title="Polish" lang="pl" hreflang="pl" class="interlanguage-link-target">Polski</a></li><li class="interlanguage-link interwiki-pt"><a href="https://pt.wikipedia.org/wiki/" title="Portuguese" lang="pt" hreflang="pt" class="interlanguage-link-target">Portugu\xc3\xaas</a></li><li class="interlanguage-link interwiki-ro"><a href="https://ro.wikipedia.org/wiki/" title="Romanian" lang="ro" hreflang="ro" class="interlanguage-link-target">Rom\xc3\xa2n\xc4\x83</a></li><li class="interlanguage-link interwiki-ru"><a href="https://ru.wikipedia.org/wiki/" title="Russian" lang="ru" hreflang="ru" class="interlanguage-link-target">\xd0\xa0\xd1\x83\xd1\x81\xd1\x81\xd0\xba\xd0\xb8\xd0\xb9</a></li><li class="interlanguage-link interwiki-simple"><a href="https://simple.wikipedia.org/wiki/" title="Simple English" lang="en-simple" hreflang="en-simple" class="interlanguage-link-target">Simple English</a></li><li class="interlanguage-link interwiki-sk"><a href="https://sk.wikipedia.org/wiki/" title="Slovak" lang="sk" hreflang="sk" class="interlanguage-link-target">Sloven\xc4\x8dina</a></li><li class="interlanguage-link interwiki-sl"><a href="https://sl.wikipedia.org/wiki/" title="Slovenian" lang="sl" hreflang="sl" class="interlanguage-link-target">Sloven\xc5\xa1\xc4\x8dina</a></li><li class="interlanguage-link interwiki-sr"><a href="https://sr.wikipedia.org/wiki/" title="Serbian" lang="sr" hreflang="sr" class="interlanguage-link-target">\xd0\xa1\xd1\x80\xd0\xbf\xd1\x81\xd0\xba\xd0\xb8 / srpski</a></li><li class="interlanguage-link interwiki-sh"><a href="https://sh.wikipedia.org/wiki/" title="Serbo-Croatian" lang="sh" hreflang="sh" class="interlanguage-link-target">Srpskohrvatski / \xd1\x81\xd1\x80\xd0\xbf\xd1\x81\xd0\xba\xd0\xbe\xd1\x85\xd1\x80\xd0\xb2\xd0\xb0\xd1\x82\xd1\x81\xd0\xba\xd0\xb8</a></li><li class="interlanguage-link interwiki-fi"><a href="https://fi.wikipedia.org/wiki/" title="Finnish" lang="fi" hreflang="fi" class="interlanguage-link-target">Suomi</a></li><li class="interlanguage-link interwiki-sv"><a href="https://sv.wikipedia.org/wiki/" title="Swedish" lang="sv" hreflang="sv" class="interlanguage-link-target">Svenska</a></li><li class="interlanguage-link interwiki-th"><a href="https://th.wikipedia.org/wiki/" title="Thai" lang="th" hreflang="th" class="interlanguage-link-target">\xe0\xb9\x84\xe0\xb8\x97\xe0\xb8\xa2</a></li><li class="interlanguage-link interwiki-tr"><a href="https://tr.wikipedia.org/wiki/" title="Turkish" lang="tr" hreflang="tr" class="interlanguage-link-target">T\xc3\xbcrk\xc3\xa7e</a></li><li class="interlanguage-link interwiki-uk"><a href="https://uk.wikipedia.org/wiki/" title="Ukrainian" lang="uk" hreflang="uk" class="interlanguage-link-target">\xd0\xa3\xd0\xba\xd1\x80\xd0\xb0\xd1\x97\xd0\xbd\xd1\x81\xd1\x8c\xd0\xba\xd0\xb0</a></li><li class="interlanguage-link interwiki-vi"><a href="https://vi.wikipedia.org/wiki/" title="Vietnamese" lang="vi" hreflang="vi" class="interlanguage-link-target">Ti\xe1\xba\xbfng Vi\xe1\xbb\x87t</a></li><li class="interlanguage-link interwiki-zh"><a href="https://zh.wikipedia.org/wiki/" title="Chinese" lang="zh" hreflang="zh" class="interlanguage-link-target">\xe4\xb8\xad\xe6\x96\x87</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n</div>\n\n</div>\n<footer id="footer" class="mw-footer" role="contentinfo" >\n\t<ul id="footer-info" >\n\t<li id="footer-info-lastmod"> This page was last edited on 3 February 2021, at 11:11<span class="anonymous-show"> (UTC)</span>.</li>\n\t<li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a><a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>;\nadditional terms may apply. By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia\xc2\xae is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>\n</ul>\n\n\t<ul id="footer-places" >\n\t<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>\n\t<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>\n\t<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>\n\t<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>\n\t<li id="footer-places-mobileview"><a href="//en.m.wikipedia.org/w/index.php?title=Main_Page&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>\n\t<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>\n\t<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>\n\t<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>\n</ul>\n\n\t<ul id="footer-icons" class="noprint">\n\t<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>\n\t<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>\n</ul>\n\n</footer>\n\n\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.465","walltime":"0.640","ppvisitednodes":{"value":3871,"limit":1000000},"postexpandincludesize":{"value":113867,"limit":2097152},"templateargumentsize":{"value":6730,"limit":2097152},"expansiondepth":{"value":21,"limit":40},"expensivefunctioncount":{"value":13,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":5370,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 463.720 1 -total"," 37.62% 174.429 1 Wikipedia:Main_Page/Tomorrow"," 36.22% 167.951 8 Template:Main_page_image"," 21.61% 100.214 8 Template:Str_number/trim"," 20.81% 96.503 1 Wikipedia:Today\'s_featured_article/August_28,_2021"," 19.96% 92.558 2 Template:Main_page_image/TFA"," 18.58% 86.173 24 Template:If_empty"," 14.06% 65.219 2 Template:Wikipedia_languages"," 13.00% 60.297 1 Template:Did_you_know/Queue/6"," 11.49% 53.284 1 Wikipedia:Selected_anniversaries/August_28"]},"scribunto":{"limitreport-timeusage":{"value":"0.092","limit":"10.000"},"limitreport-memusage":{"value":2345544,"limit":52428800}},"cachereport":{"origin":"mw2271","timestamp":"20210828152326","ttl":3600,"transientcontent":true}}});});</script>\n<script type="application/ld+json">{"@context":"https:\\/\\/schema.org","@type":"Article","name":"Main Page","url":"https:\\/\\/en.wikipedia.org\\/wiki\\/Main_Page","sameAs":"http:\\/\\/www.wikidata.org\\/entity\\/Q5296","mainEntity":"http:\\/\\/www.wikidata.org\\/entity\\/Q5296","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\\/\\/www.wikimedia.org\\/static\\/images\\/wmf-hor-googpub.png"}},"datePublished":"2002-01-26T15:28:12Z","dateModified":"2021-02-03T11:11:30Z","image":"https:\\/\\/upload.wikimedia.org\\/wikipedia\\/commons\\/b\\/b2\\/WilliamLyonMackenzie.jpeg","headline":"Wikimedia project page"}</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":848,"wgHostname":"mw2271"});});</script>\n</body></html>'
Soup=BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html class="client-nojs" dir="ltr" lang="en">
<head>
<meta charset="utf-8"/>
<title>Wikipedia, the free encyclopedia</title>
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"b1dd0273-644e-4097-9328-f5b24319718d","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"Main_Page","wgTitle":"Main Page","wgCurRevisionId":1004593520,"wgRevisionId":1004593520,"wgArticleId":15580374,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":[],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"Main_Page","wgRelevantArticleId":15580374,"wgIsProbablyEditable":!1,"wgRelevantPageIsProbablyEditable":!1,"wgRestrictionEdit":["sysop"],"wgRestrictionMove":["sysop"],"wgIsMainPage":!0,"wgFlaggedRevsParams":{
"tags":{"status":{"levels":-1}}},"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsFlags":10,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgULSisCompactLinksEnabled":!0,"wgGENewcomerTasksGuidanceEnabled":!0,"wgGEAskQuestionEnabled":!1,"wgGELinkRecommendationsFrontendEnabled":!1,"wgWikibaseItemId":"Q5296"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":
"ready","ext.wikimediaBadges":"ready"};RLPAGEMODULES=["site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.growthExperiments.SuggestedEditSession"];</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
});});</script>
<link href="/w/load.php?lang=en&modules=ext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cskins.vector.styles.legacy&only=styles&skin=vector" rel="stylesheet"/>
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>
<meta content="" name="ResourceLoaderDynamicStyles"/>
<link href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector" rel="stylesheet"/>
<meta content="MediaWiki 1.37.0-wmf.20" name="generator"/>
<meta content="origin" name="referrer"/>
<meta content="origin-when-crossorigin" name="referrer"/>
<meta content="origin-when-cross-origin" name="referrer"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="https://upload.wikimedia.org/wikipedia/commons/b/b2/WilliamLyonMackenzie.jpeg" property="og:image"/>
<meta content="Wikipedia, the free encyclopedia" property="og:title"/>
<meta content="website" property="og:type"/>
<link href="//upload.wikimedia.org" rel="preconnect"/>
<link href="//en.m.wikipedia.org/wiki/Main_Page" media="only screen and (max-width: 720px)" rel="alternate"/>
<link href="/w/api.php?action=featuredfeed&feed=potd&feedformat=atom" rel="alternate" title="Wikipedia picture of the day feed" type="application/atom+xml"/>
<link href="/w/api.php?action=featuredfeed&feed=featured&feedformat=atom" rel="alternate" title="Wikipedia featured articles feed" type="application/atom+xml"/>
<link href="/w/api.php?action=featuredfeed&feed=onthisday&feedformat=atom" rel="alternate" title='Wikipedia "On this day..." feed' type="application/atom+xml"/>
<link href="/static/apple-touch/wikipedia.png" rel="apple-touch-icon"/>
<link href="/static/favicon/wikipedia.ico" rel="shortcut icon"/>
<link href="/w/opensearch_desc.php" rel="search" title="Wikipedia (en)" type="application/opensearchdescription+xml"/>
<link href="//en.wikipedia.org/w/api.php?action=rsd" rel="EditURI" type="application/rsd+xml"/>
<link href="//creativecommons.org/licenses/by-sa/3.0/" rel="license"/>
<link href="https://en.wikipedia.org/wiki/Main_Page" rel="canonical"/>
<link href="//login.wikimedia.org" rel="dns-prefetch"/>
<link href="//meta.wikimedia.org" rel="dns-prefetch"/>
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Main_Page rootpage-Main_Page skin-vector action-view skin-vector-legacy"><div class="noprint" id="mw-page-base"></div>
<div class="noprint" id="mw-head-base"></div>
<div class="mw-body" id="content" role="main">
<a id="top"></a>
<div id="siteNotice"><!-- CentralNotice --></div>
<div class="mw-indicators">
</div>
<h1 class="firstHeading" id="firstHeading">Main Page</h1>
<div class="vector-body" id="bodyContent">
<div class="noprint" id="siteSub">From Wikipedia, the free encyclopedia</div>
<div id="contentSub"></div>
<div id="contentSub2"></div>
<div id="jump-to-nav"></div>
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
<div class="mw-body-content mw-content-ltr" dir="ltr" id="mw-content-text" lang="en"><div class="mw-parser-output"><style data-mw-deduplicate="TemplateStyles:r1004580458">.mw-parser-output #mp-topbanner{position:relative;box-sizing:border-box;min-width:47em;border-color:#ddd;background-color:#f9f9f9;white-space:nowrap}.mw-parser-output .mp-bordered,.mw-parser-output .mp-h2,body.skin-timeless .mw-parser-output .mp-h2{border-width:1px;border-style:solid}.mw-parser-output #mp-topbanner,.mw-parser-output .mp-h2,.mw-parser-output #mp-left{color:#000}.mw-parser-output #mp-welcomecount{margin:0.4em;width:22em;text-align:center}.mw-parser-output #mp-welcome{font-size:162%;padding:0.1em}.mw-parser-output #mp-free{font-size:95%}.mw-parser-output #articlecount{font-size:85%}.mw-parser-output #mp-portals{position:absolute;right:-1em;top:50%;margin-top:-2.4em;width:38%;min-width:25em;font-size:95%}.mw-parser-output #mp-portals li{position:absolute;left:0;top:0}.mw-parser-output #mp-portals .portal-hmid{left:33%}.mw-parser-output #mp-portals .portal-hright{left:66%}.mw-parser-output #mp-portals .portal-vmid{top:1.6em}.mw-parser-output #mp-portals .portal-vbot{top:3.2em}.mw-parser-output #mp-portals li:last-child{font-weight:bold}.mw-parser-output #mp-banner{margin-top:4px;padding:0.5em;background-color:#fffaf5;border-color:#f2e0ce}.mw-parser-output .mp-h2,body.skin-timeless .mw-parser-output .mp-h2{margin:0.5em;padding:0.2em 0.4em;font-size:120%;font-weight:bold;font-family:inherit}.mw-parser-output h2.mp-h2::after{border:none}.mw-parser-output .mp-later{font-size:85%;font-weight:normal}.mw-parser-output #mp-upper{width:100%;margin-top:4px;margin-bottom:0;border-spacing:0;border-collapse:separate}.mw-parser-output #mp-upper .mid-table{border-color:transparent}.mw-parser-output #mp-left{width:55%;border-color:#cef2e0;background:#f5fffa}.mw-parser-output #mp-right{width:45%;border-color:#cedff2;background:#f5faff}.mw-parser-output #mp-left,.mw-parser-output #mp-right{padding:0;vertical-align:top}.mw-parser-output #mp-left .mp-h2{background:#cef2e0;border-color:#a3bfb1}.mw-parser-output #mp-right .mp-h2{background:#cedff2;border-color:#a3b0bf}.mw-parser-output #mp-tfa,.mw-parser-output #mp-dyk,.mw-parser-output #mp-itn,.mw-parser-output #mp-otd,.mw-parser-output #mp-other-lower>div{padding:0.1em 0.6em}.mw-parser-output #mp-dyk-h2,.mw-parser-output #mp-otd-h2{clear:both}.mw-parser-output #mp-middle{margin-top:4px;border-color:#f2cedd;background:#fff5fa}.mw-parser-output #mp-middle,.mw-parser-output #mp-lower,.mw-parser-output #mp-other-lower{overflow:auto}.mw-parser-output #mp-tfl-h2{background:#f2cedd;border-color:#bfa3af}.mw-parser-output #mp-tfl{padding:0.3em 0.7em}.mw-parser-output #mp-lower{margin-top:4px;border-color:#ddcef2;background:#faf5ff}.mw-parser-output #mp-tfp-h2{background:#ddcef2;border-color:#afa3bf}.mw-parser-output #mp-tfp{margin:0.1em 0.4em 0.6em}.mw-parser-output #mp-other-lower{padding:0;border-color:#e2e2e2;margin-top:4px}.mw-parser-output #mp-dyk,.mw-parser-output #mp-otd,.mw-parser-output #mp-other-lower{padding-bottom:0.5em}.mw-parser-output #mp-other-lower .mp-h2{background:#eee;border-color:#ddd;color:#222}@media(max-width:875px){body.skin--responsive .mw-parser-output #mp-welcomecount{width:auto}body.skin--responsive .mw-parser-output #mp-topbanner{min-width:0;white-space:normal}body.skin--responsive .mw-parser-output #mp-portals{position:static;width:auto;min-width:0;text-align:center;border-top:1px solid #ddd;padding:0.4em 0;margin:0 0.4em}body.skin--responsive .mw-parser-output #mp-portals li{position:static;display:inline;padding:0 5px;white-space:nowrap}body.skin--responsive .mw-parser-output table,body.skin--responsive .mw-parser-output tr,body.skin--responsive .mw-parser-output td,body.skin--responsive .mw-parser-output tbody{display:block!important;width:100%!important;box-sizing:border-box}body.skin--responsive .mw-parser-output #mp-tfp tr:first-child td:first-child a{text-align:center;display:table;margin:0 auto}}</style>
<div class="mp-bordered" id="mp-topbanner">
<div id="mp-welcomecount">
<div id="mp-welcome">Welcome to <a href="/wiki/Wikipedia" title="Wikipedia">Wikipedia</a>,</div>
<div id="mp-free">the <a href="/wiki/Free_content" title="Free content">free</a> <a href="/wiki/Encyclopedia" title="Encyclopedia">encyclopedia</a> that <a href="/wiki/Help:Introduction_to_Wikipedia" title="Help:Introduction to Wikipedia">anyone can edit</a>.</div>
<div id="articlecount"><a href="/wiki/Special:Statistics" title="Special:Statistics">6,365,665</a> articles in <a href="/wiki/English_language" title="English language">English</a></div>
</div>
<ul id="mp-portals">
<li><a href="/wiki/Portal:The_arts" title="Portal:The arts">The arts</a></li>
<li class="portal-vmid"><a href="/wiki/Portal:Biography" title="Portal:Biography">Biography</a></li>
<li class="portal-vbot"><a href="/wiki/Portal:Geography" title="Portal:Geography">Geography</a></li>
<li class="portal-hmid"><a href="/wiki/Portal:History" title="Portal:History">History</a></li>
<li class="portal-hmid portal-vmid"><a href="/wiki/Portal:Mathematics" title="Portal:Mathematics">Mathematics</a></li>
<li class="portal-hmid portal-vbot"><a href="/wiki/Portal:Science" title="Portal:Science">Science</a></li>
<li class="portal-hright"><a href="/wiki/Portal:Society" title="Portal:Society">Society</a></li>
<li class="portal-hright portal-vmid"><a href="/wiki/Portal:Technology" title="Portal:Technology">Technology</a></li>
<li class="portal-hright portal-vbot"><a href="/wiki/Wikipedia:Contents/Portals" title="Wikipedia:Contents/Portals">All portals</a></li>
</ul>
</div>
<table id="mp-upper" role="presentation">
<tbody><tr>
<td class="MainPageBG mp-bordered" id="mp-left">
<h2 class="mp-h2" id="mp-tfa-h2"><span id="From_today.27s_featured_article"></span><span class="mw-headline" id="From_today's_featured_article">From today's featured article</span></h2>
<div id="mp-tfa"><div id="mp-tfa-img" style="float: left; margin: 0.5em 0.9em 0.4em 0em;">
<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 125px;">
<a class="image" href="/wiki/File:WilliamLyonMackenzie.jpeg" title="William Lyon Mackenzie"><img alt="William Lyon Mackenzie" data-file-height="601" data-file-width="480" decoding="async" height="157" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b2/WilliamLyonMackenzie.jpeg/125px-WilliamLyonMackenzie.jpeg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b2/WilliamLyonMackenzie.jpeg/188px-WilliamLyonMackenzie.jpeg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b2/WilliamLyonMackenzie.jpeg/250px-WilliamLyonMackenzie.jpeg 2x" width="125"/></a></div>
</div>
<p><b><a href="/wiki/William_Lyon_Mackenzie" title="William Lyon Mackenzie">William Lyon Mackenzie</a></b> (March 12, 1795 – August 28, 1861) was a Scottish-born Canadian-American <a href="/wiki/Journalism" title="Journalism">journalist</a> and <a href="/wiki/Politics" title="Politics">politician</a>. He founded newspapers critical of the <a href="/wiki/Family_Compact" title="Family Compact">Family Compact</a>, represented <a href="/wiki/York_County,_Ontario" title="York County, Ontario">York County</a> in the <a href="/wiki/Legislative_Assembly_of_Upper_Canada" title="Legislative Assembly of Upper Canada">Legislative Assembly of Upper Canada</a> and aligned with <a href="/wiki/Reform_movement_(Upper_Canada)" title="Reform movement (Upper Canada)">Reformers</a>. <a href="/wiki/Dundee" title="Dundee">Dundee</a>-born, Mackenzie emigrated to <a href="/wiki/York,_Upper_Canada" title="York, Upper Canada">York, Upper Canada</a>, (now <a href="/wiki/Toronto" title="Toronto">Toronto</a>) in 1820 and published his first newspaper in 1824. He was elected to the legislative assembly in 1827 and became <a href="/wiki/List_of_mayors_of_Toronto" title="List of mayors of Toronto">Toronto's first mayor</a> in 1834. In 1837, he commanded the rebels in the <a href="/wiki/Upper_Canada_Rebellion" title="Upper Canada Rebellion">Upper Canada Rebellion</a>, but was defeated at the <a href="/wiki/Battle_of_Montgomery%27s_Tavern" title="Battle of Montgomery's Tavern">Battle of Montgomery's Tavern</a>. He fled to the U.S. to rally American support for an invasion of Upper Canada. This violated the <a href="/wiki/Neutrality_Act_of_1794" title="Neutrality Act of 1794">Neutrality Act</a> and he was imprisoned. He discovered and published documents that outlined corrupt financial transactions and government appointments by New York state officials. He represented <a href="/wiki/Haldimand_County" title="Haldimand County">Haldimand County</a> in <a href="/wiki/Parliament_of_the_Province_of_Canada" title="Parliament of the Province of Canada">the legislature</a> of the <a href="/wiki/Province_of_Canada" title="Province of Canada">Province of Canada</a> from 1851 to 1858, and died in August 1861. (<b><a href="/wiki/William_Lyon_Mackenzie" title="William Lyon Mackenzie">Full article...</a></b>)
</p>
<div class="tfa-recent" style="text-align: right;">
Recently featured: <div class="hlist hlist-separated inline">
<ul><li><a href="/wiki/USS_Iowa_(BB-61)" title="USS Iowa (BB-61)">USS <i>Iowa</i> (<span class="nowrap">BB-61</span>)</a></li>
<li><a href="/wiki/Cr%C3%A9cy_campaign" title="Crécy campaign">Crécy campaign</a></li>
<li><a href="/wiki/Santer%C3%ADa" title="Santería">Santería</a></li></ul>
</div></div>
<div class="tfa-footer hlist hlist-separated noprint" style="text-align: right;">
<ul><li><b><a href="/wiki/Wikipedia:Today%27s_featured_article/August_2021" title="Wikipedia:Today's featured article/August 2021">Archive</a></b></li>
<li><b><a class="extiw" href="https://lists.wikimedia.org/mailman/listinfo/daily-article-l" title="mail:daily-article-l">By email</a></b></li>
<li><b><a href="/wiki/Wikipedia:Featured_articles" title="Wikipedia:Featured articles">More featured articles</a></b></li></ul>
</div></div>
<h2 class="mp-h2" id="mp-dyk-h2"><span class="mw-headline" id="Did_you_know_...">Did you know ...</span></h2>
<div id="mp-dyk">
<div class="dyk-img" style="float: right; margin-left: 0.5em;">
<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 127px;">
<a class="image" href="/wiki/File:Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg" title="Marie Antoinette with a Rose by Élisabeth Vigée Le Brun"><img alt="Marie Antoinette with a Rose by Élisabeth Vigée Le Brun" data-file-height="4728" data-file-width="3894" decoding="async" height="154" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg/127px-Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg/191px-Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg/254px-Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg 2x" width="127"/></a><div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word;"><i><a href="/wiki/Marie_Antoinette_with_a_Rose" title="Marie Antoinette with a Rose">Marie Antoinette with a Rose</a></i> by <a href="/wiki/%C3%89lisabeth_Vig%C3%A9e_Le_Brun" title="Élisabeth Vigée Le Brun">Élisabeth Vigée Le Brun</a></div></div>
</div>
<ul><li>... that <i><b><a href="/wiki/Marie_Antoinette_with_a_Rose" title="Marie Antoinette with a Rose">Marie Antoinette with a Rose</a></b></i> <i>(pictured)</i> by <a href="/wiki/%C3%89lisabeth_Vig%C3%A9e_Le_Brun" title="Élisabeth Vigée Le Brun">Élisabeth Vigée Le Brun</a> was a <a href="/wiki/Salon_(Paris)" title="Salon (Paris)">Salon</a> exhibition replacement for her criticized portrait of the queen wearing a chemise?</li>
<li>... that particle physicist <b><a href="/wiki/Arden_Warner" title="Arden Warner">Arden Warner</a></b> invented a magnetism-based method for cleaning up oil spills?</li>
<li>... that thousands of political prisoners in Indonesia were interned in the <b><a href="/wiki/Waeapo_River" title="Waeapo River">Waeapo River</a></b> valley in <a href="/wiki/Buru" title="Buru">Buru</a>?</li>
<li>... that <b><a href="/wiki/Linda_Watson_(soprano)" title="Linda Watson (soprano)">Linda Watson</a></b>, a <a href="/wiki/Dramatic_soprano" title="Dramatic soprano">dramatic soprano</a> born in <a href="/wiki/San_Francisco" title="San Francisco">San Francisco</a> who made a career in Europe, is proud of a <a href="/wiki/Grammy_Awards" title="Grammy Awards">Grammy nomination</a> for Wagner's <a href="/wiki/Der_Ring_des_Nibelungen" title="Der Ring des Nibelungen"><i>Ring</i> cycle</a> with her as Brünnhilde?</li>
<li>... that after appointing the <b><a href="/wiki/Gavrili%C8%9Ba_Cabinet" title="Gavrilița Cabinet">Gavrilița Cabinet</a></b>, <a href="/wiki/Moldova" title="Moldova">Moldova</a> is only one of two republics in the world where the non-collective <a href="/wiki/Maia_Sandu" title="Maia Sandu">head of state</a> and <a href="/wiki/Natalia_Gavrili%C8%9Ba" title="Natalia Gavrilița">head of government</a> are both <a href="/wiki/List_of_elected_and_appointed_female_heads_of_state_and_government" title="List of elected and appointed female heads of state and government">currently women</a>?</li>
<li>... that <b><a href="/wiki/Natalie_Simanowski" title="Natalie Simanowski">Natalie Simanowski</a></b> began her "second life" as a <a href="/wiki/Paralympic_Games" title="Paralympic Games">Paralympian</a> cyclist after being attacked by someone described as a "<a href="/wiki/Psychopathy" title="Psychopathy">psychopath</a>"?</li>
<li>... that <i><b><a href="/wiki/Bicellariella_ciliata" title="Bicellariella ciliata">Bicellariella ciliata</a></b></i>, <i><b><a href="/wiki/Crisularia_plumosa" title="Crisularia plumosa">Crisularia plumosa</a></b></i>, <i><b><a href="/wiki/Bugulina_flabellata" title="Bugulina flabellata">Bugulina flabellata</a></b></i> and <i><b><a href="/wiki/Bugulina_turbinata" title="Bugulina turbinata">Bugulina turbinata</a></b></i> form part of a <a href="/wiki/Bryozoa" title="Bryozoa">bryozoan</a> "turf" on steep or vertical rock exposed to moderate water movement?</li>
<li>... that <b><a href="/wiki/Rosa_Egipc%C3%ADaca" title="Rosa Egipcíaca">Rosa Egipcíaca</a></b> was the first black woman in Brazil to write a book?</li></ul>
<div class="dyk-footer hlist noprint" style="margin-top: 0.5em; text-align: right;">
<ul><li><b><a href="/wiki/Wikipedia:Recent_additions" title="Wikipedia:Recent additions">Archive</a></b></li>
<li><b><a href="/wiki/Help:Your_first_article" title="Help:Your first article">Start a new article</a></b></li>
<li><b><a href="/wiki/Template_talk:Did_you_know" title="Template talk:Did you know">Nominate an article</a></b></li></ul>
</div>
</div>
</td>
<td class="mp-bordered mid-table">
</td>
<td class="MainPageBG mp-bordered" id="mp-right">
<h2 class="mp-h2" id="mp-itn-h2"><span class="mw-headline" id="In_the_news">In the news</span></h2>
<div id="mp-itn"><div class="itn-img" role="figure" style="float: right; margin-left: 0.5em; margin-top: 0.2em;">
<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 185px;">
<a class="image" href="/wiki/File:Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg" title="Paralympics opening ceremony"><img alt="Paralympics opening ceremony" data-file-height="1492" data-file-width="2600" decoding="async" height="106" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg/185px-Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg/278px-Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg/370px-Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg 2x" width="185"/></a><div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word; text-align: left;">Paralympics opening ceremony</div></div>
</div>
<ul><li>Amid <a href="/wiki/2021_evacuation_from_Afghanistan" title="2021 evacuation from Afghanistan">evacuations from Afghanistan</a>, <b><a href="/wiki/2021_Kabul_airport_attack" title="2021 Kabul airport attack">a suicide bombing</a></b> kills at least 182 people at <a href="/wiki/Hamid_Karzai_International_Airport" title="Hamid Karzai International Airport">Hamid Karzai International Airport</a> in <a href="/wiki/Kabul" title="Kabul">Kabul</a>.</li>
<li>The <b><a href="/wiki/2020_Summer_Paralympics" title="2020 Summer Paralympics">Summer Paralympics</a></b> <a href="/wiki/2020_Summer_Paralympics_opening_ceremony" title="2020 Summer Paralympics opening ceremony">open</a> <i>(ceremony pictured)</i> in <a href="/wiki/Tokyo" title="Tokyo">Tokyo</a>, Japan.</li>
<li><b><a href="/wiki/Ismail_Sabri_Yaakob" title="Ismail Sabri Yaakob">Ismail Sabri Yaakob</a></b> is appointed as <a href="/wiki/Prime_Minister_of_Malaysia" title="Prime Minister of Malaysia">prime minister</a> by the <a href="/wiki/Yang_di-Pertuan_Agong" title="Yang di-Pertuan Agong">King of Malaysia</a>.</li>
<li><a href="/wiki/Hakainde_Hichilema" title="Hakainde Hichilema">Hakainde Hichilema</a> is <b><a href="/wiki/2021_Zambian_general_election" title="2021 Zambian general election">elected</a></b> <a href="/wiki/President_of_Zambia" title="President of Zambia">President of Zambia</a>.</li>
<li><b><a href="/wiki/2021_Haiti_earthquake" title="2021 Haiti earthquake">A 7.2-magnitude earthquake</a></b> in Haiti kills more than 2,200 people.</li></ul>
<div class="itn-footer" style="margin-top: 0.5em;">
<div><b><a href="/wiki/Portal:Current_events" title="Portal:Current events">Ongoing</a></b>: <div class="hlist hlist-separated inline">
<ul><li><a href="/wiki/COVID-19_pandemic" title="COVID-19 pandemic">COVID-19 pandemic</a></li></ul></div></div>
<div><b><a href="/wiki/Deaths_in_2021" title="Deaths in 2021">Recent deaths</a></b>: <div class="hlist hlist-separated inline">
<ul><li><a href="/wiki/Kay_Bullitt" title="Kay Bullitt">Kay Bullitt</a></li>
<li><a href="/wiki/Milan_Gutovi%C4%87" title="Milan Gutović">Milan Gutović</a></li>
<li><span class="nowrap"><a href="/wiki/Stephen_B._Oates" title="Stephen B. Oates">Stephen B. Oates</a></span></li>
<li><a href="/wiki/Michael_Nader" title="Michael Nader">Michael Nader</a></li>
<li><a href="/wiki/Jerry_Harkness" title="Jerry Harkness">Jerry Harkness</a></li>
<li><a href="/wiki/Lloyd_Dobyns" title="Lloyd Dobyns">Lloyd Dobyns</a></li></ul></div></div></div>
<div class="itn-footer hlist hlist-separated noprint" style="text-align: right;">
<ul><li><b><a href="/wiki/Wikipedia:In_the_news/Candidates" title="Wikipedia:In the news/Candidates">Nominate an article</a></b></li></ul></div></div>
<h2 class="mp-h2" id="mp-otd-h2"><span class="mw-headline" id="On_this_day">On this day</span></h2>
<div id="mp-otd">
<p><b><a href="/wiki/August_28" title="August 28">August 28</a></b>
</p>
<div id="mp-otd-img" style="float:right;margin-left:0.5em;">
<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 164px;">
<a class="image" href="/wiki/File:Martin_Luther_King_-_I_Have_a_Dream.jpg" title='Martin Luther King Jr. giving his "I Have a Dream" speech'><img alt='Martin Luther King Jr. giving his "I Have a Dream" speech' class="thumbborder" data-file-height="648" data-file-width="864" decoding="async" height="122" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Martin_Luther_King_-_I_Have_a_Dream.jpg/162px-Martin_Luther_King_-_I_Have_a_Dream.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Martin_Luther_King_-_I_Have_a_Dream.jpg/243px-Martin_Luther_King_-_I_Have_a_Dream.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Martin_Luther_King_-_I_Have_a_Dream.jpg/324px-Martin_Luther_King_-_I_Have_a_Dream.jpg 2x" width="162"/></a><div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word;">Martin Luther King Jr. giving his "I Have a Dream" speech</div></div>
</div>
<ul><li><a href="/wiki/1789" title="1789">1789</a> – With the first use of his new 1.2-metre (3.9 ft) telescope, then the largest in the world, <a href="/wiki/William_Herschel" title="William Herschel">William Herschel</a> discovered a new <a href="/wiki/Moons_of_Saturn" title="Moons of Saturn">moon of Saturn</a>, later named <b><a href="/wiki/Enceladus" title="Enceladus">Enceladus</a></b>.</li>
<li><a href="/wiki/1833" title="1833">1833</a> – The <b><a href="/wiki/Slavery_Abolition_Act_1833" title="Slavery Abolition Act 1833">Slavery Abolition Act 1833</a></b>, officially abolishing <a href="/wiki/Slavery_in_Britain" title="Slavery in Britain">slavery in most of the British Empire</a>, received <a href="/wiki/Royal_assent" title="Royal assent">royal assent</a>.</li>
<li><a href="/wiki/1901" title="1901">1901</a> – <b><a href="/wiki/Silliman_University" title="Silliman University">Silliman University</a></b> in <a href="/wiki/Dumaguete" title="Dumaguete">Dumaguete</a>, Philippines, was founded as the first American educational institution in Asia.</li>
<li><a href="/wiki/1963" title="1963">1963</a> – American civil-rights leader <a href="/wiki/Martin_Luther_King_Jr." title="Martin Luther King Jr.">Martin Luther King Jr.</a> <i>(pictured)</i> delivered his "<b><a href="/wiki/I_Have_a_Dream" title="I Have a Dream">I Have a Dream</a></b>" speech, envisioning a future in which <a href="/wiki/Black_people" title="Black people">blacks</a> and <a href="/wiki/White_people" title="White people">whites</a> coexisted harmoniously as equals.</li>
<li><a href="/wiki/1973" title="1973">1973</a> – Swedish police used gas bombs to end <b><a href="/wiki/Norrmalmstorg_robbery" title="Norrmalmstorg robbery">a seven-day hostage situation</a></b> in Stockholm; during the incident the hostages had bonded with their captors, leading to the term <i><a href="/wiki/Stockholm_syndrome" title="Stockholm syndrome">Stockholm syndrome</a></i>.</li></ul>
<div class="hlist hlist-separated" style="margin-top: 0.5em;"><ul><li><b><a href="/wiki/Johannes_Banfi_Hunyades" title="Johannes Banfi Hunyades">Johannes Banfi Hunyades</a></b> (<abbr title="died">d.</abbr> 1646)</li><li><b><a href="/wiki/Vittorio_Sella" title="Vittorio Sella">Vittorio Sella</a></b> (<abbr title="born">b.</abbr> 1859)</li><li><b><a href="/wiki/B%C3%A9la_Guttmann" title="Béla Guttmann">Béla Guttmann</a></b> (<abbr title="died">d.</abbr> 1981)</li></ul></div>
<div style="margin-top: 0.5em;">
More anniversaries: <div class="hlist hlist-separated inline nowraplinks">
<ul><li><a href="/wiki/August_27" title="August 27">August 27</a></li>
<li><b><a href="/wiki/August_28" title="August 28">August 28</a></b></li>
<li><a href="/wiki/August_29" title="August 29">August 29</a></li></ul>
</div></div>
<div class="otd-footer hlist hlist-separated noprint" style="text-align: right;">
<ul><li><b><a href="/wiki/Wikipedia:Selected_anniversaries/August" title="Wikipedia:Selected anniversaries/August">Archive</a></b></li>
<li><b><a class="extiw" href="https://lists.wikimedia.org/mailman/listinfo/daily-article-l" title="mail:daily-article-l">By email</a></b></li>
<li><b><a href="/wiki/List_of_days_of_the_year" title="List of days of the year">List of days of the year</a></b></li></ul>
</div></div>
</td></tr></tbody></table>
<div class="MainPageBG mp-bordered" id="mp-lower">
<div id="mp-bottom">
<h2 class="mp-h2" id="mp-tfp-h2"><span id="Today.27s_featured_picture"></span><span class="mw-headline" id="Today's_featured_picture">Today's featured picture</span></h2>
<div id="mp-tfp">
<table role="presentation" style="margin:0 3px 3px; width:100%; box-sizing:border-box; text-align:left; background-color:transparent; border-collapse:collapse;">
<tbody><tr>
<td style="padding:0 0.9em 0 0; width:400px;"><a class="image" href="/wiki/File:Thalassarche_impavida_2_-_SE_Tasmania.jpg" title="Campbell albatross"><img alt="Campbell albatross" data-file-height="3456" data-file-width="5184" decoding="async" height="267" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/07/Thalassarche_impavida_2_-_SE_Tasmania.jpg/400px-Thalassarche_impavida_2_-_SE_Tasmania.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/07/Thalassarche_impavida_2_-_SE_Tasmania.jpg/600px-Thalassarche_impavida_2_-_SE_Tasmania.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/07/Thalassarche_impavida_2_-_SE_Tasmania.jpg/800px-Thalassarche_impavida_2_-_SE_Tasmania.jpg 2x" width="400"/></a>
</td>
<td style="padding:0 6px 0 0">
<p>The <b><a href="/wiki/Campbell_albatross" title="Campbell albatross">Campbell albatross</a></b> (<i>Thalassarche impavida</i>) is a medium-sized <a href="/wiki/Mollymawk" title="Mollymawk">mollymawk</a> in the <a href="/wiki/Albatross" title="Albatross">albatross</a> family, Diomedeidae. It breeds only on <a href="/wiki/Campbell_Island_/_Motu_Ihupuku" title="Campbell Island / Motu Ihupuku">Campbell Island / Motu Ihupuku</a> and the associated islet of Jeanette Marie, in an uninhabited <a href="/wiki/Subantarctic" title="Subantarctic">subantarctic</a> island group of New Zealand located in the South Pacific. Because of its restricted breeding range, the bird is considered to be a <a href="/wiki/Vulnerable_species" title="Vulnerable species">vulnerable species</a> by the <a href="/wiki/International_Union_for_Conservation_of_Nature" title="International Union for Conservation of Nature">International Union for Conservation of Nature</a>. The greatest threat it faces is from the fishing industry. This Campbell albatross in flight was photographed off the south-eastern coast of <a href="/wiki/Tasmania" title="Tasmania">Tasmania</a>, Australia.
</p>
<p style="text-align:left;"><small>Photograph credit: <a href="/wiki/User:JJ_Harrison" title="User:JJ Harrison">John Harrison</a></small></p>
<div class="potd-recent" style="text-align:right;">
Recently featured: <div class="hlist hlist-separated inline">
<ul><li><a href="/wiki/Template:POTD/2021-08-27" title="Template:POTD/2021-08-27"><i>The Guilty Mother</i></a></li>
<li><a href="/wiki/Template:POTD/2021-08-26" title="Template:POTD/2021-08-26">Canary Wharf</a></li>
<li><a href="/wiki/Template:POTD/2021-08-25" title="Template:POTD/2021-08-25">The Fiancée of Belus</a></li></ul>
</div></div>
<div class="potd-footer hlist hlist-separated noprint" style="text-align:right;">
<ul><li><b><a href="/wiki/Wikipedia:Picture_of_the_day/Archive" title="Wikipedia:Picture of the day/Archive">Archive</a></b></li>
<li><b><a href="/wiki/Wikipedia:Featured_pictures" title="Wikipedia:Featured pictures">More featured pictures</a></b></li></ul>
</div>
</td></tr></tbody></table></div>
</div>
</div>
<div class="mp-bordered" id="mp-other-lower">
<h2 class="mp-h2" id="mp-other"><span class="mw-headline" id="Other_areas_of_Wikipedia">Other areas of Wikipedia</span></h2>
<div id="mp-other-content">
<ul><li><b><a href="/wiki/Wikipedia:Community_portal" title="Wikipedia:Community portal">Community portal</a></b> – Bulletin board, projects, resources and activities covering a wide range of Wikipedia areas.</li>
<li><b><a href="/wiki/Wikipedia:Help_desk" title="Wikipedia:Help desk">Help desk</a></b> – Ask questions about using Wikipedia.</li>
<li><b><a href="/wiki/Wikipedia:Reference_desk" title="Wikipedia:Reference desk">Reference desk</a></b> – Serving as virtual librarians, Wikipedia volunteers tackle your questions on a wide range of subjects.</li>
<li><b><a href="/wiki/Wikipedia:News" title="Wikipedia:News">Site news</a></b> – Announcements, updates, articles and press releases on Wikipedia and the Wikimedia Foundation.</li>
<li><b><a href="/wiki/Wikipedia:Village_pump" title="Wikipedia:Village pump">Village pump</a></b> – For discussions about Wikipedia itself, including areas for technical issues and policies.</li></ul>
</div>
<h2 class="mp-h2" id="mp-sister"><span id="Wikipedia.27s_sister_projects"></span><span class="mw-headline" id="Wikipedia's_sister_projects">Wikipedia's sister projects</span></h2>
<div id="mp-sister-content"><style data-mw-deduplicate="TemplateStyles:r1007624485">.mw-parser-output #sister-projects-list{display:flex;flex-wrap:wrap}.mw-parser-output #sister-projects-list li{display:inline-block}.mw-parser-output #sister-projects-list li span{font-weight:bold}.mw-parser-output #sister-projects-list li>div{display:inline-block;vertical-align:middle;padding:6px 4px}.mw-parser-output #sister-projects-list li>div:first-child{text-align:center}@media(min-width:360px){.mw-parser-output #sister-projects-list li{width:33%;min-width:20em;white-space:nowrap;flex:1 0 25%}.mw-parser-output #sister-projects-list li>div:first-child{min-width:50px}}</style>
<p>Wikipedia is hosted by the <a href="/wiki/Wikimedia_Foundation" title="Wikimedia Foundation">Wikimedia Foundation</a>, a non-profit organization that also hosts a range of other <a class="extiw" href="https://wikimediafoundation.org/our-work/wikimedia-projects/" title="foundationsite:our-work/wikimedia-projects/">projects</a>:
</p>
<div class="plainlist">
<ul id="sister-projects-list">
<li>
<div><a href="https://commons.wikimedia.org/wiki/" title="Commons"><img alt="Commons logo" data-file-height="1376" data-file-width="1024" decoding="async" height="42" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/31px-Commons-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/47px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/62px-Commons-logo.svg.png 2x" width="31"/></a></div>
<div><span><a class="extiw" href="https://commons.wikimedia.org/wiki/" title="c:">Commons</a></span><br/>Free media repository</div>
</li>
<li>
<div><a href="https://www.mediawiki.org/wiki/" title="MediaWiki"><img alt="MediaWiki logo" data-file-height="100" data-file-width="100" decoding="async" height="35" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/35px-MediaWiki-2020-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/53px-MediaWiki-2020-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/70px-MediaWiki-2020-icon.svg.png 2x" width="35"/></a></div>
<div><span><a class="extiw" href="https://www.mediawiki.org/wiki/" title="mw:">MediaWiki</a></span><br/>Wiki software development</div>
</li>
<li>
<div><a href="https://meta.wikimedia.org/wiki/" title="Meta-Wiki"><img alt="Meta-Wiki logo" data-file-height="900" data-file-width="900" decoding="async" height="35" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/35px-Wikimedia_Community_Logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/53px-Wikimedia_Community_Logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/70px-Wikimedia_Community_Logo.svg.png 2x" width="35"/></a></div>
<div><span><a class="extiw" href="https://meta.wikimedia.org/wiki/" title="m:">Meta-Wiki</a></span><br/>Wikimedia project coordination</div>
</li>
<li>
<div><a href="https://en.wikibooks.org/wiki/" title="Wikibooks"><img alt="Wikibooks logo" data-file-height="300" data-file-width="300" decoding="async" height="35" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/35px-Wikibooks-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/53px-Wikibooks-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/70px-Wikibooks-logo.svg.png 2x" width="35"/></a></div>
<div><span><a class="extiw" href="https://en.wikibooks.org/wiki/" title="b:">Wikibooks</a></span><br/>Free textbooks and manuals</div>
</li>
<li>
<div><a href="https://www.wikidata.org/wiki/" title="Wikidata"><img alt="Wikidata logo" data-file-height="590" data-file-width="1050" decoding="async" height="26" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/47px-Wikidata-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/71px-Wikidata-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/94px-Wikidata-logo.svg.png 2x" width="47"/></a></div>
<div><span><a class="extiw" href="https://www.wikidata.org/wiki/" title="d:">Wikidata</a></span><br/>Free knowledge base</div>
</li>
<li>
<div><a href="https://en.wikinews.org/wiki/" title="Wikinews"><img alt="Wikinews logo" data-file-height="415" data-file-width="759" decoding="async" height="28" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/51px-Wikinews-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/77px-Wikinews-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/102px-Wikinews-logo.svg.png 2x" width="51"/></a></div>
<div><span><a class="extiw" href="https://en.wikinews.org/wiki/" title="n:">Wikinews</a></span><br/>Free-content news</div>
</li>
<li>
<div><a href="https://en.wikiquote.org/wiki/" title="Wikiquote"><img alt="Wikiquote logo" data-file-height="355" data-file-width="300" decoding="async" height="41" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/35px-Wikiquote-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/53px-Wikiquote-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/70px-Wikiquote-logo.svg.png 2x" width="35"/></a></div>
<div><span><a class="extiw" href="https://en.wikiquote.org/wiki/" title="q:">Wikiquote</a></span><br/>Collection of quotations</div>
</li>
<li>
<div><a href="https://en.wikisource.org/wiki/" title="Wikisource"><img alt="Wikisource logo" data-file-height="430" data-file-width="410" decoding="async" height="37" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/35px-Wikisource-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/53px-Wikisource-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/70px-Wikisource-logo.svg.png 2x" width="35"/></a></div>
<div><span><a class="extiw" href="https://en.wikisource.org/wiki/" title="s:">Wikisource</a></span><br/>Free-content library</div>
</li>
<li>
<div><a href="https://species.wikimedia.org/wiki/" title="Wikispecies"><img alt="Wikispecies logo" data-file-height="1103" data-file-width="941" decoding="async" height="41" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/35px-Wikispecies-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/53px-Wikispecies-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/70px-Wikispecies-logo.svg.png 2x" width="35"/></a></div>
<div><span><a class="extiw" href="https://species.wikimedia.org/wiki/" title="species:">Wikispecies</a></span><br/>Directory of species</div>
</li>
<li>
<div><a href="https://en.wikiversity.org/wiki/" title="Wikiversity"><img alt="Wikiversity logo" data-file-height="512" data-file-width="626" decoding="async" height="34" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/41px-Wikiversity_logo_2017.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/62px-Wikiversity_logo_2017.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/82px-Wikiversity_logo_2017.svg.png 2x" width="41"/></a></div>
<div><span><a class="extiw" href="https://en.wikiversity.org/wiki/" title="v:">Wikiversity</a></span><br/>Free learning tools</div>
</li>
<li>
<div><a href="https://en.wikivoyage.org/wiki/" title="Wikivoyage"><img alt="Wikivoyage logo" data-file-height="193" data-file-width="193" decoding="async" height="35" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/35px-Wikivoyage-Logo-v3-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/53px-Wikivoyage-Logo-v3-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/70px-Wikivoyage-Logo-v3-icon.svg.png 2x" width="35"/></a></div>
<div><span><a class="extiw" href="https://en.wikivoyage.org/wiki/" title="voy:">Wikivoyage</a></span><br/>Free travel guide</div>
</li>
<li>
<div><a href="https://en.wiktionary.org/wiki/" title="Wiktionary"><img alt="Wiktionary logo" data-file-height="391" data-file-width="391" decoding="async" height="35" src="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/35px-Wiktionary-logo-v2.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/53px-Wiktionary-logo-v2.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/70px-Wiktionary-logo-v2.svg.png 2x" width="35"/></a></div>
<div><span><a class="extiw" href="https://en.wiktionary.org/wiki/" title="wikt:">Wiktionary</a></span><br/>Dictionary and thesaurus</div>
</li>
</ul>
</div></div>
<h2 class="mp-h2" id="mp-lang"><span class="mw-headline" id="Wikipedia_languages">Wikipedia languages</span></h2>
<div><style data-mw-deduplicate="TemplateStyles:r997272951">.mw-parser-output .wikipedia-languages-complete{font-weight:bold}.mw-parser-output .wikipedia-languages ul{margin-left:0}.mw-parser-output .wikipedia-languages ul a{white-space:nowrap}.mw-parser-output .wikipedia-languages>ul{list-style:none;text-align:center;clear:both}.mw-parser-output .wikipedia-languages-count-container{width:90%;display:flex;justify-content:center;padding-top:1em;margin:0 auto}.mw-parser-output .wikipedia-languages-prettybars{width:100%;height:1px;margin:0.5em 0;background-color:#c8ccd1;flex-shrink:1;align-self:center}.mw-parser-output .wikipedia-languages-count{padding:0 1em;white-space:nowrap}</style>
<div class="wikipedia-languages nourlexpansion">
<p>This Wikipedia is written in <a href="/wiki/English_language" title="English language">English</a>. Many <a class="extiw" href="https://meta.wikimedia.org/wiki/List_of_Wikipedias" title="meta:List of Wikipedias">other Wikipedias are available</a>; some of the largest are listed below.
</p>
<ul class="plainlinks">
<li>
<div class="wikipedia-languages-count-container">
<div class="wikipedia-languages-prettybars"></div>
<div class="wikipedia-languages-count" role="heading">1,000,000+ articles</div>
<div class="wikipedia-languages-prettybars"></div>
</div>
<ul class="wikipedia-languages-langs hlist hlist-separated inline">
<li><a class="external text" href="https://ar.wikipedia.org/wiki/"><span class="autonym" lang="ar" title="Arabic (ar:)">العربية</span></a></li>
<li><a class="external text" href="https://de.wikipedia.org/wiki/"><span class="autonym" lang="de" title="German (de:)">Deutsch</span></a></li>
<li><a class="external text" href="https://es.wikipedia.org/wiki/"><span class="autonym" lang="es" title="Spanish (es:)">Español</span></a></li>
<li><a class="external text" href="https://fr.wikipedia.org/wiki/"><span class="autonym" lang="fr" title="French (fr:)">Français</span></a></li>
<li><a class="external text" href="https://it.wikipedia.org/wiki/"><span class="autonym" lang="it" title="Italian (it:)">Italiano</span></a></li>
<li><a class="external text" href="https://nl.wikipedia.org/wiki/"><span class="autonym" lang="nl" title="Dutch (nl:)">Nederlands</span></a></li>
<li><a class="external text" href="https://ja.wikipedia.org/wiki/"><span class="autonym" lang="ja" title="Japanese (ja:)">日本語</span></a></li>
<li><a class="external text" href="https://pl.wikipedia.org/wiki/"><span class="autonym" lang="pl" title="Polish (pl:)">Polski</span></a></li>
<li><a class="external text" href="https://pt.wikipedia.org/wiki/"><span class="autonym" lang="pt" title="Portuguese (pt:)">Português</span></a></li>
<li><a class="external text" href="https://ru.wikipedia.org/wiki/"><span class="autonym" lang="ru" title="Russian (ru:)">Русский</span></a></li>
<li><a class="external text" href="https://sv.wikipedia.org/wiki/"><span class="autonym" lang="sv" title="Swedish (sv:)">Svenska</span></a></li>
<li><a class="external text" href="https://uk.wikipedia.org/wiki/"><span class="autonym" lang="uk" title="Ukrainian (uk:)">Українська</span></a></li>
<li><a class="external text" href="https://vi.wikipedia.org/wiki/"><span class="autonym" lang="vi" title="Vietnamese (vi:)">Tiếng Việt</span></a></li>
<li><a class="external text" href="https://zh.wikipedia.org/wiki/"><span class="autonym" lang="zh" title="Chinese (zh:)">中文</span></a></li>
</ul>
</li>
<li>
<div class="wikipedia-languages-count-container">
<div class="wikipedia-languages-prettybars"></div>
<div class="wikipedia-languages-count" role="heading">250,000+ articles</div>
<div class="wikipedia-languages-prettybars"></div>
</div>
<ul class="wikipedia-languages-langs hlist hlist-separated inline">
<li><a class="external text" href="https://id.wikipedia.org/wiki/"><span class="autonym" lang="id" title="Indonesian (id:)">Bahasa Indonesia</span></a></li>
<li><a class="external text" href="https://ms.wikipedia.org/wiki/"><span class="autonym" lang="ms" title="Malay (ms:)">Bahasa Melayu</span></a></li>
<li><a class="external text" href="https://zh-min-nan.wikipedia.org/wiki/"><span class="autonym" lang="nan" title="Min Nan Chinese (nan:)">Bân-lâm-gú</span></a></li>
<li><a class="external text" href="https://bg.wikipedia.org/wiki/"><span class="autonym" lang="bg" title="Bulgarian (bg:)">Български</span></a></li>
<li><a class="external text" href="https://ca.wikipedia.org/wiki/"><span class="autonym" lang="ca" title="Catalan (ca:)">Català</span></a></li>
<li><a class="external text" href="https://cs.wikipedia.org/wiki/"><span class="autonym" lang="cs" title="Czech (cs:)">Čeština</span></a></li>
<li><a class="external text" href="https://da.wikipedia.org/wiki/"><span class="autonym" lang="da" title="Danish (da:)">Dansk</span></a></li>
<li><a class="external text" href="https://eo.wikipedia.org/wiki/"><span class="autonym" lang="eo" title="Esperanto (eo:)">Esperanto</span></a></li>
<li><a class="external text" href="https://eu.wikipedia.org/wiki/"><span class="autonym" lang="eu" title="Basque (eu:)">Euskara</span></a></li>
<li><a class="external text" href="https://fa.wikipedia.org/wiki/"><span class="autonym" lang="fa" title="Persian (fa:)">فارسی</span></a></li>
<li><a class="external text" href="https://he.wikipedia.org/wiki/"><span class="autonym" lang="he" title="Hebrew (he:)">עברית</span></a></li>
<li><a class="external text" href="https://ko.wikipedia.org/wiki/"><span class="autonym" lang="ko" title="Korean (ko:)">한국어</span></a></li>
<li><a class="external text" href="https://hu.wikipedia.org/wiki/"><span class="autonym" lang="hu" title="Hungarian (hu:)">Magyar</span></a></li>
<li><a class="external text" href="https://no.wikipedia.org/wiki/"><span class="autonym" lang="no" title="Norwegian (no:)">Norsk Bokmål</span></a></li>
<li><a class="external text" href="https://ro.wikipedia.org/wiki/"><span class="autonym" lang="ro" title="Romanian (ro:)">Română</span></a></li>
<li><a class="external text" href="https://sr.wikipedia.org/wiki/"><span class="autonym" lang="sr" title="Serbian (sr:)">Srpski</span></a></li>
<li><a class="external text" href="https://sh.wikipedia.org/wiki/"><span class="autonym" lang="sh" title="Serbo-Croatian (sh:)">Srpskohrvatski</span></a></li>
<li><a class="external text" href="https://fi.wikipedia.org/wiki/"><span class="autonym" lang="fi" title="Finnish (fi:)">Suomi</span></a></li>
<li><a class="external text" href="https://tr.wikipedia.org/wiki/"><span class="autonym" lang="tr" title="Turkish (tr:)">Türkçe</span></a></li>
</ul>
</li>
<li>
<div class="wikipedia-languages-count-container">
<div class="wikipedia-languages-prettybars"></div>
<div class="wikipedia-languages-count" role="heading">50,000+ articles</div>
<div class="wikipedia-languages-prettybars"></div>
</div>
<ul class="wikipedia-languages-langs hlist hlist-separated inline">
<li><a class="external text" href="https://ast.wikipedia.org/wiki/"><span class="autonym" lang="ast" title="Asturian (ast:)">Asturianu</span></a></li>
<li><a class="external text" href="https://bs.wikipedia.org/wiki/"><span class="autonym" lang="bs" title="Bosnian (bs:)">Bosanski</span></a></li>
<li><a class="external text" href="https://et.wikipedia.org/wiki/"><span class="autonym" lang="et" title="Estonian (et:)">Eesti</span></a></li>
<li><a class="external text" href="https://el.wikipedia.org/wiki/"><span class="autonym" lang="el" title="Greek (el:)">Ελληνικά</span></a></li>
<li><a class="external text" href="https://simple.wikipedia.org/wiki/"><span class="autonym" lang="simple" title="Simple English (simple:)">Simple English</span></a></li>
<li><a class="external text" href="https://gl.wikipedia.org/wiki/"><span class="autonym" lang="gl" title="Galician (gl:)">Galego</span></a></li>
<li><a class="external text" href="https://hr.wikipedia.org/wiki/"><span class="autonym" lang="hr" title="Croatian (hr:)">Hrvatski</span></a></li>
<li><a class="external text" href="https://lv.wikipedia.org/wiki/"><span class="autonym" lang="lv" title="Latvian (lv:)">Latviešu</span></a></li>
<li><a class="external text" href="https://lt.wikipedia.org/wiki/"><span class="autonym" lang="lt" title="Lithuanian (lt:)">Lietuvių</span></a></li>
<li><a class="external text" href="https://ml.wikipedia.org/wiki/"><span class="autonym" lang="ml" title="Malayalam (ml:)">മലയാളം</span></a></li>
<li><a class="external text" href="https://mk.wikipedia.org/wiki/"><span class="autonym" lang="mk" title="Macedonian (mk:)">Македонски</span></a></li>
<li><a class="external text" href="https://nn.wikipedia.org/wiki/"><span class="autonym" lang="nn" title="Norwegian Nynorsk (nn:)">Norsk nynorsk</span></a></li>
<li><a class="external text" href="https://sk.wikipedia.org/wiki/"><span class="autonym" lang="sk" title="Slovak (sk:)">Slovenčina</span></a></li>
<li><a class="external text" href="https://sl.wikipedia.org/wiki/"><span class="autonym" lang="sl" title="Slovenian (sl:)">Slovenščina</span></a></li>
<li><a class="external text" href="https://th.wikipedia.org/wiki/"><span class="autonym" lang="th" title="Thai (th:)">ไทย</span></a></li>
</ul>
</li>
</ul>
</div></div>
</div>
<!--
NewPP limit report
Parsed by mw2271
Cached time: 20210828152326
Cache expiry: 3600
Reduced expiry: true
Complications: []
CPU time usage: 0.465 seconds
Real time usage: 0.640 seconds
Preprocessor visited node count: 3871/1000000
Post‐expand include size: 113867/2097152 bytes
Template argument size: 6730/2097152 bytes
Highest expansion depth: 21/40
Expensive parser function count: 13/500
Unstrip recursion depth: 0/20
Unstrip post‐expand size: 5370/5000000 bytes
Lua time usage: 0.092/10.000 seconds
Lua memory usage: 2345544/52428800 bytes
Number of Wikibase entities loaded: 0/400
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00% 463.720 1 -total
37.62% 174.429 1 Wikipedia:Main_Page/Tomorrow
36.22% 167.951 8 Template:Main_page_image
21.61% 100.214 8 Template:Str_number/trim
20.81% 96.503 1 Wikipedia:Today's_featured_article/August_28,_2021
19.96% 92.558 2 Template:Main_page_image/TFA
18.58% 86.173 24 Template:If_empty
14.06% 65.219 2 Template:Wikipedia_languages
13.00% 60.297 1 Template:Did_you_know/Queue/6
11.49% 53.284 1 Wikipedia:Selected_anniversaries/August_28
-->
<!-- Saved in parser cache with key enwiki:pcache:idhash:15580374-0!canonical and timestamp 20210828152326 and revision id 1004593520. Serialized with JSON.
-->
</div><noscript><img alt="" height="1" src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" style="border: none; position: absolute;" title="" width="1"/></noscript>
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=Main_Page&oldid=1004593520">https://en.wikipedia.org/w/index.php?title=Main_Page&oldid=1004593520</a>"</div></div>
<div class="catlinks catlinks-allhidden" data-mw="interface" id="catlinks"></div>
</div>
</div>
<div id="mw-data-after-content">
<div class="read-more-container"></div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
<div id="mw-head">
<nav aria-labelledby="p-personal-label" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" id="p-personal" role="navigation">
<h3 class="vector-menu-heading" id="p-personal-label"><span>Personal tools</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a accesskey="n" href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]">Talk</a></li><li id="pt-anoncontribs"><a accesskey="y" href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&returnto=Main+Page" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a accesskey="o" href="/w/index.php?title=Special:UserLogin&returnto=Main+Page" title="You're encouraged to log in; however, it's not mandatory. [o]">Log in</a></li></ul>
</div>
</nav>
<div id="left-navigation">
<nav aria-labelledby="p-namespaces-label" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" id="p-namespaces" role="navigation">
<h3 class="vector-menu-heading" id="p-namespaces-label"><span>Namespaces</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="selected" id="ca-nstab-main"><a accesskey="c" href="/wiki/Main_Page" title="View the content page [c]">Main Page</a></li><li id="ca-talk"><a accesskey="t" href="/wiki/Talk:Main_Page" rel="discussion" title="Discuss improvements to the content page [t]">Talk</a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-variants-label" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu vector-menu-dropdown" id="p-variants" role="navigation">
<input aria-labelledby="p-variants-label" class="vector-menu-checkbox" data-event-name="ui.dropdown-p-variants" type="checkbox"/>
<h3 class="vector-menu-heading" id="p-variants-label"><span>Variants</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"></ul>
</div>
</nav>
</div>
<div id="right-navigation">
<nav aria-labelledby="p-views-label" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" id="p-views" role="navigation">
<h3 class="vector-menu-heading" id="p-views-label"><span>Views</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="selected" id="ca-view"><a href="/wiki/Main_Page">Read</a></li><li id="ca-viewsource"><a accesskey="e" href="/w/index.php?title=Main_Page&action=edit" title="This page is protected.
You can view its source [e]">View source</a></li><li id="ca-history"><a accesskey="h" href="/w/index.php?title=Main_Page&action=history" title="Past revisions of this page [h]">View history</a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-cactions-label" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu vector-menu-dropdown" id="p-cactions" role="navigation">
<input aria-labelledby="p-cactions-label" class="vector-menu-checkbox" data-event-name="ui.dropdown-p-cactions" type="checkbox"/>
<h3 class="vector-menu-heading" id="p-cactions-label"><span>More</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"></ul>
</div>
</nav>
<div class="vector-search-box" id="p-search" role="search">
<div>
<h3>
<label for="searchInput">Search</label>
</h3>
<form action="/w/index.php" id="searchform">
<div data-search-loc="header-navigation" id="simpleSearch">
<input accesskey="f" autocapitalize="sentences" id="searchInput" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" type="search"/>
<input name="title" type="hidden" value="Special:Search"/>
<input class="searchButton mw-fallbackSearchButton" id="mw-searchButton" name="fulltext" title="Search Wikipedia for this text" type="submit" value="Search"/>
<input class="searchButton" id="searchButton" name="go" title="Go to a page with this exact name if it exists" type="submit" value="Go"/>
</div>
</form>
</div>
</div>
</div>
</div>
<div id="mw-panel">
<div id="p-logo" role="banner">
<a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a>
</div>
<nav aria-labelledby="p-navigation-label" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" id="p-navigation" role="navigation">
<h3 class="vector-menu-heading" id="p-navigation-label"><span>Navigation</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a accesskey="z" href="/wiki/Main_Page" title="Visit the main page [z]">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a accesskey="x" href="/wiki/Special:Random" title="Visit a randomly selected article [x]">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&utm_medium=sidebar&utm_campaign=C13_en.wikipedia.org&uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-interaction-label" class="mw-portlet mw-portlet-interaction vector-menu vector-menu-portal portal" id="p-interaction" role="navigation">
<h3 class="vector-menu-heading" id="p-interaction-label"><span>Contribute</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a accesskey="r" href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-tb-label" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" id="p-tb" role="navigation">
<h3 class="vector-menu-heading" id="p-tb-label"><span>Tools</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a accesskey="j" href="/wiki/Special:WhatLinksHere/Main_Page" title="List of all English Wikipedia pages containing links to this page [j]">What links here</a></li><li id="t-recentchangeslinked"><a accesskey="k" href="/wiki/Special:RecentChangesLinked/Main_Page" rel="nofollow" title="Recent changes in pages linked from this page [k]">Related changes</a></li><li id="t-upload"><a accesskey="u" href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]">Upload file</a></li><li id="t-specialpages"><a accesskey="q" href="/wiki/Special:SpecialPages" title="A list of all special pages [q]">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=Main_Page&oldid=1004593520" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=Main_Page&action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&page=Main_Page&id=1004593520&wpFormIdentifier=titleform" title="Information on how to cite this page">Cite this page</a></li><li id="t-wikibase"><a accesskey="g" href="https://www.wikidata.org/wiki/Special:EntityPage/Q5296" title="Structured data on this page hosted by Wikidata [g]">Wikidata item</a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-coll-print_export-label" class="mw-portlet mw-portlet-coll-print_export vector-menu vector-menu-portal portal" id="p-coll-print_export" role="navigation">
<h3 class="vector-menu-heading" id="p-coll-print_export-label"><span>Print/export</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&page=Main_Page&action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a accesskey="p" href="/w/index.php?title=Main_Page&printable=yes" title="Printable version of this page [p]">Printable version</a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-wikibase-otherprojects-label" class="mw-portlet mw-portlet-wikibase-otherprojects vector-menu vector-menu-portal portal" id="p-wikibase-otherprojects" role="navigation">
<h3 class="vector-menu-heading" id="p-wikibase-otherprojects-label"><span>In other projects</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="wb-otherproject-link wb-otherproject-commons"><a href="https://commons.wikimedia.org/wiki/Main_Page" hreflang="en">Wikimedia Commons</a></li><li class="wb-otherproject-link wb-otherproject-mediawiki"><a href="https://www.mediawiki.org/wiki/MediaWiki" hreflang="en">MediaWiki</a></li><li class="wb-otherproject-link wb-otherproject-meta"><a href="https://meta.wikimedia.org/wiki/Main_Page" hreflang="en">Meta-Wiki</a></li><li class="wb-otherproject-link wb-otherproject-sources"><a href="https://wikisource.org/wiki/Main_Page" hreflang="en">Multilingual Wikisource</a></li><li class="wb-otherproject-link wb-otherproject-species"><a href="https://species.wikimedia.org/wiki/Main_Page" hreflang="en">Wikispecies</a></li><li class="wb-otherproject-link wb-otherproject-wikibooks"><a href="https://en.wikibooks.org/wiki/Main_Page" hreflang="en">Wikibooks</a></li><li class="wb-otherproject-link wb-otherproject-wikidata"><a href="https://www.wikidata.org/wiki/Wikidata:Main_Page" hreflang="en">Wikidata</a></li><li class="wb-otherproject-link wb-otherproject-wikimania"><a href="https://wikimania.wikimedia.org/wiki/Wikimania" hreflang="en">Wikimania</a></li><li class="wb-otherproject-link wb-otherproject-wikinews"><a href="https://en.wikinews.org/wiki/Main_Page" hreflang="en">Wikinews</a></li><li class="wb-otherproject-link wb-otherproject-wikiquote"><a href="https://en.wikiquote.org/wiki/Main_Page" hreflang="en">Wikiquote</a></li><li class="wb-otherproject-link wb-otherproject-wikisource"><a href="https://en.wikisource.org/wiki/Main_Page" hreflang="en">Wikisource</a></li><li class="wb-otherproject-link wb-otherproject-wikiversity"><a href="https://en.wikiversity.org/wiki/Wikiversity:Main_Page" hreflang="en">Wikiversity</a></li><li class="wb-otherproject-link wb-otherproject-wikivoyage"><a href="https://en.wikivoyage.org/wiki/Main_Page" hreflang="en">Wikivoyage</a></li><li class="wb-otherproject-link wb-otherproject-wiktionary"><a href="https://en.wiktionary.org/wiki/Wiktionary:Main_Page" hreflang="en">Wiktionary</a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-lang-label" class="mw-portlet mw-portlet-lang vector-menu vector-menu-portal portal" id="p-lang" role="navigation">
<h3 class="vector-menu-heading" id="p-lang-label"><span>Languages</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-ar"><a class="interlanguage-link-target" href="https://ar.wikipedia.org/wiki/" hreflang="ar" lang="ar" title="Arabic">العربية</a></li><li class="interlanguage-link interwiki-bn"><a class="interlanguage-link-target" href="https://bn.wikipedia.org/wiki/" hreflang="bn" lang="bn" title="Bangla">বাংলা</a></li><li class="interlanguage-link interwiki-bg"><a class="interlanguage-link-target" href="https://bg.wikipedia.org/wiki/" hreflang="bg" lang="bg" title="Bulgarian">Български</a></li><li class="interlanguage-link interwiki-bs"><a class="interlanguage-link-target" href="https://bs.wikipedia.org/wiki/" hreflang="bs" lang="bs" title="Bosnian">Bosanski</a></li><li class="interlanguage-link interwiki-ca"><a class="interlanguage-link-target" href="https://ca.wikipedia.org/wiki/" hreflang="ca" lang="ca" title="Catalan">Català</a></li><li class="interlanguage-link interwiki-cs"><a class="interlanguage-link-target" href="https://cs.wikipedia.org/wiki/" hreflang="cs" lang="cs" title="Czech">Čeština</a></li><li class="interlanguage-link interwiki-da"><a class="interlanguage-link-target" href="https://da.wikipedia.org/wiki/" hreflang="da" lang="da" title="Danish">Dansk</a></li><li class="interlanguage-link interwiki-de"><a class="interlanguage-link-target" href="https://de.wikipedia.org/wiki/" hreflang="de" lang="de" title="German">Deutsch</a></li><li class="interlanguage-link interwiki-et"><a class="interlanguage-link-target" href="https://et.wikipedia.org/wiki/" hreflang="et" lang="et" title="Estonian">Eesti</a></li><li class="interlanguage-link interwiki-el"><a class="interlanguage-link-target" href="https://el.wikipedia.org/wiki/" hreflang="el" lang="el" title="Greek">Ελληνικά</a></li><li class="interlanguage-link interwiki-es"><a class="interlanguage-link-target" href="https://es.wikipedia.org/wiki/" hreflang="es" lang="es" title="Spanish">Español</a></li><li class="interlanguage-link interwiki-eo"><a class="interlanguage-link-target" href="https://eo.wikipedia.org/wiki/" hreflang="eo" lang="eo" title="Esperanto">Esperanto</a></li><li class="interlanguage-link interwiki-eu"><a class="interlanguage-link-target" href="https://eu.wikipedia.org/wiki/" hreflang="eu" lang="eu" title="Basque">Euskara</a></li><li class="interlanguage-link interwiki-fa"><a class="interlanguage-link-target" href="https://fa.wikipedia.org/wiki/" hreflang="fa" lang="fa" title="Persian">فارسی</a></li><li class="interlanguage-link interwiki-fr"><a class="interlanguage-link-target" href="https://fr.wikipedia.org/wiki/" hreflang="fr" lang="fr" title="French">Français</a></li><li class="interlanguage-link interwiki-gl"><a class="interlanguage-link-target" href="https://gl.wikipedia.org/wiki/" hreflang="gl" lang="gl" title="Galician">Galego</a></li><li class="interlanguage-link interwiki-ko"><a class="interlanguage-link-target" href="https://ko.wikipedia.org/wiki/" hreflang="ko" lang="ko" title="Korean">한국어</a></li><li class="interlanguage-link interwiki-hr"><a class="interlanguage-link-target" href="https://hr.wikipedia.org/wiki/" hreflang="hr" lang="hr" title="Croatian">Hrvatski</a></li><li class="interlanguage-link interwiki-id"><a class="interlanguage-link-target" href="https://id.wikipedia.org/wiki/" hreflang="id" lang="id" title="Indonesian">Bahasa Indonesia</a></li><li class="interlanguage-link interwiki-it"><a class="interlanguage-link-target" href="https://it.wikipedia.org/wiki/" hreflang="it" lang="it" title="Italian">Italiano</a></li><li class="interlanguage-link interwiki-he"><a class="interlanguage-link-target" href="https://he.wikipedia.org/wiki/" hreflang="he" lang="he" title="Hebrew">עברית</a></li><li class="interlanguage-link interwiki-ka"><a class="interlanguage-link-target" href="https://ka.wikipedia.org/wiki/" hreflang="ka" lang="ka" title="Georgian">ქართული</a></li><li class="interlanguage-link interwiki-lv"><a class="interlanguage-link-target" href="https://lv.wikipedia.org/wiki/" hreflang="lv" lang="lv" title="Latvian">Latviešu</a></li><li class="interlanguage-link interwiki-lt"><a class="interlanguage-link-target" href="https://lt.wikipedia.org/wiki/" hreflang="lt" lang="lt" title="Lithuanian">Lietuvių</a></li><li class="interlanguage-link interwiki-hu"><a class="interlanguage-link-target" href="https://hu.wikipedia.org/wiki/" hreflang="hu" lang="hu" title="Hungarian">Magyar</a></li><li class="interlanguage-link interwiki-mk"><a class="interlanguage-link-target" href="https://mk.wikipedia.org/wiki/" hreflang="mk" lang="mk" title="Macedonian">Македонски</a></li><li class="interlanguage-link interwiki-ms"><a class="interlanguage-link-target" href="https://ms.wikipedia.org/wiki/" hreflang="ms" lang="ms" title="Malay">Bahasa Melayu</a></li><li class="interlanguage-link interwiki-nl"><a class="interlanguage-link-target" href="https://nl.wikipedia.org/wiki/" hreflang="nl" lang="nl" title="Dutch">Nederlands</a></li><li class="interlanguage-link interwiki-ja"><a class="interlanguage-link-target" href="https://ja.wikipedia.org/wiki/" hreflang="ja" lang="ja" title="Japanese">日本語</a></li><li class="interlanguage-link interwiki-no"><a class="interlanguage-link-target" href="https://no.wikipedia.org/wiki/" hreflang="nb" lang="nb" title="Norwegian Bokmål">Norsk bokmål</a></li><li class="interlanguage-link interwiki-nn"><a class="interlanguage-link-target" href="https://nn.wikipedia.org/wiki/" hreflang="nn" lang="nn" title="Norwegian Nynorsk">Norsk nynorsk</a></li><li class="interlanguage-link interwiki-pl"><a class="interlanguage-link-target" href="https://pl.wikipedia.org/wiki/" hreflang="pl" lang="pl" title="Polish">Polski</a></li><li class="interlanguage-link interwiki-pt"><a class="interlanguage-link-target" href="https://pt.wikipedia.org/wiki/" hreflang="pt" lang="pt" title="Portuguese">Português</a></li><li class="interlanguage-link interwiki-ro"><a class="interlanguage-link-target" href="https://ro.wikipedia.org/wiki/" hreflang="ro" lang="ro" title="Romanian">Română</a></li><li class="interlanguage-link interwiki-ru"><a class="interlanguage-link-target" href="https://ru.wikipedia.org/wiki/" hreflang="ru" lang="ru" title="Russian">Русский</a></li><li class="interlanguage-link interwiki-simple"><a class="interlanguage-link-target" href="https://simple.wikipedia.org/wiki/" hreflang="en-simple" lang="en-simple" title="Simple English">Simple English</a></li><li class="interlanguage-link interwiki-sk"><a class="interlanguage-link-target" href="https://sk.wikipedia.org/wiki/" hreflang="sk" lang="sk" title="Slovak">Slovenčina</a></li><li class="interlanguage-link interwiki-sl"><a class="interlanguage-link-target" href="https://sl.wikipedia.org/wiki/" hreflang="sl" lang="sl" title="Slovenian">Slovenščina</a></li><li class="interlanguage-link interwiki-sr"><a class="interlanguage-link-target" href="https://sr.wikipedia.org/wiki/" hreflang="sr" lang="sr" title="Serbian">Српски / srpski</a></li><li class="interlanguage-link interwiki-sh"><a class="interlanguage-link-target" href="https://sh.wikipedia.org/wiki/" hreflang="sh" lang="sh" title="Serbo-Croatian">Srpskohrvatski / српскохрватски</a></li><li class="interlanguage-link interwiki-fi"><a class="interlanguage-link-target" href="https://fi.wikipedia.org/wiki/" hreflang="fi" lang="fi" title="Finnish">Suomi</a></li><li class="interlanguage-link interwiki-sv"><a class="interlanguage-link-target" href="https://sv.wikipedia.org/wiki/" hreflang="sv" lang="sv" title="Swedish">Svenska</a></li><li class="interlanguage-link interwiki-th"><a class="interlanguage-link-target" href="https://th.wikipedia.org/wiki/" hreflang="th" lang="th" title="Thai">ไทย</a></li><li class="interlanguage-link interwiki-tr"><a class="interlanguage-link-target" href="https://tr.wikipedia.org/wiki/" hreflang="tr" lang="tr" title="Turkish">Türkçe</a></li><li class="interlanguage-link interwiki-uk"><a class="interlanguage-link-target" href="https://uk.wikipedia.org/wiki/" hreflang="uk" lang="uk" title="Ukrainian">Українська</a></li><li class="interlanguage-link interwiki-vi"><a class="interlanguage-link-target" href="https://vi.wikipedia.org/wiki/" hreflang="vi" lang="vi" title="Vietnamese">Tiếng Việt</a></li><li class="interlanguage-link interwiki-zh"><a class="interlanguage-link-target" href="https://zh.wikipedia.org/wiki/" hreflang="zh" lang="zh" title="Chinese">中文</a></li></ul>
</div>
</nav>
</div>
</div>
<footer class="mw-footer" id="footer" role="contentinfo">
<ul id="footer-info">
<li id="footer-info-lastmod"> This page was last edited on 3 February 2021, at 11:11<span class="anonymous-show"> (UTC)</span>.</li>
<li id="footer-info-copyright">Text is available under the <a href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License" rel="license">Creative Commons Attribution-ShareAlike License</a><a href="//creativecommons.org/licenses/by-sa/3.0/" rel="license" style="display:none;"></a>;
additional terms may apply. By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy"><a class="extiw" href="https://foundation.wikimedia.org/wiki/Privacy_policy" title="wmf:Privacy policy">Privacy policy</a></li>
<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>
<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>
<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>
<li id="footer-places-mobileview"><a class="noprint stopMobileRedirectToggle" href="//en.m.wikipedia.org/w/index.php?title=Main_Page&mobileaction=toggle_view_mobile">Mobile view</a></li>
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
</ul>
<ul class="noprint" id="footer-icons">
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img alt="Wikimedia Foundation" height="31" loading="lazy" src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88"/></a></li>
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img alt="Powered by MediaWiki" height="31" loading="lazy" src="/static/images/footer/poweredby_mediawiki_88x31.png" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88"/></a></li>
</ul>
</footer>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.465","walltime":"0.640","ppvisitednodes":{"value":3871,"limit":1000000},"postexpandincludesize":{"value":113867,"limit":2097152},"templateargumentsize":{"value":6730,"limit":2097152},"expansiondepth":{"value":21,"limit":40},"expensivefunctioncount":{"value":13,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":5370,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 463.720 1 -total"," 37.62% 174.429 1 Wikipedia:Main_Page/Tomorrow"," 36.22% 167.951 8 Template:Main_page_image"," 21.61% 100.214 8 Template:Str_number/trim"," 20.81% 96.503 1 Wikipedia:Today's_featured_article/August_28,_2021"," 19.96% 92.558 2 Template:Main_page_image/TFA"," 18.58% 86.173 24 Template:If_empty"," 14.06% 65.219 2 Template:Wikipedia_languages"," 13.00% 60.297 1 Template:Did_you_know/Queue/6"," 11.49% 53.284 1 Wikipedia:Selected_anniversaries/August_28"]},"scribunto":{"limitreport-timeusage":{"value":"0.092","limit":"10.000"},"limitreport-memusage":{"value":2345544,"limit":52428800}},"cachereport":{"origin":"mw2271","timestamp":"20210828152326","ttl":3600,"transientcontent":true}}});});</script>
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Article","name":"Main Page","url":"https:\/\/en.wikipedia.org\/wiki\/Main_Page","sameAs":"http:\/\/www.wikidata.org\/entity\/Q5296","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q5296","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2002-01-26T15:28:12Z","dateModified":"2021-02-03T11:11:30Z","image":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/b\/b2\/WilliamLyonMackenzie.jpeg","headline":"Wikimedia project page"}</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":848,"wgHostname":"mw2271"});});</script>
</body></html>
print(Soup.prettify())
<!DOCTYPE html>
<html class="client-nojs" dir="ltr" lang="en">
<head>
<meta charset="utf-8"/>
<title>
Wikipedia, the free encyclopedia
</title>
<script>
document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"b1dd0273-644e-4097-9328-f5b24319718d","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"Main_Page","wgTitle":"Main Page","wgCurRevisionId":1004593520,"wgRevisionId":1004593520,"wgArticleId":15580374,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":[],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"Main_Page","wgRelevantArticleId":15580374,"wgIsProbablyEditable":!1,"wgRelevantPageIsProbablyEditable":!1,"wgRestrictionEdit":["sysop"],"wgRestrictionMove":["sysop"],"wgIsMainPage":!0,"wgFlaggedRevsParams":{
"tags":{"status":{"levels":-1}}},"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsFlags":10,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgULSisCompactLinksEnabled":!0,"wgGENewcomerTasksGuidanceEnabled":!0,"wgGEAskQuestionEnabled":!1,"wgGELinkRecommendationsFrontendEnabled":!1,"wgWikibaseItemId":"Q5296"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":
"ready","ext.wikimediaBadges":"ready"};RLPAGEMODULES=["site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.growthExperiments.SuggestedEditSession"];
</script>
<script>
(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
});});
</script>
<link href="/w/load.php?lang=en&modules=ext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cskins.vector.styles.legacy&only=styles&skin=vector" rel="stylesheet"/>
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector">
</script>
<meta content="" name="ResourceLoaderDynamicStyles"/>
<link href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector" rel="stylesheet"/>
<meta content="MediaWiki 1.37.0-wmf.20" name="generator"/>
<meta content="origin" name="referrer"/>
<meta content="origin-when-crossorigin" name="referrer"/>
<meta content="origin-when-cross-origin" name="referrer"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="https://upload.wikimedia.org/wikipedia/commons/b/b2/WilliamLyonMackenzie.jpeg" property="og:image"/>
<meta content="Wikipedia, the free encyclopedia" property="og:title"/>
<meta content="website" property="og:type"/>
<link href="//upload.wikimedia.org" rel="preconnect"/>
<link href="//en.m.wikipedia.org/wiki/Main_Page" media="only screen and (max-width: 720px)" rel="alternate"/>
<link href="/w/api.php?action=featuredfeed&feed=potd&feedformat=atom" rel="alternate" title="Wikipedia picture of the day feed" type="application/atom+xml"/>
<link href="/w/api.php?action=featuredfeed&feed=featured&feedformat=atom" rel="alternate" title="Wikipedia featured articles feed" type="application/atom+xml"/>
<link href="/w/api.php?action=featuredfeed&feed=onthisday&feedformat=atom" rel="alternate" title='Wikipedia "On this day..." feed' type="application/atom+xml"/>
<link href="/static/apple-touch/wikipedia.png" rel="apple-touch-icon"/>
<link href="/static/favicon/wikipedia.ico" rel="shortcut icon"/>
<link href="/w/opensearch_desc.php" rel="search" title="Wikipedia (en)" type="application/opensearchdescription+xml"/>
<link href="//en.wikipedia.org/w/api.php?action=rsd" rel="EditURI" type="application/rsd+xml"/>
<link href="//creativecommons.org/licenses/by-sa/3.0/" rel="license"/>
<link href="https://en.wikipedia.org/wiki/Main_Page" rel="canonical"/>
<link href="//login.wikimedia.org" rel="dns-prefetch"/>
<link href="//meta.wikimedia.org" rel="dns-prefetch"/>
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Main_Page rootpage-Main_Page skin-vector action-view skin-vector-legacy">
<div class="noprint" id="mw-page-base">
</div>
<div class="noprint" id="mw-head-base">
</div>
<div class="mw-body" id="content" role="main">
<a id="top">
</a>
<div id="siteNotice">
<!-- CentralNotice -->
</div>
<div class="mw-indicators">
</div>
<h1 class="firstHeading" id="firstHeading">
Main Page
</h1>
<div class="vector-body" id="bodyContent">
<div class="noprint" id="siteSub">
From Wikipedia, the free encyclopedia
</div>
<div id="contentSub">
</div>
<div id="contentSub2">
</div>
<div id="jump-to-nav">
</div>
<a class="mw-jump-link" href="#mw-head">
Jump to navigation
</a>
<a class="mw-jump-link" href="#searchInput">
Jump to search
</a>
<div class="mw-body-content mw-content-ltr" dir="ltr" id="mw-content-text" lang="en">
<div class="mw-parser-output">
<style data-mw-deduplicate="TemplateStyles:r1004580458">
.mw-parser-output #mp-topbanner{position:relative;box-sizing:border-box;min-width:47em;border-color:#ddd;background-color:#f9f9f9;white-space:nowrap}.mw-parser-output .mp-bordered,.mw-parser-output .mp-h2,body.skin-timeless .mw-parser-output .mp-h2{border-width:1px;border-style:solid}.mw-parser-output #mp-topbanner,.mw-parser-output .mp-h2,.mw-parser-output #mp-left{color:#000}.mw-parser-output #mp-welcomecount{margin:0.4em;width:22em;text-align:center}.mw-parser-output #mp-welcome{font-size:162%;padding:0.1em}.mw-parser-output #mp-free{font-size:95%}.mw-parser-output #articlecount{font-size:85%}.mw-parser-output #mp-portals{position:absolute;right:-1em;top:50%;margin-top:-2.4em;width:38%;min-width:25em;font-size:95%}.mw-parser-output #mp-portals li{position:absolute;left:0;top:0}.mw-parser-output #mp-portals .portal-hmid{left:33%}.mw-parser-output #mp-portals .portal-hright{left:66%}.mw-parser-output #mp-portals .portal-vmid{top:1.6em}.mw-parser-output #mp-portals .portal-vbot{top:3.2em}.mw-parser-output #mp-portals li:last-child{font-weight:bold}.mw-parser-output #mp-banner{margin-top:4px;padding:0.5em;background-color:#fffaf5;border-color:#f2e0ce}.mw-parser-output .mp-h2,body.skin-timeless .mw-parser-output .mp-h2{margin:0.5em;padding:0.2em 0.4em;font-size:120%;font-weight:bold;font-family:inherit}.mw-parser-output h2.mp-h2::after{border:none}.mw-parser-output .mp-later{font-size:85%;font-weight:normal}.mw-parser-output #mp-upper{width:100%;margin-top:4px;margin-bottom:0;border-spacing:0;border-collapse:separate}.mw-parser-output #mp-upper .mid-table{border-color:transparent}.mw-parser-output #mp-left{width:55%;border-color:#cef2e0;background:#f5fffa}.mw-parser-output #mp-right{width:45%;border-color:#cedff2;background:#f5faff}.mw-parser-output #mp-left,.mw-parser-output #mp-right{padding:0;vertical-align:top}.mw-parser-output #mp-left .mp-h2{background:#cef2e0;border-color:#a3bfb1}.mw-parser-output #mp-right .mp-h2{background:#cedff2;border-color:#a3b0bf}.mw-parser-output #mp-tfa,.mw-parser-output #mp-dyk,.mw-parser-output #mp-itn,.mw-parser-output #mp-otd,.mw-parser-output #mp-other-lower>div{padding:0.1em 0.6em}.mw-parser-output #mp-dyk-h2,.mw-parser-output #mp-otd-h2{clear:both}.mw-parser-output #mp-middle{margin-top:4px;border-color:#f2cedd;background:#fff5fa}.mw-parser-output #mp-middle,.mw-parser-output #mp-lower,.mw-parser-output #mp-other-lower{overflow:auto}.mw-parser-output #mp-tfl-h2{background:#f2cedd;border-color:#bfa3af}.mw-parser-output #mp-tfl{padding:0.3em 0.7em}.mw-parser-output #mp-lower{margin-top:4px;border-color:#ddcef2;background:#faf5ff}.mw-parser-output #mp-tfp-h2{background:#ddcef2;border-color:#afa3bf}.mw-parser-output #mp-tfp{margin:0.1em 0.4em 0.6em}.mw-parser-output #mp-other-lower{padding:0;border-color:#e2e2e2;margin-top:4px}.mw-parser-output #mp-dyk,.mw-parser-output #mp-otd,.mw-parser-output #mp-other-lower{padding-bottom:0.5em}.mw-parser-output #mp-other-lower .mp-h2{background:#eee;border-color:#ddd;color:#222}@media(max-width:875px){body.skin--responsive .mw-parser-output #mp-welcomecount{width:auto}body.skin--responsive .mw-parser-output #mp-topbanner{min-width:0;white-space:normal}body.skin--responsive .mw-parser-output #mp-portals{position:static;width:auto;min-width:0;text-align:center;border-top:1px solid #ddd;padding:0.4em 0;margin:0 0.4em}body.skin--responsive .mw-parser-output #mp-portals li{position:static;display:inline;padding:0 5px;white-space:nowrap}body.skin--responsive .mw-parser-output table,body.skin--responsive .mw-parser-output tr,body.skin--responsive .mw-parser-output td,body.skin--responsive .mw-parser-output tbody{display:block!important;width:100%!important;box-sizing:border-box}body.skin--responsive .mw-parser-output #mp-tfp tr:first-child td:first-child a{text-align:center;display:table;margin:0 auto}}
</style>
<div class="mp-bordered" id="mp-topbanner">
<div id="mp-welcomecount">
<div id="mp-welcome">
Welcome to
<a href="/wiki/Wikipedia" title="Wikipedia">
Wikipedia
</a>
,
</div>
<div id="mp-free">
the
<a href="/wiki/Free_content" title="Free content">
free
</a>
<a href="/wiki/Encyclopedia" title="Encyclopedia">
encyclopedia
</a>
that
<a href="/wiki/Help:Introduction_to_Wikipedia" title="Help:Introduction to Wikipedia">
anyone can edit
</a>
.
</div>
<div id="articlecount">
<a href="/wiki/Special:Statistics" title="Special:Statistics">
6,365,665
</a>
articles in
<a href="/wiki/English_language" title="English language">
English
</a>
</div>
</div>
<ul id="mp-portals">
<li>
<a href="/wiki/Portal:The_arts" title="Portal:The arts">
The arts
</a>
</li>
<li class="portal-vmid">
<a href="/wiki/Portal:Biography" title="Portal:Biography">
Biography
</a>
</li>
<li class="portal-vbot">
<a href="/wiki/Portal:Geography" title="Portal:Geography">
Geography
</a>
</li>
<li class="portal-hmid">
<a href="/wiki/Portal:History" title="Portal:History">
History
</a>
</li>
<li class="portal-hmid portal-vmid">
<a href="/wiki/Portal:Mathematics" title="Portal:Mathematics">
Mathematics
</a>
</li>
<li class="portal-hmid portal-vbot">
<a href="/wiki/Portal:Science" title="Portal:Science">
Science
</a>
</li>
<li class="portal-hright">
<a href="/wiki/Portal:Society" title="Portal:Society">
Society
</a>
</li>
<li class="portal-hright portal-vmid">
<a href="/wiki/Portal:Technology" title="Portal:Technology">
Technology
</a>
</li>
<li class="portal-hright portal-vbot">
<a href="/wiki/Wikipedia:Contents/Portals" title="Wikipedia:Contents/Portals">
All portals
</a>
</li>
</ul>
</div>
<table id="mp-upper" role="presentation">
<tbody>
<tr>
<td class="MainPageBG mp-bordered" id="mp-left">
<h2 class="mp-h2" id="mp-tfa-h2">
<span id="From_today.27s_featured_article">
</span>
<span class="mw-headline" id="From_today's_featured_article">
From today's featured article
</span>
</h2>
<div id="mp-tfa">
<div id="mp-tfa-img" style="float: left; margin: 0.5em 0.9em 0.4em 0em;">
<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 125px;">
<a class="image" href="/wiki/File:WilliamLyonMackenzie.jpeg" title="William Lyon Mackenzie">
<img alt="William Lyon Mackenzie" data-file-height="601" data-file-width="480" decoding="async" height="157" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b2/WilliamLyonMackenzie.jpeg/125px-WilliamLyonMackenzie.jpeg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b2/WilliamLyonMackenzie.jpeg/188px-WilliamLyonMackenzie.jpeg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b2/WilliamLyonMackenzie.jpeg/250px-WilliamLyonMackenzie.jpeg 2x" width="125"/>
</a>
</div>
</div>
<p>
<b>
<a href="/wiki/William_Lyon_Mackenzie" title="William Lyon Mackenzie">
William Lyon Mackenzie
</a>
</b>
(March 12, 1795 – August 28, 1861) was a Scottish-born Canadian-American
<a href="/wiki/Journalism" title="Journalism">
journalist
</a>
and
<a href="/wiki/Politics" title="Politics">
politician
</a>
. He founded newspapers critical of the
<a href="/wiki/Family_Compact" title="Family Compact">
Family Compact
</a>
, represented
<a href="/wiki/York_County,_Ontario" title="York County, Ontario">
York County
</a>
in the
<a href="/wiki/Legislative_Assembly_of_Upper_Canada" title="Legislative Assembly of Upper Canada">
Legislative Assembly of Upper Canada
</a>
and aligned with
<a href="/wiki/Reform_movement_(Upper_Canada)" title="Reform movement (Upper Canada)">
Reformers
</a>
.
<a href="/wiki/Dundee" title="Dundee">
Dundee
</a>
-born, Mackenzie emigrated to
<a href="/wiki/York,_Upper_Canada" title="York, Upper Canada">
York, Upper Canada
</a>
, (now
<a href="/wiki/Toronto" title="Toronto">
Toronto
</a>
) in 1820 and published his first newspaper in 1824. He was elected to the legislative assembly in 1827 and became
<a href="/wiki/List_of_mayors_of_Toronto" title="List of mayors of Toronto">
Toronto's first mayor
</a>
in 1834. In 1837, he commanded the rebels in the
<a href="/wiki/Upper_Canada_Rebellion" title="Upper Canada Rebellion">
Upper Canada Rebellion
</a>
, but was defeated at the
<a href="/wiki/Battle_of_Montgomery%27s_Tavern" title="Battle of Montgomery's Tavern">
Battle of Montgomery's Tavern
</a>
. He fled to the U.S. to rally American support for an invasion of Upper Canada. This violated the
<a href="/wiki/Neutrality_Act_of_1794" title="Neutrality Act of 1794">
Neutrality Act
</a>
and he was imprisoned. He discovered and published documents that outlined corrupt financial transactions and government appointments by New York state officials. He represented
<a href="/wiki/Haldimand_County" title="Haldimand County">
Haldimand County
</a>
in
<a href="/wiki/Parliament_of_the_Province_of_Canada" title="Parliament of the Province of Canada">
the legislature
</a>
of the
<a href="/wiki/Province_of_Canada" title="Province of Canada">
Province of Canada
</a>
from 1851 to 1858, and died in August 1861. (
<b>
<a href="/wiki/William_Lyon_Mackenzie" title="William Lyon Mackenzie">
Full article...
</a>
</b>
)
</p>
<div class="tfa-recent" style="text-align: right;">
Recently featured:
<div class="hlist hlist-separated inline">
<ul>
<li>
<a href="/wiki/USS_Iowa_(BB-61)" title="USS Iowa (BB-61)">
USS
<i>
Iowa
</i>
(
<span class="nowrap">
BB-61
</span>
)
</a>
</li>
<li>
<a href="/wiki/Cr%C3%A9cy_campaign" title="Crécy campaign">
Crécy campaign
</a>
</li>
<li>
<a href="/wiki/Santer%C3%ADa" title="Santería">
Santería
</a>
</li>
</ul>
</div>
</div>
<div class="tfa-footer hlist hlist-separated noprint" style="text-align: right;">
<ul>
<li>
<b>
<a href="/wiki/Wikipedia:Today%27s_featured_article/August_2021" title="Wikipedia:Today's featured article/August 2021">
Archive
</a>
</b>
</li>
<li>
<b>
<a class="extiw" href="https://lists.wikimedia.org/mailman/listinfo/daily-article-l" title="mail:daily-article-l">
By email
</a>
</b>
</li>
<li>
<b>
<a href="/wiki/Wikipedia:Featured_articles" title="Wikipedia:Featured articles">
More featured articles
</a>
</b>
</li>
</ul>
</div>
</div>
<h2 class="mp-h2" id="mp-dyk-h2">
<span class="mw-headline" id="Did_you_know_...">
Did you know ...
</span>
</h2>
<div id="mp-dyk">
<div class="dyk-img" style="float: right; margin-left: 0.5em;">
<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 127px;">
<a class="image" href="/wiki/File:Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg" title="Marie Antoinette with a Rose by Élisabeth Vigée Le Brun">
<img alt="Marie Antoinette with a Rose by Élisabeth Vigée Le Brun" data-file-height="4728" data-file-width="3894" decoding="async" height="154" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg/127px-Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg/191px-Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg/254px-Louise_Elisabeth_Vig%C3%A9e-Lebrun_-_Marie-Antoinette_dit_%C2%AB_%C3%A0_la_Rose_%C2%BB_-_Google_Art_Project.jpg 2x" width="127"/>
</a>
<div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word;">
<i>
<a href="/wiki/Marie_Antoinette_with_a_Rose" title="Marie Antoinette with a Rose">
Marie Antoinette with a Rose
</a>
</i>
by
<a href="/wiki/%C3%89lisabeth_Vig%C3%A9e_Le_Brun" title="Élisabeth Vigée Le Brun">
Élisabeth Vigée Le Brun
</a>
</div>
</div>
</div>
<ul>
<li>
... that
<i>
<b>
<a href="/wiki/Marie_Antoinette_with_a_Rose" title="Marie Antoinette with a Rose">
Marie Antoinette with a Rose
</a>
</b>
</i>
<i>
(pictured)
</i>
by
<a href="/wiki/%C3%89lisabeth_Vig%C3%A9e_Le_Brun" title="Élisabeth Vigée Le Brun">
Élisabeth Vigée Le Brun
</a>
was a
<a href="/wiki/Salon_(Paris)" title="Salon (Paris)">
Salon
</a>
exhibition replacement for her criticized portrait of the queen wearing a chemise?
</li>
<li>
... that particle physicist
<b>
<a href="/wiki/Arden_Warner" title="Arden Warner">
Arden Warner
</a>
</b>
invented a magnetism-based method for cleaning up oil spills?
</li>
<li>
... that thousands of political prisoners in Indonesia were interned in the
<b>
<a href="/wiki/Waeapo_River" title="Waeapo River">
Waeapo River
</a>
</b>
valley in
<a href="/wiki/Buru" title="Buru">
Buru
</a>
?
</li>
<li>
... that
<b>
<a href="/wiki/Linda_Watson_(soprano)" title="Linda Watson (soprano)">
Linda Watson
</a>
</b>
, a
<a href="/wiki/Dramatic_soprano" title="Dramatic soprano">
dramatic soprano
</a>
born in
<a href="/wiki/San_Francisco" title="San Francisco">
San Francisco
</a>
who made a career in Europe, is proud of a
<a href="/wiki/Grammy_Awards" title="Grammy Awards">
Grammy nomination
</a>
for Wagner's
<a href="/wiki/Der_Ring_des_Nibelungen" title="Der Ring des Nibelungen">
<i>
Ring
</i>
cycle
</a>
with her as Brünnhilde?
</li>
<li>
... that after appointing the
<b>
<a href="/wiki/Gavrili%C8%9Ba_Cabinet" title="Gavrilița Cabinet">
Gavrilița Cabinet
</a>
</b>
,
<a href="/wiki/Moldova" title="Moldova">
Moldova
</a>
is only one of two republics in the world where the non-collective
<a href="/wiki/Maia_Sandu" title="Maia Sandu">
head of state
</a>
and
<a href="/wiki/Natalia_Gavrili%C8%9Ba" title="Natalia Gavrilița">
head of government
</a>
are both
<a href="/wiki/List_of_elected_and_appointed_female_heads_of_state_and_government" title="List of elected and appointed female heads of state and government">
currently women
</a>
?
</li>
<li>
... that
<b>
<a href="/wiki/Natalie_Simanowski" title="Natalie Simanowski">
Natalie Simanowski
</a>
</b>
began her "second life" as a
<a href="/wiki/Paralympic_Games" title="Paralympic Games">
Paralympian
</a>
cyclist after being attacked by someone described as a "
<a href="/wiki/Psychopathy" title="Psychopathy">
psychopath
</a>
"?
</li>
<li>
... that
<i>
<b>
<a href="/wiki/Bicellariella_ciliata" title="Bicellariella ciliata">
Bicellariella ciliata
</a>
</b>
</i>
,
<i>
<b>
<a href="/wiki/Crisularia_plumosa" title="Crisularia plumosa">
Crisularia plumosa
</a>
</b>
</i>
,
<i>
<b>
<a href="/wiki/Bugulina_flabellata" title="Bugulina flabellata">
Bugulina flabellata
</a>
</b>
</i>
and
<i>
<b>
<a href="/wiki/Bugulina_turbinata" title="Bugulina turbinata">
Bugulina turbinata
</a>
</b>
</i>
form part of a
<a href="/wiki/Bryozoa" title="Bryozoa">
bryozoan
</a>
"turf" on steep or vertical rock exposed to moderate water movement?
</li>
<li>
... that
<b>
<a href="/wiki/Rosa_Egipc%C3%ADaca" title="Rosa Egipcíaca">
Rosa Egipcíaca
</a>
</b>
was the first black woman in Brazil to write a book?
</li>
</ul>
<div class="dyk-footer hlist noprint" style="margin-top: 0.5em; text-align: right;">
<ul>
<li>
<b>
<a href="/wiki/Wikipedia:Recent_additions" title="Wikipedia:Recent additions">
Archive
</a>
</b>
</li>
<li>
<b>
<a href="/wiki/Help:Your_first_article" title="Help:Your first article">
Start a new article
</a>
</b>
</li>
<li>
<b>
<a href="/wiki/Template_talk:Did_you_know" title="Template talk:Did you know">
Nominate an article
</a>
</b>
</li>
</ul>
</div>
</div>
</td>
<td class="mp-bordered mid-table">
</td>
<td class="MainPageBG mp-bordered" id="mp-right">
<h2 class="mp-h2" id="mp-itn-h2">
<span class="mw-headline" id="In_the_news">
In the news
</span>
</h2>
<div id="mp-itn">
<div class="itn-img" role="figure" style="float: right; margin-left: 0.5em; margin-top: 0.2em;">
<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 185px;">
<a class="image" href="/wiki/File:Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg" title="Paralympics opening ceremony">
<img alt="Paralympics opening ceremony" data-file-height="1492" data-file-width="2600" decoding="async" height="106" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg/185px-Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg/278px-Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg/370px-Opening_ceremony_cropped_Yoshihide_Suga_20210824_5.jpg 2x" width="185"/>
</a>
<div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word; text-align: left;">
Paralympics opening ceremony
</div>
</div>
</div>
<ul>
<li>
Amid
<a href="/wiki/2021_evacuation_from_Afghanistan" title="2021 evacuation from Afghanistan">
evacuations from Afghanistan
</a>
,
<b>
<a href="/wiki/2021_Kabul_airport_attack" title="2021 Kabul airport attack">
a suicide bombing
</a>
</b>
kills at least 182 people at
<a href="/wiki/Hamid_Karzai_International_Airport" title="Hamid Karzai International Airport">
Hamid Karzai International Airport
</a>
in
<a href="/wiki/Kabul" title="Kabul">
Kabul
</a>
.
</li>
<li>
The
<b>
<a href="/wiki/2020_Summer_Paralympics" title="2020 Summer Paralympics">
Summer Paralympics
</a>
</b>
<a href="/wiki/2020_Summer_Paralympics_opening_ceremony" title="2020 Summer Paralympics opening ceremony">
open
</a>
<i>
(ceremony pictured)
</i>
in
<a href="/wiki/Tokyo" title="Tokyo">
Tokyo
</a>
, Japan.
</li>
<li>
<b>
<a href="/wiki/Ismail_Sabri_Yaakob" title="Ismail Sabri Yaakob">
Ismail Sabri Yaakob
</a>
</b>
is appointed as
<a href="/wiki/Prime_Minister_of_Malaysia" title="Prime Minister of Malaysia">
prime minister
</a>
by the
<a href="/wiki/Yang_di-Pertuan_Agong" title="Yang di-Pertuan Agong">
King of Malaysia
</a>
.
</li>
<li>
<a href="/wiki/Hakainde_Hichilema" title="Hakainde Hichilema">
Hakainde Hichilema
</a>
is
<b>
<a href="/wiki/2021_Zambian_general_election" title="2021 Zambian general election">
elected
</a>
</b>
<a href="/wiki/President_of_Zambia" title="President of Zambia">
President of Zambia
</a>
.
</li>
<li>
<b>
<a href="/wiki/2021_Haiti_earthquake" title="2021 Haiti earthquake">
A 7.2-magnitude earthquake
</a>
</b>
in Haiti kills more than 2,200 people.
</li>
</ul>
<div class="itn-footer" style="margin-top: 0.5em;">
<div>
<b>
<a href="/wiki/Portal:Current_events" title="Portal:Current events">
Ongoing
</a>
</b>
:
<div class="hlist hlist-separated inline">
<ul>
<li>
<a href="/wiki/COVID-19_pandemic" title="COVID-19 pandemic">
COVID-19 pandemic
</a>
</li>
</ul>
</div>
</div>
<div>
<b>
<a href="/wiki/Deaths_in_2021" title="Deaths in 2021">
Recent deaths
</a>
</b>
:
<div class="hlist hlist-separated inline">
<ul>
<li>
<a href="/wiki/Kay_Bullitt" title="Kay Bullitt">
Kay Bullitt
</a>
</li>
<li>
<a href="/wiki/Milan_Gutovi%C4%87" title="Milan Gutović">
Milan Gutović
</a>
</li>
<li>
<span class="nowrap">
<a href="/wiki/Stephen_B._Oates" title="Stephen B. Oates">
Stephen B. Oates
</a>
</span>
</li>
<li>
<a href="/wiki/Michael_Nader" title="Michael Nader">
Michael Nader
</a>
</li>
<li>
<a href="/wiki/Jerry_Harkness" title="Jerry Harkness">
Jerry Harkness
</a>
</li>
<li>
<a href="/wiki/Lloyd_Dobyns" title="Lloyd Dobyns">
Lloyd Dobyns
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="itn-footer hlist hlist-separated noprint" style="text-align: right;">
<ul>
<li>
<b>
<a href="/wiki/Wikipedia:In_the_news/Candidates" title="Wikipedia:In the news/Candidates">
Nominate an article
</a>
</b>
</li>
</ul>
</div>
</div>
<h2 class="mp-h2" id="mp-otd-h2">
<span class="mw-headline" id="On_this_day">
On this day
</span>
</h2>
<div id="mp-otd">
<p>
<b>
<a href="/wiki/August_28" title="August 28">
August 28
</a>
</b>
</p>
<div id="mp-otd-img" style="float:right;margin-left:0.5em;">
<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 164px;">
<a class="image" href="/wiki/File:Martin_Luther_King_-_I_Have_a_Dream.jpg" title='Martin Luther King Jr. giving his "I Have a Dream" speech'>
<img alt='Martin Luther King Jr. giving his "I Have a Dream" speech' class="thumbborder" data-file-height="648" data-file-width="864" decoding="async" height="122" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Martin_Luther_King_-_I_Have_a_Dream.jpg/162px-Martin_Luther_King_-_I_Have_a_Dream.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Martin_Luther_King_-_I_Have_a_Dream.jpg/243px-Martin_Luther_King_-_I_Have_a_Dream.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Martin_Luther_King_-_I_Have_a_Dream.jpg/324px-Martin_Luther_King_-_I_Have_a_Dream.jpg 2x" width="162"/>
</a>
<div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word;">
Martin Luther King Jr. giving his "I Have a Dream" speech
</div>
</div>
</div>
<ul>
<li>
<a href="/wiki/1789" title="1789">
1789
</a>
– With the first use of his new 1.2-metre (3.9 ft) telescope, then the largest in the world,
<a href="/wiki/William_Herschel" title="William Herschel">
William Herschel
</a>
discovered a new
<a href="/wiki/Moons_of_Saturn" title="Moons of Saturn">
moon of Saturn
</a>
, later named
<b>
<a href="/wiki/Enceladus" title="Enceladus">
Enceladus
</a>
</b>
.
</li>
<li>
<a href="/wiki/1833" title="1833">
1833
</a>
– The
<b>
<a href="/wiki/Slavery_Abolition_Act_1833" title="Slavery Abolition Act 1833">
Slavery Abolition Act 1833
</a>
</b>
, officially abolishing
<a href="/wiki/Slavery_in_Britain" title="Slavery in Britain">
slavery in most of the British Empire
</a>
, received
<a href="/wiki/Royal_assent" title="Royal assent">
royal assent
</a>
.
</li>
<li>
<a href="/wiki/1901" title="1901">
1901
</a>
–
<b>
<a href="/wiki/Silliman_University" title="Silliman University">
Silliman University
</a>
</b>
in
<a href="/wiki/Dumaguete" title="Dumaguete">
Dumaguete
</a>
, Philippines, was founded as the first American educational institution in Asia.
</li>
<li>
<a href="/wiki/1963" title="1963">
1963
</a>
– American civil-rights leader
<a href="/wiki/Martin_Luther_King_Jr." title="Martin Luther King Jr.">
Martin Luther King Jr.
</a>
<i>
(pictured)
</i>
delivered his "
<b>
<a href="/wiki/I_Have_a_Dream" title="I Have a Dream">
I Have a Dream
</a>
</b>
" speech, envisioning a future in which
<a href="/wiki/Black_people" title="Black people">
blacks
</a>
and
<a href="/wiki/White_people" title="White people">
whites
</a>
coexisted harmoniously as equals.
</li>
<li>
<a href="/wiki/1973" title="1973">
1973
</a>
– Swedish police used gas bombs to end
<b>
<a href="/wiki/Norrmalmstorg_robbery" title="Norrmalmstorg robbery">
a seven-day hostage situation
</a>
</b>
in Stockholm; during the incident the hostages had bonded with their captors, leading to the term
<i>
<a href="/wiki/Stockholm_syndrome" title="Stockholm syndrome">
Stockholm syndrome
</a>
</i>
.
</li>
</ul>
<div class="hlist hlist-separated" style="margin-top: 0.5em;">
<ul>
<li>
<b>
<a href="/wiki/Johannes_Banfi_Hunyades" title="Johannes Banfi Hunyades">
Johannes Banfi Hunyades
</a>
</b>
(
<abbr title="died">
d.
</abbr>
1646)
</li>
<li>
<b>
<a href="/wiki/Vittorio_Sella" title="Vittorio Sella">
Vittorio Sella
</a>
</b>
(
<abbr title="born">
b.
</abbr>
1859)
</li>
<li>
<b>
<a href="/wiki/B%C3%A9la_Guttmann" title="Béla Guttmann">
Béla Guttmann
</a>
</b>
(
<abbr title="died">
d.
</abbr>
1981)
</li>
</ul>
</div>
<div style="margin-top: 0.5em;">
More anniversaries:
<div class="hlist hlist-separated inline nowraplinks">
<ul>
<li>
<a href="/wiki/August_27" title="August 27">
August 27
</a>
</li>
<li>
<b>
<a href="/wiki/August_28" title="August 28">
August 28
</a>
</b>
</li>
<li>
<a href="/wiki/August_29" title="August 29">
August 29
</a>
</li>
</ul>
</div>
</div>
<div class="otd-footer hlist hlist-separated noprint" style="text-align: right;">
<ul>
<li>
<b>
<a href="/wiki/Wikipedia:Selected_anniversaries/August" title="Wikipedia:Selected anniversaries/August">
Archive
</a>
</b>
</li>
<li>
<b>
<a class="extiw" href="https://lists.wikimedia.org/mailman/listinfo/daily-article-l" title="mail:daily-article-l">
By email
</a>
</b>
</li>
<li>
<b>
<a href="/wiki/List_of_days_of_the_year" title="List of days of the year">
List of days of the year
</a>
</b>
</li>
</ul>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<div class="MainPageBG mp-bordered" id="mp-lower">
<div id="mp-bottom">
<h2 class="mp-h2" id="mp-tfp-h2">
<span id="Today.27s_featured_picture">
</span>
<span class="mw-headline" id="Today's_featured_picture">
Today's featured picture
</span>
</h2>
<div id="mp-tfp">
<table role="presentation" style="margin:0 3px 3px; width:100%; box-sizing:border-box; text-align:left; background-color:transparent; border-collapse:collapse;">
<tbody>
<tr>
<td style="padding:0 0.9em 0 0; width:400px;">
<a class="image" href="/wiki/File:Thalassarche_impavida_2_-_SE_Tasmania.jpg" title="Campbell albatross">
<img alt="Campbell albatross" data-file-height="3456" data-file-width="5184" decoding="async" height="267" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/07/Thalassarche_impavida_2_-_SE_Tasmania.jpg/400px-Thalassarche_impavida_2_-_SE_Tasmania.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/07/Thalassarche_impavida_2_-_SE_Tasmania.jpg/600px-Thalassarche_impavida_2_-_SE_Tasmania.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/07/Thalassarche_impavida_2_-_SE_Tasmania.jpg/800px-Thalassarche_impavida_2_-_SE_Tasmania.jpg 2x" width="400"/>
</a>
</td>
<td style="padding:0 6px 0 0">
<p>
The
<b>
<a href="/wiki/Campbell_albatross" title="Campbell albatross">
Campbell albatross
</a>
</b>
(
<i>
Thalassarche impavida
</i>
) is a medium-sized
<a href="/wiki/Mollymawk" title="Mollymawk">
mollymawk
</a>
in the
<a href="/wiki/Albatross" title="Albatross">
albatross
</a>
family, Diomedeidae. It breeds only on
<a href="/wiki/Campbell_Island_/_Motu_Ihupuku" title="Campbell Island / Motu Ihupuku">
Campbell Island / Motu Ihupuku
</a>
and the associated islet of Jeanette Marie, in an uninhabited
<a href="/wiki/Subantarctic" title="Subantarctic">
subantarctic
</a>
island group of New Zealand located in the South Pacific. Because of its restricted breeding range, the bird is considered to be a
<a href="/wiki/Vulnerable_species" title="Vulnerable species">
vulnerable species
</a>
by the
<a href="/wiki/International_Union_for_Conservation_of_Nature" title="International Union for Conservation of Nature">
International Union for Conservation of Nature
</a>
. The greatest threat it faces is from the fishing industry. This Campbell albatross in flight was photographed off the south-eastern coast of
<a href="/wiki/Tasmania" title="Tasmania">
Tasmania
</a>
, Australia.
</p>
<p style="text-align:left;">
<small>
Photograph credit:
<a href="/wiki/User:JJ_Harrison" title="User:JJ Harrison">
John Harrison
</a>
</small>
</p>
<div class="potd-recent" style="text-align:right;">
Recently featured:
<div class="hlist hlist-separated inline">
<ul>
<li>
<a href="/wiki/Template:POTD/2021-08-27" title="Template:POTD/2021-08-27">
<i>
The Guilty Mother
</i>
</a>
</li>
<li>
<a href="/wiki/Template:POTD/2021-08-26" title="Template:POTD/2021-08-26">
Canary Wharf
</a>
</li>
<li>
<a href="/wiki/Template:POTD/2021-08-25" title="Template:POTD/2021-08-25">
The Fiancée of Belus
</a>
</li>
</ul>
</div>
</div>
<div class="potd-footer hlist hlist-separated noprint" style="text-align:right;">
<ul>
<li>
<b>
<a href="/wiki/Wikipedia:Picture_of_the_day/Archive" title="Wikipedia:Picture of the day/Archive">
Archive
</a>
</b>
</li>
<li>
<b>
<a href="/wiki/Wikipedia:Featured_pictures" title="Wikipedia:Featured pictures">
More featured pictures
</a>
</b>
</li>
</ul>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="mp-bordered" id="mp-other-lower">
<h2 class="mp-h2" id="mp-other">
<span class="mw-headline" id="Other_areas_of_Wikipedia">
Other areas of Wikipedia
</span>
</h2>
<div id="mp-other-content">
<ul>
<li>
<b>
<a href="/wiki/Wikipedia:Community_portal" title="Wikipedia:Community portal">
Community portal
</a>
</b>
– Bulletin board, projects, resources and activities covering a wide range of Wikipedia areas.
</li>
<li>
<b>
<a href="/wiki/Wikipedia:Help_desk" title="Wikipedia:Help desk">
Help desk
</a>
</b>
– Ask questions about using Wikipedia.
</li>
<li>
<b>
<a href="/wiki/Wikipedia:Reference_desk" title="Wikipedia:Reference desk">
Reference desk
</a>
</b>
– Serving as virtual librarians, Wikipedia volunteers tackle your questions on a wide range of subjects.
</li>
<li>
<b>
<a href="/wiki/Wikipedia:News" title="Wikipedia:News">
Site news
</a>
</b>
– Announcements, updates, articles and press releases on Wikipedia and the Wikimedia Foundation.
</li>
<li>
<b>
<a href="/wiki/Wikipedia:Village_pump" title="Wikipedia:Village pump">
Village pump
</a>
</b>
– For discussions about Wikipedia itself, including areas for technical issues and policies.
</li>
</ul>
</div>
<h2 class="mp-h2" id="mp-sister">
<span id="Wikipedia.27s_sister_projects">
</span>
<span class="mw-headline" id="Wikipedia's_sister_projects">
Wikipedia's sister projects
</span>
</h2>
<div id="mp-sister-content">
<style data-mw-deduplicate="TemplateStyles:r1007624485">
.mw-parser-output #sister-projects-list{display:flex;flex-wrap:wrap}.mw-parser-output #sister-projects-list li{display:inline-block}.mw-parser-output #sister-projects-list li span{font-weight:bold}.mw-parser-output #sister-projects-list li>div{display:inline-block;vertical-align:middle;padding:6px 4px}.mw-parser-output #sister-projects-list li>div:first-child{text-align:center}@media(min-width:360px){.mw-parser-output #sister-projects-list li{width:33%;min-width:20em;white-space:nowrap;flex:1 0 25%}.mw-parser-output #sister-projects-list li>div:first-child{min-width:50px}}
</style>
<p>
Wikipedia is hosted by the
<a href="/wiki/Wikimedia_Foundation" title="Wikimedia Foundation">
Wikimedia Foundation
</a>
, a non-profit organization that also hosts a range of other
<a class="extiw" href="https://wikimediafoundation.org/our-work/wikimedia-projects/" title="foundationsite:our-work/wikimedia-projects/">
projects
</a>
:
</p>
<div class="plainlist">
<ul id="sister-projects-list">
<li>
<div>
<a href="https://commons.wikimedia.org/wiki/" title="Commons">
<img alt="Commons logo" data-file-height="1376" data-file-width="1024" decoding="async" height="42" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/31px-Commons-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/47px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/62px-Commons-logo.svg.png 2x" width="31"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://commons.wikimedia.org/wiki/" title="c:">
Commons
</a>
</span>
<br/>
Free media repository
</div>
</li>
<li>
<div>
<a href="https://www.mediawiki.org/wiki/" title="MediaWiki">
<img alt="MediaWiki logo" data-file-height="100" data-file-width="100" decoding="async" height="35" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/35px-MediaWiki-2020-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/53px-MediaWiki-2020-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a6/MediaWiki-2020-icon.svg/70px-MediaWiki-2020-icon.svg.png 2x" width="35"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://www.mediawiki.org/wiki/" title="mw:">
MediaWiki
</a>
</span>
<br/>
Wiki software development
</div>
</li>
<li>
<div>
<a href="https://meta.wikimedia.org/wiki/" title="Meta-Wiki">
<img alt="Meta-Wiki logo" data-file-height="900" data-file-width="900" decoding="async" height="35" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/35px-Wikimedia_Community_Logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/53px-Wikimedia_Community_Logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/70px-Wikimedia_Community_Logo.svg.png 2x" width="35"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://meta.wikimedia.org/wiki/" title="m:">
Meta-Wiki
</a>
</span>
<br/>
Wikimedia project coordination
</div>
</li>
<li>
<div>
<a href="https://en.wikibooks.org/wiki/" title="Wikibooks">
<img alt="Wikibooks logo" data-file-height="300" data-file-width="300" decoding="async" height="35" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/35px-Wikibooks-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/53px-Wikibooks-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/70px-Wikibooks-logo.svg.png 2x" width="35"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://en.wikibooks.org/wiki/" title="b:">
Wikibooks
</a>
</span>
<br/>
Free textbooks and manuals
</div>
</li>
<li>
<div>
<a href="https://www.wikidata.org/wiki/" title="Wikidata">
<img alt="Wikidata logo" data-file-height="590" data-file-width="1050" decoding="async" height="26" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/47px-Wikidata-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/71px-Wikidata-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/94px-Wikidata-logo.svg.png 2x" width="47"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://www.wikidata.org/wiki/" title="d:">
Wikidata
</a>
</span>
<br/>
Free knowledge base
</div>
</li>
<li>
<div>
<a href="https://en.wikinews.org/wiki/" title="Wikinews">
<img alt="Wikinews logo" data-file-height="415" data-file-width="759" decoding="async" height="28" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/51px-Wikinews-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/77px-Wikinews-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/102px-Wikinews-logo.svg.png 2x" width="51"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://en.wikinews.org/wiki/" title="n:">
Wikinews
</a>
</span>
<br/>
Free-content news
</div>
</li>
<li>
<div>
<a href="https://en.wikiquote.org/wiki/" title="Wikiquote">
<img alt="Wikiquote logo" data-file-height="355" data-file-width="300" decoding="async" height="41" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/35px-Wikiquote-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/53px-Wikiquote-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/70px-Wikiquote-logo.svg.png 2x" width="35"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://en.wikiquote.org/wiki/" title="q:">
Wikiquote
</a>
</span>
<br/>
Collection of quotations
</div>
</li>
<li>
<div>
<a href="https://en.wikisource.org/wiki/" title="Wikisource">
<img alt="Wikisource logo" data-file-height="430" data-file-width="410" decoding="async" height="37" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/35px-Wikisource-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/53px-Wikisource-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/70px-Wikisource-logo.svg.png 2x" width="35"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://en.wikisource.org/wiki/" title="s:">
Wikisource
</a>
</span>
<br/>
Free-content library
</div>
</li>
<li>
<div>
<a href="https://species.wikimedia.org/wiki/" title="Wikispecies">
<img alt="Wikispecies logo" data-file-height="1103" data-file-width="941" decoding="async" height="41" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/35px-Wikispecies-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/53px-Wikispecies-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/70px-Wikispecies-logo.svg.png 2x" width="35"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://species.wikimedia.org/wiki/" title="species:">
Wikispecies
</a>
</span>
<br/>
Directory of species
</div>
</li>
<li>
<div>
<a href="https://en.wikiversity.org/wiki/" title="Wikiversity">
<img alt="Wikiversity logo" data-file-height="512" data-file-width="626" decoding="async" height="34" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/41px-Wikiversity_logo_2017.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/62px-Wikiversity_logo_2017.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/82px-Wikiversity_logo_2017.svg.png 2x" width="41"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://en.wikiversity.org/wiki/" title="v:">
Wikiversity
</a>
</span>
<br/>
Free learning tools
</div>
</li>
<li>
<div>
<a href="https://en.wikivoyage.org/wiki/" title="Wikivoyage">
<img alt="Wikivoyage logo" data-file-height="193" data-file-width="193" decoding="async" height="35" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/35px-Wikivoyage-Logo-v3-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/53px-Wikivoyage-Logo-v3-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/70px-Wikivoyage-Logo-v3-icon.svg.png 2x" width="35"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://en.wikivoyage.org/wiki/" title="voy:">
Wikivoyage
</a>
</span>
<br/>
Free travel guide
</div>
</li>
<li>
<div>
<a href="https://en.wiktionary.org/wiki/" title="Wiktionary">
<img alt="Wiktionary logo" data-file-height="391" data-file-width="391" decoding="async" height="35" src="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/35px-Wiktionary-logo-v2.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/53px-Wiktionary-logo-v2.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/70px-Wiktionary-logo-v2.svg.png 2x" width="35"/>
</a>
</div>
<div>
<span>
<a class="extiw" href="https://en.wiktionary.org/wiki/" title="wikt:">
Wiktionary
</a>
</span>
<br/>
Dictionary and thesaurus
</div>
</li>
</ul>
</div>
</div>
<h2 class="mp-h2" id="mp-lang">
<span class="mw-headline" id="Wikipedia_languages">
Wikipedia languages
</span>
</h2>
<div>
<style data-mw-deduplicate="TemplateStyles:r997272951">
.mw-parser-output .wikipedia-languages-complete{font-weight:bold}.mw-parser-output .wikipedia-languages ul{margin-left:0}.mw-parser-output .wikipedia-languages ul a{white-space:nowrap}.mw-parser-output .wikipedia-languages>ul{list-style:none;text-align:center;clear:both}.mw-parser-output .wikipedia-languages-count-container{width:90%;display:flex;justify-content:center;padding-top:1em;margin:0 auto}.mw-parser-output .wikipedia-languages-prettybars{width:100%;height:1px;margin:0.5em 0;background-color:#c8ccd1;flex-shrink:1;align-self:center}.mw-parser-output .wikipedia-languages-count{padding:0 1em;white-space:nowrap}
</style>
<div class="wikipedia-languages nourlexpansion">
<p>
This Wikipedia is written in
<a href="/wiki/English_language" title="English language">
English
</a>
. Many
<a class="extiw" href="https://meta.wikimedia.org/wiki/List_of_Wikipedias" title="meta:List of Wikipedias">
other Wikipedias are available
</a>
; some of the largest are listed below.
</p>
<ul class="plainlinks">
<li>
<div class="wikipedia-languages-count-container">
<div class="wikipedia-languages-prettybars">
</div>
<div class="wikipedia-languages-count" role="heading">
1,000,000+ articles
</div>
<div class="wikipedia-languages-prettybars">
</div>
</div>
<ul class="wikipedia-languages-langs hlist hlist-separated inline">
<li>
<a class="external text" href="https://ar.wikipedia.org/wiki/">
<span class="autonym" lang="ar" title="Arabic (ar:)">
العربية
</span>
</a>
</li>
<li>
<a class="external text" href="https://de.wikipedia.org/wiki/">
<span class="autonym" lang="de" title="German (de:)">
Deutsch
</span>
</a>
</li>
<li>
<a class="external text" href="https://es.wikipedia.org/wiki/">
<span class="autonym" lang="es" title="Spanish (es:)">
Español
</span>
</a>
</li>
<li>
<a class="external text" href="https://fr.wikipedia.org/wiki/">
<span class="autonym" lang="fr" title="French (fr:)">
Français
</span>
</a>
</li>
<li>
<a class="external text" href="https://it.wikipedia.org/wiki/">
<span class="autonym" lang="it" title="Italian (it:)">
Italiano
</span>
</a>
</li>
<li>
<a class="external text" href="https://nl.wikipedia.org/wiki/">
<span class="autonym" lang="nl" title="Dutch (nl:)">
Nederlands
</span>
</a>
</li>
<li>
<a class="external text" href="https://ja.wikipedia.org/wiki/">
<span class="autonym" lang="ja" title="Japanese (ja:)">
日本語
</span>
</a>
</li>
<li>
<a class="external text" href="https://pl.wikipedia.org/wiki/">
<span class="autonym" lang="pl" title="Polish (pl:)">
Polski
</span>
</a>
</li>
<li>
<a class="external text" href="https://pt.wikipedia.org/wiki/">
<span class="autonym" lang="pt" title="Portuguese (pt:)">
Português
</span>
</a>
</li>
<li>
<a class="external text" href="https://ru.wikipedia.org/wiki/">
<span class="autonym" lang="ru" title="Russian (ru:)">
Русский
</span>
</a>
</li>
<li>
<a class="external text" href="https://sv.wikipedia.org/wiki/">
<span class="autonym" lang="sv" title="Swedish (sv:)">
Svenska
</span>
</a>
</li>
<li>
<a class="external text" href="https://uk.wikipedia.org/wiki/">
<span class="autonym" lang="uk" title="Ukrainian (uk:)">
Українська
</span>
</a>
</li>
<li>
<a class="external text" href="https://vi.wikipedia.org/wiki/">
<span class="autonym" lang="vi" title="Vietnamese (vi:)">
Tiếng Việt
</span>
</a>
</li>
<li>
<a class="external text" href="https://zh.wikipedia.org/wiki/">
<span class="autonym" lang="zh" title="Chinese (zh:)">
中文
</span>
</a>
</li>
</ul>
</li>
<li>
<div class="wikipedia-languages-count-container">
<div class="wikipedia-languages-prettybars">
</div>
<div class="wikipedia-languages-count" role="heading">
250,000+ articles
</div>
<div class="wikipedia-languages-prettybars">
</div>
</div>
<ul class="wikipedia-languages-langs hlist hlist-separated inline">
<li>
<a class="external text" href="https://id.wikipedia.org/wiki/">
<span class="autonym" lang="id" title="Indonesian (id:)">
Bahasa Indonesia
</span>
</a>
</li>
<li>
<a class="external text" href="https://ms.wikipedia.org/wiki/">
<span class="autonym" lang="ms" title="Malay (ms:)">
Bahasa Melayu
</span>
</a>
</li>
<li>
<a class="external text" href="https://zh-min-nan.wikipedia.org/wiki/">
<span class="autonym" lang="nan" title="Min Nan Chinese (nan:)">
Bân-lâm-gú
</span>
</a>
</li>
<li>
<a class="external text" href="https://bg.wikipedia.org/wiki/">
<span class="autonym" lang="bg" title="Bulgarian (bg:)">
Български
</span>
</a>
</li>
<li>
<a class="external text" href="https://ca.wikipedia.org/wiki/">
<span class="autonym" lang="ca" title="Catalan (ca:)">
Català
</span>
</a>
</li>
<li>
<a class="external text" href="https://cs.wikipedia.org/wiki/">
<span class="autonym" lang="cs" title="Czech (cs:)">
Čeština
</span>
</a>
</li>
<li>
<a class="external text" href="https://da.wikipedia.org/wiki/">
<span class="autonym" lang="da" title="Danish (da:)">
Dansk
</span>
</a>
</li>
<li>
<a class="external text" href="https://eo.wikipedia.org/wiki/">
<span class="autonym" lang="eo" title="Esperanto (eo:)">
Esperanto
</span>
</a>
</li>
<li>
<a class="external text" href="https://eu.wikipedia.org/wiki/">
<span class="autonym" lang="eu" title="Basque (eu:)">
Euskara
</span>
</a>
</li>
<li>
<a class="external text" href="https://fa.wikipedia.org/wiki/">
<span class="autonym" lang="fa" title="Persian (fa:)">
فارسی
</span>
</a>
</li>
<li>
<a class="external text" href="https://he.wikipedia.org/wiki/">
<span class="autonym" lang="he" title="Hebrew (he:)">
עברית
</span>
</a>
</li>
<li>
<a class="external text" href="https://ko.wikipedia.org/wiki/">
<span class="autonym" lang="ko" title="Korean (ko:)">
한국어
</span>
</a>
</li>
<li>
<a class="external text" href="https://hu.wikipedia.org/wiki/">
<span class="autonym" lang="hu" title="Hungarian (hu:)">
Magyar
</span>
</a>
</li>
<li>
<a class="external text" href="https://no.wikipedia.org/wiki/">
<span class="autonym" lang="no" title="Norwegian (no:)">
Norsk Bokmål
</span>
</a>
</li>
<li>
<a class="external text" href="https://ro.wikipedia.org/wiki/">
<span class="autonym" lang="ro" title="Romanian (ro:)">
Română
</span>
</a>
</li>
<li>
<a class="external text" href="https://sr.wikipedia.org/wiki/">
<span class="autonym" lang="sr" title="Serbian (sr:)">
Srpski
</span>
</a>
</li>
<li>
<a class="external text" href="https://sh.wikipedia.org/wiki/">
<span class="autonym" lang="sh" title="Serbo-Croatian (sh:)">
Srpskohrvatski
</span>
</a>
</li>
<li>
<a class="external text" href="https://fi.wikipedia.org/wiki/">
<span class="autonym" lang="fi" title="Finnish (fi:)">
Suomi
</span>
</a>
</li>
<li>
<a class="external text" href="https://tr.wikipedia.org/wiki/">
<span class="autonym" lang="tr" title="Turkish (tr:)">
Türkçe
</span>
</a>
</li>
</ul>
</li>
<li>
<div class="wikipedia-languages-count-container">
<div class="wikipedia-languages-prettybars">
</div>
<div class="wikipedia-languages-count" role="heading">
50,000+ articles
</div>
<div class="wikipedia-languages-prettybars">
</div>
</div>
<ul class="wikipedia-languages-langs hlist hlist-separated inline">
<li>
<a class="external text" href="https://ast.wikipedia.org/wiki/">
<span class="autonym" lang="ast" title="Asturian (ast:)">
Asturianu
</span>
</a>
</li>
<li>
<a class="external text" href="https://bs.wikipedia.org/wiki/">
<span class="autonym" lang="bs" title="Bosnian (bs:)">
Bosanski
</span>
</a>
</li>
<li>
<a class="external text" href="https://et.wikipedia.org/wiki/">
<span class="autonym" lang="et" title="Estonian (et:)">
Eesti
</span>
</a>
</li>
<li>
<a class="external text" href="https://el.wikipedia.org/wiki/">
<span class="autonym" lang="el" title="Greek (el:)">
Ελληνικά
</span>
</a>
</li>
<li>
<a class="external text" href="https://simple.wikipedia.org/wiki/">
<span class="autonym" lang="simple" title="Simple English (simple:)">
Simple English
</span>
</a>
</li>
<li>
<a class="external text" href="https://gl.wikipedia.org/wiki/">
<span class="autonym" lang="gl" title="Galician (gl:)">
Galego
</span>
</a>
</li>
<li>
<a class="external text" href="https://hr.wikipedia.org/wiki/">
<span class="autonym" lang="hr" title="Croatian (hr:)">
Hrvatski
</span>
</a>
</li>
<li>
<a class="external text" href="https://lv.wikipedia.org/wiki/">
<span class="autonym" lang="lv" title="Latvian (lv:)">
Latviešu
</span>
</a>
</li>
<li>
<a class="external text" href="https://lt.wikipedia.org/wiki/">
<span class="autonym" lang="lt" title="Lithuanian (lt:)">
Lietuvių
</span>
</a>
</li>
<li>
<a class="external text" href="https://ml.wikipedia.org/wiki/">
<span class="autonym" lang="ml" title="Malayalam (ml:)">
മലയാളം
</span>
</a>
</li>
<li>
<a class="external text" href="https://mk.wikipedia.org/wiki/">
<span class="autonym" lang="mk" title="Macedonian (mk:)">
Македонски
</span>
</a>
</li>
<li>
<a class="external text" href="https://nn.wikipedia.org/wiki/">
<span class="autonym" lang="nn" title="Norwegian Nynorsk (nn:)">
Norsk nynorsk
</span>
</a>
</li>
<li>
<a class="external text" href="https://sk.wikipedia.org/wiki/">
<span class="autonym" lang="sk" title="Slovak (sk:)">
Slovenčina
</span>
</a>
</li>
<li>
<a class="external text" href="https://sl.wikipedia.org/wiki/">
<span class="autonym" lang="sl" title="Slovenian (sl:)">
Slovenščina
</span>
</a>
</li>
<li>
<a class="external text" href="https://th.wikipedia.org/wiki/">
<span class="autonym" lang="th" title="Thai (th:)">
ไทย
</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--
NewPP limit report
Parsed by mw2271
Cached time: 20210828152326
Cache expiry: 3600
Reduced expiry: true
Complications: []
CPU time usage: 0.465 seconds
Real time usage: 0.640 seconds
Preprocessor visited node count: 3871/1000000
Post‐expand include size: 113867/2097152 bytes
Template argument size: 6730/2097152 bytes
Highest expansion depth: 21/40
Expensive parser function count: 13/500
Unstrip recursion depth: 0/20
Unstrip post‐expand size: 5370/5000000 bytes
Lua time usage: 0.092/10.000 seconds
Lua memory usage: 2345544/52428800 bytes
Number of Wikibase entities loaded: 0/400
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00% 463.720 1 -total
37.62% 174.429 1 Wikipedia:Main_Page/Tomorrow
36.22% 167.951 8 Template:Main_page_image
21.61% 100.214 8 Template:Str_number/trim
20.81% 96.503 1 Wikipedia:Today's_featured_article/August_28,_2021
19.96% 92.558 2 Template:Main_page_image/TFA
18.58% 86.173 24 Template:If_empty
14.06% 65.219 2 Template:Wikipedia_languages
13.00% 60.297 1 Template:Did_you_know/Queue/6
11.49% 53.284 1 Wikipedia:Selected_anniversaries/August_28
-->
<!-- Saved in parser cache with key enwiki:pcache:idhash:15580374-0!canonical and timestamp 20210828152326 and revision id 1004593520. Serialized with JSON.
-->
</div>
<noscript>
<img alt="" height="1" src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" style="border: none; position: absolute;" title="" width="1"/>
</noscript>
<div class="printfooter">
Retrieved from "
<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=Main_Page&oldid=1004593520">
https://en.wikipedia.org/w/index.php?title=Main_Page&oldid=1004593520
</a>
"
</div>
</div>
<div class="catlinks catlinks-allhidden" data-mw="interface" id="catlinks">
</div>
</div>
</div>
<div id="mw-data-after-content">
<div class="read-more-container">
</div>
</div>
<div id="mw-navigation">
<h2>
Navigation menu
</h2>
<div id="mw-head">
<nav aria-labelledby="p-personal-label" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" id="p-personal" role="navigation">
<h3 class="vector-menu-heading" id="p-personal-label">
<span>
Personal tools
</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li id="pt-anonuserpage">
Not logged in
</li>
<li id="pt-anontalk">
<a accesskey="n" href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]">
Talk
</a>
</li>
<li id="pt-anoncontribs">
<a accesskey="y" href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]">
Contributions
</a>
</li>
<li id="pt-createaccount">
<a href="/w/index.php?title=Special:CreateAccount&returnto=Main+Page" title="You are encouraged to create an account and log in; however, it is not mandatory">
Create account
</a>
</li>
<li id="pt-login">
<a accesskey="o" href="/w/index.php?title=Special:UserLogin&returnto=Main+Page" title="You're encouraged to log in; however, it's not mandatory. [o]">
Log in
</a>
</li>
</ul>
</div>
</nav>
<div id="left-navigation">
<nav aria-labelledby="p-namespaces-label" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" id="p-namespaces" role="navigation">
<h3 class="vector-menu-heading" id="p-namespaces-label">
<span>
Namespaces
</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="selected" id="ca-nstab-main">
<a accesskey="c" href="/wiki/Main_Page" title="View the content page [c]">
Main Page
</a>
</li>
<li id="ca-talk">
<a accesskey="t" href="/wiki/Talk:Main_Page" rel="discussion" title="Discuss improvements to the content page [t]">
Talk
</a>
</li>
</ul>
</div>
</nav>
<nav aria-labelledby="p-variants-label" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu vector-menu-dropdown" id="p-variants" role="navigation">
<input aria-labelledby="p-variants-label" class="vector-menu-checkbox" data-event-name="ui.dropdown-p-variants" type="checkbox"/>
<h3 class="vector-menu-heading" id="p-variants-label">
<span>
Variants
</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
</ul>
</div>
</nav>
</div>
<div id="right-navigation">
<nav aria-labelledby="p-views-label" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" id="p-views" role="navigation">
<h3 class="vector-menu-heading" id="p-views-label">
<span>
Views
</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="selected" id="ca-view">
<a href="/wiki/Main_Page">
Read
</a>
</li>
<li id="ca-viewsource">
<a accesskey="e" href="/w/index.php?title=Main_Page&action=edit" title="This page is protected.
You can view its source [e]">
View source
</a>
</li>
<li id="ca-history">
<a accesskey="h" href="/w/index.php?title=Main_Page&action=history" title="Past revisions of this page [h]">
View history
</a>
</li>
</ul>
</div>
</nav>
<nav aria-labelledby="p-cactions-label" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu vector-menu-dropdown" id="p-cactions" role="navigation">
<input aria-labelledby="p-cactions-label" class="vector-menu-checkbox" data-event-name="ui.dropdown-p-cactions" type="checkbox"/>
<h3 class="vector-menu-heading" id="p-cactions-label">
<span>
More
</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
</ul>
</div>
</nav>
<div class="vector-search-box" id="p-search" role="search">
<div>
<h3>
<label for="searchInput">
Search
</label>
</h3>
<form action="/w/index.php" id="searchform">
<div data-search-loc="header-navigation" id="simpleSearch">
<input accesskey="f" autocapitalize="sentences" id="searchInput" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" type="search"/>
<input name="title" type="hidden" value="Special:Search"/>
<input class="searchButton mw-fallbackSearchButton" id="mw-searchButton" name="fulltext" title="Search Wikipedia for this text" type="submit" value="Search"/>
<input class="searchButton" id="searchButton" name="go" title="Go to a page with this exact name if it exists" type="submit" value="Go"/>
</div>
</form>
</div>
</div>
</div>
</div>
<div id="mw-panel">
<div id="p-logo" role="banner">
<a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page">
</a>
</div>
<nav aria-labelledby="p-navigation-label" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" id="p-navigation" role="navigation">
<h3 class="vector-menu-heading" id="p-navigation-label">
<span>
Navigation
</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li id="n-mainpage-description">
<a accesskey="z" href="/wiki/Main_Page" title="Visit the main page [z]">
Main page
</a>
</li>
<li id="n-contents">
<a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">
Contents
</a>
</li>
<li id="n-currentevents">
<a href="/wiki/Portal:Current_events" title="Articles related to current events">
Current events
</a>
</li>
<li id="n-randompage">
<a accesskey="x" href="/wiki/Special:Random" title="Visit a randomly selected article [x]">
Random article
</a>
</li>
<li id="n-aboutsite">
<a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">
About Wikipedia
</a>
</li>
<li id="n-contactpage">
<a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">
Contact us
</a>
</li>
<li id="n-sitesupport">
<a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&utm_medium=sidebar&utm_campaign=C13_en.wikipedia.org&uselang=en" title="Support us by donating to the Wikimedia Foundation">
Donate
</a>
</li>
</ul>
</div>
</nav>
<nav aria-labelledby="p-interaction-label" class="mw-portlet mw-portlet-interaction vector-menu vector-menu-portal portal" id="p-interaction" role="navigation">
<h3 class="vector-menu-heading" id="p-interaction-label">
<span>
Contribute
</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li id="n-help">
<a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">
Help
</a>
</li>
<li id="n-introduction">
<a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">
Learn to edit
</a>
</li>
<li id="n-portal">
<a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">
Community portal
</a>
</li>
<li id="n-recentchanges">
<a accesskey="r" href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]">
Recent changes
</a>
</li>
<li id="n-upload">
<a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">
Upload file
</a>
</li>
</ul>
</div>
</nav>
<nav aria-labelledby="p-tb-label" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" id="p-tb" role="navigation">
<h3 class="vector-menu-heading" id="p-tb-label">
<span>
Tools
</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li id="t-whatlinkshere">
<a accesskey="j" href="/wiki/Special:WhatLinksHere/Main_Page" title="List of all English Wikipedia pages containing links to this page [j]">
What links here
</a>
</li>
<li id="t-recentchangeslinked">
<a accesskey="k" href="/wiki/Special:RecentChangesLinked/Main_Page" rel="nofollow" title="Recent changes in pages linked from this page [k]">
Related changes
</a>
</li>
<li id="t-upload">
<a accesskey="u" href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]">
Upload file
</a>
</li>
<li id="t-specialpages">
<a accesskey="q" href="/wiki/Special:SpecialPages" title="A list of all special pages [q]">
Special pages
</a>
</li>
<li id="t-permalink">
<a href="/w/index.php?title=Main_Page&oldid=1004593520" title="Permanent link to this revision of this page">
Permanent link
</a>
</li>
<li id="t-info">
<a href="/w/index.php?title=Main_Page&action=info" title="More information about this page">
Page information
</a>
</li>
<li id="t-cite">
<a href="/w/index.php?title=Special:CiteThisPage&page=Main_Page&id=1004593520&wpFormIdentifier=titleform" title="Information on how to cite this page">
Cite this page
</a>
</li>
<li id="t-wikibase">
<a accesskey="g" href="https://www.wikidata.org/wiki/Special:EntityPage/Q5296" title="Structured data on this page hosted by Wikidata [g]">
Wikidata item
</a>
</li>
</ul>
</div>
</nav>
<nav aria-labelledby="p-coll-print_export-label" class="mw-portlet mw-portlet-coll-print_export vector-menu vector-menu-portal portal" id="p-coll-print_export" role="navigation">
<h3 class="vector-menu-heading" id="p-coll-print_export-label">
<span>
Print/export
</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li id="coll-download-as-rl">
<a href="/w/index.php?title=Special:DownloadAsPdf&page=Main_Page&action=show-download-screen" title="Download this page as a PDF file">
Download as PDF
</a>
</li>
<li id="t-print">
<a accesskey="p" href="/w/index.php?title=Main_Page&printable=yes" title="Printable version of this page [p]">
Printable version
</a>
</li>
</ul>
</div>
</nav>
<nav aria-labelledby="p-wikibase-otherprojects-label" class="mw-portlet mw-portlet-wikibase-otherprojects vector-menu vector-menu-portal portal" id="p-wikibase-otherprojects" role="navigation">
<h3 class="vector-menu-heading" id="p-wikibase-otherprojects-label">
<span>
In other projects
</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="wb-otherproject-link wb-otherproject-commons">
<a href="https://commons.wikimedia.org/wiki/Main_Page" hreflang="en">
Wikimedia Commons
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-mediawiki">
<a href="https://www.mediawiki.org/wiki/MediaWiki" hreflang="en">
MediaWiki
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-meta">
<a href="https://meta.wikimedia.org/wiki/Main_Page" hreflang="en">
Meta-Wiki
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-sources">
<a href="https://wikisource.org/wiki/Main_Page" hreflang="en">
Multilingual Wikisource
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-species">
<a href="https://species.wikimedia.org/wiki/Main_Page" hreflang="en">
Wikispecies
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-wikibooks">
<a href="https://en.wikibooks.org/wiki/Main_Page" hreflang="en">
Wikibooks
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-wikidata">
<a href="https://www.wikidata.org/wiki/Wikidata:Main_Page" hreflang="en">
Wikidata
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-wikimania">
<a href="https://wikimania.wikimedia.org/wiki/Wikimania" hreflang="en">
Wikimania
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-wikinews">
<a href="https://en.wikinews.org/wiki/Main_Page" hreflang="en">
Wikinews
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-wikiquote">
<a href="https://en.wikiquote.org/wiki/Main_Page" hreflang="en">
Wikiquote
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-wikisource">
<a href="https://en.wikisource.org/wiki/Main_Page" hreflang="en">
Wikisource
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-wikiversity">
<a href="https://en.wikiversity.org/wiki/Wikiversity:Main_Page" hreflang="en">
Wikiversity
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-wikivoyage">
<a href="https://en.wikivoyage.org/wiki/Main_Page" hreflang="en">
Wikivoyage
</a>
</li>
<li class="wb-otherproject-link wb-otherproject-wiktionary">
<a href="https://en.wiktionary.org/wiki/Wiktionary:Main_Page" hreflang="en">
Wiktionary
</a>
</li>
</ul>
</div>
</nav>
<nav aria-labelledby="p-lang-label" class="mw-portlet mw-portlet-lang vector-menu vector-menu-portal portal" id="p-lang" role="navigation">
<h3 class="vector-menu-heading" id="p-lang-label">
<span>
Languages
</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="interlanguage-link interwiki-ar">
<a class="interlanguage-link-target" href="https://ar.wikipedia.org/wiki/" hreflang="ar" lang="ar" title="Arabic">
العربية
</a>
</li>
<li class="interlanguage-link interwiki-bn">
<a class="interlanguage-link-target" href="https://bn.wikipedia.org/wiki/" hreflang="bn" lang="bn" title="Bangla">
বাংলা
</a>
</li>
<li class="interlanguage-link interwiki-bg">
<a class="interlanguage-link-target" href="https://bg.wikipedia.org/wiki/" hreflang="bg" lang="bg" title="Bulgarian">
Български
</a>
</li>
<li class="interlanguage-link interwiki-bs">
<a class="interlanguage-link-target" href="https://bs.wikipedia.org/wiki/" hreflang="bs" lang="bs" title="Bosnian">
Bosanski
</a>
</li>
<li class="interlanguage-link interwiki-ca">
<a class="interlanguage-link-target" href="https://ca.wikipedia.org/wiki/" hreflang="ca" lang="ca" title="Catalan">
Català
</a>
</li>
<li class="interlanguage-link interwiki-cs">
<a class="interlanguage-link-target" href="https://cs.wikipedia.org/wiki/" hreflang="cs" lang="cs" title="Czech">
Čeština
</a>
</li>
<li class="interlanguage-link interwiki-da">
<a class="interlanguage-link-target" href="https://da.wikipedia.org/wiki/" hreflang="da" lang="da" title="Danish">
Dansk
</a>
</li>
<li class="interlanguage-link interwiki-de">
<a class="interlanguage-link-target" href="https://de.wikipedia.org/wiki/" hreflang="de" lang="de" title="German">
Deutsch
</a>
</li>
<li class="interlanguage-link interwiki-et">
<a class="interlanguage-link-target" href="https://et.wikipedia.org/wiki/" hreflang="et" lang="et" title="Estonian">
Eesti
</a>
</li>
<li class="interlanguage-link interwiki-el">
<a class="interlanguage-link-target" href="https://el.wikipedia.org/wiki/" hreflang="el" lang="el" title="Greek">
Ελληνικά
</a>
</li>
<li class="interlanguage-link interwiki-es">
<a class="interlanguage-link-target" href="https://es.wikipedia.org/wiki/" hreflang="es" lang="es" title="Spanish">
Español
</a>
</li>
<li class="interlanguage-link interwiki-eo">
<a class="interlanguage-link-target" href="https://eo.wikipedia.org/wiki/" hreflang="eo" lang="eo" title="Esperanto">
Esperanto
</a>
</li>
<li class="interlanguage-link interwiki-eu">
<a class="interlanguage-link-target" href="https://eu.wikipedia.org/wiki/" hreflang="eu" lang="eu" title="Basque">
Euskara
</a>
</li>
<li class="interlanguage-link interwiki-fa">
<a class="interlanguage-link-target" href="https://fa.wikipedia.org/wiki/" hreflang="fa" lang="fa" title="Persian">
فارسی
</a>
</li>
<li class="interlanguage-link interwiki-fr">
<a class="interlanguage-link-target" href="https://fr.wikipedia.org/wiki/" hreflang="fr" lang="fr" title="French">
Français
</a>
</li>
<li class="interlanguage-link interwiki-gl">
<a class="interlanguage-link-target" href="https://gl.wikipedia.org/wiki/" hreflang="gl" lang="gl" title="Galician">
Galego
</a>
</li>
<li class="interlanguage-link interwiki-ko">
<a class="interlanguage-link-target" href="https://ko.wikipedia.org/wiki/" hreflang="ko" lang="ko" title="Korean">
한국어
</a>
</li>
<li class="interlanguage-link interwiki-hr">
<a class="interlanguage-link-target" href="https://hr.wikipedia.org/wiki/" hreflang="hr" lang="hr" title="Croatian">
Hrvatski
</a>
</li>
<li class="interlanguage-link interwiki-id">
<a class="interlanguage-link-target" href="https://id.wikipedia.org/wiki/" hreflang="id" lang="id" title="Indonesian">
Bahasa Indonesia
</a>
</li>
<li class="interlanguage-link interwiki-it">
<a class="interlanguage-link-target" href="https://it.wikipedia.org/wiki/" hreflang="it" lang="it" title="Italian">
Italiano
</a>
</li>
<li class="interlanguage-link interwiki-he">
<a class="interlanguage-link-target" href="https://he.wikipedia.org/wiki/" hreflang="he" lang="he" title="Hebrew">
עברית
</a>
</li>
<li class="interlanguage-link interwiki-ka">
<a class="interlanguage-link-target" href="https://ka.wikipedia.org/wiki/" hreflang="ka" lang="ka" title="Georgian">
ქართული
</a>
</li>
<li class="interlanguage-link interwiki-lv">
<a class="interlanguage-link-target" href="https://lv.wikipedia.org/wiki/" hreflang="lv" lang="lv" title="Latvian">
Latviešu
</a>
</li>
<li class="interlanguage-link interwiki-lt">
<a class="interlanguage-link-target" href="https://lt.wikipedia.org/wiki/" hreflang="lt" lang="lt" title="Lithuanian">
Lietuvių
</a>
</li>
<li class="interlanguage-link interwiki-hu">
<a class="interlanguage-link-target" href="https://hu.wikipedia.org/wiki/" hreflang="hu" lang="hu" title="Hungarian">
Magyar
</a>
</li>
<li class="interlanguage-link interwiki-mk">
<a class="interlanguage-link-target" href="https://mk.wikipedia.org/wiki/" hreflang="mk" lang="mk" title="Macedonian">
Македонски
</a>
</li>
<li class="interlanguage-link interwiki-ms">
<a class="interlanguage-link-target" href="https://ms.wikipedia.org/wiki/" hreflang="ms" lang="ms" title="Malay">
Bahasa Melayu
</a>
</li>
<li class="interlanguage-link interwiki-nl">
<a class="interlanguage-link-target" href="https://nl.wikipedia.org/wiki/" hreflang="nl" lang="nl" title="Dutch">
Nederlands
</a>
</li>
<li class="interlanguage-link interwiki-ja">
<a class="interlanguage-link-target" href="https://ja.wikipedia.org/wiki/" hreflang="ja" lang="ja" title="Japanese">
日本語
</a>
</li>
<li class="interlanguage-link interwiki-no">
<a class="interlanguage-link-target" href="https://no.wikipedia.org/wiki/" hreflang="nb" lang="nb" title="Norwegian Bokmål">
Norsk bokmål
</a>
</li>
<li class="interlanguage-link interwiki-nn">
<a class="interlanguage-link-target" href="https://nn.wikipedia.org/wiki/" hreflang="nn" lang="nn" title="Norwegian Nynorsk">
Norsk nynorsk
</a>
</li>
<li class="interlanguage-link interwiki-pl">
<a class="interlanguage-link-target" href="https://pl.wikipedia.org/wiki/" hreflang="pl" lang="pl" title="Polish">
Polski
</a>
</li>
<li class="interlanguage-link interwiki-pt">
<a class="interlanguage-link-target" href="https://pt.wikipedia.org/wiki/" hreflang="pt" lang="pt" title="Portuguese">
Português
</a>
</li>
<li class="interlanguage-link interwiki-ro">
<a class="interlanguage-link-target" href="https://ro.wikipedia.org/wiki/" hreflang="ro" lang="ro" title="Romanian">
Română
</a>
</li>
<li class="interlanguage-link interwiki-ru">
<a class="interlanguage-link-target" href="https://ru.wikipedia.org/wiki/" hreflang="ru" lang="ru" title="Russian">
Русский
</a>
</li>
<li class="interlanguage-link interwiki-simple">
<a class="interlanguage-link-target" href="https://simple.wikipedia.org/wiki/" hreflang="en-simple" lang="en-simple" title="Simple English">
Simple English
</a>
</li>
<li class="interlanguage-link interwiki-sk">
<a class="interlanguage-link-target" href="https://sk.wikipedia.org/wiki/" hreflang="sk" lang="sk" title="Slovak">
Slovenčina
</a>
</li>
<li class="interlanguage-link interwiki-sl">
<a class="interlanguage-link-target" href="https://sl.wikipedia.org/wiki/" hreflang="sl" lang="sl" title="Slovenian">
Slovenščina
</a>
</li>
<li class="interlanguage-link interwiki-sr">
<a class="interlanguage-link-target" href="https://sr.wikipedia.org/wiki/" hreflang="sr" lang="sr" title="Serbian">
Српски / srpski
</a>
</li>
<li class="interlanguage-link interwiki-sh">
<a class="interlanguage-link-target" href="https://sh.wikipedia.org/wiki/" hreflang="sh" lang="sh" title="Serbo-Croatian">
Srpskohrvatski / српскохрватски
</a>
</li>
<li class="interlanguage-link interwiki-fi">
<a class="interlanguage-link-target" href="https://fi.wikipedia.org/wiki/" hreflang="fi" lang="fi" title="Finnish">
Suomi
</a>
</li>
<li class="interlanguage-link interwiki-sv">
<a class="interlanguage-link-target" href="https://sv.wikipedia.org/wiki/" hreflang="sv" lang="sv" title="Swedish">
Svenska
</a>
</li>
<li class="interlanguage-link interwiki-th">
<a class="interlanguage-link-target" href="https://th.wikipedia.org/wiki/" hreflang="th" lang="th" title="Thai">
ไทย
</a>
</li>
<li class="interlanguage-link interwiki-tr">
<a class="interlanguage-link-target" href="https://tr.wikipedia.org/wiki/" hreflang="tr" lang="tr" title="Turkish">
Türkçe
</a>
</li>
<li class="interlanguage-link interwiki-uk">
<a class="interlanguage-link-target" href="https://uk.wikipedia.org/wiki/" hreflang="uk" lang="uk" title="Ukrainian">
Українська
</a>
</li>
<li class="interlanguage-link interwiki-vi">
<a class="interlanguage-link-target" href="https://vi.wikipedia.org/wiki/" hreflang="vi" lang="vi" title="Vietnamese">
Tiếng Việt
</a>
</li>
<li class="interlanguage-link interwiki-zh">
<a class="interlanguage-link-target" href="https://zh.wikipedia.org/wiki/" hreflang="zh" lang="zh" title="Chinese">
中文
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<footer class="mw-footer" id="footer" role="contentinfo">
<ul id="footer-info">
<li id="footer-info-lastmod">
This page was last edited on 3 February 2021, at 11:11
<span class="anonymous-show">
(UTC)
</span>
.
</li>
<li id="footer-info-copyright">
Text is available under the
<a href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License" rel="license">
Creative Commons Attribution-ShareAlike License
</a>
<a href="//creativecommons.org/licenses/by-sa/3.0/" rel="license" style="display:none;">
</a>
;
additional terms may apply. By using this site, you agree to the
<a href="//foundation.wikimedia.org/wiki/Terms_of_Use">
Terms of Use
</a>
and
<a href="//foundation.wikimedia.org/wiki/Privacy_policy">
Privacy Policy
</a>
. Wikipedia® is a registered trademark of the
<a href="//www.wikimediafoundation.org/">
Wikimedia Foundation, Inc.
</a>
, a non-profit organization.
</li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy">
<a class="extiw" href="https://foundation.wikimedia.org/wiki/Privacy_policy" title="wmf:Privacy policy">
Privacy policy
</a>
</li>
<li id="footer-places-about">
<a href="/wiki/Wikipedia:About" title="Wikipedia:About">
About Wikipedia
</a>
</li>
<li id="footer-places-disclaimer">
<a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">
Disclaimers
</a>
</li>
<li id="footer-places-contact">
<a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">
Contact Wikipedia
</a>
</li>
<li id="footer-places-mobileview">
<a class="noprint stopMobileRedirectToggle" href="//en.m.wikipedia.org/w/index.php?title=Main_Page&mobileaction=toggle_view_mobile">
Mobile view
</a>
</li>
<li id="footer-places-developers">
<a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">
Developers
</a>
</li>
<li id="footer-places-statslink">
<a href="https://stats.wikimedia.org/#/en.wikipedia.org">
Statistics
</a>
</li>
<li id="footer-places-cookiestatement">
<a href="https://foundation.wikimedia.org/wiki/Cookie_statement">
Cookie statement
</a>
</li>
</ul>
<ul class="noprint" id="footer-icons">
<li id="footer-copyrightico">
<a href="https://wikimediafoundation.org/">
<img alt="Wikimedia Foundation" height="31" loading="lazy" src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88"/>
</a>
</li>
<li id="footer-poweredbyico">
<a href="https://www.mediawiki.org/">
<img alt="Powered by MediaWiki" height="31" loading="lazy" src="/static/images/footer/poweredby_mediawiki_88x31.png" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88"/>
</a>
</li>
</ul>
</footer>
<script>
(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.465","walltime":"0.640","ppvisitednodes":{"value":3871,"limit":1000000},"postexpandincludesize":{"value":113867,"limit":2097152},"templateargumentsize":{"value":6730,"limit":2097152},"expansiondepth":{"value":21,"limit":40},"expensivefunctioncount":{"value":13,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":5370,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 463.720 1 -total"," 37.62% 174.429 1 Wikipedia:Main_Page/Tomorrow"," 36.22% 167.951 8 Template:Main_page_image"," 21.61% 100.214 8 Template:Str_number/trim"," 20.81% 96.503 1 Wikipedia:Today's_featured_article/August_28,_2021"," 19.96% 92.558 2 Template:Main_page_image/TFA"," 18.58% 86.173 24 Template:If_empty"," 14.06% 65.219 2 Template:Wikipedia_languages"," 13.00% 60.297 1 Template:Did_you_know/Queue/6"," 11.49% 53.284 1 Wikipedia:Selected_anniversaries/August_28"]},"scribunto":{"limitreport-timeusage":{"value":"0.092","limit":"10.000"},"limitreport-memusage":{"value":2345544,"limit":52428800}},"cachereport":{"origin":"mw2271","timestamp":"20210828152326","ttl":3600,"transientcontent":true}}});});
</script>
<script type="application/ld+json">
{"@context":"https:\/\/schema.org","@type":"Article","name":"Main Page","url":"https:\/\/en.wikipedia.org\/wiki\/Main_Page","sameAs":"http:\/\/www.wikidata.org\/entity\/Q5296","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q5296","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2002-01-26T15:28:12Z","dateModified":"2021-02-03T11:11:30Z","image":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/b\/b2\/WilliamLyonMackenzie.jpeg","headline":"Wikimedia project page"}
</script>
<script>
(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":848,"wgHostname":"mw2271"});});
</script>
</body>
</html>
h1=Soup.find_all('h1',class_="firstHeading")
h1
[<h1 class="firstHeading" id="firstHeading">Main Page</h1>]
h2=Soup.find_all('h2',class_="mp-h2")
h2
[<h2 class="mp-h2" id="mp-tfa-h2"><span id="From_today.27s_featured_article"></span><span class="mw-headline" id="From_today's_featured_article">From today's featured article</span></h2>, <h2 class="mp-h2" id="mp-dyk-h2"><span class="mw-headline" id="Did_you_know_...">Did you know ...</span></h2>, <h2 class="mp-h2" id="mp-itn-h2"><span class="mw-headline" id="In_the_news">In the news</span></h2>, <h2 class="mp-h2" id="mp-otd-h2"><span class="mw-headline" id="On_this_day">On this day</span></h2>, <h2 class="mp-h2" id="mp-tfp-h2"><span id="Today.27s_featured_picture"></span><span class="mw-headline" id="Today's_featured_picture">Today's featured picture</span></h2>, <h2 class="mp-h2" id="mp-other"><span class="mw-headline" id="Other_areas_of_Wikipedia">Other areas of Wikipedia</span></h2>, <h2 class="mp-h2" id="mp-sister"><span id="Wikipedia.27s_sister_projects"></span><span class="mw-headline" id="Wikipedia's_sister_projects">Wikipedia's sister projects</span></h2>, <h2 class="mp-h2" id="mp-lang"><span class="mw-headline" id="Wikipedia_languages">Wikipedia languages</span></h2>]
h3=Soup.find_all('h3',class_="vector-menu-heading")
h3
[<h3 class="vector-menu-heading" id="p-personal-label"><span>Personal tools</span> </h3>, <h3 class="vector-menu-heading" id="p-namespaces-label"><span>Namespaces</span> </h3>, <h3 class="vector-menu-heading" id="p-variants-label"><span>Variants</span> </h3>, <h3 class="vector-menu-heading" id="p-views-label"><span>Views</span> </h3>, <h3 class="vector-menu-heading" id="p-cactions-label"><span>More</span> </h3>, <h3 class="vector-menu-heading" id="p-navigation-label"><span>Navigation</span> </h3>, <h3 class="vector-menu-heading" id="p-interaction-label"><span>Contribute</span> </h3>, <h3 class="vector-menu-heading" id="p-tb-label"><span>Tools</span> </h3>, <h3 class="vector-menu-heading" id="p-coll-print_export-label"><span>Print/export</span> </h3>, <h3 class="vector-menu-heading" id="p-wikibase-otherprojects-label"><span>In other projects</span> </h3>, <h3 class="vector-menu-heading" id="p-lang-label"><span>Languages</span> </h3>]
titles = Soup.find_all(['h1', 'h2', 'h3'])
print('List all the header tags :', *titles, sep='\n\n')
List all the header tags : <h1 class="firstHeading" id="firstHeading">Main Page</h1> <h2 class="mp-h2" id="mp-tfa-h2"><span id="From_today.27s_featured_article"></span><span class="mw-headline" id="From_today's_featured_article">From today's featured article</span></h2> <h2 class="mp-h2" id="mp-dyk-h2"><span class="mw-headline" id="Did_you_know_...">Did you know ...</span></h2> <h2 class="mp-h2" id="mp-itn-h2"><span class="mw-headline" id="In_the_news">In the news</span></h2> <h2 class="mp-h2" id="mp-otd-h2"><span class="mw-headline" id="On_this_day">On this day</span></h2> <h2 class="mp-h2" id="mp-tfp-h2"><span id="Today.27s_featured_picture"></span><span class="mw-headline" id="Today's_featured_picture">Today's featured picture</span></h2> <h2 class="mp-h2" id="mp-other"><span class="mw-headline" id="Other_areas_of_Wikipedia">Other areas of Wikipedia</span></h2> <h2 class="mp-h2" id="mp-sister"><span id="Wikipedia.27s_sister_projects"></span><span class="mw-headline" id="Wikipedia's_sister_projects">Wikipedia's sister projects</span></h2> <h2 class="mp-h2" id="mp-lang"><span class="mw-headline" id="Wikipedia_languages">Wikipedia languages</span></h2> <h2>Navigation menu</h2> <h3 class="vector-menu-heading" id="p-personal-label"><span>Personal tools</span> </h3> <h3 class="vector-menu-heading" id="p-namespaces-label"><span>Namespaces</span> </h3> <h3 class="vector-menu-heading" id="p-variants-label"><span>Variants</span> </h3> <h3 class="vector-menu-heading" id="p-views-label"><span>Views</span> </h3> <h3 class="vector-menu-heading" id="p-cactions-label"><span>More</span> </h3> <h3> <label for="searchInput">Search</label> </h3> <h3 class="vector-menu-heading" id="p-navigation-label"><span>Navigation</span> </h3> <h3 class="vector-menu-heading" id="p-interaction-label"><span>Contribute</span> </h3> <h3 class="vector-menu-heading" id="p-tb-label"><span>Tools</span> </h3> <h3 class="vector-menu-heading" id="p-coll-print_export-label"><span>Print/export</span> </h3> <h3 class="vector-menu-heading" id="p-wikibase-otherprojects-label"><span>In other projects</span> </h3> <h3 class="vector-menu-heading" id="p-lang-label"><span>Languages</span> </h3>
Write a python program to display IMDB’s Top rated 100 movies’ data (i.e. Name, IMDB rating, Year of release).
Titles=[]
for i in titles:
Titles.append(i.text)
Titles
['Main Page', "From today's featured article", 'Did you know\xa0...', 'In the news', 'On this day', "Today's featured picture", 'Other areas of Wikipedia', "Wikipedia's sister projects", 'Wikipedia languages', 'Navigation menu', 'Personal tools\n', 'Namespaces\n', 'Variants\n', 'Views\n', 'More\n', '\nSearch\n', 'Navigation\n', 'Contribute\n', 'Tools\n', 'Print/export\n', 'In other projects\n', 'Languages\n']
import pandas as pd
df=pd.DataFrame({})
df['Titles']=Titles
df
| Titles | |
|---|---|
| 0 | Main Page |
| 1 | From today's featured article |
| 2 | Did you know ... |
| 3 | In the news |
| 4 | On this day |
| 5 | Today's featured picture |
| 6 | Other areas of Wikipedia |
| 7 | Wikipedia's sister projects |
| 8 | Wikipedia languages |
| 9 | Navigation menu |
| 10 | Personal tools\n |
| 11 | Namespaces\n |
| 12 | Variants\n |
| 13 | Views\n |
| 14 | More\n |
| 15 | \nSearch\n |
| 16 | Navigation\n |
| 17 | Contribute\n |
| 18 | Tools\n |
| 19 | Print/export\n |
| 20 | In other projects\n |
| 21 | Languages\n |
page= requests.get("https://www.imdb.com/list/ls091520106/")
page
<Response [200]>
page.content
b'\n\n\n<!DOCTYPE html>\n<html\n xmlns:og="http://ogp.me/ns#"\n xmlns:fb="http://www.facebook.com/2008/fbml">\n <head>\n \n\n <meta charset="utf-8">\n <meta http-equiv="X-UA-Compatible" content="IE=edge">\n\n\n\n\n <script type="text/javascript">var IMDbTimer={starttime: new Date().getTime(),pt:\'java\'};</script>\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadTitle", {wb: 1});\n }\n</script>\n <script>(function(t){ (t.events = t.events || {})["csm_head_pre_title"] = new Date().getTime(); })(IMDbTimer);</script>\n <title>Top 100 Movies Bucket List - IMDb</title>\n <script>(function(t){ (t.events = t.events || {})["csm_head_post_title"] = new Date().getTime(); })(IMDbTimer);</script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadTitle", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadTitle", {wb: 1});\n }\n</script>\n\n <link rel="canonical" href="https://www.imdb.com/list/ls091520106/" />\n <meta property="og:url" content="http://www.imdb.com/list/ls091520106/" />\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadIcons", {wb: 1});\n }\n</script>\n <script>(function(t){ (t.events = t.events || {})["csm_head_pre_icon"] = new Date().getTime(); })(IMDbTimer);</script>\n\n <link rel=\'icon\' sizes=\'32x32\' href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_desktop_32x32._CB1582158068_.png\' />\n <link rel=\'icon\' sizes=\'167x167\' href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_iPad_retina_167x167._CB1582158068_.png\' />\n <link rel=\'icon\' sizes=\'180x180\' href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_iPhone_retina_180x180._CB1582158069_.png\' />\n\n <link href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile._CB479963088_.png\' rel=\'apple-touch-icon\' />\n <link href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile-76x76._CB479962152_.png\' rel=\'apple-touch-icon\' sizes=\'76x76\' />\n <link href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile-120x120._CB479963088_.png\' rel=\'apple-touch-icon\' sizes=\'120x120\' />\n <link href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-web-152x152._CB479963088_.png\' rel=\'apple-touch-icon\' sizes=\'152x152\' />\n\n <link href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/android-mobile-196x196._CB479962153_.png\' rel=\'shortcut icon\' sizes=\'196x196\' />\n\n <meta name="theme-color" content="#000000" />\n \n <link rel="search" type="application/opensearchdescription+xml" href="https://m.media-amazon.com/images/S/sash/MzfIBMq9GBucYqW.xml" title="IMDb" />\n <script>(function(t){ (t.events = t.events || {})["csm_head_post_icon"] = new Date().getTime(); })(IMDbTimer);</script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadIcons", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadIcons", {wb: 1});\n }\n</script>\n\n <meta property="pageId" content="ls091520106" />\n <meta property="pageType" content="list" />\n <meta property="subpageType" content="title" />\n\n\n <link rel=\'image_src\' href="https://m.media-amazon.com/images/G/01/imdb/images/social/imdb_logo._CB410901634_.png">\n <meta property=\'og:image\' content="https://m.media-amazon.com/images/G/01/imdb/images/social/imdb_logo._CB410901634_.png" />\n\n <meta property=\'fb:app_id\' content=\'115109575169727\' />\n\n <meta property=\'og:title\' content="Top 100 Movies Bucket List - IMDb" />\n <meta property=\'og:site_name\' content=\'IMDb\' />\n <meta name="title" content="Top 100 Movies Bucket List - IMDb" />\n <meta name="description" content="Top 100 Movies Bucket List" />\n <meta property="og:description" content="Top 100 Movies Bucket List" />\n <meta name="request_id" content="AVB6X25884K141CV44T5" />\n<script type="application/ld+json">{\n "@context": "http://schema.org",\n "@type": "CreativeWork",\n "about": {\n "@type": "ItemList",\n "itemListElement": [\n {\n "@type": "ListItem",\n "position": "1",\n "url": "/title/tt0111161/"\n },\n {\n "@type": "ListItem",\n "position": "2",\n "url": "/title/tt0068646/"\n },\n {\n "@type": "ListItem",\n "position": "3",\n "url": "/title/tt0071562/"\n },\n {\n "@type": "ListItem",\n "position": "4",\n "url": "/title/tt0468569/"\n },\n {\n "@type": "ListItem",\n "position": "5",\n "url": "/title/tt0050083/"\n },\n {\n "@type": "ListItem",\n "position": "6",\n "url": "/title/tt0108052/"\n },\n {\n "@type": "ListItem",\n "position": "7",\n "url": "/title/tt0167260/"\n },\n {\n "@type": "ListItem",\n "position": "8",\n "url": "/title/tt0110912/"\n },\n {\n "@type": "ListItem",\n "position": "9",\n "url": "/title/tt0060196/"\n },\n {\n "@type": "ListItem",\n "position": "10",\n "url": "/title/tt0137523/"\n },\n {\n "@type": "ListItem",\n "position": "11",\n "url": "/title/tt7286456/"\n },\n {\n "@type": "ListItem",\n "position": "12",\n "url": "/title/tt0120737/"\n },\n {\n "@type": "ListItem",\n "position": "13",\n "url": "/title/tt0109830/"\n },\n {\n "@type": "ListItem",\n "position": "14",\n "url": "/title/tt1375666/"\n },\n {\n "@type": "ListItem",\n "position": "15",\n "url": "/title/tt0080684/"\n },\n {\n "@type": "ListItem",\n "position": "16",\n "url": "/title/tt0167261/"\n },\n {\n "@type": "ListItem",\n "position": "17",\n "url": "/title/tt0133093/"\n },\n {\n "@type": "ListItem",\n "position": "18",\n "url": "/title/tt0073486/"\n },\n {\n "@type": "ListItem",\n "position": "19",\n "url": "/title/tt0099685/"\n },\n {\n "@type": "ListItem",\n "position": "20",\n "url": "/title/tt0047478/"\n },\n {\n "@type": "ListItem",\n "position": "21",\n "url": "/title/tt0114369/"\n },\n {\n "@type": "ListItem",\n "position": "22",\n "url": "/title/tt0317248/"\n },\n {\n "@type": "ListItem",\n "position": "23",\n "url": "/title/tt0118799/"\n },\n {\n "@type": "ListItem",\n "position": "24",\n "url": "/title/tt0102926/"\n },\n {\n "@type": "ListItem",\n "position": "25",\n "url": "/title/tt0076759/"\n },\n {\n "@type": "ListItem",\n "position": "26",\n "url": "/title/tt0038650/"\n },\n {\n "@type": "ListItem",\n "position": "27",\n "url": "/title/tt0120815/"\n },\n {\n "@type": "ListItem",\n "position": "28",\n "url": "/title/tt0245429/"\n },\n {\n "@type": "ListItem",\n "position": "29",\n "url": "/title/tt0120689/"\n },\n {\n "@type": "ListItem",\n "position": "30",\n "url": "/title/tt0110413/"\n },\n {\n "@type": "ListItem",\n "position": "31",\n "url": "/title/tt0056058/"\n },\n {\n "@type": "ListItem",\n "position": "32",\n "url": "/title/tt0816692/"\n },\n {\n "@type": "ListItem",\n "position": "33",\n "url": "/title/tt0114814/"\n },\n {\n "@type": "ListItem",\n "position": "34",\n "url": "/title/tt0110357/"\n },\n {\n "@type": "ListItem",\n "position": "35",\n "url": "/title/tt0120586/"\n },\n {\n "@type": "ListItem",\n "position": "36",\n "url": "/title/tt0088763/"\n },\n {\n "@type": "ListItem",\n "position": "37",\n "url": "/title/tt0253474/"\n },\n {\n "@type": "ListItem",\n "position": "38",\n "url": "/title/tt0027977/"\n },\n {\n "@type": "ListItem",\n "position": "39",\n "url": "/title/tt0103064/"\n },\n {\n "@type": "ListItem",\n "position": "40",\n "url": "/title/tt1675434/"\n },\n {\n "@type": "ListItem",\n "position": "41",\n "url": "/title/tt0054215/"\n },\n {\n "@type": "ListItem",\n "position": "42",\n "url": "/title/tt0172495/"\n },\n {\n "@type": "ListItem",\n "position": "43",\n "url": "/title/tt0021749/"\n },\n {\n "@type": "ListItem",\n "position": "44",\n "url": "/title/tt0407887/"\n },\n {\n "@type": "ListItem",\n "position": "45",\n "url": "/title/tt2582802/"\n },\n {\n "@type": "ListItem",\n "position": "46",\n "url": "/title/tt0064116/"\n },\n {\n "@type": "ListItem",\n "position": "47",\n "url": "/title/tt0482571/"\n },\n {\n "@type": "ListItem",\n "position": "48",\n "url": "/title/tt4154796/"\n },\n {\n "@type": "ListItem",\n "position": "49",\n "url": "/title/tt0034583/"\n },\n {\n "@type": "ListItem",\n "position": "50",\n "url": "/title/tt0095327/"\n },\n {\n "@type": "ListItem",\n "position": "51",\n "url": "/title/tt0047396/"\n },\n {\n "@type": "ListItem",\n "position": "52",\n "url": "/title/tt0095765/"\n },\n {\n "@type": "ListItem",\n "position": "53",\n "url": "/title/tt0078748/"\n },\n {\n "@type": "ListItem",\n "position": "54",\n "url": "/title/tt0082971/"\n },\n {\n "@type": "ListItem",\n "position": "55",\n "url": "/title/tt0209144/"\n },\n {\n "@type": "ListItem",\n "position": "56",\n "url": "/title/tt0078788/"\n },\n {\n "@type": "ListItem",\n "position": "57",\n "url": "/title/tt0032553/"\n },\n {\n "@type": "ListItem",\n "position": "58",\n "url": "/title/tt0405094/"\n },\n {\n "@type": "ListItem",\n "position": "59",\n "url": "/title/tt4154756/"\n },\n {\n "@type": "ListItem",\n "position": "60",\n "url": "/title/tt1853728/"\n },\n {\n "@type": "ListItem",\n "position": "61",\n "url": "/title/tt4633694/"\n },\n {\n "@type": "ListItem",\n "position": "62",\n "url": "/title/tt0081505/"\n },\n {\n "@type": "ListItem",\n "position": "63",\n "url": "/title/tt0050825/"\n },\n {\n "@type": "ListItem",\n "position": "64",\n "url": "/title/tt0910970/"\n },\n {\n "@type": "ListItem",\n "position": "65",\n "url": "/title/tt0043014/"\n },\n {\n "@type": "ListItem",\n "position": "66",\n "url": "/title/tt0057012/"\n },\n {\n "@type": "ListItem",\n "position": "67",\n "url": "/title/tt0119698/"\n },\n {\n "@type": "ListItem",\n "position": "68",\n "url": "/title/tt0364569/"\n },\n {\n "@type": "ListItem",\n "position": "69",\n "url": "/title/tt0051201/"\n },\n {\n "@type": "ListItem",\n "position": "70",\n "url": "/title/tt1345836/"\n },\n {\n "@type": "ListItem",\n "position": "71",\n "url": "/title/tt0087843/"\n },\n {\n "@type": "ListItem",\n "position": "72",\n "url": "/title/tt6751668/"\n },\n {\n "@type": "ListItem",\n "position": "73",\n "url": "/title/tt0090605/"\n },\n {\n "@type": "ListItem",\n "position": "74",\n "url": "/title/tt0169547/"\n },\n {\n "@type": "ListItem",\n "position": "75",\n "url": "/title/tt2380307/"\n },\n {\n "@type": "ListItem",\n "position": "76",\n "url": "/title/tt5311514/"\n },\n {\n "@type": "ListItem",\n "position": "77",\n "url": "/title/tt0112573/"\n },\n {\n "@type": "ListItem",\n "position": "78",\n "url": "/title/tt0082096/"\n },\n {\n "@type": "ListItem",\n "position": "79",\n "url": "/title/tt1187043/"\n },\n {\n "@type": "ListItem",\n "position": "80",\n "url": "/title/tt0986264/"\n },\n {\n "@type": "ListItem",\n "position": "81",\n "url": "/title/tt0086190/"\n },\n {\n "@type": "ListItem",\n "position": "82",\n "url": "/title/tt0114709/"\n },\n {\n "@type": "ListItem",\n "position": "83",\n "url": "/title/tt0105236/"\n },\n {\n "@type": "ListItem",\n "position": "84",\n "url": "/title/tt0086879/"\n },\n {\n "@type": "ListItem",\n "position": "85",\n "url": "/title/tt5074352/"\n },\n {\n "@type": "ListItem",\n "position": "86",\n "url": "/title/tt0119217/"\n },\n {\n "@type": "ListItem",\n "position": "87",\n "url": "/title/tt0361748/"\n },\n {\n "@type": "ListItem",\n "position": "88",\n "url": "/title/tt0022100/"\n },\n {\n "@type": "ListItem",\n "position": "89",\n "url": "/title/tt0180093/"\n },\n {\n "@type": "ListItem",\n "position": "90",\n "url": "/title/tt0062622/"\n },\n {\n "@type": "ListItem",\n "position": "91",\n "url": "/title/tt0052357/"\n },\n {\n "@type": "ListItem",\n "position": "92",\n "url": "/title/tt0338013/"\n },\n {\n "@type": "ListItem",\n "position": "93",\n "url": "/title/tt0033467/"\n },\n {\n "@type": "ListItem",\n "position": "94",\n "url": "/title/tt0093058/"\n },\n {\n "@type": "ListItem",\n "position": "95",\n "url": "/title/tt2106476/"\n },\n {\n "@type": "ListItem",\n "position": "96",\n "url": "/title/tt0053125/"\n },\n {\n "@type": "ListItem",\n "position": "97",\n "url": "/title/tt0066921/"\n },\n {\n "@type": "ListItem",\n "position": "98",\n "url": "/title/tt0208092/"\n },\n {\n "@type": "ListItem",\n "position": "99",\n "url": "/title/tt0211915/"\n },\n {\n "@type": "ListItem",\n "position": "100",\n "url": "/title/tt0012349/"\n }\n ]\n },\n "dateModified": "2019-12-10T00:47Z",\n "name": "Top 100 Movies Bucket List",\n "description": "Want to track what you\\u0027ve seen? Get the poster on Amazon (https://www.amazon.com/bucketlist)! (This list reflects the IMDb Top Rated Movies List as of October 2019.)"\n}</script>\n <script>\n (function (win) {\n win.PLAID_LOAD_FONTS_FIRED = true;\n\n if (typeof win.FontFace !== "undefined"\n && typeof win.Promise !== "undefined") {\n if (win.ue) {\n win.uet("bb", "LoadRoboto", { wb: 1 });\n }\n var allowableLoadTime = 1000;\n var startTimeInt = +new Date();\n var roboto = new FontFace(\'Roboto\',\n \'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3Rv.woff2)\',\n { style:\'normal\', weight: 400 });\n var robotoMedium = new FontFace(\'Roboto\',\n \'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3RvTWVk.woff2)\',\n { style:\'normal\', weight: 500 });\n var robotoBold = new FontFace(\'Roboto\',\n \'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3RvQm9sZA.woff2)\',\n { style:\'normal\', weight: 600 });\n var robotoLoaded = roboto.load();\n var robotoMediumLoaded = robotoMedium.load();\n var robotoBoldLoaded = robotoBold.load();\n\n win.Promise.all([robotoLoaded, robotoMediumLoaded, robotoBoldLoaded]).then(function() {\n var loadTimeInt = +new Date();\n var robotoLoadedCount = 0;\n if ((loadTimeInt - startTimeInt) <= allowableLoadTime) {\n win.document.fonts.add(roboto);\n win.document.fonts.add(robotoMedium);\n win.document.fonts.add(robotoBold);\n robotoLoadedCount++;\n }\n if (win.ue) {\n win.ue.count("roboto-loaded", robotoLoadedCount);\n win.uet("be", "LoadRoboto", { wb: 1 });\n win.uex("ld", "LoadRoboto", { wb: 1 });\n }\n }).catch(function() {\n if (win.ue) {\n win.ue.count("roboto-loaded", 0);\n }\n });\n } else {\n if (win.ue) {\n win.ue.count("roboto-load-not-attempted", 1);\n }\n }\n })(window);\n </script>\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadCSS", {wb: 1});\n }\n</script>\n <script>(function(t){ (t.events = t.events || {})["csm_head_pre_css"] = new Date().getTime(); })(IMDbTimer);</script>\n \n<link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/I/41vmHx-SBDL.css" /><link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/I/41pzfEC8F8L.css" />\n\n<link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/r6TDeHVtyCUngwC.css" />\n<!-- h=ics-c52xl-13-1f-f77ff8f0.us-east-1 -->\n<!--[if IE]><link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/pXHSPBTKPo0GIjW.css" /><![endif]-->\n\n <link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/q88Mgd6SPmx6R1F.css" />\n <link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/dM0$HCaK4vPEd5s.css" />\n <link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/MEsZk7KxG2g8825.css" />\n <link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/$itbxPZLfCmJdmP.css" />\n <noscript>\n <link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/CCc6Ja$8QUPPKkY.css">\n </noscript>\n <script>(function(t){ (t.events = t.events || {})["csm_head_post_css"] = new Date().getTime(); })(IMDbTimer);</script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadCSS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadCSS", {wb: 1});\n }\n</script>\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadJS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadHeaderJS", {wb: 1});\n }\n</script>\n <script>(function(t){ (t.events = t.events || {})["csm_head_pre_ads"] = new Date().getTime(); })(IMDbTimer);</script>\n \n <script type="text/javascript">\n // ensures js doesn\'t die if ads service fails. \n // Note that we need to define the js here, since ad js is being rendered inline after this.\n (function(f) {\n // Fallback javascript, when the ad Service call fails. \n \n if((window.csm == null || window.generic == null || window.consoleLog == null)) {\n if (window.console && console.log) {\n console.log("one or more of window.csm, window.generic or window.consoleLog has been stubbed...");\n }\n }\n \n window.csm = window.csm || { measure:f, record:f, duration:f, listen:f, metrics:{} };\n window.generic = window.generic || { monitoring: { start_timing: f, stop_timing: f } };\n window.consoleLog = window.consoleLog || f;\n })(function() {});\n </script>\n<script type="text/javascript">\n if (!window.RadWidget) {\n window.RadWidget = {\n registerReactWidgetInstance: function(input) {\n window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];\n window.RadWidget[input.widgetName].push({\n id: input.instanceId,\n props: JSON.stringify(input.model)\n })\n },\n getReactWidgetInstances: function(widgetName) {\n return window.RadWidget[widgetName] || []\n }\n };\n }\n</script> <script>\n if (\'csm\' in window) {\n csm.measure(\'csm_head_delivery_finished\');\n }\n </script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadHeaderJS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadHeaderJS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadJS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadJS", {wb: 1});\n }\n</script>\n\n \n </head>\n <body id="styleguide-v2" class="fixed">\n \n<script>\n if (typeof uet == \'function\') {\n uet("bb");\n }\n</script>\n <script>\n if (\'csm\' in window) {\n csm.measure(\'csm_body_delivery_started\');\n }\n </script>\n \n<script>\n if (typeof uet == \'function\') {\n uet("ns");\n }\n</script>\n <style data-styled="gwOpQB iwkRT erYeKd bkeTFm diDBNJ eWjUDO LrpYY dzfmPm dFDExU RQLCk YOYgO ddqdtC hOXnzb cIKARP gTFTwO dKTgZt crQfrC OQYVG hjoCyi hoAGyu cECatH kaVyhF eIWOUD" data-styled-version="4.3.2">\n/* sc-component-id: NavLogo-e02kni-0 */\n.ddqdtC{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:0.25rem;margin-right:auto;-webkit-order:1;-ms-flex-order:1;order:1;position:relative;} @media screen and (min-width:1024px){.ddqdtC{margin-left:auto;margin-right:0.5rem;-webkit-order:0;-ms-flex-order:0;order:0;padding-left:0;}} @media (hover:hover) and (pointer:fine){.ddqdtC:focus{outline:1px dashed currentColor;}.ddqdtC:focus:active{outline:0;}.ddqdtC:before,.ddqdtC:after{border-radius:10%;bottom:0;content:\'\';height:100%;left:0;margin:auto;opacity:0;position:absolute;right:0;top:0;-webkit-transition:opacity .2s cubic-bezier(1,1,1,1);transition:opacity .2s cubic-bezier(1,1,1,1);width:100%;}}\n/* sc-component-id: SearchTypeahead-sc-112a48v-0 */\n.OQYVG li:first-child > ._3CzPBqlWRmSAoWxtvQQ5Eo{border-top:none;}\n/* sc-component-id: FlyoutMenu-xq6xx0-0 */\n.crQfrC{position:relative;} .crQfrC.navbar__flyout__text-button-after-mobile,.crQfrC .navbar__flyout__text-button-after-mobile{display:none;} .crQfrC .navbar__flyout__text-button-after-mobile > div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;} .crQfrC .navbar__flyout--menu{top:100%;position:absolute;margin-top:.25rem;} .crQfrC.crQfrC.navbar__flyout--positionLeft .navbar__flyout--menu{left:0;right:auto;} @media screen and (min-width:600px){.crQfrC.navbar__flyout--breakpoint-m .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-m .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} @media screen and (min-width:1024px){.crQfrC.navbar__flyout--breakpoint-l .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-l .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} @media screen and (min-width:1280px){.crQfrC.navbar__flyout--breakpoint-xl .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-xl .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} .crQfrC .navbar__flyout__button-pointer{-webkit-transition:-webkit-transform 0.2s;-webkit-transition:transform 0.2s;transition:transform 0.2s;-webkit-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0);} .crQfrC.navbar__flyout--isVisible .navbar__flyout__button-pointer{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);}\n/* sc-component-id: SearchCategorySelector__StyledContainer-sc-18f40f7-0 */\n.dKTgZt .search-category-selector__opener{border-radius:2px 0 0 2px;padding:0 0 0 0.5rem;min-height:32px;height:20px;border-right:1px solid rgba(0,0,0,0.3);} .dKTgZt _1L5qcXA4wOKR8LeHJgsqja{cursor:pointer;}\n/* sc-component-id: SearchForm-dxsip9-0 */\n.gTFTwO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0;padding:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;} @media screen and (min-width:600px){.gTFTwO{-webkit-transition:border 0.2s,background-color 0.2s,box-shadow 0.2s;transition:border 0.2s,background-color 0.2s,box-shadow 0.2s;}} .gTFTwO .nav-search__search-input-container{width:100%;padding-right:3.5rem;} .gTFTwO ._1-XI3_I8iwubPnQ1mmvW97{position:absolute;right:.35rem;min-width:2rem;cursor:pointer;top:.35rem;-webkit-transition:all 0.2s;transition:all 0.2s;} @media screen and (min-width:600px){.gTFTwO.q2gp5sSzXI30d2n_razRe ._1-XI3_I8iwubPnQ1mmvW97{background:transparent;opacity:1;}} .gTFTwO .imdb-header-search__input{background:transparent;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;outline:none;padding:1rem 1rem 1rem .75rem;width:100%;} @media screen and (min-width:600px){.gTFTwO .imdb-header-search__input{padding:.375em 0 .375rem .5rem;}} .gTFTwO .imdb-header-search__input::-ms-clear{display:none;}\n/* sc-component-id: SearchBar-sc-1nweg6x-0 */\n.hOXnzb{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;left:0;margin:0;min-height:3.5rem;opacity:0;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:none;transition:none;-webkit-order:3;-ms-flex-order:3;order:3;pointer-events:none;position:absolute;top:0;visibility:hidden;width:100%;z-index:1;} .hOXnzb .imdb-header-search__state-closer{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:-webkit-transform 0.2s 0.1s;-webkit-transition:transform 0.2s 0.1s;transition:transform 0.2s 0.1s;display:inline;margin:.25rem;position:absolute;right:0;top:0;} .hOXnzb .imdb-header-search__state,.hOXnzb .imdb-header-search__input,.hOXnzb .nav-search__search-submit{-moz-appearance:none;-webkit-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;} @media screen and (min-width:600px){.hOXnzb{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0 0.5rem;padding:0;min-height:2.25rem;-webkit-order:3;-ms-flex-order:3;order:3;opacity:1;visibility:visible;pointer-events:auto;position:relative;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.hOXnzb .imdb-header-search__state,.hOXnzb .nav-search__search-submit{padding:0;}.hOXnzb .nav-search__search-submit:focus{outline:var(--ipt-focus-outline-on-base);outline-offset:1px;}.hOXnzb .imdb-header-search__state-closer{display:none;}}\n/* sc-component-id: SearchBar__SearchLauncherButton-sc-1nweg6x-1 */\n.hjoCyi{-webkit-transition:all 0.3s;transition:all 0.3s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-order:3;-ms-flex-order:3;order:3;} @media screen and (min-width:600px){.hjoCyi{-webkit-order:3;-ms-flex-order:3;order:3;}.hjoCyi.imdb-header-search__state-opener{display:none;}}\n/* sc-component-id: SearchBar__MobileSearchStateToggle-sc-1nweg6x-2 */\n.cIKARP:checked ~ .nav-search__search-container{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity 0.2s,-webkit-transform 0.2s;-webkit-transition:opacity 0.2s,transform 0.2s;transition:opacity 0.2s,transform 0.2s;visibility:visible;pointer-events:auto;z-index:100;} .cIKARP:checked ~ .nav-search__search-container .nav-search__search-select,.cIKARP:checked ~ .nav-search__search-container .nav-search__search-submit{display:none;} .cIKARP:checked ~ .nav-search__search-container .imdb-header-search__state-closer{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);} .cIKARP:checked ~ .nav-search__search-container ~ .SearchBar__SearchLauncherButton-sc-1nweg6x-1{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.3s 0.3s;transition:all 0.3s 0.3s;opacity:0;}\n/* sc-component-id: Drawer__StyledContainer-sc-1h7cs9y-0 */\n.bkeTFm._14--k36qjjvLW3hUWHDPb_{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;left:0;overflow:hidden;-webkit-perspective:70vh;-moz-perspective:70vh;-ms-perspective:70vh;perspective:70vh;pointer-events:none;position:fixed;right:0;top:0;visibility:hidden;z-index:100;} .bkeTFm .iRO9SK-8q3D8_287dhn28{box-shadow:none;box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:auto;position:relative;-webkit-transform:translateX(calc(-100% - 36px));-ms-transform:translateX(calc(-100% - 36px));transform:translateX(calc(-100% - 36px));-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transition:all 0.3s,box-shadow 0s;transition:all 0.3s,box-shadow 0s;width:280px;z-index:2;-webkit-overflow-scroll:touch;} .bkeTFm ._1iCYg55DI6ds7d3KVrdYBX{box-sizing:border-box;display:block;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;visibility:hidden;width:100%;will-change:opacity;z-index:1;} .bkeTFm ._3rHHDKyPLOjL8tGKHWMRza{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;min-height:3.5rem;margin-bottom:0.5rem;padding:0.25rem;} .bkeTFm ._2RzUkzyrsjx_BPIQ5uoj5s{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_{pointer-events:auto;visibility:visible;} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_ > .iRO9SK-8q3D8_287dhn28{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);box-shadow:0px 11px 15px -7px rgba(var(--ipt-baseAlt-rgb),0.2),0px 24px 38px 3px rgba(var(--ipt-baseAlt-rgb),0.14),0px 9px 46px 8px rgba(var(--ipt-baseAlt-rgb),0.12);} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_ > ._1iCYg55DI6ds7d3KVrdYBX{opacity:0.5;visibility:visible;} @media screen and (min-width:1024px){.bkeTFm .iRO9SK-8q3D8_287dhn28{width:100%;-webkit-transform:translateY(calc(-100%));-ms-transform:translateY(calc(-100%));transform:translateY(calc(-100%));padding:2rem 0;}.bkeTFm ._3rHHDKyPLOjL8tGKHWMRza{background:none;max-width:1024px;margin:auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 1rem;}.bkeTFm ._3bRJYEaOz1BKUQYqW6yb29{max-width:1024px;margin:auto;}.bkeTFm .WNY8DBPCS1ZbiSd7NoqdP{display:inline;}}\n/* sc-component-id: NavLink-sc-19k0khm-0 */\n.LrpYY .ipc-icon{opacity:0.5;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;} .LrpYY:hover .ipc-icon{opacity:1;} @media screen and (max-width:479px){.LrpYY.nav-link--hideXS{display:none;}} @media screen and (min-width:480px) and (max-width:599px){.LrpYY.nav-link--hideS{display:none;}} @media screen and (min-width:600px) and (max-width:1023px){.LrpYY.nav-link--hideM{display:none;}} @media screen and (min-width:1024px) and (max-width:1279px){.LrpYY.nav-link--hideL{display:none;}} @media screen and (min-width:1280px){.LrpYY.nav-link--hideXL{display:none;}}\n/* sc-component-id: NavLinkCategory__StyledContainer-sc-1zvm8t-0 */\n.eWjUDO ._2vjThdvAXrHx6CofJjm03w{cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid transparent;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:3rem;margin:0;padding:0 1rem;-webkit-transition:color 0.1s ease-in,border-color 0.1s ease-in,opacity 0.12s ease-in;transition:color 0.1s ease-in,border-color 0.1s ease-in,opacity 0.12s ease-in;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;} .eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus{outline:var(--ipt-focus-outline-on-baseAlt);outline-offset:1px;} .eWjUDO ._1tLXJMH37mh4UmvfVF8swF{padding-right:0.75rem;} .eWjUDO ._2aunAih-uMfbdgTUIjnQMd{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;padding-right:0.75rem;text-overflow:ellipsis;white-space:nowrap;} .eWjUDO ._2BeDp2pKthfMnxArm4lS0T{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);} .eWjUDO ._1tLXJMH37mh4UmvfVF8swF,.eWjUDO ._2BeDp2pKthfMnxArm4lS0T{opacity:0.5;-webkit-transition:all 0.2s;transition:all 0.2s;} .eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus ._2BeDp2pKthfMnxArm4lS0T,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:hover ._2BeDp2pKthfMnxArm4lS0T,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus ._1tLXJMH37mh4UmvfVF8swF,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:hover ._1tLXJMH37mh4UmvfVF8swF{opacity:1;} .eWjUDO ._1S9IOoNAVMPB2VikET3Lr2{overflow:hidden;border-bottom:1px solid transparent;-webkit-transition:border-color 0.1s ease-in,height 0.2s;transition:border-color 0.1s ease-in,height 0.2s;} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._2vjThdvAXrHx6CofJjm03w ._1tLXJMH37mh4UmvfVF8swF{opacity:1;} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._2vjThdvAXrHx6CofJjm03w ._2BeDp2pKthfMnxArm4lS0T{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._1S9IOoNAVMPB2VikET3Lr2{display:block;} .eWjUDO:nth-of-type(1) ._2vjThdvAXrHx6CofJjm03w{border-top:none;} @media screen and (min-width:1024px){.eWjUDO.noMarginItem ._2vjThdvAXrHx6CofJjm03w{margin-top:0;}} @media screen and (min-width:1024px){.eWjUDO{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}.eWjUDO ._2vjThdvAXrHx6CofJjm03w{pointer-events:none;margin-top:1.5rem;height:3rem;border:none;}.eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ ._2Q0QZxgQqVpU0nQBqv1xlY ._2vjThdvAXrHx6CofJjm03w ._2aunAih-uMfbdgTUIjnQMd{color:inherit;}.eWjUDO ._1S9IOoNAVMPB2VikET3Lr2{visibility:inherit;height:auto !important;border:0;}.eWjUDO ._2BeDp2pKthfMnxArm4lS0T{display:none;}.eWjUDO ._1tLXJMH37mh4UmvfVF8swF{color:var(--ipt-on-baseAlt-accent1-color);opacity:1;}.eWjUDO .ipc-list__item{height:2rem;}.eWjUDO .ipc-list--baseAlt .ipc-list__item:hover{background:none;-webkit-text-decoration:underline;text-decoration:underline;}} @media screen and (max-width:479px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideXS{display:none;}} @media screen and (min-width:480px) and (max-width:599px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideS{display:none;}} @media screen and (min-width:600px) and (max-width:1023px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideM{display:none;}} @media screen and (min-width:1024px) and (max-width:1279px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideL{display:none;}} @media screen and (min-width:1280px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideXL{display:none;}}\n/* sc-component-id: NavDynamicCategoryList__CategoryGroupContainer-f186ms-0 */\n@media screen and (min-width:1024px){.dzfmPm{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}}\n/* sc-component-id: NavDynamicCategoryList__EmptyContainer-f186ms-1 */\n@media screen and (min-width:1024px){.dFDExU{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}}\n/* sc-component-id: NavLinkCategoryList__StyledContainer-sc-13vymju-0 */\n.diDBNJ ._1cBEhLbHn9YeCkfPvo9USU{list-style:none;margin:0.5rem 0;opacity:0.2;} .diDBNJ ._3xW8qYlqcCPv5fOHeXBer5{margin-bottom:3rem;margin-top:1.5rem;padding:1rem;height:auto;} @media screen and (min-width:1024px){.diDBNJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.diDBNJ ._1BC0pBnjYqz3wST1u3CwmG{display:none;}.diDBNJ ._3xW8qYlqcCPv5fOHeXBer5{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;display:none;}.diDBNJ:focus{outline:var(--ipt-focus-outline-on-baseAlt);outline-offset:1px;}}\n/* sc-component-id: NavLinkCategoryList__LogoNavLink-sc-13vymju-1 */\n.RQLCk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}\n/* sc-component-id: NavLinkCategoryList__TextNavLink-sc-13vymju-2 */\n.YOYgO{margin-top:.25rem;}\n/* sc-component-id: HamburgerMenu-k5mvoq-0 */\n.erYeKd{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-order:0;-ms-flex-order:0;order:0;} .erYeKd.desktop{display:none;} @media screen and (min-width:1024px){.erYeKd{-webkit-order:1;-ms-flex-order:1;order:1;}.erYeKd.mobile{display:none;}.erYeKd.desktop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}\n/* sc-component-id: UserMenu-sc-1poz515-0 */\n.eIWOUD{-webkit-order:6;-ms-flex-order:6;order:6;} @media screen and (min-width:600px){.eIWOUD .navbar__user-menu__username-divider,.eIWOUD .navbar__user-menu__username{display:none;}} @media screen and (min-width:1024px){.eIWOUD{-webkit-order:7;-ms-flex-order:7;order:7;}} .eIWOUD .navbar__user-menu-toggle__button{padding-right:0.25rem;} .eIWOUD .navbar__user-name{max-width:160px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}\n/* sc-component-id: NavWatchlistButton-sc-1b65w5j-0 */\n.kaVyhF{-webkit-order:5;-ms-flex-order:5;order:5;display:none;} @media screen and (min-width:1024px){.kaVyhF{-webkit-order:6;-ms-flex-order:6;order:6;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} .kaVyhF .imdb-header__watchlist-button-count{margin-left:0.5rem;background:var(--ipt-on-base-accent1-color);color:var(--ipt-on-accent1-color);padding:0 0.4rem;border-radius:10px;text-align:center;} .kaVyhF .ipc-button__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}\n/* sc-component-id: NavProFlyout-sc-1cjctnc-0 */\n.hoAGyu{-webkit-order:4;-ms-flex-order:4;order:4;} @media screen and (min-width:1024px){.hoAGyu{-webkit-order:4;-ms-flex-order:4;order:4;}} .hoAGyu .navbar__imdbpro-menu-toggle__name{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;} .hoAGyu .navbar__imdbpro-content .navbar__flyout--menu{background-image:url(//m.media-amazon.com/images/G/01/imdb/images/navbar/imdbpro_navbar_menu_bg-3083451252._V_.png);background-size:cover;padding-left:17px;padding-bottom:25px;padding-top:25px;color:white;font-weight:bold;} .hoAGyu .navbar__imdbpro-imdb-pro-ad{background-repeat:no-repeat;color:white;cursor:pointer;width:573px;overflow:hidden;border-radius:8px;left:initial;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__image{display:inline-block;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__title{color:white;line-height:1.3em;margin-bottom:10px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__line{cursor:inherit;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__link{display:inline-block;-webkit-text-decoration:none;text-decoration:none;vertical-align:middle;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__image{vertical-align:top;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content{font-family:\'Arial\';margin-left:15px;width:400px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content .imdb-pro-ad__line{display:list-item;font-size:12px;list-style-position:inside;list-style-type:disc;margin:0px;padding:.1rem 0;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content .imdb-pro-ad__title{font-size:15px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button{margin-top:15px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button text{fill:#111111;font-size:13px;font-weight:normal;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button svg:hover rect,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button text:hover rect{fill:#f7dd95;} .hoAGyu .navbar__imdbpro-content .sub_nav{background-color:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,0.6);color:#999;height:325px;} .hoAGyu .navbar__imdbpro-content .sub_nav h5{color:#A58500;margin:20px 0 10px;position:relative;}\n/* sc-component-id: LegacyLoginNode-sc-1oajtws-0 */\n.iwkRT{display:none;}\n/* sc-component-id: Root__Header-sc-7p0yen-0 */\n.gwOpQB{padding:0.25rem;margin:0;position:relative;z-index:1000;min-height:3.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;} .gwOpQB a{color:inherit;} .gwOpQB .navbar__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100vw;margin:0;} @media screen and (min-width:600px){.gwOpQB .navbar__inner{padding:0 .75rem;}} @media screen and (min-width:1024px){.gwOpQB .navbar__inner{width:100%;margin:0 auto;}} .gwOpQB label{margin-bottom:0;}\n/* sc-component-id: Root__Separator-sc-7p0yen-1 */\n.cECatH{border:1px solid rgba(var(--ipt-on-baseAlt-rgb),.16);-webkit-order:5;-ms-flex-order:5;order:5;width:1px;height:2rem;margin:0 .5rem;} @media screen and (max-width:600px){.cECatH{display:none;-webkit-order:7;-ms-flex-order:7;order:7;}}</style>\n <div id="14b6d18b-0527-44b6-a343-68c9c2d056ee">\n <nav id="imdbHeader" class="FHCtKBINjbqzCITNiccU0 imdb-header imdb-header--react Root__Header-sc-7p0yen-0 gwOpQB"><div id="nblogin" class="imdb-header__login-state-node"></div><div class="ipc-page-content-container ipc-page-content-container--center navbar__inner" role="presentation"><label id="imdbHeader-navDrawerOpen" class="ipc-icon-button jOOJQ0waXoTX6ZSthGtum HamburgerMenu-k5mvoq-0 erYeKd mobile ipc-icon-button--baseAlt ipc-icon-button--onBase" title="Open Navigation Drawer" role="button" tabindex="0" aria-label="Open Navigation Drawer" aria-disabled="false" for="imdbHeader-navDrawer"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--menu" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"></path></svg></label><label id="imdbHeader-navDrawerOpen--desktop" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button jOOJQ0waXoTX6ZSthGtum HamburgerMenu-k5mvoq-0 erYeKd desktop" role="button" tabindex="0" aria-label="Open Navigation Drawer" aria-disabled="false" for="imdbHeader-navDrawer"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--menu ipc-button__icon ipc-button__icon--pre" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"></path></svg><div class="ipc-button__text">Menu</div></label><input type="checkbox" class="_146x-LuQBSfM9yosRvjSGF" name="imdbHeader-navDrawer" id="imdbHeader-navDrawer" aria-hidden="true" hidden=""/><aside class="_14--k36qjjvLW3hUWHDPb_ _32i38MKalFVUkNAqPm88ln imdb-header__nav-drawer Drawer__StyledContainer-sc-1h7cs9y-0 bkeTFm" role="presentation" data-testid="drawer"><div class="iRO9SK-8q3D8_287dhn28" role="presentation" aria-hidden="true" data-testid="panel"><div class="_3rHHDKyPLOjL8tGKHWMRza" role="presentation" data-testid="panel-header"><a href="/?ref_=nv_home"><svg class="ipc-logo WNY8DBPCS1ZbiSd7NoqdP" xmlns="http://www.w3.org/2000/svg" width="98" height="56" viewBox="0 0 64 32" version="1.1"><g fill="#F5C518"><rect x="0" y="0" width="100%" height="100%" rx="4"></rect></g><g transform="translate(8.000000, 7.000000)" fill="#000000" fill-rule="nonzero"><polygon points="0 18 5 18 5 0 0 0"></polygon><path d="M15.6725178,0 L14.5534833,8.40846934 L13.8582008,3.83502426 C13.65661,2.37009263 13.4632474,1.09175121 13.278113,0 L7,0 L7,18 L11.2416347,18 L11.2580911,6.11380679 L13.0436094,18 L16.0633571,18 L17.7583653,5.8517865 L17.7707076,18 L22,18 L22,0 L15.6725178,0 Z"></path><path d="M24,18 L24,0 L31.8045586,0 C33.5693522,0 35,1.41994415 35,3.17660424 L35,14.8233958 C35,16.5777858 33.5716617,18 31.8045586,18 L24,18 Z M29.8322479,3.2395236 C29.6339219,3.13233348 29.2545158,3.08072342 28.7026524,3.08072342 L28.7026524,14.8914865 C29.4312846,14.8914865 29.8796736,14.7604764 30.0478195,14.4865461 C30.2159654,14.2165858 30.3021941,13.486105 30.3021941,12.2871637 L30.3021941,5.3078959 C30.3021941,4.49404499 30.272014,3.97397442 30.2159654,3.74371416 C30.1599168,3.5134539 30.0348852,3.34671372 29.8322479,3.2395236 Z"></path><path d="M44.4299079,4.50685823 L44.749518,4.50685823 C46.5447098,4.50685823 48,5.91267586 48,7.64486762 L48,14.8619906 C48,16.5950653 46.5451816,18 44.749518,18 L44.4299079,18 C43.3314617,18 42.3602746,17.4736618 41.7718697,16.6682739 L41.4838962,17.7687785 L37,17.7687785 L37,0 L41.7843263,0 L41.7843263,5.78053556 C42.4024982,5.01015739 43.3551514,4.50685823 44.4299079,4.50685823 Z M43.4055679,13.2842155 L43.4055679,9.01907814 C43.4055679,8.31433946 43.3603268,7.85185468 43.2660746,7.63896485 C43.1718224,7.42607505 42.7955881,7.2893916 42.5316822,7.2893916 C42.267776,7.2893916 41.8607934,7.40047379 41.7816216,7.58767002 L41.7816216,9.01907814 L41.7816216,13.4207851 L41.7816216,14.8074788 C41.8721037,15.0130276 42.2602358,15.1274059 42.5316822,15.1274059 C42.8031285,15.1274059 43.1982131,15.0166981 43.281155,14.8074788 C43.3640968,14.5982595 43.4055679,14.0880581 43.4055679,13.2842155 Z"></path></g></svg></a><label class="ipc-icon-button _2RzUkzyrsjx_BPIQ5uoj5s ipc-icon-button--baseAlt ipc-icon-button--onBase" title="Close Navigation Drawer" role="button" tabindex="0" aria-label="Close Navigation Drawer" aria-disabled="false" for="imdbHeader-navDrawer"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--clear" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"></path></svg></label></div><div class="_3bRJYEaOz1BKUQYqW6yb29" role="presentation" data-testid="panel-content"><div role="presentation" class="_3wpok4xkiX-9E61ruFL_RA NavLinkCategoryList__StyledContainer-sc-13vymju-0 diDBNJ"><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-mov" tabindex="-1" data-category-id="mov" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand Movies Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-mov" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--movie" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M18 4v1h-2V4c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1H6V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Movies</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/calendar/?ref_=nv_mv_cal" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Release Calendar</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/list/ls016522954/?ref_=nv_tvv_dvd" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">DVD & Blu-ray Releases</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/top/?ref_=nv_mv_250" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Top Rated Movies</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/moviemeter/?ref_=nv_mv_mpm" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Most Popular Movies</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/genre/?ref_=nv_ch_gr" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Browse Movies by Genre</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/boxoffice/?ref_=nv_ch_cht" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Top Box Office</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/showtimes/?ref_=nv_mv_sh" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Showtimes & Tickets</span></a><a role="menuitem" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/movies-in-theaters/?ref_=nv_mv_inth" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">In Theaters</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/coming-soon/?ref_=nv_mv_cs" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Coming Soon</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/movie/?ref_=nv_nw_mv" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Movie News</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/india/toprated/?ref_=nv_mv_in" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">India Movie Spotlight</span></a></ul></div></div></span></div><div data-testid="grouped-link-category" class="NavDynamicCategoryList__CategoryGroupContainer-f186ms-0 dzfmPm"><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-tvshows" tabindex="-1" data-category-id="tvshows" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand TV Shows Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-tvshows" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--television" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">TV Shows</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/whats-on-tv/?ref_=nv_tv_ontv" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">What's on TV & Streaming</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/toptv/?ref_=nv_tvv_250" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Top Rated Shows</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/tvmeter/?ref_=nv_tvv_mptv" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Most Popular Shows</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/genre/" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Browse TV Shows by Genre</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/tv/?ref_=nv_nw_tv" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">TV News</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/india/tv?ref_=nv_tv_in" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">India TV Spotlight</span></a></ul></div></div></span></div><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-video" tabindex="-1" data-category-id="video" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand Watch Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-video" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--video-library" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1zm17-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 12.5v-9l5.47 4.1c.27.2.27.6 0 .8L12 14.5z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Watch</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/what-to-watch/?ref_=nv_watch" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">What to Watch</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/trailers/?ref_=nv_mv_tr" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Latest Trailers</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/originals/?ref_=nv_sf_ori" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">IMDb Originals</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/imdbpicks/?ref_=nv_pi" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">IMDb Picks</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/podcasts/?ref_=nv_pod" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">IMDb Podcasts</span></a></ul></div></div></span></div></div><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-awards" tabindex="-1" data-category-id="awards" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand Awards & Events Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-awards" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--star-circle-filled" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm3.23 15.39L12 15.45l-3.22 1.94a.502.502 0 0 1-.75-.54l.85-3.66-2.83-2.45a.505.505 0 0 1 .29-.88l3.74-.32 1.46-3.45c.17-.41.75-.41.92 0l1.46 3.44 3.74.32a.5.5 0 0 1 .28.88l-2.83 2.45.85 3.67c.1.43-.36.77-.74.54z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Awards & Events</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/oscars/?ref_=nv_ev_acd" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Oscars</span></a><a role="menuitem" class="ipc-list__item nav-link nav-link--hideL nav-link--hideXL NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://m.imdb.com/feature/bestpicture/?ref_=nv_ch_osc" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Best Picture Winners</span></a><a role="menuitem" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/search/title/?count=100&groups=oscar_best_picture_winners&sort=year%2Cdesc&ref_=nv_ch_osc" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Best Picture Winners</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/golden-globes/?ref_=nv_ev_gg" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Golden Globes</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/emmys/?ref_=nv_ev_rte" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Emmys</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/starmeterawards/?ref_=nv_ev_sma" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">STARmeter Awards</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/comic-con/?ref_=nv_ev_comic" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">San Diego Comic-Con</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/nycc/?ref_=nv_ev_nycc" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">New York Comic-Con</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/sundance/?ref_=nv_ev_sun" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Sundance Film Festival</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/toronto/?ref_=nv_ev_tor" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Toronto Int'l Film Festival</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/awards-central/?ref_=nv_ev_awrd" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Awards Central</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/festival-central/?ref_=nv_ev_fc" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Festival Central</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/event/all/?ref_=nv_ev_all" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">All Events</span></a></ul></div></div></span></div><div class="_2BpsDlqEMlo9unX-C84Nji noMarginItem NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-celebs" tabindex="-1" data-category-id="celebs" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand Celebs Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-celebs" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--people" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05.02.01.03.03.04.04 1.14.83 1.93 1.94 1.93 3.41V18c0 .35-.07.69-.18 1H22c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Celebs</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/bornondate/?ref_=nv_cel_brn" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Born Today</span></a><a role="menuitem" class="ipc-list__item nav-link nav-link--hideL nav-link--hideXL NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://m.imdb.com/chart/starmeter/?ref_=nv_cel_brn" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Most Popular Celebs</span></a><a role="menuitem" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/search/name/?match_all=true&ref_=nv_cel_m" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Most Popular Celebs</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/celebrity/?ref_=nv_cel_nw" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Celebrity News</span></a></ul></div></div></span></div><div data-testid="nav-link-category" class="NavDynamicCategoryList__EmptyContainer-f186ms-1 dFDExU"></div><div class="_2BpsDlqEMlo9unX-C84Nji noMarginItem NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-comm" tabindex="-1" data-category-id="comm" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand Community Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-comm" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--earth" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Community</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://help.imdb.com/imdb?ref_=cons_nb_hlp" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Help Center</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://contribute.imdb.com/czone?ref_=nv_cm_cz" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Contributor Zone</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/poll/?ref_=nv_cm_pl" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Polls</span></a></ul></div></div></span></div><a role="menuitem" class="ipc-list__item nav-link _3xW8qYlqcCPv5fOHeXBer5 NavLink-sc-19k0khm-0 LrpYY" href="https://pro.imdb.com?ref_=cons_nb_hm&rf=cons_nb_hm" target="_blank" aria-label="Go To IMDb Pro" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><div class="_33PK8nBHiT1fGjnfXwum3v NavLinkCategoryList__LogoNavLink-sc-13vymju-1 RQLCk"><svg class="ipc-logo" width="52" height="14" viewBox="0 0 52 14" xmlns="http://www.w3.org/2000/svg" version="1.1"><g fill="currentColor"><rect x="0" y="1" width="3.21" height="12.34"></rect><path d="M10,1 L9.3,6.76 L8.84,3.63 C8.7,2.62 8.58,1.75 8.45,1 L4.3,1 L4.3,13.34 L7.11,13.34 L7.11,5.19 L8.3,13.34 L10.3,13.34 L11.42,5 L11.42,13.33 L14.22,13.33 L14.22,1 L10,1 Z"></path><path d="M19.24,3.22 C19.3711159,3.29185219 19.4602235,3.42180078 19.48,3.57 C19.5340993,3.92393477 19.554191,4.28223587 19.54,4.64 L19.54,9.42 C19.578852,9.92887392 19.5246327,10.4405682 19.38,10.93 C19.27,11.12 18.99,11.21 18.53,11.21 L18.53,3.11 C18.7718735,3.09406934 19.0142863,3.13162626 19.24,3.22 Z M19.24,13.34 C19.8163127,13.3574057 20.3928505,13.3138302 20.96,13.21 C21.3245396,13.1481159 21.6680909,12.9969533 21.96,12.77 C22.2288287,12.5438006 22.4209712,12.2398661 22.51,11.9 C22.643288,11.1679419 22.6969338,10.4236056 22.67,9.68 L22.67,5.34 C22.6662002,4.55669241 22.6060449,3.77467335 22.49,3 C22.43037,2.59841431 22.260779,2.22116094 22,1.91 C21.6636187,1.56093667 21.2326608,1.317654 20.76,1.21 C19.7709421,1.02848785 18.7647002,0.958050915 17.76,1 L15.32,1 L15.32,13.34 L19.24,13.34 Z"></path><path d="M27.86,10.34 C27.8769902,10.7218086 27.8501483,11.1043064 27.78,11.48 C27.72,11.63 27.46,11.71 27.26,11.71 C27.0954951,11.7299271 26.9386363,11.6349863 26.88,11.48 C26.7930212,11.1542289 26.7592527,10.8165437 26.78,10.48 L26.78,7.18 C26.7626076,6.84408875 26.7929089,6.50740774 26.87,6.18 C26.9317534,6.03447231 27.0833938,5.94840616 27.24,5.97 C27.43,5.97 27.7,6.05 27.76,6.21 C27.8468064,6.53580251 27.8805721,6.87345964 27.86,7.21 L27.86,10.34 Z M23.7,1 L23.7,13.34 L26.58,13.34 L26.78,12.55 C27.0112432,12.8467609 27.3048209,13.0891332 27.64,13.26 C28.0022345,13.4198442 28.394069,13.5016184 28.79,13.5 C29.2588971,13.515288 29.7196211,13.3746089 30.1,13.1 C30.4399329,12.8800058 30.6913549,12.5471372 30.81,12.16 C30.9423503,11.6167622 31.0061799,11.0590937 31,10.5 L31,7 C31.0087531,6.51279482 30.9920637,6.02546488 30.95,5.54 C30.904474,5.28996521 30.801805,5.05382649 30.65,4.85 C30.4742549,4.59691259 30.2270668,4.40194735 29.94,4.29 C29.5869438,4.15031408 29.2096076,4.08232558 28.83,4.09 C28.4361722,4.08961884 28.0458787,4.16428368 27.68,4.31 C27.3513666,4.46911893 27.0587137,4.693713 26.82,4.97 L26.82,1 L23.7,1 Z"></path><path d="M32.13,1 L35.32,1 C35.9925574,0.978531332 36.6650118,1.04577677 37.32,1.2 C37.717112,1.29759578 38.0801182,1.50157071 38.37,1.79 C38.6060895,2.05302496 38.7682605,2.37391646 38.84,2.72 C38.935586,3.27463823 38.9757837,3.8374068 38.96,4.4 L38.96,5.46 C38.9916226,6.03689533 38.9100917,6.61440551 38.72,7.16 C38.5402933,7.53432344 38.2260614,7.82713037 37.84,7.98 C37.3049997,8.18709035 36.7332458,8.28238268 36.16,8.26 L35.31,8.26 L35.31,13.16 L32.13,13.16 L32.13,1 Z M35.29,3.08 L35.29,6.18 L35.53,6.18 C35.7515781,6.20532753 35.9725786,6.12797738 36.13,5.97 C36.2717869,5.69610033 36.3308522,5.38687568 36.3,5.08 L36.3,4.08 C36.3390022,3.79579475 36.2713114,3.5072181 36.11,3.27 C35.8671804,3.11299554 35.5771259,3.04578777 35.29,3.08 Z"></path><path d="M42,4.36 L41.89,5.52 C42.28,4.69 43.67,4.42 44.41,4.37 L43.6,7.3 C43.2290559,7.27725357 42.8582004,7.34593052 42.52,7.5 C42.3057075,7.61238438 42.1519927,7.81367763 42.1,8.05 C42.0178205,8.59259006 41.9843538,9.14144496 42,9.69 L42,13.16 L39.34,13.16 L39.34,4.36 L42,4.36 Z"></path><path d="M51.63,9.71 C51.6472876,10.3265292 51.6003682,10.9431837 51.49,11.55 C51.376862,11.9620426 51.1639158,12.3398504 50.87,12.65 C50.5352227,13.001529 50.1148049,13.2599826 49.65,13.4 C49.0994264,13.5686585 48.5257464,13.6496486 47.95,13.64 C47.3333389,13.6524659 46.7178074,13.5818311 46.12,13.43 C45.6996896,13.322764 45.3140099,13.1092627 45,12.81 C44.7275808,12.5275876 44.5254637,12.1850161 44.41,11.81 C44.2627681,11.2181509 44.1921903,10.6098373 44.2,10 L44.2,7.64 C44.1691064,6.9584837 44.2780071,6.27785447 44.52,5.64 C44.7547114,5.12751365 45.1616363,4.71351186 45.67,4.47 C46.3337168,4.13941646 47.0688388,3.97796445 47.81,4 C48.4454888,3.98667568 49.0783958,4.08482705 49.68,4.29 C50.1352004,4.42444561 50.5506052,4.66819552 50.89,5 C51.1535526,5.26601188 51.3550281,5.58700663 51.48,5.94 C51.6001358,6.42708696 51.6506379,6.92874119 51.63,7.43 L51.63,9.71 Z M48.39,6.73 C48.412199,6.42705368 48.3817488,6.12255154 48.3,5.83 C48.2091142,5.71223121 48.0687606,5.64325757 47.92,5.64325757 C47.7712394,5.64325757 47.6308858,5.71223121 47.54,5.83 C47.447616,6.12046452 47.4136298,6.42634058 47.44,6.73 L47.44,10.93 C47.4168299,11.2204468 47.4508034,11.5126191 47.54,11.79 C47.609766,11.9270995 47.7570827,12.0067302 47.91,11.99 C48.0639216,12.0108082 48.2159732,11.9406305 48.3,11.81 C48.3790864,11.5546009 48.4096133,11.2866434 48.39,11.02 L48.39,6.73 Z"></path></g></svg><div class="NavLinkCategoryList__TextNavLink-sc-13vymju-2 YOYgO">For Industry Professionals</div></div></span><span class="ipc-list-item__icon ipc-list-item__icon--post" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--launch" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M16 16.667H8A.669.669 0 0 1 7.333 16V8c0-.367.3-.667.667-.667h3.333c.367 0 .667-.3.667-.666C12 6.3 11.7 6 11.333 6h-4C6.593 6 6 6.6 6 7.333v9.334C6 17.4 6.6 18 7.333 18h9.334C17.4 18 18 17.4 18 16.667v-4c0-.367-.3-.667-.667-.667-.366 0-.666.3-.666.667V16c0 .367-.3.667-.667.667zm-2.667-10c0 .366.3.666.667.666h1.727L9.64 13.42a.664.664 0 1 0 .94.94l6.087-6.087V10c0 .367.3.667.666.667.367 0 .667-.3.667-.667V6h-4c-.367 0-.667.3-.667.667z"></path></svg></span></a></div></div></div><label class="_1iCYg55DI6ds7d3KVrdYBX" data-testid="backdrop" role="button" for="imdbHeader-navDrawer" tabindex="0" aria-hidden="true" aria-label="Close Navigation Drawer"></label></aside><a class="NavLogo-e02kni-0 ddqdtC imdb-header__logo-link _3XaDsUnZG7ZfFqFF37dZPv" id="home_img_holder" href="/?ref_=nv_home" aria-label="Home"><svg id="home_img" class="ipc-logo" xmlns="http://www.w3.org/2000/svg" width="64" height="32" viewBox="0 0 64 32" version="1.1"><g fill="#F5C518"><rect x="0" y="0" width="100%" height="100%" rx="4"></rect></g><g transform="translate(8.000000, 7.000000)" fill="#000000" fill-rule="nonzero"><polygon points="0 18 5 18 5 0 0 0"></polygon><path d="M15.6725178,0 L14.5534833,8.40846934 L13.8582008,3.83502426 C13.65661,2.37009263 13.4632474,1.09175121 13.278113,0 L7,0 L7,18 L11.2416347,18 L11.2580911,6.11380679 L13.0436094,18 L16.0633571,18 L17.7583653,5.8517865 L17.7707076,18 L22,18 L22,0 L15.6725178,0 Z"></path><path d="M24,18 L24,0 L31.8045586,0 C33.5693522,0 35,1.41994415 35,3.17660424 L35,14.8233958 C35,16.5777858 33.5716617,18 31.8045586,18 L24,18 Z M29.8322479,3.2395236 C29.6339219,3.13233348 29.2545158,3.08072342 28.7026524,3.08072342 L28.7026524,14.8914865 C29.4312846,14.8914865 29.8796736,14.7604764 30.0478195,14.4865461 C30.2159654,14.2165858 30.3021941,13.486105 30.3021941,12.2871637 L30.3021941,5.3078959 C30.3021941,4.49404499 30.272014,3.97397442 30.2159654,3.74371416 C30.1599168,3.5134539 30.0348852,3.34671372 29.8322479,3.2395236 Z"></path><path d="M44.4299079,4.50685823 L44.749518,4.50685823 C46.5447098,4.50685823 48,5.91267586 48,7.64486762 L48,14.8619906 C48,16.5950653 46.5451816,18 44.749518,18 L44.4299079,18 C43.3314617,18 42.3602746,17.4736618 41.7718697,16.6682739 L41.4838962,17.7687785 L37,17.7687785 L37,0 L41.7843263,0 L41.7843263,5.78053556 C42.4024982,5.01015739 43.3551514,4.50685823 44.4299079,4.50685823 Z M43.4055679,13.2842155 L43.4055679,9.01907814 C43.4055679,8.31433946 43.3603268,7.85185468 43.2660746,7.63896485 C43.1718224,7.42607505 42.7955881,7.2893916 42.5316822,7.2893916 C42.267776,7.2893916 41.8607934,7.40047379 41.7816216,7.58767002 L41.7816216,9.01907814 L41.7816216,13.4207851 L41.7816216,14.8074788 C41.8721037,15.0130276 42.2602358,15.1274059 42.5316822,15.1274059 C42.8031285,15.1274059 43.1982131,15.0166981 43.281155,14.8074788 C43.3640968,14.5982595 43.4055679,14.0880581 43.4055679,13.2842155 Z"></path></g></svg></a><input type="checkbox" class="imdb-header-search__state EL4bTiUhQdfIvyX_PMRVv SearchBar__MobileSearchStateToggle-sc-1nweg6x-2 cIKARP" id="navSearch-searchState" name="navSearch-searchState" aria-hidden="true" hidden=""/><div id="suggestion-search-container" class="nav-search__search-container _2cVsg1cgtNxl8NEGDHTPH6 SearchBar-sc-1nweg6x-0 hOXnzb"><form id="nav-search-form" name="nav-search-form" method="get" action="/find" class="_19kygDgP4Og4wL_TIXtDmm imdb-header__search-form SearchForm-dxsip9-0 gTFTwO" role="search"><div class="search-category-selector SearchCategorySelector__StyledContainer-sc-18f40f7-0 dKTgZt"><div class="FlyoutMenu-xq6xx0-0 crQfrC navbar__flyout--breakpoint-m navbar__flyout--positionLeft"><label class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-base ipc-button--theme-base ipc-button--on-textPrimary ipc-text-button navbar__flyout__text-button-after-mobile search-category-selector__opener P7UFTypc7bsdHDd2RHdil nav-search-form__categories" role="button" tabindex="0" aria-label="All" aria-disabled="false" for="navbar-search-category-select"><div class="ipc-button__text">All<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--arrow-drop-down navbar__flyout__button-pointer" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M8.71 11.71l2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71H9.41c-.89 0-1.33 1.08-.7 1.71z"></path></svg></div></label><input type="checkbox" class="ipc-menu__focused-state" id="navbar-search-category-select" name="navbar-search-category-select" hidden="" tabindex="-1" aria-hidden="true"/><div class="ipc-menu mdc-menu ipc-menu--not-initialized ipc-menu--on-baseAlt ipc-menu--anchored ipc-menu--with-checkbox ipc-menu--expand-from-top-left navbar__flyout--menu" data-menu-id="navbar-search-category-select" role="presentation"><div class="ipc-menu__items mdc-menu__items" role="presentation"><span id="navbar-search-category-select-contents"><ul class="ipc-list _2crW0ewf49BFHCKEEUJ_9o ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja _3lrXaniHRqyCb5hUFHbcds" aria-label="All" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--search _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg>All</span></a><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" aria-label="Titles" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--movie _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M18 4v1h-2V4c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1H6V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"></path></svg>Titles</span></a><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" aria-label="TV Episodes" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--television _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"></path></svg>TV Episodes</span></a><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" aria-label="Celebs" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--people _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05.02.01.03.03.04.04 1.14.83 1.93 1.94 1.93 3.41V18c0 .35-.07.69-.18 1H22c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5z"></path></svg>Celebs</span></a><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" aria-label="Companies" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--business _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M12 7V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2h-8zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm9 12h-7v-2h2v-2h-2v-2h2v-2h-2V9h7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1zm-1-8h-2v2h2v-2zm0 4h-2v2h2v-2z"></path></svg>Companies</span></a><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" aria-label="Keywords" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--label _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84l3.96-5.58a.99.99 0 0 0 0-1.16l-3.96-5.58z"></path></svg>Keywords</span></a><li role="separator" class="ipc-list-divider"></li><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" href="https://www.imdb.com/search/" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--find-in-page _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M20 19.59V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.86.56-1.89.88-3 .82-2.37-.11-4.4-1.96-4.72-4.31a5.013 5.013 0 0 1 5.83-5.61c1.95.33 3.57 1.85 4 3.78.33 1.46.01 2.82-.7 3.9L20 19.59zM9 13c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"></path></svg>Advanced Search</span><span class="ipc-list-item__icon ipc-list-item__icon--post" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></a></ul></span></div></div></div></div><div class="nav-search__search-input-container SearchTypeahead-sc-112a48v-0 OQYVG"><div role="combobox" aria-haspopup="listbox" aria-owns="react-autowhatever-1" aria-expanded="false" class="react-autosuggest__container"><input type="text" value="" autoComplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" class="imdb-header-search__input _3gDVKsXm3b_VAMhhSw1haV react-autosuggest__input" id="suggestion-search" name="q" placeholder="Search IMDb" aria-label="Search IMDb" autoCapitalize="off" autoCorrect="off"/></div></div><button id="suggestion-search-button" type="submit" aria-label="Submit Search" class="nav-search__search-submit _1-XI3_I8iwubPnQ1mmvW97"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--magnify" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></button><input type="hidden" name="ref_" value="nv_sr_sm"/></form><label id="imdbHeader-searchClose" class="ipc-icon-button imdb-header-search__state-closer ipc-icon-button--baseAlt ipc-icon-button--onBase" title="Close Search" role="button" tabindex="0" aria-label="Close Search" aria-disabled="false" for="navSearch-searchState"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--clear" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"></path></svg></label></div><label id="imdbHeader-searchOpen" class="ipc-icon-button imdb-header-search__state-opener SearchBar__SearchLauncherButton-sc-1nweg6x-1 hjoCyi ipc-icon-button--baseAlt ipc-icon-button--onBase" title="Open Search" role="button" tabindex="0" aria-label="Open Search" aria-disabled="false" for="navSearch-searchState"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--magnify" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></label><div class="navbar__imdbpro NavProFlyout-sc-1cjctnc-0 hoAGyu"><div class="navbar__imdbpro-content FlyoutMenu-xq6xx0-0 crQfrC navbar__flyout--breakpoint-l"><a class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button navbar__flyout__text-button-after-mobile navbar__imdb-pro--toggle" role="button" tabindex="0" aria-label="Go To IMDb Pro" aria-disabled="false" href="https://pro.imdb.com/login/ap?u=/login/lwa&imdbPageAction=signUp&rf=cons_nb_hm&ref_=cons_nb_hm"><div class="ipc-button__text"><svg class="ipc-logo navbar__imdbpro-menu-toggle__name" width="52" height="14" viewBox="0 0 52 14" xmlns="http://www.w3.org/2000/svg" version="1.1"><g fill="currentColor"><rect x="0" y="1" width="3.21" height="12.34"></rect><path d="M10,1 L9.3,6.76 L8.84,3.63 C8.7,2.62 8.58,1.75 8.45,1 L4.3,1 L4.3,13.34 L7.11,13.34 L7.11,5.19 L8.3,13.34 L10.3,13.34 L11.42,5 L11.42,13.33 L14.22,13.33 L14.22,1 L10,1 Z"></path><path d="M19.24,3.22 C19.3711159,3.29185219 19.4602235,3.42180078 19.48,3.57 C19.5340993,3.92393477 19.554191,4.28223587 19.54,4.64 L19.54,9.42 C19.578852,9.92887392 19.5246327,10.4405682 19.38,10.93 C19.27,11.12 18.99,11.21 18.53,11.21 L18.53,3.11 C18.7718735,3.09406934 19.0142863,3.13162626 19.24,3.22 Z M19.24,13.34 C19.8163127,13.3574057 20.3928505,13.3138302 20.96,13.21 C21.3245396,13.1481159 21.6680909,12.9969533 21.96,12.77 C22.2288287,12.5438006 22.4209712,12.2398661 22.51,11.9 C22.643288,11.1679419 22.6969338,10.4236056 22.67,9.68 L22.67,5.34 C22.6662002,4.55669241 22.6060449,3.77467335 22.49,3 C22.43037,2.59841431 22.260779,2.22116094 22,1.91 C21.6636187,1.56093667 21.2326608,1.317654 20.76,1.21 C19.7709421,1.02848785 18.7647002,0.958050915 17.76,1 L15.32,1 L15.32,13.34 L19.24,13.34 Z"></path><path d="M27.86,10.34 C27.8769902,10.7218086 27.8501483,11.1043064 27.78,11.48 C27.72,11.63 27.46,11.71 27.26,11.71 C27.0954951,11.7299271 26.9386363,11.6349863 26.88,11.48 C26.7930212,11.1542289 26.7592527,10.8165437 26.78,10.48 L26.78,7.18 C26.7626076,6.84408875 26.7929089,6.50740774 26.87,6.18 C26.9317534,6.03447231 27.0833938,5.94840616 27.24,5.97 C27.43,5.97 27.7,6.05 27.76,6.21 C27.8468064,6.53580251 27.8805721,6.87345964 27.86,7.21 L27.86,10.34 Z M23.7,1 L23.7,13.34 L26.58,13.34 L26.78,12.55 C27.0112432,12.8467609 27.3048209,13.0891332 27.64,13.26 C28.0022345,13.4198442 28.394069,13.5016184 28.79,13.5 C29.2588971,13.515288 29.7196211,13.3746089 30.1,13.1 C30.4399329,12.8800058 30.6913549,12.5471372 30.81,12.16 C30.9423503,11.6167622 31.0061799,11.0590937 31,10.5 L31,7 C31.0087531,6.51279482 30.9920637,6.02546488 30.95,5.54 C30.904474,5.28996521 30.801805,5.05382649 30.65,4.85 C30.4742549,4.59691259 30.2270668,4.40194735 29.94,4.29 C29.5869438,4.15031408 29.2096076,4.08232558 28.83,4.09 C28.4361722,4.08961884 28.0458787,4.16428368 27.68,4.31 C27.3513666,4.46911893 27.0587137,4.693713 26.82,4.97 L26.82,1 L23.7,1 Z"></path><path d="M32.13,1 L35.32,1 C35.9925574,0.978531332 36.6650118,1.04577677 37.32,1.2 C37.717112,1.29759578 38.0801182,1.50157071 38.37,1.79 C38.6060895,2.05302496 38.7682605,2.37391646 38.84,2.72 C38.935586,3.27463823 38.9757837,3.8374068 38.96,4.4 L38.96,5.46 C38.9916226,6.03689533 38.9100917,6.61440551 38.72,7.16 C38.5402933,7.53432344 38.2260614,7.82713037 37.84,7.98 C37.3049997,8.18709035 36.7332458,8.28238268 36.16,8.26 L35.31,8.26 L35.31,13.16 L32.13,13.16 L32.13,1 Z M35.29,3.08 L35.29,6.18 L35.53,6.18 C35.7515781,6.20532753 35.9725786,6.12797738 36.13,5.97 C36.2717869,5.69610033 36.3308522,5.38687568 36.3,5.08 L36.3,4.08 C36.3390022,3.79579475 36.2713114,3.5072181 36.11,3.27 C35.8671804,3.11299554 35.5771259,3.04578777 35.29,3.08 Z"></path><path d="M42,4.36 L41.89,5.52 C42.28,4.69 43.67,4.42 44.41,4.37 L43.6,7.3 C43.2290559,7.27725357 42.8582004,7.34593052 42.52,7.5 C42.3057075,7.61238438 42.1519927,7.81367763 42.1,8.05 C42.0178205,8.59259006 41.9843538,9.14144496 42,9.69 L42,13.16 L39.34,13.16 L39.34,4.36 L42,4.36 Z"></path><path d="M51.63,9.71 C51.6472876,10.3265292 51.6003682,10.9431837 51.49,11.55 C51.376862,11.9620426 51.1639158,12.3398504 50.87,12.65 C50.5352227,13.001529 50.1148049,13.2599826 49.65,13.4 C49.0994264,13.5686585 48.5257464,13.6496486 47.95,13.64 C47.3333389,13.6524659 46.7178074,13.5818311 46.12,13.43 C45.6996896,13.322764 45.3140099,13.1092627 45,12.81 C44.7275808,12.5275876 44.5254637,12.1850161 44.41,11.81 C44.2627681,11.2181509 44.1921903,10.6098373 44.2,10 L44.2,7.64 C44.1691064,6.9584837 44.2780071,6.27785447 44.52,5.64 C44.7547114,5.12751365 45.1616363,4.71351186 45.67,4.47 C46.3337168,4.13941646 47.0688388,3.97796445 47.81,4 C48.4454888,3.98667568 49.0783958,4.08482705 49.68,4.29 C50.1352004,4.42444561 50.5506052,4.66819552 50.89,5 C51.1535526,5.26601188 51.3550281,5.58700663 51.48,5.94 C51.6001358,6.42708696 51.6506379,6.92874119 51.63,7.43 L51.63,9.71 Z M48.39,6.73 C48.412199,6.42705368 48.3817488,6.12255154 48.3,5.83 C48.2091142,5.71223121 48.0687606,5.64325757 47.92,5.64325757 C47.7712394,5.64325757 47.6308858,5.71223121 47.54,5.83 C47.447616,6.12046452 47.4136298,6.42634058 47.44,6.73 L47.44,10.93 C47.4168299,11.2204468 47.4508034,11.5126191 47.54,11.79 C47.609766,11.9270995 47.7570827,12.0067302 47.91,11.99 C48.0639216,12.0108082 48.2159732,11.9406305 48.3,11.81 C48.3790864,11.5546009 48.4096133,11.2866434 48.39,11.02 L48.39,6.73 Z"></path></g></svg></div></a></div></div><div class="Root__Separator-sc-7p0yen-1 cECatH"></div><div class="NavWatchlistButton-sc-1b65w5j-0 kaVyhF imdb-header__watchlist-button"><a class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button" role="button" tabindex="0" aria-disabled="false" href="/list/watchlist?ref_=nv_usr_wl_all_0"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--watchlist ipc-button__icon ipc-button__icon--pre" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M17 3c1.05 0 1.918.82 1.994 1.851L19 5v16l-7-3-7 3V5c0-1.05.82-1.918 1.851-1.994L7 3h10zm-4 4h-2v3H8v2h3v3h2v-3h3v-2h-3V7z" fill="currentColor"></path></svg><div class="ipc-button__text">Watchlist</div></a></div><div class="_3x17Igk9XRXcaKrcG3_MXQ navbar__user UserMenu-sc-1poz515-0 eIWOUD"><a class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button imdb-header__signin-text" role="button" tabindex="0" aria-disabled="false" href="/registration/signin?ref=nv_generic_lgin"><div class="ipc-button__text">Sign In</div></a></div></div></nav><svg style="width:0;height:0;overflow:hidden;display:block" xmlns="http://www.w3.org/2000/svg" version="1.1"><defs><linearGradient id="ipc-svg-gradient-tv-logo-t" x1="31.973%" y1="53.409%" x2="153.413%" y2="-16.853%"><stop stop-color="#D01F49" offset="21.89%"></stop><stop stop-color="#E8138B" offset="83.44%"></stop></linearGradient><linearGradient id="ipc-svg-gradient-tv-logo-v" x1="-38.521%" y1="84.997%" x2="104.155%" y2="14.735%"><stop stop-color="#D01F49" offset="21.89%"></stop><stop stop-color="#E8138B" offset="83.44%"></stop></linearGradient></defs></svg>\n </div>\n<script type="text/javascript">\n if (!window.RadWidget) {\n window.RadWidget = {\n registerReactWidgetInstance: function(input) {\n window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];\n window.RadWidget[input.widgetName].push({\n id: input.instanceId,\n props: JSON.stringify(input.model)\n })\n },\n getReactWidgetInstances: function(widgetName) {\n return window.RadWidget[widgetName] || []\n }\n };\n }\n</script> <script type="text/javascript">\n window[\'RadWidget\'].registerReactWidgetInstance({\n widgetName: "IMDbConsumerSiteNavFeatureV1",\n instanceId: "14b6d18b-0527-44b6-a343-68c9c2d056ee",\n model: {"username":null,"isLoggedIn":false,"showIMDbTVLink":false,"weblabs":[]}\n });\n </script>\n<script>\n if (typeof uet == \'function\') {\n uet("ne");\n }\n</script>\n\n <style>\n .oscars-site-stripe {\n background-color: #000;\n overflow: hidden;\n display: flex;\n justify-content: center;\n }\n .oscars-site-stripe__img--sm {\n height: 64px;\n }\n </style>\n <div class="oscars-site-stripe">\n </div>\n\n\n <div id="wrapper">\n <div id="root" class="redesign">\n <div id="nb20" class="navbarSprite">\n <div id="supertab">\t\n <!-- no content received for slot: top_ad -->\n <script>\n if (window && window.mediaOrchestrator) {\n window.mediaOrchestrator.publish(\'mediaPlaybackEvent\', {\n type: \'no-autoplay-video-ad-detected\',\n slotName: \'top_ad\',\n timestamp: Date.now()\n });\n }\n </script>\n\t\n</div>\n\t\n <!-- no content received for slot: navstrip -->\n\t\n\t\n <!-- no content received for slot: injected_navstrip -->\n\t\n </div>\n \n\n <div id="pagecontent" class="pagecontent">\n\t\n <!-- no content received for slot: injected_billboard -->\n\t\n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n <div id="content-2-wide">\n <div id="main">\n\n \n \n \n\n \n \n \n\n <div class="article listo">\n <div class="overflow-menu">\n <div class="circle">\n <div class="vertical-ellipsis">\n <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 \n 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>\n </svg>\n </div>\n </div>\n <div class="pop-up-dialog">\n <ul class="pop-up-menu-list-items">\n <li><a href="/list/ls091520106/copy"\nclass="pop-up-menu-list-item-link" >\nCopy from this list\n</a></li>\n <li><a href="/list/ls091520106/export"\nclass="pop-up-menu-list-item-link" >\nExport\n</a></li>\n <li><a href="/listo/report?list=ls091520106"\nclass="pop-up-menu-list-item-link" >\nReport this list\n</a></li>\n </ul>\n </div>\n </div>\n \n <h1 class="header list-name">Top 100 Movies Bucket List</h1>\n <span id="list-overview-summary" class="list-overview text-small">\n by <a href="/user/ur23892615/"\n>IMDb-Editors</a>\n <span class="ghost">|</span> <span id="list-overview-created" class="text-muted">created - 21 Nov 2019</span>\n <span class="ghost">|</span> <span id="list-overview-lastupdated" class="text-muted">updated - 10 Dec 2019</span>\n <span class="ghost">|</span> <svg class="privacy-public item-privacy-lock" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path class="path" d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"/>\n </svg>\n <span class="privacy-overview text-muted">\n Public\n </span>\n </span>\n<div class="list-description"><p>Want to track what you've seen? <a href="https://www.amazon.com/bucketlist">Get the poster on Amazon</a>! (This list reflects the IMDb Top Rated Movies List as of October 2019.)</p></div>\n <div class="faceter nojs-hidden">\n <div class="faceter-header">\n <span class="expand">\n <span class="global-sprite double-arrow down active"></span> <strong>Refine</strong>\n </span>\n <span class="facets-active">\n <span class="empty text-muted">See titles to watch instantly, titles you haven\'t rated, etc</span>\n </span>\n </div>\n <div class="faceter-content">\n <div class="faceter-categories">\n <ul>\n <li class="faceter-category" data-for="watch_options">\n <strong>Instant Watch Options</strong>\n </li>\n <li class="faceter-category" data-for="genres">\n <strong>Genres</strong>\n </li>\n <li class="faceter-category" data-for="title_type">\n <strong>Movies or TV</strong>\n </li>\n <li class="faceter-category" data-for="imdb_rating">\n <strong>IMDb Rating</strong>\n </li>\n <li class="faceter-category" data-for="in_theaters">\n <strong>In Theaters</strong>\n </li>\n <li class="faceter-category" data-for="release_date">\n <strong>Release Year</strong>\n </li>\n <li class="faceter-category" data-for="keywords">\n <strong>Keywords</strong>\n </li>\n </ul>\n </div><div class="faceter-facets">\n <div class="faceter-fieldset watch_options">\n <fieldset data-join="and" name="watch_option">\n <label class="unbold">\n <input type=checkbox data-count="22" name="has_video_prime_instant_video" ref-marker="ttls_ref_inst_piv"/>\n <span class="faceter-facet-text">Prime Video</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n </fieldset>\n </div>\n <div class="faceter-fieldset genres">\n <fieldset data-join="and" name="genres">\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="69" name="Drama" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Drama</span>\n <span class="text-muted text-small">(69)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="27" name="Adventure" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Adventure</span>\n <span class="text-muted text-small">(27)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="23" name="Action" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Action</span>\n <span class="text-muted text-small">(23)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="22" name="Thriller" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Thriller</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="20" name="Crime" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Crime</span>\n <span class="text-muted text-small">(20)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="18" name="Mystery" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Mystery</span>\n <span class="text-muted text-small">(18)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="18" name="Sci-Fi" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Sci-Fi</span>\n <span class="text-muted text-small">(18)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="14" name="Comedy" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Comedy</span>\n <span class="text-muted text-small">(14)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="13" name="Fantasy" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Fantasy</span>\n <span class="text-muted text-small">(13)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="12" name="Romance" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Romance</span>\n <span class="text-muted text-small">(12)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="12" name="War" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">War</span>\n <span class="text-muted text-small">(12)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="10" name="Family" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Family</span>\n <span class="text-muted text-small">(10)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="9" name="Animation" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Animation</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="7" name="Biography" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Biography</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="4" name="Music" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Music</span>\n <span class="text-muted text-small">(4)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="3" name="History" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">History</span>\n <span class="text-muted text-small">(3)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="3" name="Horror" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Horror</span>\n <span class="text-muted text-small">(3)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="3" name="Western" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Western</span>\n <span class="text-muted text-small">(3)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="1" name="Film-Noir" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Film-Noir</span>\n <span class="text-muted text-small">(1)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="1" name="Musical" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Musical</span>\n <span class="text-muted text-small">(1)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="1" name="Sport" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Sport</span>\n <span class="text-muted text-small">(1)</span>\n </label>\n </span>\n </fieldset>\n </div>\n <div class="faceter-fieldset title_type">\n <fieldset data-join="or" name="title_type">\n <label class="unbold">\n <input type=checkbox data-count="100" name="movie" ref-marker="ttls_ref_typ"/>\n <span class="faceter-facet-text">Feature Film</span>\n <span class="text-muted text-small">(100)</span>\n </label>\n <br />\n </fieldset>\n </div>\n <div class="faceter-fieldset imdb_rating">\n <fieldset data-join="between" name="user_rating">\n <legend class="text-muted unbold" data-tag="IMDb Rating">IMDb user rating (average)</legend>\n <span></span>\n <select name=\'min\' value=\'0.0\' ref-marker="ttls_ref_rt_usr">\n <option value="1">1</option>\n <option value="1.1">1.1</option>\n <option value="1.2">1.2</option>\n <option value="1.3">1.3</option>\n <option value="1.4">1.4</option>\n <option value="1.5">1.5</option>\n <option value="1.6">1.6</option>\n <option value="1.7">1.7</option>\n <option value="1.8">1.8</option>\n <option value="1.9">1.9</option>\n <option value="2.0">2.0</option>\n <option value="2.1">2.1</option>\n <option value="2.2">2.2</option>\n <option value="2.3">2.3</option>\n <option value="2.4">2.4</option>\n <option value="2.5">2.5</option>\n <option value="2.6">2.6</option>\n <option value="2.7">2.7</option>\n <option value="2.8">2.8</option>\n <option value="2.9">2.9</option>\n <option value="3.0">3.0</option>\n <option value="3.1">3.1</option>\n <option value="3.2">3.2</option>\n <option value="3.3">3.3</option>\n <option value="3.4">3.4</option>\n <option value="3.5">3.5</option>\n <option value="3.6">3.6</option>\n <option value="3.7">3.7</option>\n <option value="3.8">3.8</option>\n <option value="3.9">3.9</option>\n <option value="4.0">4.0</option>\n <option value="4.1">4.1</option>\n <option value="4.2">4.2</option>\n <option value="4.3">4.3</option>\n <option value="4.4">4.4</option>\n <option value="4.5">4.5</option>\n <option value="4.6">4.6</option>\n <option value="4.7">4.7</option>\n <option value="4.8">4.8</option>\n <option value="4.9">4.9</option>\n <option value="5.0">5.0</option>\n <option value="5.1">5.1</option>\n <option value="5.2">5.2</option>\n <option value="5.3">5.3</option>\n <option value="5.4">5.4</option>\n <option value="5.5">5.5</option>\n <option value="5.6">5.6</option>\n <option value="5.7">5.7</option>\n <option value="5.8">5.8</option>\n <option value="5.9">5.9</option>\n <option value="6.0">6.0</option>\n <option value="6.1">6.1</option>\n <option value="6.2">6.2</option>\n <option value="6.3">6.3</option>\n <option value="6.4">6.4</option>\n <option value="6.5">6.5</option>\n <option value="6.6">6.6</option>\n <option value="6.7">6.7</option>\n <option value="6.8">6.8</option>\n <option value="6.9">6.9</option>\n <option value="7.0">7.0</option>\n <option value="7.1">7.1</option>\n <option value="7.2">7.2</option>\n <option value="7.3">7.3</option>\n <option value="7.4">7.4</option>\n <option value="7.5">7.5</option>\n <option value="7.6">7.6</option>\n <option value="7.7">7.7</option>\n <option value="7.8">7.8</option>\n <option value="7.9">7.9</option>\n <option value="8.0">8.0</option>\n <option value="8.1">8.1</option>\n <option value="8.2">8.2</option>\n <option value="8.3">8.3</option>\n <option value="8.4">8.4</option>\n <option value="8.5">8.5</option>\n <option value="8.6">8.6</option>\n <option value="8.7">8.7</option>\n <option value="8.8">8.8</option>\n <option value="8.9">8.9</option>\n <option value="9.0">9.0</option>\n <option value="9.1">9.1</option>\n <option value="9.2">9.2</option>\n <option value="9.3">9.3</option>\n <option value="9.4">9.4</option>\n <option value="9.5">9.5</option>\n <option value="9.6">9.6</option>\n <option value="9.7">9.7</option>\n <option value="9.8">9.8</option>\n <option value="9.9">9.9</option>\n <option value="10">10</option>\n </select>\n <span>to</span>\n <select name=\'max\' value=\'0.0\' ref-marker="ttls_ref_rt_usr">\n <option value="10">10</option>\n <option value="9.9">9.9</option>\n <option value="9.8">9.8</option>\n <option value="9.7">9.7</option>\n <option value="9.6">9.6</option>\n <option value="9.5">9.5</option>\n <option value="9.4">9.4</option>\n <option value="9.3">9.3</option>\n <option value="9.2">9.2</option>\n <option value="9.1">9.1</option>\n <option value="9.0">9.0</option>\n <option value="8.9">8.9</option>\n <option value="8.8">8.8</option>\n <option value="8.7">8.7</option>\n <option value="8.6">8.6</option>\n <option value="8.5">8.5</option>\n <option value="8.4">8.4</option>\n <option value="8.3">8.3</option>\n <option value="8.2">8.2</option>\n <option value="8.1">8.1</option>\n <option value="8.0">8.0</option>\n <option value="7.9">7.9</option>\n <option value="7.8">7.8</option>\n <option value="7.7">7.7</option>\n <option value="7.6">7.6</option>\n <option value="7.5">7.5</option>\n <option value="7.4">7.4</option>\n <option value="7.3">7.3</option>\n <option value="7.2">7.2</option>\n <option value="7.1">7.1</option>\n <option value="7.0">7.0</option>\n <option value="6.9">6.9</option>\n <option value="6.8">6.8</option>\n <option value="6.7">6.7</option>\n <option value="6.6">6.6</option>\n <option value="6.5">6.5</option>\n <option value="6.4">6.4</option>\n <option value="6.3">6.3</option>\n <option value="6.2">6.2</option>\n <option value="6.1">6.1</option>\n <option value="6.0">6.0</option>\n <option value="5.9">5.9</option>\n <option value="5.8">5.8</option>\n <option value="5.7">5.7</option>\n <option value="5.6">5.6</option>\n <option value="5.5">5.5</option>\n <option value="5.4">5.4</option>\n <option value="5.3">5.3</option>\n <option value="5.2">5.2</option>\n <option value="5.1">5.1</option>\n <option value="5.0">5.0</option>\n <option value="4.9">4.9</option>\n <option value="4.8">4.8</option>\n <option value="4.7">4.7</option>\n <option value="4.6">4.6</option>\n <option value="4.5">4.5</option>\n <option value="4.4">4.4</option>\n <option value="4.3">4.3</option>\n <option value="4.2">4.2</option>\n <option value="4.1">4.1</option>\n <option value="4.0">4.0</option>\n <option value="3.9">3.9</option>\n <option value="3.8">3.8</option>\n <option value="3.7">3.7</option>\n <option value="3.6">3.6</option>\n <option value="3.5">3.5</option>\n <option value="3.4">3.4</option>\n <option value="3.3">3.3</option>\n <option value="3.2">3.2</option>\n <option value="3.1">3.1</option>\n <option value="3.0">3.0</option>\n <option value="2.9">2.9</option>\n <option value="2.8">2.8</option>\n <option value="2.7">2.7</option>\n <option value="2.6">2.6</option>\n <option value="2.5">2.5</option>\n <option value="2.4">2.4</option>\n <option value="2.3">2.3</option>\n <option value="2.2">2.2</option>\n <option value="2.1">2.1</option>\n <option value="2.0">2.0</option>\n <option value="1.9">1.9</option>\n <option value="1.8">1.8</option>\n <option value="1.7">1.7</option>\n <option value="1.6">1.6</option>\n <option value="1.5">1.5</option>\n <option value="1.4">1.4</option>\n <option value="1.3">1.3</option>\n <option value="1.2">1.2</option>\n <option value="1.1">1.1</option>\n <option value="1">1</option>\n </select>\n </fieldset>\n <fieldset data-join="between" name="num_votes">\n <legend class="text-muted unbold" data-tag="Votes">Number of votes</legend>\n <span></span>\n <input type="text" name="min" \n data-validation="^[0-9]\\d*$" size=10 value="" ref-marker="ttls_ref_rt_vt">\n <span>to</span>\n <input type="text" name="max" \n data-validation="^[0-9]\\d*$" size=10 value="" ref-marker="ttls_ref_rt_vt">\n<a href="#"\ntitle="Search" class="btn small secondary faceter-search-btn" data-group="num_votes"> »\n</a> </fieldset>\n </div>\n <div class="faceter-fieldset in_theaters">\n <fieldset data-join="and" name="now_playing">\n <label class="unbold">\n <input type=radio ref-marker="ttls_ref_sh_fav" data-count="" name="in_theaters" value="favorite" />\n <span class="faceter-facet-text">In Favorite Theaters</span>\n </label>\n <br />\n <label class="unbold">\n <input type=radio ref-marker="ttls_ref_sh_you" data-count="" name="in_theaters" value="restrict" />\n <span class="faceter-facet-text">In Theaters Near You</span>\n </label>\n <br />\n <hr />\n </fieldset>\n <a href="#"\nclass="faceter-reset" data-fieldset="in_theaters">Reset</a>\n </div>\n <div class="faceter-fieldset release_date">\n <fieldset data-join="between" name="release_date">\n <legend class="text-muted unbold" data-tag="Released">Release year or range</legend>\n <span></span>\n <input type="text" name="min" \n data-validation="^[0-9]\\d*$" size=10 value="" ref-marker="ttls_ref_yr">\n <span>to</span>\n <input type="text" name="max" \n data-validation="^[0-9]\\d*$" size=10 value="" ref-marker="ttls_ref_yr">\n<a href="#"\ntitle="Search" class="btn small secondary faceter-search-btn" data-group="release_date"> »\n</a> </fieldset>\n </div>\n <div class="faceter-fieldset keywords">\n <fieldset data-join="and" name="keywords">\n <label class="unbold">\n <input type=checkbox data-count="79" name="cult-film" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Cult Film</span>\n <span class="text-muted text-small">(79)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="61" name="death" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Death</span>\n <span class="text-muted text-small">(61)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="61" name="murder" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Murder</span>\n <span class="text-muted text-small">(61)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="59" name="violence" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Violence</span>\n <span class="text-muted text-small">(59)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="57" name="blockbuster" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Blockbuster</span>\n <span class="text-muted text-small">(57)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="55" name="flashback" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Flashback</span>\n <span class="text-muted text-small">(55)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="51" name="blood" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Blood</span>\n <span class="text-muted text-small">(51)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="49" name="male-protagonist" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Male Protagonist</span>\n <span class="text-muted text-small">(49)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="47" name="surprise-ending" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Surprise Ending</span>\n <span class="text-muted text-small">(47)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="45" name="friendship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Friendship</span>\n <span class="text-muted text-small">(45)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="43" name="title-spoken-by-character" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Title Spoken By Character</span>\n <span class="text-muted text-small">(43)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="38" name="famous-score" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Famous Score</span>\n <span class="text-muted text-small">(38)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="38" name="father-son-relationship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Father Son Relationship</span>\n <span class="text-muted text-small">(38)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="38" name="fight" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Fight</span>\n <span class="text-muted text-small">(38)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="37" name="betrayal" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Betrayal</span>\n <span class="text-muted text-small">(37)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="37" name="cult-classic" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Cult Classic</span>\n <span class="text-muted text-small">(37)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="37" name="husband-wife-relationship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Husband Wife Relationship</span>\n <span class="text-muted text-small">(37)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="37" name="slow-motion-scene" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Slow Motion Scene</span>\n <span class="text-muted text-small">(37)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="36" name="no-opening-credits" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">No Opening Credits</span>\n <span class="text-muted text-small">(36)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="36" name="shot-to-death" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Shot To Death</span>\n <span class="text-muted text-small">(36)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="35" name="deception" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Deception</span>\n <span class="text-muted text-small">(35)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="35" name="national-film-registry" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">National Film Registry</span>\n <span class="text-muted text-small">(35)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="35" name="revenge" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Revenge</span>\n <span class="text-muted text-small">(35)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="34" name="fire" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Fire</span>\n <span class="text-muted text-small">(34)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="34" name="good-versus-evil" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Good Versus Evil</span>\n <span class="text-muted text-small">(34)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="34" name="police" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Police</span>\n <span class="text-muted text-small">(34)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="32" name="kiss" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Kiss</span>\n <span class="text-muted text-small">(32)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="31" name="blood-splatter" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Blood Splatter</span>\n <span class="text-muted text-small">(31)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="31" name="escape" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Escape</span>\n <span class="text-muted text-small">(31)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="31" name="psychotronic-film" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Psychotronic Film</span>\n <span class="text-muted text-small">(31)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="30" name="car" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Car</span>\n <span class="text-muted text-small">(30)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="30" name="chase" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Chase</span>\n <span class="text-muted text-small">(30)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="30" name="explosion" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Explosion</span>\n <span class="text-muted text-small">(30)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="30" name="mother-son-relationship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Mother Son Relationship</span>\n <span class="text-muted text-small">(30)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="30" name="pistol" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Pistol</span>\n <span class="text-muted text-small">(30)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="29" name="based-on-novel" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Based On Novel</span>\n <span class="text-muted text-small">(29)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="29" name="epic" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Epic</span>\n <span class="text-muted text-small">(29)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="29" name="fear" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Fear</span>\n <span class="text-muted text-small">(29)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="29" name="photograph" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Photograph</span>\n <span class="text-muted text-small">(29)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="29" name="rescue" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Rescue</span>\n <span class="text-muted text-small">(29)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="28" name="combat" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Combat</span>\n <span class="text-muted text-small">(28)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="28" name="falling-from-height" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Falling From Height</span>\n <span class="text-muted text-small">(28)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="28" name="hero" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Hero</span>\n <span class="text-muted text-small">(28)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="28" name="knife" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Knife</span>\n <span class="text-muted text-small">(28)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="28" name="man-wears-eyeglasses" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Man Wears Eyeglasses</span>\n <span class="text-muted text-small">(28)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="28" name="police-officer" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Police Officer</span>\n <span class="text-muted text-small">(28)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="27" name="beating" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Beating</span>\n <span class="text-muted text-small">(27)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="27" name="brutality" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Brutality</span>\n <span class="text-muted text-small">(27)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="27" name="cigarette-smoking" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Cigarette Smoking</span>\n <span class="text-muted text-small">(27)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="27" name="gun" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Gun</span>\n <span class="text-muted text-small">(27)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="27" name="shot-in-the-chest" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Shot In The Chest</span>\n <span class="text-muted text-small">(27)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="27" name="subjective-camera" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Subjective Camera</span>\n <span class="text-muted text-small">(27)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="26" name="crying" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Crying</span>\n <span class="text-muted text-small">(26)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="26" name="torture" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Torture</span>\n <span class="text-muted text-small">(26)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="26" name="tough-guy" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Tough Guy</span>\n <span class="text-muted text-small">(26)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="25" name="anger" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Anger</span>\n <span class="text-muted text-small">(25)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="25" name="bar" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Bar</span>\n <span class="text-muted text-small">(25)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="25" name="black-comedy" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Black Comedy</span>\n <span class="text-muted text-small">(25)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="25" name="father-daughter-relationship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Father Daughter Relationship</span>\n <span class="text-muted text-small">(25)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="25" name="gore" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Gore</span>\n <span class="text-muted text-small">(25)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="25" name="neo-noir" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Neo Noir</span>\n <span class="text-muted text-small">(25)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="25" name="suicide" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Suicide</span>\n <span class="text-muted text-small">(25)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="25" name="villain" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Villain</span>\n <span class="text-muted text-small">(25)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="25" name="voice-over-narration" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Voice Over Narration</span>\n <span class="text-muted text-small">(25)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="ambush" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Ambush</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="character\'s-point-of-view-camera-shot" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Character\'s Point Of View Camera Shot</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="corpse" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Corpse</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="dog" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Dog</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="evil-man" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Evil Man</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="family-relationships" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Family Relationships</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="fistfight" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Fistfight</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="held-at-gunpoint" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Held At Gunpoint</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="lifting-someone-into-the-air" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Lifting Someone Into The Air</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="psychopath" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Psychopath</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="shootout" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Shootout</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="singing" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Singing</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="telephone-call" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Telephone Call</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="24" name="weapon" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Weapon</span>\n <span class="text-muted text-small">(24)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="23" name="rain" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Rain</span>\n <span class="text-muted text-small">(23)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="23" name="shot-in-the-head" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Shot In The Head</span>\n <span class="text-muted text-small">(23)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="anti-hero" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Anti Hero</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="battle" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Battle</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="brother-sister-relationship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Brother Sister Relationship</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="dancing" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Dancing</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="famous-line" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Famous Line</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="female-nudity" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Female Nudity</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="friend" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Friend</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="interrogation" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Interrogation</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="machine-gun" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Machine Gun</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="one-word-title" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">One Word Title</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="redemption" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Redemption</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="soldier" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Soldier</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="two-word-title" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Two Word Title</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="21" name="bare-chested-male" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Bare Chested Male</span>\n <span class="text-muted text-small">(21)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="21" name="brawl" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Brawl</span>\n <span class="text-muted text-small">(21)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="21" name="drunkenness" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Drunkenness</span>\n <span class="text-muted text-small">(21)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="21" name="hospital" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Hospital</span>\n <span class="text-muted text-small">(21)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="21" name="kidnapping" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Kidnapping</span>\n <span class="text-muted text-small">(21)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="21" name="revolver" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Revolver</span>\n <span class="text-muted text-small">(21)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="21" name="surrealism" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Surrealism</span>\n <span class="text-muted text-small">(21)</span>\n </label>\n <br />\n </fieldset>\n </div>\n </div>\n </div>\n <div class="hidden faceter-working">\n </div>\n </div>\n <div class="lister list detail sub-list">\n\n <div class="header filmosearch">\n <div class="nav">\n <div class="lister-controls float-right lister-activated">\n <div class="lister-control-group">\n Sort by: <br />\n <select class="lister-sort-by" name="sort">\n<option value="list_order:ascending" selected="selected">List Order</option>\n<option value="moviemeter:ascending">Popularity</option>\n<option value="alpha:ascending">Alphabetical</option>\n<option value="user_rating:descending">IMDb Rating</option>\n<option value="num_votes:descending">Number of Votes</option>\n<option value="release_date:descending">Release Date</option>\n<option value="runtime:descending">Runtime</option>\n<option value="date_added:descending">Date Added</option>\n </select>\n \n <span class="global-sprite lister-sort-reverse descending" data-sort="list_order:descending" title="Ascending order"></span>\n </div>\n <div class="lister-control-group">\n View: <br />\n <span title="Grid view" data-mode="grid"\n class="global-sprite lister-mode grid" ref-marker=ttls_vw_grd + ></span>\n <span title="Detail view" data-mode="detail"\n class="global-sprite lister-mode detail" ref-marker=ttls_vm_dtl + ></span>\n <span title="Compact view" data-mode="simple"\n class="global-sprite lister-mode simple" ref-marker=ttls_vw_smp + ></span>\n </div>\n </div>\n <div class="desc lister-total-num-results">\n 100 titles\n </div>\n <div class="clear"></div>\n </div>\n </div>\n <div class="clear"></div>\n <div class="lister-list">\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0111161">\n\n\n<a href="/title/tt0111161/"\n> <img alt="The Shawshank Redemption"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMDFkYTc0MGEtZmNhMC00ZDIzLWFmNTEtODM1ZmRlYWMwMWFmXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0111161"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">1.</span>\n \n <a href="/title/tt0111161/"\n>The Shawshank Redemption</a>\n <span class="lister-item-year text-muted unbold">(1994)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">142 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0111161" data-tconst="tt0111161" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0111161">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0111161" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0111161"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">80 </span>\n Metascore\n </div>\n<p class="">\nTwo imprisoned men bond over a number of years, finding solace and eventual redemption through acts of common decency.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001104/"\n>Frank Darabont</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000209/"\n>Tim Robbins</a>, \n<a href="/name/nm0000151/"\n>Morgan Freeman</a>, \n<a href="/name/nm0348409/"\n>Bob Gunton</a>, \n<a href="/name/nm0006669/"\n>William Sadler</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="2451592">2,451,592</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="28,341,469">$28.34M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0111161" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0068646">\n\n\n<a href="/title/tt0068646/"\n> <img alt="The Godfather"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BM2MyNjYxNmUtYTAwNi00MTYxLWJmNWYtYzZlODY3ZTk3OTFlXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt0068646"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">2.</span>\n \n <a href="/title/tt0068646/"\n>The Godfather</a>\n <span class="lister-item-year text-muted unbold">(1972)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">175 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0068646" data-tconst="tt0068646" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0068646">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0068646" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0068646"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">100 </span>\n Metascore\n </div>\n<p class="">\nAn organized crime dynasty\'s aging patriarch transfers control of his clandestine empire to his reluctant son.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000338/"\n>Francis Ford Coppola</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000008/"\n>Marlon Brando</a>, \n<a href="/name/nm0000199/"\n>Al Pacino</a>, \n<a href="/name/nm0001001/"\n>James Caan</a>, \n<a href="/name/nm0000473/"\n>Diane Keaton</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1696814">1,696,814</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="134,966,411">$134.97M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0068646" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0071562">\n\n\n<a href="/title/tt0071562/"\n> <img alt="The Godfather: Part II"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMWMwMGQzZTItY2JlNC00OWZiLWIyMDctNDk2ZDQ2YjRjMWQ0XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt0071562"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">3.</span>\n \n <a href="/title/tt0071562/"\n>The Godfather: Part II</a>\n <span class="lister-item-year text-muted unbold">(1974)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">202 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0071562" data-tconst="tt0071562" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0071562">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0071562" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0071562"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">90 </span>\n Metascore\n </div>\n<p class="">\nThe early life and career of Vito Corleone in 1920s New York City is portrayed, while his son, Michael, expands and tightens his grip on the family crime syndicate.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000338/"\n>Francis Ford Coppola</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000199/"\n>Al Pacino</a>, \n<a href="/name/nm0000134/"\n>Robert De Niro</a>, \n<a href="/name/nm0000380/"\n>Robert Duvall</a>, \n<a href="/name/nm0000473/"\n>Diane Keaton</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1178560">1,178,560</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="57,300,000">$57.30M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0071562" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0468569">\n\n\n<a href="/title/tt0468569/"\n> <img alt="The Dark Knight"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0468569"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">4.</span>\n \n <a href="/title/tt0468569/"\n>The Dark Knight</a>\n <span class="lister-item-year text-muted unbold">(2008)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">152 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0468569" data-tconst="tt0468569" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0468569">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0468569" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0468569"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">84 </span>\n Metascore\n </div>\n<p class="">\nWhen the menace known as the Joker wreaks havoc and chaos on the people of Gotham, Batman must accept one of the greatest psychological and physical tests of his ability to fight injustice.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0634240/"\n>Christopher Nolan</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000288/"\n>Christian Bale</a>, \n<a href="/name/nm0005132/"\n>Heath Ledger</a>, \n<a href="/name/nm0001173/"\n>Aaron Eckhart</a>, \n<a href="/name/nm0000323/"\n>Michael Caine</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="2407284">2,407,284</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="534,858,444">$534.86M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0468569" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0050083">\n\n\n<a href="/title/tt0050083/"\n> <img alt="12 Angry Men"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMWU4N2FjNzYtNTVkNC00NzQ0LTg0MjAtYTJlMjFhNGUxZDFmXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0050083"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">5.</span>\n \n <a href="/title/tt0050083/"\n>12 Angry Men</a>\n <span class="lister-item-year text-muted unbold">(1957)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">96 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0050083" data-tconst="tt0050083" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0050083">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0050083" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0050083"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">96 </span>\n Metascore\n </div>\n<p class="">\nA jury holdout attempts to prevent a miscarriage of justice by forcing his colleagues to reconsider the evidence.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001486/"\n>Sidney Lumet</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000020/"\n>Henry Fonda</a>, \n<a href="/name/nm0002011/"\n>Lee J. Cobb</a>, \n<a href="/name/nm0000842/"\n>Martin Balsam</a>, \n<a href="/name/nm0275835/"\n>John Fiedler</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="725624">725,624</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="4,360,000">$4.36M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0050083" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0108052">\n\n\n<a href="/title/tt0108052/"\n> <img alt="Schindler\'s List"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNDE4OTMxMTctNmRhYy00NWE2LTg3YzItYTk3M2UwOTU5Njg4XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0108052"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">6.</span>\n \n <a href="/title/tt0108052/"\n>Schindler\'s List</a>\n <span class="lister-item-year text-muted unbold">(1993)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">195 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nBiography, Drama, History </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0108052" data-tconst="tt0108052" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0108052">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0108052" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0108052"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">94 </span>\n Metascore\n </div>\n<p class="">\nIn German-occupied Poland during World War II, industrialist <a href="/name/nm0771861">Oskar Schindler</a> gradually becomes concerned for his Jewish workforce after witnessing their persecution by the Nazis.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000229/"\n>Steven Spielberg</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000553/"\n>Liam Neeson</a>, \n<a href="/name/nm0000146/"\n>Ralph Fiennes</a>, \n<a href="/name/nm0001426/"\n>Ben Kingsley</a>, \n<a href="/name/nm0328751/"\n>Caroline Goodall</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1261123">1,261,123</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="96,898,818">$96.90M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0108052" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0167260">\n\n\n<a href="/title/tt0167260/"\n> <img alt="The Lord of the Rings: The Return of the King"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNzA5ZDNlZWMtM2NhNS00NDJjLTk4NDItYTRmY2EwMWZlMTY3XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0167260"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">7.</span>\n \n <a href="/title/tt0167260/"\n>The Lord of the Rings: The Return of the King</a>\n <span class="lister-item-year text-muted unbold">(2003)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">201 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0167260" data-tconst="tt0167260" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0167260">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0167260" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0167260"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">94 </span>\n Metascore\n </div>\n<p class="">\nGandalf and Aragorn lead the World of Men against Sauron\'s army to draw his gaze from Frodo and Sam as they approach Mount Doom with the One Ring.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001392/"\n>Peter Jackson</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000704/"\n>Elijah Wood</a>, \n<a href="/name/nm0001557/"\n>Viggo Mortensen</a>, \n<a href="/name/nm0005212/"\n>Ian McKellen</a>, \n<a href="/name/nm0089217/"\n>Orlando Bloom</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1702934">1,702,934</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="377,845,905">$377.85M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0167260" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0110912">\n\n\n<a href="/title/tt0110912/"\n> <img alt="Pulp Fiction"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNGNhMDIzZTUtNTBlZi00MTRlLWFjM2ItYzViMjE3YzI5MjljXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0110912"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">8.</span>\n \n <a href="/title/tt0110912/"\n>Pulp Fiction</a>\n <span class="lister-item-year text-muted unbold">(1994)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">154 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0110912" data-tconst="tt0110912" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0110912">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0110912" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0110912"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">94 </span>\n Metascore\n </div>\n<p class="">\nThe lives of two mob hitmen, a boxer, a gangster and his wife, and a pair of diner bandits intertwine in four tales of violence and redemption.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000233/"\n>Quentin Tarantino</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000237/"\n>John Travolta</a>, \n<a href="/name/nm0000235/"\n>Uma Thurman</a>, \n<a href="/name/nm0000168/"\n>Samuel L. Jackson</a>, \n<a href="/name/nm0000246/"\n>Bruce Willis</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1900236">1,900,236</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="107,928,762">$107.93M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0110912" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0060196">\n\n\n<a href="/title/tt0060196/"\n> <img alt="Il buono, il brutto, il cattivo"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOTQ5NDI3MTI4MF5BMl5BanBnXkFtZTgwNDQ4ODE5MDE@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0060196"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">9.</span>\n \n <a href="/title/tt0060196/"\n>Il buono, il brutto, il cattivo</a>\n <span class="lister-item-year text-muted unbold">(1966)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">161 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nWestern </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0060196" data-tconst="tt0060196" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0060196">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0060196" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0060196"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">90 </span>\n Metascore\n </div>\n<p class="">\nA bounty hunting scam joins two men in an uneasy alliance against a third in a race to find a fortune in gold buried in a remote cemetery.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001466/"\n>Sergio Leone</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000142/"\n>Clint Eastwood</a>, \n<a href="/name/nm0908919/"\n>Eli Wallach</a>, \n<a href="/name/nm0001812/"\n>Lee Van Cleef</a>, \n<a href="/name/nm0321294/"\n>Aldo Giuffr\xc3\xa8</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="714873">714,873</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="6,100,000">$6.10M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0060196" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0137523">\n\n\n<a href="/title/tt0137523/"\n> <img alt="Fight Club"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMmEzNTkxYjQtZTc0MC00YTVjLTg5ZTEtZWMwOWVlYzY0NWIwXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0137523"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">10.</span>\n \n <a href="/title/tt0137523/"\n>Fight Club</a>\n <span class="lister-item-year text-muted unbold">(1999)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">139 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0137523" data-tconst="tt0137523" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0137523">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0137523" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0137523"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">66 </span>\n Metascore\n </div>\n<p class="">\nAn insomniac office worker and a devil-may-care soap maker form an underground fight club that evolves into much more.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000399/"\n>David Fincher</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000093/"\n>Brad Pitt</a>, \n<a href="/name/nm0001570/"\n>Edward Norton</a>, \n<a href="/name/nm0001533/"\n>Meat Loaf</a>, \n<a href="/name/nm0340260/"\n>Zach Grenier</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1931616">1,931,616</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="37,030,102">$37.03M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0137523" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt7286456">\n\n\n<a href="/title/tt7286456/"\n> <img alt="Joker"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNGVjNWI4ZGUtNzE0MS00YTJmLWE0ZDctN2ZiYTk2YmI3NTYyXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt7286456"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">11.</span>\n \n <a href="/title/tt7286456/"\n>Joker</a>\n <span class="lister-item-year text-muted unbold">(2019)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">122 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt7286456" data-tconst="tt7286456" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt7286456">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt7286456" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt7286456"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore mixed">59 </span>\n Metascore\n </div>\n<p class="">\nIn Gotham City, mentally troubled comedian Arthur Fleck is disregarded and mistreated by society. He then embarks on a downward spiral of revolution and bloody crime. This path brings him face-to-face with his alter-ego: the Joker.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0680846/"\n>Todd Phillips</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0001618/"\n>Joaquin Phoenix</a>, \n<a href="/name/nm0000134/"\n>Robert De Niro</a>, \n<a href="/name/nm5939164/"\n>Zazie Beetz</a>, \n<a href="/name/nm0175814/"\n>Frances Conroy</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1054916">1,054,916</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="335,451,311">$335.45M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt7286456" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0120737">\n\n\n<a href="/title/tt0120737/"\n> <img alt="The Lord of the Rings: The Fellowship of the Ring"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BN2EyZjM3NzUtNWUzMi00MTgxLWI0NTctMzY4M2VlOTdjZWRiXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0120737"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">12.</span>\n \n <a href="/title/tt0120737/"\n>The Lord of the Rings: The Fellowship of the Ring</a>\n <span class="lister-item-year text-muted unbold">(2001)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">178 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0120737" data-tconst="tt0120737" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0120737">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0120737" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0120737"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">92 </span>\n Metascore\n </div>\n<p class="">\nA meek Hobbit from the Shire and eight companions set out on a journey to destroy the powerful One Ring and save Middle-earth from the Dark Lord Sauron.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001392/"\n>Peter Jackson</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000704/"\n>Elijah Wood</a>, \n<a href="/name/nm0005212/"\n>Ian McKellen</a>, \n<a href="/name/nm0089217/"\n>Orlando Bloom</a>, \n<a href="/name/nm0000293/"\n>Sean Bean</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1724167">1,724,167</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="315,544,750">$315.54M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0120737" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0109830">\n\n\n<a href="/title/tt0109830/"\n> <img alt="Forrest Gump"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNWIwODRlZTUtY2U3ZS00Yzg1LWJhNzYtMmZiYmEyNmU1NjMzXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0109830"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">13.</span>\n \n <a href="/title/tt0109830/"\n>Forrest Gump</a>\n <span class="lister-item-year text-muted unbold">(1994)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">142 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0109830" data-tconst="tt0109830" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0109830">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0109830" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0109830"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">82 </span>\n Metascore\n </div>\n<p class="">\nThe presidencies of Kennedy and Johnson, the Vietnam War, the Watergate scandal and other historical events unfold from the perspective of an Alabama man with an IQ of 75, whose only desire is to be reunited with his childhood sweetheart.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000709/"\n>Robert Zemeckis</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000158/"\n>Tom Hanks</a>, \n<a href="/name/nm0000705/"\n>Robin Wright</a>, \n<a href="/name/nm0000641/"\n>Gary Sinise</a>, \n<a href="/name/nm0000398/"\n>Sally Field</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1895176">1,895,176</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="330,252,182">$330.25M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0109830" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1375666">\n\n\n<a href="/title/tt1375666/"\n> <img alt="Inception"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjAxMzY3NjcxNF5BMl5BanBnXkFtZTcwNTI5OTM0Mw@@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt1375666"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">14.</span>\n \n <a href="/title/tt1375666/"\n>Inception</a>\n <span class="lister-item-year text-muted unbold">(2010)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">148 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1375666" data-tconst="tt1375666" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1375666">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1375666" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1375666"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">74 </span>\n Metascore\n </div>\n<p class="">\nA thief who steals corporate secrets through the use of dream-sharing technology is given the inverse task of planting an idea into the mind of a C.E.O.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0634240/"\n>Christopher Nolan</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000138/"\n>Leonardo DiCaprio</a>, \n<a href="/name/nm0330687/"\n>Joseph Gordon-Levitt</a>, \n<a href="/name/nm0680983/"\n>Elliot Page</a>, \n<a href="/name/nm0913822/"\n>Ken Watanabe</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="2159593">2,159,593</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="292,576,195">$292.58M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1375666" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0080684">\n\n\n<a href="/title/tt0080684/"\n> <img alt="Star Wars: Episode V - The Empire Strikes Back"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYmU1NDRjNDgtMzhiMi00NjZmLTg5NGItZDNiZjU5NTU4OTE0XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0080684"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">15.</span>\n \n <a href="/title/tt0080684/"\n>Star Wars: Episode V - The Empire Strikes Back</a>\n <span class="lister-item-year text-muted unbold">(1980)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">124 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Fantasy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0080684" data-tconst="tt0080684" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0080684">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0080684" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0080684"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">82 </span>\n Metascore\n </div>\n<p class="">\nAfter the Rebels are brutally overpowered by the Empire on the ice planet Hoth, Luke Skywalker begins Jedi training with Yoda, while his friends are pursued across the galaxy by Darth Vader and bounty hunter Boba Fett.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0449984/"\n>Irvin Kershner</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000434/"\n>Mark Hamill</a>, \n<a href="/name/nm0000148/"\n>Harrison Ford</a>, \n<a href="/name/nm0000402/"\n>Carrie Fisher</a>, \n<a href="/name/nm0001850/"\n>Billy Dee Williams</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1200592">1,200,592</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="290,475,067">$290.48M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0080684" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0167261">\n\n\n<a href="/title/tt0167261/"\n> <img alt="The Lord of the Rings: The Two Towers"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZGMxZTdjZmYtMmE2Ni00ZTdkLWI5NTgtNjlmMjBiNzU2MmI5XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0167261"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">16.</span>\n \n <a href="/title/tt0167261/"\n>The Lord of the Rings: The Two Towers</a>\n <span class="lister-item-year text-muted unbold">(2002)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">179 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0167261" data-tconst="tt0167261" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0167261">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0167261" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0167261"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">87 </span>\n Metascore\n </div>\n<p class="">\nWhile Frodo and Sam edge closer to Mordor with the help of the shifty Gollum, the divided fellowship makes a stand against Sauron\'s new ally, Saruman, and his hordes of Isengard.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001392/"\n>Peter Jackson</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000704/"\n>Elijah Wood</a>, \n<a href="/name/nm0005212/"\n>Ian McKellen</a>, \n<a href="/name/nm0001557/"\n>Viggo Mortensen</a>, \n<a href="/name/nm0089217/"\n>Orlando Bloom</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1539638">1,539,638</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="342,551,365">$342.55M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0167261" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0133093">\n\n\n<a href="/title/tt0133093/"\n> <img alt="The Matrix"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNzQzOTk3OTAtNDQ0Zi00ZTVkLWI0MTEtMDllZjNkYzNjNTc4L2ltYWdlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0133093"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">17.</span>\n \n <a href="/title/tt0133093/"\n>The Matrix</a>\n <span class="lister-item-year text-muted unbold">(1999)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">136 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0133093" data-tconst="tt0133093" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0133093">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0133093" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0133093"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">73 </span>\n Metascore\n </div>\n<p class="">\nWhen a beautiful stranger leads computer hacker Neo to a forbidding underworld, he discovers the shocking truth--the life he knows is the elaborate deception of an evil cyber-intelligence.</p>\n <p class="text-muted text-small">\n Directors:\n<a href="/name/nm0905154/"\n>Lana Wachowski</a>, \n<a href="/name/nm0905152/"\n>Lilly Wachowski</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000206/"\n>Keanu Reeves</a>, \n<a href="/name/nm0000401/"\n>Laurence Fishburne</a>, \n<a href="/name/nm0005251/"\n>Carrie-Anne Moss</a>, \n<a href="/name/nm0915989/"\n>Hugo Weaving</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1744909">1,744,909</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="171,479,930">$171.48M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0133093" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0073486">\n\n\n<a href="/title/tt0073486/"\n> <img alt="One Flew Over the Cuckoo\'s Nest"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZjA0OWVhOTAtYWQxNi00YzNhLWI4ZjYtNjFjZTEyYjJlNDVlL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0073486"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">18.</span>\n \n <a href="/title/tt0073486/"\n>One Flew Over the Cuckoo\'s Nest</a>\n <span class="lister-item-year text-muted unbold">(1975)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">133 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0073486" data-tconst="tt0073486" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0073486">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0073486" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0073486"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">84 </span>\n Metascore\n </div>\n<p class="">\nA criminal pleads insanity and is admitted to a mental institution, where he rebels against the oppressive nurse and rallies up the scared patients.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001232/"\n>Milos Forman</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000197/"\n>Jack Nicholson</a>, \n<a href="/name/nm0001221/"\n>Louise Fletcher</a>, \n<a href="/name/nm0077720/"\n>Michael Berryman</a>, \n<a href="/name/nm0110480/"\n>Peter Brocco</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="950539">950,539</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="112,000,000">$112.00M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0073486" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0099685">\n\n\n<a href="/title/tt0099685/"\n> <img alt="Goodfellas"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BY2NkZjEzMDgtN2RjYy00YzM1LWI4ZmQtMjIwYjFjNmI3ZGEwXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0099685"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">19.</span>\n \n <a href="/title/tt0099685/"\n>Goodfellas</a>\n <span class="lister-item-year text-muted unbold">(1990)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">146 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nBiography, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0099685" data-tconst="tt0099685" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0099685">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0099685" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0099685"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">90 </span>\n Metascore\n </div>\n<p class="">\nThe story of <a href="/name/nm1453737">Henry Hill</a> and his life in the mob, covering his relationship with his wife Karen Hill and his mob partners Jimmy Conway and Tommy DeVito in the Italian-American crime syndicate.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000217/"\n>Martin Scorsese</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000134/"\n>Robert De Niro</a>, \n<a href="/name/nm0000501/"\n>Ray Liotta</a>, \n<a href="/name/nm0000582/"\n>Joe Pesci</a>, \n<a href="/name/nm0000966/"\n>Lorraine Bracco</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1064713">1,064,713</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="46,836,394">$46.84M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0099685" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0047478">\n\n\n<a href="/title/tt0047478/"\n> <img alt="Shichinin no samurai"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOWE4ZDdhNmMtNzE5ZC00NzExLTlhNGMtY2ZhYjYzODEzODA1XkEyXkFqcGdeQXVyNTAyODkwOQ@@._V1_UY209_CR4,0,140,209_AL_.jpg"\ndata-tconst="tt0047478"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">20.</span>\n \n <a href="/title/tt0047478/"\n>Shichinin no samurai</a>\n <span class="lister-item-year text-muted unbold">(1954)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">207 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0047478" data-tconst="tt0047478" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0047478">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0047478" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0047478"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">98 </span>\n Metascore\n </div>\n<p class="">\nA poor village under attack by bandits recruits seven unemployed samurai to help them defend themselves.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000041/"\n>Akira Kurosawa</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0001536/"\n>Toshir\xc3\xb4 Mifune</a>, \n<a href="/name/nm0793766/"\n>Takashi Shimura</a>, \n<a href="/name/nm0875477/"\n>Keiko Tsushima</a>, \n<a href="/name/nm0793616/"\n>Yukiko Shimazaki</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="327637">327,637</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="269,061">$0.27M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0047478" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0114369">\n\n\n<a href="/title/tt0114369/"\n> <img alt="Se7en"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOTUwODM5MTctZjczMi00OTk4LTg3NWUtNmVhMTAzNTNjYjcyXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0114369"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">21.</span>\n \n <a href="/title/tt0114369/"\n>Se7en</a>\n <span class="lister-item-year text-muted unbold">(1995)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">127 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama, Mystery </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0114369" data-tconst="tt0114369" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0114369">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0114369" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0114369"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">65 </span>\n Metascore\n </div>\n<p class="">\nTwo detectives, a rookie and a veteran, hunt a serial killer who uses the seven deadly sins as his motives.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000399/"\n>David Fincher</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000151/"\n>Morgan Freeman</a>, \n<a href="/name/nm0000093/"\n>Brad Pitt</a>, \n<a href="/name/nm0000228/"\n>Kevin Spacey</a>, \n<a href="/name/nm0001825/"\n>Andrew Kevin Walker</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1509041">1,509,041</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="100,125,643">$100.13M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0114369" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0317248">\n\n\n<a href="/title/tt0317248/"\n> <img alt="Cidade de Deus"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOTMwYjc5ZmItYTFjZC00ZGQ3LTlkNTMtMjZiNTZlMWQzNzI5XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0317248"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">22.</span>\n \n <a href="/title/tt0317248/"\n>Cidade de Deus</a>\n <span class="lister-item-year text-muted unbold">(2002)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">130 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0317248" data-tconst="tt0317248" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0317248">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0317248" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0317248"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">79 </span>\n Metascore\n </div>\n<p class="">\nIn the slums of Rio, two kids\' paths diverge as one struggles to become a photographer and the other a kingpin.</p>\n <p class="text-muted text-small">\n Directors:\n<a href="/name/nm0576987/"\n>Fernando Meirelles</a>, \n<a href="/name/nm0526199/"\n>K\xc3\xa1tia Lund</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1179105/"\n>Alexandre Rodrigues</a>, \n<a href="/name/nm1129884/"\n>Leandro Firmino</a>, \n<a href="/name/nm0618690/"\n>Matheus Nachtergaele</a>, \n<a href="/name/nm1249574/"\n>Phellipe Haagensen</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="719516">719,516</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="7,563,397">$7.56M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0317248" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0118799">\n\n\n<a href="/title/tt0118799/"\n> <img alt="La vita \xc3\xa8 bella"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYmJmM2Q4NmMtYThmNC00ZjRlLWEyZmItZTIwOTBlZDQ3NTQ1XkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0118799"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">23.</span>\n \n <a href="/title/tt0118799/"\n>La vita \xc3\xa8 bella</a>\n <span class="lister-item-year text-muted unbold">(1997)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">116 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0118799" data-tconst="tt0118799" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0118799">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0118799" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0118799"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore mixed">59 </span>\n Metascore\n </div>\n<p class="">\nWhen an open-minded Jewish librarian and his son become victims of the Holocaust, he uses a perfect mixture of will, humor, and imagination to protect his son from the dangers around their camp.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000905/"\n>Roberto Benigni</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000905/"\n>Roberto Benigni</a>, \n<a href="/name/nm0000971/"\n>Nicoletta Braschi</a>, \n<a href="/name/nm0134493/"\n>Giorgio Cantarini</a>, \n<a href="/name/nm0243842/"\n>Giustino Durano</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="649160">649,160</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="57,598,247">$57.60M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0118799" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0102926">\n\n\n<a href="/title/tt0102926/"\n> <img alt="The Silence of the Lambs"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNjNhZTk0ZmEtNjJhMi00YzFlLWE1MmEtYzM1M2ZmMGMwMTU4XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0102926"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">24.</span>\n \n <a href="/title/tt0102926/"\n>The Silence of the Lambs</a>\n <span class="lister-item-year text-muted unbold">(1991)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">118 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0102926" data-tconst="tt0102926" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0102926">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0102926" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0102926"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">85 </span>\n Metascore\n </div>\n<p class="">\nA young F.B.I. cadet must receive the help of an incarcerated and manipulative cannibal killer to help catch another serial killer, a madman who skins his victims.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001129/"\n>Jonathan Demme</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000149/"\n>Jodie Foster</a>, \n<a href="/name/nm0000164/"\n>Anthony Hopkins</a>, \n<a href="/name/nm0095029/"\n>Lawrence A. Bonney</a>, \n<a href="/name/nm0501435/"\n>Kasi Lemmons</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1325674">1,325,674</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="130,742,922">$130.74M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0102926" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0076759">\n\n\n<a href="/title/tt0076759/"\n> <img alt="Star Wars"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNzVlY2MwMjktM2E4OS00Y2Y3LWE3ZjctYzhkZGM3YzA1ZWM2XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0076759"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">25.</span>\n \n <a href="/title/tt0076759/"\n>Star Wars</a>\n <span class="lister-item-year text-muted unbold">(1977)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">121 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Fantasy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0076759" data-tconst="tt0076759" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0076759">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0076759" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0076759"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">90 </span>\n Metascore\n </div>\n<p class="">\nLuke Skywalker joins forces with a Jedi Knight, a cocky pilot, a Wookiee and two droids to save the galaxy from the Empire\'s world-destroying battle station, while also attempting to rescue Princess Leia from the mysterious Darth Vader.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000184/"\n>George Lucas</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000434/"\n>Mark Hamill</a>, \n<a href="/name/nm0000148/"\n>Harrison Ford</a>, \n<a href="/name/nm0000402/"\n>Carrie Fisher</a>, \n<a href="/name/nm0000027/"\n>Alec Guinness</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1272556">1,272,556</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="322,740,140">$322.74M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0076759" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0038650">\n\n\n<a href="/title/tt0038650/"\n> <img alt="It\'s a Wonderful Life"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZjc4NDZhZWMtNGEzYS00ZWU2LThlM2ItNTA0YzQ0OTExMTE2XkEyXkFqcGdeQXVyNjUwMzI2NzU@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0038650"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">26.</span>\n \n <a href="/title/tt0038650/"\n>It\'s a Wonderful Life</a>\n <span class="lister-item-year text-muted unbold">(1946)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">PG</span>\n <span class="ghost">|</span> \n <span class="runtime">130 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Family, Fantasy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0038650" data-tconst="tt0038650" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0038650">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0038650" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0038650"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">89 </span>\n Metascore\n </div>\n<p class="">\nAn angel is sent from Heaven to help a desperately frustrated businessman by showing him what life would have been like if he had never existed.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001008/"\n>Frank Capra</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000071/"\n>James Stewart</a>, \n<a href="/name/nm0001656/"\n>Donna Reed</a>, \n<a href="/name/nm0000859/"\n>Lionel Barrymore</a>, \n<a href="/name/nm0593775/"\n>Thomas Mitchell</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="420851">420,851</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0038650" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0120815">\n\n\n<a href="/title/tt0120815/"\n> <img alt="Saving Private Ryan"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZjhkMDM4MWItZTVjOC00ZDRhLThmYTAtM2I5NzBmNmNlMzI1XkEyXkFqcGdeQXVyNDYyMDk5MTU@._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0120815"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">27.</span>\n \n <a href="/title/tt0120815/"\n>Saving Private Ryan</a>\n <span class="lister-item-year text-muted unbold">(1998)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">169 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, War </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0120815" data-tconst="tt0120815" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0120815">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0120815" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0120815"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">91 </span>\n Metascore\n </div>\n<p class="">\nFollowing the Normandy Landings, a group of U.S. soldiers go behind enemy lines to retrieve a paratrooper whose brothers have been killed in action.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000229/"\n>Steven Spielberg</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000158/"\n>Tom Hanks</a>, \n<a href="/name/nm0000354/"\n>Matt Damon</a>, \n<a href="/name/nm0001744/"\n>Tom Sizemore</a>, \n<a href="/name/nm0122653/"\n>Edward Burns</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1286515">1,286,515</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="216,540,909">$216.54M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0120815" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0245429">\n\n\n<a href="/title/tt0245429/"\n> <img alt="Sen to Chihiro no kamikakushi"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjlmZmI5MDctNDE2YS00YWE0LWE5ZWItZDBhYWQ0NTcxNWRhXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0245429"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">28.</span>\n \n <a href="/title/tt0245429/"\n>Sen to Chihiro no kamikakushi</a>\n <span class="lister-item-year text-muted unbold">(2001)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">125 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAnimation, Adventure, Family </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0245429" data-tconst="tt0245429" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0245429">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0245429" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0245429"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">96 </span>\n Metascore\n </div>\n<p class="">\nDuring her family\'s move to the suburbs, a sullen 10-year-old girl wanders into a world ruled by gods, witches, and spirits, and where humans are changed into beasts.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0594503/"\n>Hayao Miyazaki</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0153738/"\n>Daveigh Chase</a>, \n<a href="/name/nm0687189/"\n>Suzanne Pleshette</a>, \n<a href="/name/nm0997115/"\n>Miyu Irino</a>, \n<a href="/name/nm0383708/"\n>Rumi Hiiragi</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="689227">689,227</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="10,055,859">$10.06M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0245429" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0120689">\n\n\n<a href="/title/tt0120689/"\n> <img alt="The Green Mile"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTUxMzQyNjA5MF5BMl5BanBnXkFtZTYwOTU2NTY3._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0120689"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">29.</span>\n \n <a href="/title/tt0120689/"\n>The Green Mile</a>\n <span class="lister-item-year text-muted unbold">(1999)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">189 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama, Fantasy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0120689" data-tconst="tt0120689" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0120689">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0120689" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0120689"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">61 </span>\n Metascore\n </div>\n<p class="">\nThe lives of guards on Death Row are affected by one of their charges: a black man accused of child murder and rape, yet who has a mysterious gift.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001104/"\n>Frank Darabont</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000158/"\n>Tom Hanks</a>, \n<a href="/name/nm0003817/"\n>Michael Clarke Duncan</a>, \n<a href="/name/nm0001556/"\n>David Morse</a>, \n<a href="/name/nm0001372/"\n>Bonnie Hunt</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1197953">1,197,953</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="136,801,374">$136.80M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0120689" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0110413">\n\n\n<a href="/title/tt0110413/"\n> <img alt="L\xc3\xa9on"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BODllNWE0MmEtYjUwZi00ZjY3LThmNmQtZjZlMjI2YTZjYmQ0XkEyXkFqcGdeQXVyNTc1NTQxODI@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0110413"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">30.</span>\n \n <a href="/title/tt0110413/"\n>L\xc3\xa9on</a>\n <span class="lister-item-year text-muted unbold">(1994)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">110 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0110413" data-tconst="tt0110413" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0110413">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0110413" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0110413"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">64 </span>\n Metascore\n </div>\n<p class="">\nMathilda, a 12-year-old girl, is reluctantly taken in by L\xc3\xa9on, a professional assassin, after her family is murdered. An unusual relationship forms as she becomes his prot\xc3\xa9g\xc3\xa9e and learns the assassin\'s trade.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000108/"\n>Luc Besson</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000606/"\n>Jean Reno</a>, \n<a href="/name/nm0000198/"\n>Gary Oldman</a>, \n<a href="/name/nm0000204/"\n>Natalie Portman</a>, \n<a href="/name/nm0000732/"\n>Danny Aiello</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1076778">1,076,778</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="19,501,238">$19.50M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0110413" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0056058">\n\n\n<a href="/title/tt0056058/"\n> <img alt="Seppuku"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYjBmYTQ1NjItZWU5MS00YjI0LTg2OTYtYmFkN2JkMmNiNWVkXkEyXkFqcGdeQXVyMTMxMTY0OTQ@._V1_UY209_CR7,0,140,209_AL_.jpg"\ndata-tconst="tt0056058"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">31.</span>\n \n <a href="/title/tt0056058/"\n>Seppuku</a>\n <span class="lister-item-year text-muted unbold">(1962)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">133 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Drama, Mystery </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0056058" data-tconst="tt0056058" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0056058">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0056058" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0056058"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">85 </span>\n Metascore\n </div>\n<p class="">\nWhen a ronin requesting seppuku at a feudal lord\'s palace is told of the brutal suicide of another ronin who previously visited, he reveals how their pasts are intertwined - and in doing so challenges the clan\'s integrity.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0462030/"\n>Masaki Kobayashi</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0619938/"\n>Tatsuya Nakadai</a>, \n<a href="/name/nm0410968/"\n>Akira Ishihama</a>, \n<a href="/name/nm0412615/"\n>Shima Iwashita</a>, \n<a href="/name/nm0848533/"\n>Tetsur\xc3\xb4 Tanba</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="48345">48,345</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0056058" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0816692">\n\n\n<a href="/title/tt0816692/"\n> <img alt="Interstellar"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZjdkOTU3MDktN2IxOS00OGEyLWFmMjktY2FiMmZkNWIyODZiXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0816692"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">32.</span>\n \n <a href="/title/tt0816692/"\n>Interstellar</a>\n <span class="lister-item-year text-muted unbold">(2014)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">169 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAdventure, Drama, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0816692" data-tconst="tt0816692" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0816692">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0816692" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0816692"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">74 </span>\n Metascore\n </div>\n<p class="">\nA team of explorers travel through a wormhole in space in an attempt to ensure humanity\'s survival.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0634240/"\n>Christopher Nolan</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000190/"\n>Matthew McConaughey</a>, \n<a href="/name/nm0004266/"\n>Anne Hathaway</a>, \n<a href="/name/nm1567113/"\n>Jessica Chastain</a>, \n<a href="/name/nm3237775/"\n>Mackenzie Foy</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1604000">1,604,000</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="188,020,017">$188.02M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0816692" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0114814">\n\n\n<a href="/title/tt0114814/"\n> <img alt="The Usual Suspects"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYTViNjMyNmUtNDFkNC00ZDRlLThmMDUtZDU2YWE4NGI2ZjVmXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0114814"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">33.</span>\n \n <a href="/title/tt0114814/"\n>The Usual Suspects</a>\n <span class="lister-item-year text-muted unbold">(1995)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">106 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Mystery, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0114814" data-tconst="tt0114814" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0114814">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0114814" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0114814"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">77 </span>\n Metascore\n </div>\n<p class="">\nA sole survivor tells of the twisty events leading up to a horrific gun battle on a boat, which began when five criminals met at a seemingly random police lineup.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001741/"\n>Bryan Singer</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000228/"\n>Kevin Spacey</a>, \n<a href="/name/nm0000321/"\n>Gabriel Byrne</a>, \n<a href="/name/nm0001590/"\n>Chazz Palminteri</a>, \n<a href="/name/nm0000286/"\n>Stephen Baldwin</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1025072">1,025,072</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="23,341,568">$23.34M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0114814" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0110357">\n\n\n<a href="/title/tt0110357/"\n> <img alt="The Lion King"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYTYxNGMyZTYtMjE3MS00MzNjLWFjNmYtMDk3N2FmM2JiM2M1XkEyXkFqcGdeQXVyNjY5NDU4NzI@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0110357"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">34.</span>\n \n <a href="/title/tt0110357/"\n>The Lion King</a>\n <span class="lister-item-year text-muted unbold">(1994)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">88 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAnimation, Adventure, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0110357" data-tconst="tt0110357" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0110357">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0110357" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0110357"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">88 </span>\n Metascore\n </div>\n<p class="">\nLion prince Simba and his father are targeted by his bitter uncle, who wants to ascend the throne himself.</p>\n <p class="text-muted text-small">\n Directors:\n<a href="/name/nm0021249/"\n>Roger Allers</a>, \n<a href="/name/nm0591450/"\n>Rob Minkoff</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000111/"\n>Matthew Broderick</a>, \n<a href="/name/nm0000460/"\n>Jeremy Irons</a>, \n<a href="/name/nm0000469/"\n>James Earl Jones</a>, \n<a href="/name/nm0000155/"\n>Whoopi Goldberg</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="979462">979,462</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="422,783,777">$422.78M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0110357" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0120586">\n\n\n<a href="/title/tt0120586/"\n> <img alt="American History X"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZTJhN2FkYWEtMGI0My00YWM4LWI2MjAtM2UwNjY4MTI2ZTQyXkEyXkFqcGdeQXVyNjc3MjQzNTI@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0120586"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">35.</span>\n \n <a href="/title/tt0120586/"\n>American History X</a>\n <span class="lister-item-year text-muted unbold">(1998)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">R</span>\n <span class="ghost">|</span> \n <span class="runtime">119 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0120586" data-tconst="tt0120586" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0120586">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0120586" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0120586"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">62 </span>\n Metascore\n </div>\n<p class="">\nA former neo-nazi skinhead tries to prevent his younger brother from going down the same wrong path that he did.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0443411/"\n>Tony Kaye</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0001570/"\n>Edward Norton</a>, \n<a href="/name/nm0000411/"\n>Edward Furlong</a>, \n<a href="/name/nm0000350/"\n>Beverly D\'Angelo</a>, \n<a href="/name/nm0000497/"\n>Jennifer Lien</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1063914">1,063,914</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="6,719,864">$6.72M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0120586" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0088763">\n\n\n<a href="/title/tt0088763/"\n> <img alt="Back to the Future"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZmU0M2Y1OGUtZjIxNi00ZjBkLTg1MjgtOWIyNThiZWIwYjRiXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0088763"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">36.</span>\n \n <a href="/title/tt0088763/"\n>Back to the Future</a>\n <span class="lister-item-year text-muted unbold">(1985)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">116 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAdventure, Comedy, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0088763" data-tconst="tt0088763" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0088763">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0088763" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0088763"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">87 </span>\n Metascore\n </div>\n<p class="">\nMarty McFly, a 17-year-old high school student, is accidentally sent thirty years into the past in a time-traveling DeLorean invented by his close friend, the eccentric scientist Doc Brown.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000709/"\n>Robert Zemeckis</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000150/"\n>Michael J. Fox</a>, \n<a href="/name/nm0000502/"\n>Christopher Lloyd</a>, \n<a href="/name/nm0000670/"\n>Lea Thompson</a>, \n<a href="/name/nm0000417/"\n>Crispin Glover</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1107535">1,107,535</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="210,609,762">$210.61M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0088763" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0253474">\n\n\n<a href="/title/tt0253474/"\n> <img alt="The Pianist"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOWRiZDIxZjktMTA1NC00MDQ2LWEzMjUtMTliZmY3NjQ3ODJiXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR5,0,140,209_AL_.jpg"\ndata-tconst="tt0253474"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">37.</span>\n \n <a href="/title/tt0253474/"\n>The Pianist</a>\n <span class="lister-item-year text-muted unbold">(2002)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">13</span>\n <span class="ghost">|</span> \n <span class="runtime">150 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nBiography, Drama, Music </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0253474" data-tconst="tt0253474" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0253474">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0253474" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0253474"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">85 </span>\n Metascore\n </div>\n<p class="">\nA Polish Jewish musician struggles to survive the destruction of the Warsaw ghetto of World War II.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000591/"\n>Roman Polanski</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004778/"\n>Adrien Brody</a>, \n<a href="/name/nm0470981/"\n>Thomas Kretschmann</a>, \n<a href="/name/nm0277975/"\n>Frank Finlay</a>, \n<a href="/name/nm0288976/"\n>Emilia Fox</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="766488">766,488</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="32,572,577">$32.57M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0253474" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0027977">\n\n\n<a href="/title/tt0027977/"\n> <img alt="Modern Times"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYjJiZjMzYzktNjU0NS00OTkxLWEwYzItYzdhYWJjN2QzMTRlL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0027977"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">38.</span>\n \n <a href="/title/tt0027977/"\n>Modern Times</a>\n <span class="lister-item-year text-muted unbold">(1936)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">87 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Family </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0027977" data-tconst="tt0027977" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0027977">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0027977" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0027977"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">96 </span>\n Metascore\n </div>\n<p class="">\nThe Tramp struggles to live in modern industrial society with the help of a young homeless woman.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000122/"\n>Charles Chaplin</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000122/"\n>Charles Chaplin</a>, \n<a href="/name/nm0002104/"\n>Paulette Goddard</a>, \n<a href="/name/nm0074788/"\n>Henry Bergman</a>, \n<a href="/name/nm0761866/"\n>Tiny Sandford</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="227592">227,592</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="163,245">$0.16M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0027977" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0103064">\n\n\n<a href="/title/tt0103064/"\n> <img alt="Terminator 2: Judgment Day"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMGU2NzRmZjUtOGUxYS00ZjdjLWEwZWItY2NlM2JhNjkxNTFmXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0103064"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">39.</span>\n \n <a href="/title/tt0103064/"\n>Terminator 2: Judgment Day</a>\n <span class="lister-item-year text-muted unbold">(1991)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">137 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0103064" data-tconst="tt0103064" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0103064">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0103064" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0103064"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">75 </span>\n Metascore\n </div>\n<p class="">\nA cyborg, identical to the one who failed to kill Sarah Connor, must now protect her ten year old son, John Connor, from a more advanced and powerful cyborg.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000116/"\n>James Cameron</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000216/"\n>Arnold Schwarzenegger</a>, \n<a href="/name/nm0000157/"\n>Linda Hamilton</a>, \n<a href="/name/nm0000411/"\n>Edward Furlong</a>, \n<a href="/name/nm0001598/"\n>Robert Patrick</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1030004">1,030,004</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="204,843,350">$204.84M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0103064" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1675434">\n\n\n<a href="/title/tt1675434/"\n> <img alt="The Intouchables"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTYxNDA3MDQwNl5BMl5BanBnXkFtZTcwNTU4Mzc1Nw@@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt1675434"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">40.</span>\n \n <a href="/title/tt1675434/"\n>The Intouchables</a>\n <span class="lister-item-year text-muted unbold">(2011)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">112 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nBiography, Comedy, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1675434" data-tconst="tt1675434" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1675434">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1675434" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1675434"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore mixed">57 </span>\n Metascore\n </div>\n<p class="">\nAfter he becomes a quadriplegic from a paragliding accident, an aristocrat hires a young man from the projects to be his caregiver.</p>\n <p class="text-muted text-small">\n Directors:\n<a href="/name/nm0619923/"\n>Olivier Nakache</a>, \n<a href="/name/nm0865918/"\n>\xc3\x89ric Toledano</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0167388/"\n>Fran\xc3\xa7ois Cluzet</a>, \n<a href="/name/nm1082477/"\n>Omar Sy</a>, \n<a href="/name/nm0494504/"\n>Anne Le Ny</a>, \n<a href="/name/nm1109153/"\n>Audrey Fleurot</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="793013">793,013</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="13,182,281">$13.18M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1675434" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0054215">\n\n\n<a href="/title/tt0054215/"\n> <img alt="Psycho"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNTQwNDM1YzItNDAxZC00NWY2LTk0M2UtNDIwNWI5OGUyNWUxXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0054215"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">41.</span>\n \n <a href="/title/tt0054215/"\n>Psycho</a>\n <span class="lister-item-year text-muted unbold">(1960)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">109 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nHorror, Mystery, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0054215" data-tconst="tt0054215" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0054215">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0054215" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0054215"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">97 </span>\n Metascore\n </div>\n<p class="">\nA Phoenix secretary embezzles $40,000 from her employer\'s client, goes on the run, and checks into a remote motel run by a young man under the domination of his mother.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000033/"\n>Alfred Hitchcock</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000578/"\n>Anthony Perkins</a>, \n<a href="/name/nm0001463/"\n>Janet Leigh</a>, \n<a href="/name/nm0587256/"\n>Vera Miles</a>, \n<a href="/name/nm0001260/"\n>John Gavin</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="627727">627,727</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="32,000,000">$32.00M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0054215" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0172495">\n\n\n<a href="/title/tt0172495/"\n> <img alt="Gladiator"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMDliMmNhNDEtODUyOS00MjNlLTgxODEtN2U3NzIxMGVkZTA1L2ltYWdlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0172495"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">42.</span>\n \n <a href="/title/tt0172495/"\n>Gladiator</a>\n <span class="lister-item-year text-muted unbold">(2000)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">155 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0172495" data-tconst="tt0172495" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0172495">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0172495" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0172495"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">67 </span>\n Metascore\n </div>\n<p class="">\nA former Roman General sets out to exact vengeance against the corrupt emperor who murdered his family and sent him into slavery.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000631/"\n>Ridley Scott</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000128/"\n>Russell Crowe</a>, \n<a href="/name/nm0001618/"\n>Joaquin Phoenix</a>, \n<a href="/name/nm0001567/"\n>Connie Nielsen</a>, \n<a href="/name/nm0001657/"\n>Oliver Reed</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1392900">1,392,900</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="187,705,427">$187.71M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0172495" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0021749">\n\n\n<a href="/title/tt0021749/"\n> <img alt="City Lights"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BY2I4MmM1N2EtM2YzOS00OWUzLTkzYzctNDc5NDg2N2IyODJmXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0021749"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">43.</span>\n \n <a href="/title/tt0021749/"\n>City Lights</a>\n <span class="lister-item-year text-muted unbold">(1931)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">G</span>\n <span class="ghost">|</span> \n <span class="runtime">87 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0021749" data-tconst="tt0021749" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0021749">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0021749" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0021749"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">99 </span>\n Metascore\n </div>\n<p class="">\nWith the aid of a wealthy erratic tippler, a dewy-eyed tramp who has fallen in love with a sightless flower girl accumulates money to be able to help her medically.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000122/"\n>Charles Chaplin</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000122/"\n>Charles Chaplin</a>, \n<a href="/name/nm0156039/"\n>Virginia Cherrill</a>, \n<a href="/name/nm5681967/"\n>Florence Lee</a>, \n<a href="/name/nm0616729/"\n>Harry Myers</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="175161">175,161</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="19,181">$0.02M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0021749" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0407887">\n\n\n<a href="/title/tt0407887/"\n> <img alt="The Departed"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTI1MTY2OTIxNV5BMl5BanBnXkFtZTYwNjQ4NjY3._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0407887"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">44.</span>\n \n <a href="/title/tt0407887/"\n>The Departed</a>\n <span class="lister-item-year text-muted unbold">(2006)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">151 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0407887" data-tconst="tt0407887" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0407887">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0407887" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0407887"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">85 </span>\n Metascore\n </div>\n<p class="">\nA crime action film about an undercover cop and a mole in the police attempting to identify each other while infiltrating an Irish gang in South Boston.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000217/"\n>Martin Scorsese</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000138/"\n>Leonardo DiCaprio</a>, \n<a href="/name/nm0000354/"\n>Matt Damon</a>, \n<a href="/name/nm0000197/"\n>Jack Nicholson</a>, \n<a href="/name/nm0000242/"\n>Mark Wahlberg</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1235485">1,235,485</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="132,384,315">$132.38M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0407887" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt2582802">\n\n\n<a href="/title/tt2582802/"\n> <img alt="Whiplash"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOTA5NDZlZGUtMjAxOS00YTRkLTkwYmMtYWQ0NWEwZDZiNjEzXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt2582802"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">45.</span>\n \n <a href="/title/tt2582802/"\n>Whiplash</a>\n <span class="lister-item-year text-muted unbold">(2014)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">106 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Music </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt2582802" data-tconst="tt2582802" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt2582802">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt2582802" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt2582802"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">88 </span>\n Metascore\n </div>\n<p class="">\nA promising young drummer enrolls at a cut-throat music conservatory where his dreams of greatness are mentored by an instructor who will stop at nothing to realize a student\'s potential.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm3227090/"\n>Damien Chazelle</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1886602/"\n>Miles Teller</a>, \n<a href="/name/nm0799777/"\n>J.K. Simmons</a>, \n<a href="/name/nm2552034/"\n>Melissa Benoist</a>, \n<a href="/name/nm0001663/"\n>Paul Reiser</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="758491">758,491</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="13,092,000">$13.09M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt2582802" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0064116">\n\n\n<a href="/title/tt0064116/"\n> <img alt="Once Upon a Time in the West"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZGI5MjBmYzYtMzJhZi00NGI1LTk3MzItYjBjMzcxM2U3MDdiXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0064116"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">46.</span>\n \n <a href="/title/tt0064116/"\n>Once Upon a Time in the West</a>\n <span class="lister-item-year text-muted unbold">(1968)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">165 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nWestern </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0064116" data-tconst="tt0064116" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0064116">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0064116" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0064116"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">80 </span>\n Metascore\n </div>\n<p class="">\nA mysterious stranger with a harmonica joins forces with a notorious desperado to protect a beautiful widow from a ruthless assassin working for the railroad.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001466/"\n>Sergio Leone</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000020/"\n>Henry Fonda</a>, \n<a href="/name/nm0000314/"\n>Charles Bronson</a>, \n<a href="/name/nm0001012/"\n>Claudia Cardinale</a>, \n<a href="/name/nm0001673/"\n>Jason Robards</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="313228">313,228</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="5,321,508">$5.32M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0064116" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0482571">\n\n\n<a href="/title/tt0482571/"\n> <img alt="The Prestige"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjA4NDI0MTIxNF5BMl5BanBnXkFtZTYwNTM0MzY2._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0482571"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">47.</span>\n \n <a href="/title/tt0482571/"\n>The Prestige</a>\n <span class="lister-item-year text-muted unbold">(2006)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">130 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Mystery, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0482571" data-tconst="tt0482571" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0482571">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0482571" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0482571"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">66 </span>\n Metascore\n </div>\n<p class="">\nAfter a tragic accident, two stage magicians engage in a battle to create the ultimate illusion while sacrificing everything they have to outwit each other.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0634240/"\n>Christopher Nolan</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000288/"\n>Christian Bale</a>, \n<a href="/name/nm0413168/"\n>Hugh Jackman</a>, \n<a href="/name/nm0424060/"\n>Scarlett Johansson</a>, \n<a href="/name/nm0000323/"\n>Michael Caine</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1239309">1,239,309</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="53,089,891">$53.09M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0482571" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt4154796">\n\n\n<a href="/title/tt4154796/"\n> <img alt="Avengers: Endgame"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTc5MDE2ODcwNV5BMl5BanBnXkFtZTgwMzI2NzQ2NzM@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt4154796"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">48.</span>\n \n <a href="/title/tt4154796/"\n>Avengers: Endgame</a>\n <span class="lister-item-year text-muted unbold">(2019)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">181 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt4154796" data-tconst="tt4154796" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt4154796">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt4154796" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt4154796"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">78 </span>\n Metascore\n </div>\n<p class="">\nAfter the devastating events of <a href="/title/tt4154756">Avengers: Infinity War</a> (2018), the universe is in ruins. With the help of remaining allies, the Avengers assemble once more in order to reverse Thanos\' actions and restore balance to the universe.</p>\n <p class="text-muted text-small">\n Directors:\n<a href="/name/nm0751577/"\n>Anthony Russo</a>, \n<a href="/name/nm0751648/"\n>Joe Russo</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000375/"\n>Robert Downey Jr.</a>, \n<a href="/name/nm0262635/"\n>Chris Evans</a>, \n<a href="/name/nm0749263/"\n>Mark Ruffalo</a>, \n<a href="/name/nm1165110/"\n>Chris Hemsworth</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="928184">928,184</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="858,373,000">$858.37M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt4154796" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0034583">\n\n\n<a href="/title/tt0034583/"\n> <img alt="Casablanca"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BY2IzZGY2YmEtYzljNS00NTM5LTgwMzUtMzM1NjQ4NGI0OTk0XkEyXkFqcGdeQXVyNDYyMDk5MTU@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0034583"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">49.</span>\n \n <a href="/title/tt0034583/"\n>Casablanca</a>\n <span class="lister-item-year text-muted unbold">(1942)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">102 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance, War </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0034583" data-tconst="tt0034583" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0034583">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0034583" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0034583"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">100 </span>\n Metascore\n </div>\n<p class="">\nA cynical expatriate American cafe owner struggles to decide whether or not to help his former lover and her fugitive husband escape the Nazis in French Morocco.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0002031/"\n>Michael Curtiz</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000007/"\n>Humphrey Bogart</a>, \n<a href="/name/nm0000006/"\n>Ingrid Bergman</a>, \n<a href="/name/nm0002134/"\n>Paul Henreid</a>, \n<a href="/name/nm0001647/"\n>Claude Rains</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="540850">540,850</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="1,024,560">$1.02M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0034583" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0095327">\n\n\n<a href="/title/tt0095327/"\n> <img alt="Hotaru no haka"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZmY2NjUzNDQtNTgxNC00M2Q4LTljOWQtMjNjNDBjNWUxNmJlXkEyXkFqcGdeQXVyNTA4NzY1MzY@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0095327"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">50.</span>\n \n <a href="/title/tt0095327/"\n>Hotaru no haka</a>\n <span class="lister-item-year text-muted unbold">(1988)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">89 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAnimation, Drama, War </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0095327" data-tconst="tt0095327" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0095327">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0095327" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0095327"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">94 </span>\n Metascore\n </div>\n<p class="">\nA young boy and his little sister struggle to survive in Japan during World War II.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0847223/"\n>Isao Takahata</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0851302/"\n>Tsutomu Tatsumi</a>, \n<a href="/name/nm0794186/"\n>Ayano Shiraishi</a>, \n<a href="/name/nm0945312/"\n>Akemi Yamaguchi</a>, \n<a href="/name/nm0794002/"\n>Yoshiko Shinohara</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="250901">250,901</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0095327" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0047396">\n\n\n<a href="/title/tt0047396/"\n> <img alt="Rear Window"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNGUxYWM3M2MtMGM3Mi00ZmRiLWE0NGQtZjE5ODI2OTJhNTU0XkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0047396"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">51.</span>\n \n <a href="/title/tt0047396/"\n>Rear Window</a>\n <span class="lister-item-year text-muted unbold">(1954)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">112 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nMystery, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0047396" data-tconst="tt0047396" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0047396">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0047396" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0047396"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">100 </span>\n Metascore\n </div>\n<p class="">\nA wheelchair-bound photographer spies on his neighbors from his apartment window and becomes convinced one of them has committed murder.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000033/"\n>Alfred Hitchcock</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000071/"\n>James Stewart</a>, \n<a href="/name/nm0000038/"\n>Grace Kelly</a>, \n<a href="/name/nm0179819/"\n>Wendell Corey</a>, \n<a href="/name/nm0728812/"\n>Thelma Ritter</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="463023">463,023</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="36,764,313">$36.76M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0047396" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0095765">\n\n\n<a href="/title/tt0095765/"\n> <img alt="Nuovo Cinema Paradiso"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BM2FhYjEyYmYtMDI1Yy00YTdlLWI2NWQtYmEzNzAxOGY1NjY2XkEyXkFqcGdeQXVyNTA3NTIyNDg@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0095765"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">52.</span>\n \n <a href="/title/tt0095765/"\n>Nuovo Cinema Paradiso</a>\n <span class="lister-item-year text-muted unbold">(1988)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">155 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0095765" data-tconst="tt0095765" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0095765">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0095765" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0095765"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">80 </span>\n Metascore\n </div>\n<p class="">\nA filmmaker recalls his childhood when falling in love with the pictures at the cinema of his home village and forms a deep friendship with the cinema\'s projectionist.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0868153/"\n>Giuseppe Tornatore</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0634159/"\n>Philippe Noiret</a>, \n<a href="/name/nm0134073/"\n>Enzo Cannavale</a>, \n<a href="/name/nm0041066/"\n>Antonella Attili</a>, \n<a href="/name/nm0199774/"\n>Isa Danieli</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="243917">243,917</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="11,990,401">$11.99M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0095765" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0078748">\n\n\n<a href="/title/tt0078748/"\n> <img alt="Alien"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMmQ2MmU3NzktZjAxOC00ZDZhLTk4YzEtMDMyMzcxY2IwMDAyXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0078748"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">53.</span>\n \n <a href="/title/tt0078748/"\n>Alien</a>\n <span class="lister-item-year text-muted unbold">(1979)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">R</span>\n <span class="ghost">|</span> \n <span class="runtime">117 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nHorror, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0078748" data-tconst="tt0078748" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0078748">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0078748" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0078748"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">89 </span>\n Metascore\n </div>\n<p class="">\nAfter a space merchant vessel receives an unknown transmission as a distress call, one of the crew is attacked by a mysterious life form and they soon realize that its life cycle has merely begun.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000631/"\n>Ridley Scott</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000244/"\n>Sigourney Weaver</a>, \n<a href="/name/nm0000643/"\n>Tom Skerritt</a>, \n<a href="/name/nm0000457/"\n>John Hurt</a>, \n<a href="/name/nm0001021/"\n>Veronica Cartwright</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="819632">819,632</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="78,900,000">$78.90M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0078748" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0082971">\n\n\n<a href="/title/tt0082971/"\n> <img alt="Raiders of the Lost Ark"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjA0ODEzMTc1Nl5BMl5BanBnXkFtZTcwODM2MjAxNA@@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0082971"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">54.</span>\n \n <a href="/title/tt0082971/"\n>Raiders of the Lost Ark</a>\n <span class="lister-item-year text-muted unbold">(1981)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">115 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0082971" data-tconst="tt0082971" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0082971">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0082971" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0082971"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">85 </span>\n Metascore\n </div>\n<p class="">\nIn 1936, archaeologist and adventurer Indiana Jones is hired by the U.S. government to find the Ark of the Covenant before <a href="/name/nm0386944">Adolf Hitler</a>\'s Nazis can obtain its awesome powers.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000229/"\n>Steven Spielberg</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000148/"\n>Harrison Ford</a>, \n<a href="/name/nm0000261/"\n>Karen Allen</a>, \n<a href="/name/nm0293550/"\n>Paul Freeman</a>, \n<a href="/name/nm0722636/"\n>John Rhys-Davies</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="913898">913,898</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="248,159,971">$248.16M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0082971" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0209144">\n\n\n<a href="/title/tt0209144/"\n> <img alt="Memento"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZTcyNjk1MjgtOWI3Mi00YzQwLWI5MTktMzY4ZmI2NDAyNzYzXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0209144"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">55.</span>\n \n <a href="/title/tt0209144/"\n>Memento</a>\n <span class="lister-item-year text-muted unbold">(2000)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">113 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nMystery, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0209144" data-tconst="tt0209144" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0209144">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0209144" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0209144"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">80 </span>\n Metascore\n </div>\n<p class="">\nA man with short-term memory loss attempts to track down his wife\'s murderer.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0634240/"\n>Christopher Nolan</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0001602/"\n>Guy Pearce</a>, \n<a href="/name/nm0005251/"\n>Carrie-Anne Moss</a>, \n<a href="/name/nm0001592/"\n>Joe Pantoliano</a>, \n<a href="/name/nm0095478/"\n>Mark Boone Junior</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1164915">1,164,915</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="25,544,867">$25.54M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0209144" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0078788">\n\n\n<a href="/title/tt0078788/"\n> <img alt="Apocalypse Now"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMDdhODg0MjYtYzBiOS00ZmI5LWEwZGYtZDEyNDU4MmQyNzFkXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0078788"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">56.</span>\n \n <a href="/title/tt0078788/"\n>Apocalypse Now</a>\n <span class="lister-item-year text-muted unbold">(1979)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">R</span>\n <span class="ghost">|</span> \n <span class="runtime">147 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Mystery, War </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0078788" data-tconst="tt0078788" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0078788">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0078788" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0078788"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">94 </span>\n Metascore\n </div>\n<p class="">\nA U.S. Army officer serving in Vietnam is tasked with assassinating a renegade Special Forces Colonel who sees himself as a god.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000338/"\n>Francis Ford Coppola</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000640/"\n>Martin Sheen</a>, \n<a href="/name/nm0000008/"\n>Marlon Brando</a>, \n<a href="/name/nm0000380/"\n>Robert Duvall</a>, \n<a href="/name/nm0002078/"\n>Frederic Forrest</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="627539">627,539</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="83,471,511">$83.47M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0078788" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0032553">\n\n\n<a href="/title/tt0032553/"\n> <img alt="The Great Dictator"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMmExYWJjNTktNGUyZS00ODhmLTkxYzAtNWIzOGEyMGNiMmUwXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0032553"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">57.</span>\n \n <a href="/title/tt0032553/"\n>The Great Dictator</a>\n <span class="lister-item-year text-muted unbold">(1940)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">125 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, War </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0032553" data-tconst="tt0032553" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0032553">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0032553" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0032553"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nDictator Adenoid Hynkel tries to expand his empire while a poor Jewish barber tries to avoid persecution from Hynkel\'s regime.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000122/"\n>Charles Chaplin</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000122/"\n>Charles Chaplin</a>, \n<a href="/name/nm0002104/"\n>Paulette Goddard</a>, \n<a href="/name/nm0642988/"\n>Jack Oakie</a>, \n<a href="/name/nm0306786/"\n>Reginald Gardiner</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="212388">212,388</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="288,475">$0.29M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0032553" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0405094">\n\n\n<a href="/title/tt0405094/"\n> <img alt="The Lives of Others"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOThkM2EzYmMtNDE3NS00NjlhLTg4YzktYTdhNzgyOWY3ZDYzXkEyXkFqcGdeQXVyNzQzNzQxNzI@._V1_UY209_CR4,0,140,209_AL_.jpg"\ndata-tconst="tt0405094"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">58.</span>\n \n <a href="/title/tt0405094/"\n>The Lives of Others</a>\n <span class="lister-item-year text-muted unbold">(2006)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">137 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Mystery, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0405094" data-tconst="tt0405094" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0405094">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0405094" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0405094"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">89 </span>\n Metascore\n </div>\n<p class="">\nIn 1984 East Berlin, an agent of the secret police, conducting surveillance on a writer and his lover, finds himself becoming increasingly absorbed by their lives.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0003697/"\n>Florian Henckel von Donnersmarck</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0618057/"\n>Ulrich M\xc3\xbche</a>, \n<a href="/name/nm0311476/"\n>Martina Gedeck</a>, \n<a href="/name/nm0462407/"\n>Sebastian Koch</a>, \n<a href="/name/nm0876300/"\n>Ulrich Tukur</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="371327">371,327</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="11,286,112">$11.29M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0405094" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt4154756">\n\n\n<a href="/title/tt4154756/"\n> <img alt="Avengers: Infinity War"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjMxNjY2MDU1OV5BMl5BanBnXkFtZTgwNzY1MTUwNTM@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt4154756"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">59.</span>\n \n <a href="/title/tt4154756/"\n>Avengers: Infinity War</a>\n <span class="lister-item-year text-muted unbold">(2018)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">149 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt4154756" data-tconst="tt4154756" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt4154756">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt4154756" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt4154756"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">68 </span>\n Metascore\n </div>\n<p class="">\nThe Avengers and their allies must be willing to sacrifice all in an attempt to defeat the powerful Thanos before his blitz of devastation and ruin puts an end to the universe.</p>\n <p class="text-muted text-small">\n Directors:\n<a href="/name/nm0751577/"\n>Anthony Russo</a>, \n<a href="/name/nm0751648/"\n>Joe Russo</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000375/"\n>Robert Downey Jr.</a>, \n<a href="/name/nm1165110/"\n>Chris Hemsworth</a>, \n<a href="/name/nm0749263/"\n>Mark Ruffalo</a>, \n<a href="/name/nm0262635/"\n>Chris Evans</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="915679">915,679</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="678,815,482">$678.82M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt4154756" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1853728">\n\n\n<a href="/title/tt1853728/"\n> <img alt="Django Unchained"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjIyNTQ5NjQ1OV5BMl5BanBnXkFtZTcwODg1MDU4OA@@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt1853728"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">60.</span>\n \n <a href="/title/tt1853728/"\n>Django Unchained</a>\n <span class="lister-item-year text-muted unbold">(2012)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">165 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Western </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1853728" data-tconst="tt1853728" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1853728">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1853728" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1853728"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">81 </span>\n Metascore\n </div>\n<p class="">\nWith the help of a German bounty-hunter, a freed slave sets out to rescue his wife from a brutal plantation-owner in Mississippi.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000233/"\n>Quentin Tarantino</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004937/"\n>Jamie Foxx</a>, \n<a href="/name/nm0910607/"\n>Christoph Waltz</a>, \n<a href="/name/nm0000138/"\n>Leonardo DiCaprio</a>, \n<a href="/name/nm0913488/"\n>Kerry Washington</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1419446">1,419,446</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="162,805,434">$162.81M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1853728" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt4633694">\n\n\n<a href="/title/tt4633694/"\n> <img alt="Spider-Man: Into the Spider-Verse"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjMwNDkxMTgzOF5BMl5BanBnXkFtZTgwNTkwNTQ3NjM@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt4633694"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">61.</span>\n \n <a href="/title/tt4633694/"\n>Spider-Man: Into the Spider-Verse</a>\n <span class="lister-item-year text-muted unbold">(2018)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">117 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAnimation, Action, Adventure </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt4633694" data-tconst="tt4633694" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt4633694">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt4633694" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt4633694"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">87 </span>\n Metascore\n </div>\n<p class="">\nTeen Miles Morales becomes the Spider-Man of his universe, and must join with five spider-powered individuals from other dimensions to stop a threat for all realities.</p>\n <p class="text-muted text-small">\n Directors:\n<a href="/name/nm2130108/"\n>Bob Persichetti</a>, \n<a href="/name/nm0709056/"\n>Peter Ramsey</a>, \n<a href="/name/nm0745247/"\n>Rodney Rothman</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm4271336/"\n>Shameik Moore</a>, \n<a href="/name/nm2159926/"\n>Jake Johnson</a>, \n<a href="/name/nm2794962/"\n>Hailee Steinfeld</a>, \n<a href="/name/nm0991810/"\n>Mahershala Ali</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="421760">421,760</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="190,241,310">$190.24M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt4633694" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0081505">\n\n\n<a href="/title/tt0081505/"\n> <img alt="The Shining"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZWFlYmY2MGEtZjVkYS00YzU4LTg0YjQtYzY1ZGE3NTA5NGQxXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0081505"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">62.</span>\n \n <a href="/title/tt0081505/"\n>The Shining</a>\n <span class="lister-item-year text-muted unbold">(1980)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">146 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Horror </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0081505" data-tconst="tt0081505" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0081505">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0081505" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0081505"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">66 </span>\n Metascore\n </div>\n<p class="">\nA family heads to an isolated hotel for the winter where a sinister presence influences the father into violence, while his psychic son sees horrific forebodings from both past and future.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000040/"\n>Stanley Kubrick</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000197/"\n>Jack Nicholson</a>, \n<a href="/name/nm0001167/"\n>Shelley Duvall</a>, \n<a href="/name/nm0515950/"\n>Danny Lloyd</a>, \n<a href="/name/nm0001079/"\n>Scatman Crothers</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="937704">937,704</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="44,017,374">$44.02M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0081505" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0050825">\n\n\n<a href="/title/tt0050825/"\n> <img alt="Paths of Glory"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNjViMmRkOTEtM2ViOS00ODg0LWJhYWEtNTBlOGQxNDczOGY3XkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UY209_CR5,0,140,209_AL_.jpg"\ndata-tconst="tt0050825"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">63.</span>\n \n <a href="/title/tt0050825/"\n>Paths of Glory</a>\n <span class="lister-item-year text-muted unbold">(1957)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">88 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, War </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0050825" data-tconst="tt0050825" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0050825">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0050825" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0050825"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">90 </span>\n Metascore\n </div>\n<p class="">\nAfter refusing to attack an enemy position, a general accuses the soldiers of cowardice and their commanding officer must defend them.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000040/"\n>Stanley Kubrick</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000018/"\n>Kirk Douglas</a>, \n<a href="/name/nm0576127/"\n>Ralph Meeker</a>, \n<a href="/name/nm0579663/"\n>Adolphe Menjou</a>, \n<a href="/name/nm0534317/"\n>George Macready</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="186306">186,306</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0050825" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0910970">\n\n\n<a href="/title/tt0910970/"\n> <img alt="WALL\xc2\xb7E"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjExMTg5OTU0NF5BMl5BanBnXkFtZTcwMjMxMzMzMw@@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0910970"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">64.</span>\n \n <a href="/title/tt0910970/"\n>WALL\xc2\xb7E</a>\n <span class="lister-item-year text-muted unbold">(2008)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">98 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAnimation, Adventure, Family </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0910970" data-tconst="tt0910970" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0910970">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0910970" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0910970"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">95 </span>\n Metascore\n </div>\n<p class="">\nIn the distant future, a small waste-collecting robot inadvertently embarks on a space journey that will ultimately decide the fate of mankind.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0004056/"\n>Andrew Stanton</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0123785/"\n>Ben Burtt</a>, \n<a href="/name/nm2264184/"\n>Elissa Knight</a>, \n<a href="/name/nm0307531/"\n>Jeff Garlin</a>, \n<a href="/name/nm0929609/"\n>Fred Willard</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1038385">1,038,385</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="223,808,164">$223.81M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0910970" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0043014">\n\n\n<a href="/title/tt0043014/"\n> <img alt="Sunset Blvd."\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTU0NTkyNzYwMF5BMl5BanBnXkFtZTgwMDU0NDk5MTI@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0043014"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">65.</span>\n \n <a href="/title/tt0043014/"\n>Sunset Blvd.</a>\n <span class="lister-item-year text-muted unbold">(1950)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">110 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Film-Noir </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0043014" data-tconst="tt0043014" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0043014">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0043014" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0043014"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA screenwriter develops a dangerous relationship with a faded film star determined to make a triumphant return.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000697/"\n>Billy Wilder</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000034/"\n>William Holden</a>, \n<a href="/name/nm0841797/"\n>Gloria Swanson</a>, \n<a href="/name/nm0002233/"\n>Erich von Stroheim</a>, \n<a href="/name/nm0647970/"\n>Nancy Olson</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="210049">210,049</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0043014" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0057012">\n\n\n<a href="/title/tt0057012/"\n> <img alt="Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZWI3ZTMxNjctMjdlNS00NmUwLWFiM2YtZDUyY2I3N2MxYTE0XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0057012"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">66.</span>\n \n <a href="/title/tt0057012/"\n>Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb</a>\n <span class="lister-item-year text-muted unbold">(1964)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">95 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0057012" data-tconst="tt0057012" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0057012">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0057012" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0057012"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">97 </span>\n Metascore\n </div>\n<p class="">\nAn insane general triggers a path to nuclear holocaust that a War Room full of politicians and generals frantically tries to stop.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000040/"\n>Stanley Kubrick</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000634/"\n>Peter Sellers</a>, \n<a href="/name/nm0001715/"\n>George C. Scott</a>, \n<a href="/name/nm0001330/"\n>Sterling Hayden</a>, \n<a href="/name/nm0943978/"\n>Keenan Wynn</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="466143">466,143</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="275,902">$0.28M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0057012" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0119698">\n\n\n<a href="/title/tt0119698/"\n> <img alt="Mononoke-hime"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNGIzY2IzODQtNThmMi00ZDE4LWI5YzAtNzNlZTM1ZjYyYjUyXkEyXkFqcGdeQXVyODEzNjM5OTQ@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0119698"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">67.</span>\n \n <a href="/title/tt0119698/"\n>Mononoke-hime</a>\n <span class="lister-item-year text-muted unbold">(1997)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">134 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAnimation, Action, Adventure </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0119698" data-tconst="tt0119698" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0119698">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0119698" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0119698"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">76 </span>\n Metascore\n </div>\n<p class="">\nOn a journey to find the cure for a Tatarigami\'s curse, Ashitaka finds himself in the middle of a war between the forest gods and Tatara, a mining colony. In this quest he also meets San, the Mononoke Hime.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0594503/"\n>Hayao Miyazaki</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0559444/"\n>Y\xc3\xb4ji Matsuda</a>, \n<a href="/name/nm0410942/"\n>Yuriko Ishida</a>, \n<a href="/name/nm0849100/"\n>Y\xc3\xbbko Tanaka</a>, \n<a href="/name/nm0001082/"\n>Billy Crudup</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="362768">362,768</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="2,375,308">$2.38M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0119698" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0364569">\n\n\n<a href="/title/tt0364569/"\n> <img alt="Oldeuboi"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTI3NTQyMzU5M15BMl5BanBnXkFtZTcwMTM2MjgyMQ@@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0364569"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">68.</span>\n \n <a href="/title/tt0364569/"\n>Oldeuboi</a>\n <span class="lister-item-year text-muted unbold">(2003)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">101 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Drama, Mystery </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0364569" data-tconst="tt0364569" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0364569">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0364569" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0364569"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">77 </span>\n Metascore\n </div>\n<p class="">\nAfter being kidnapped and imprisoned for fifteen years, Oh Dae-Su is released, only to find that he must find his captor in five days.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0661791/"\n>Park Chan-Wook</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0158856/"\n>Choi Min-sik</a>, \n<a href="/name/nm0949167/"\n>Yoo Ji-Tae</a>, \n<a href="/name/nm1367246/"\n>Kang Hye-jeong</a>, \n<a href="/name/nm1366028/"\n>Kim Byeong-Ok</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="538199">538,199</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="707,481">$0.71M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0364569" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0051201">\n\n\n<a href="/title/tt0051201/"\n> <img alt="Witness for the Prosecution"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNDQwODU5OWYtNDcyNi00MDQ1LThiOGMtZDkwNWJiM2Y3MDg0XkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0051201"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">69.</span>\n \n <a href="/title/tt0051201/"\n>Witness for the Prosecution</a>\n <span class="lister-item-year text-muted unbold">(1957)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">116 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama, Mystery </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0051201" data-tconst="tt0051201" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0051201">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0051201" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0051201"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA veteran British barrister must defend his client in a murder trial that has surprise after surprise.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000697/"\n>Billy Wilder</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000061/"\n>Tyrone Power</a>, \n<a href="/name/nm0000017/"\n>Marlene Dietrich</a>, \n<a href="/name/nm0001452/"\n>Charles Laughton</a>, \n<a href="/name/nm0006471/"\n>Elsa Lanchester</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="115420">115,420</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="8,175,000">$8.18M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0051201" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1345836">\n\n\n<a href="/title/tt1345836/"\n> <img alt="The Dark Knight Rises"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTk4ODQzNDY3Ml5BMl5BanBnXkFtZTcwODA0NTM4Nw@@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt1345836"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">70.</span>\n \n <a href="/title/tt1345836/"\n>The Dark Knight Rises</a>\n <span class="lister-item-year text-muted unbold">(2012)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">164 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1345836" data-tconst="tt1345836" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1345836">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1345836" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1345836"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">78 </span>\n Metascore\n </div>\n<p class="">\nEight years after the Joker\'s reign of anarchy, Batman, with the help of the enigmatic Catwoman, is forced from his exile to save Gotham City from the brutal guerrilla terrorist Bane.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0634240/"\n>Christopher Nolan</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000288/"\n>Christian Bale</a>, \n<a href="/name/nm0362766/"\n>Tom Hardy</a>, \n<a href="/name/nm0004266/"\n>Anne Hathaway</a>, \n<a href="/name/nm0000198/"\n>Gary Oldman</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1571697">1,571,697</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="448,139,099">$448.14M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1345836" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0087843">\n\n\n<a href="/title/tt0087843/"\n> <img alt="Once Upon a Time in America"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMGFkNWI4MTMtNGQ0OC00MWVmLTk3MTktOGYxN2Y2YWVkZWE2XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0087843"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">71.</span>\n \n <a href="/title/tt0087843/"\n>Once Upon a Time in America</a>\n <span class="lister-item-year text-muted unbold">(1984)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">229 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0087843" data-tconst="tt0087843" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0087843">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0087843" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0087843"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA former Prohibition-era Jewish gangster returns to the Lower East Side of Manhattan over thirty years later, where he once again must confront the ghosts and regrets of his old life.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001466/"\n>Sergio Leone</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000134/"\n>Robert De Niro</a>, \n<a href="/name/nm0000249/"\n>James Woods</a>, \n<a href="/name/nm0001527/"\n>Elizabeth McGovern</a>, \n<a href="/name/nm0001852/"\n>Treat Williams</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="326189">326,189</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="5,321,508">$5.32M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0087843" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt6751668">\n\n\n<a href="/title/tt6751668/"\n> <img alt="Gisaengchung"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYWZjMjk3ZTItODQ2ZC00NTY5LWE0ZDYtZTI3MjcwN2Q5NTVkXkEyXkFqcGdeQXVyODk4OTc3MTY@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt6751668"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">72.</span>\n \n <a href="/title/tt6751668/"\n>Gisaengchung</a>\n <span class="lister-item-year text-muted unbold">(2019)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">132 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt6751668" data-tconst="tt6751668" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt6751668">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt6751668" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt6751668"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">96 </span>\n Metascore\n </div>\n<p class="">\nGreed and class discrimination threaten the newly formed symbiotic relationship between the wealthy Park family and the destitute Kim clan.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0094435/"\n>Bong Joon Ho</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0814280/"\n>Kang-ho Song</a>, \n<a href="/name/nm1310525/"\n>Sun-kyun Lee</a>, \n<a href="/name/nm1856097/"\n>Yeo-jeong Cho</a>, \n<a href="/name/nm6079248/"\n>Woo-sik Choi</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="650703">650,703</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="53,367,844">$53.37M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt6751668" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0090605">\n\n\n<a href="/title/tt0090605/"\n> <img alt="Aliens"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZGU2OGY5ZTYtMWNhYy00NjZiLWI0NjUtZmNhY2JhNDRmODU3XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0090605"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">73.</span>\n \n <a href="/title/tt0090605/"\n>Aliens</a>\n <span class="lister-item-year text-muted unbold">(1986)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">137 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0090605" data-tconst="tt0090605" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0090605">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0090605" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0090605"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">84 </span>\n Metascore\n </div>\n<p class="">\nFifty-seven years after surviving an apocalyptic attack aboard her space vessel by merciless space creatures, Officer Ripley awakens from hyper-sleep and tries to warn anyone who will listen about the predators.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000116/"\n>James Cameron</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000244/"\n>Sigourney Weaver</a>, \n<a href="/name/nm0000299/"\n>Michael Biehn</a>, \n<a href="/name/nm0001343/"\n>Carrie Henn</a>, \n<a href="/name/nm0001663/"\n>Paul Reiser</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="676041">676,041</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="85,160,248">$85.16M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0090605" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0169547">\n\n\n<a href="/title/tt0169547/"\n> <img alt="American Beauty"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNTBmZWJkNjctNDhiNC00MGE2LWEwOTctZTk5OGVhMWMyNmVhXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0169547"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">74.</span>\n \n <a href="/title/tt0169547/"\n>American Beauty</a>\n <span class="lister-item-year text-muted unbold">(1999)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">122 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0169547" data-tconst="tt0169547" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0169547">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0169547" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0169547"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">84 </span>\n Metascore\n </div>\n<p class="">\nA sexually frustrated suburban father has a mid-life crisis after becoming infatuated with his daughter\'s best friend.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0005222/"\n>Sam Mendes</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000228/"\n>Kevin Spacey</a>, \n<a href="/name/nm0000906/"\n>Annette Bening</a>, \n<a href="/name/nm0000301/"\n>Thora Birch</a>, \n<a href="/name/nm0004747/"\n>Wes Bentley</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1101216">1,101,216</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="130,096,601">$130.10M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0169547" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt2380307">\n\n\n<a href="/title/tt2380307/"\n> <img alt="Coco"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYjQ5NjM0Y2YtNjZkNC00ZDhkLWJjMWItN2QyNzFkMDE3ZjAxXkEyXkFqcGdeQXVyODIxMzk5NjA@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt2380307"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">75.</span>\n \n <a href="/title/tt2380307/"\n>Coco</a>\n <span class="lister-item-year text-muted unbold">(I) (2017)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">105 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAnimation, Adventure, Comedy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt2380307" data-tconst="tt2380307" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt2380307">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt2380307" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt2380307"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">81 </span>\n Metascore\n </div>\n<p class="">\nAspiring musician Miguel, confronted with his family\'s ancestral ban on music, enters the Land of the Dead to find his great-great-grandfather, a legendary singer.</p>\n <p class="text-muted text-small">\n Directors:\n<a href="/name/nm0881279/"\n>Lee Unkrich</a>, \n<a href="/name/nm2937122/"\n>Adrian Molina</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm5645519/"\n>Anthony Gonzalez</a>, \n<a href="/name/nm0305558/"\n>Gael Garc\xc3\xada Bernal</a>, \n<a href="/name/nm0000973/"\n>Benjamin Bratt</a>, \n<a href="/name/nm0005513/"\n>Alanna Ubach</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="427447">427,447</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="209,726,015">$209.73M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt2380307" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt5311514">\n\n\n<a href="/title/tt5311514/"\n> <img alt="Kimi no na wa."\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BODRmZDVmNzUtZDA4ZC00NjhkLWI2M2UtN2M0ZDIzNDcxYThjL2ltYWdlXkEyXkFqcGdeQXVyNTk0MzMzODA@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt5311514"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">76.</span>\n \n <a href="/title/tt5311514/"\n>Kimi no na wa.</a>\n <span class="lister-item-year text-muted unbold">(2016)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">106 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAnimation, Drama, Fantasy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt5311514" data-tconst="tt5311514" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt5311514">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt5311514" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt5311514"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">79 </span>\n Metascore\n </div>\n<p class="">\nTwo strangers find themselves linked in a bizarre way. When a connection forms, will distance be the only thing to keep them apart?</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1396121/"\n>Makoto Shinkai</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1126340/"\n>Ry\xc3\xbbnosuke Kamiki</a>, \n<a href="/name/nm4759838/"\n>Mone Kamishiraishi</a>, \n<a href="/name/nm6954008/"\n>Ry\xc3\xb4 Narita</a>, \n<a href="/name/nm2976492/"\n>Aoi Y\xc3\xbbki</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="221704">221,704</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="5,017,246">$5.02M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt5311514" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0112573">\n\n\n<a href="/title/tt0112573/"\n> <img alt="Braveheart"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMzkzMmU0YTYtOWM3My00YzBmLWI0YzctOGYyNTkwMWE5MTJkXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0112573"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">77.</span>\n \n <a href="/title/tt0112573/"\n>Braveheart</a>\n <span class="lister-item-year text-muted unbold">(1995)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">178 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nBiography, Drama, History </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0112573" data-tconst="tt0112573" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0112573">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0112573" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0112573"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">68 </span>\n Metascore\n </div>\n<p class="">\nScottish warrior William Wallace leads his countrymen in a rebellion to free his homeland from the tyranny of King Edward I of England.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000154/"\n>Mel Gibson</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000154/"\n>Mel Gibson</a>, \n<a href="/name/nm0000521/"\n>Sophie Marceau</a>, \n<a href="/name/nm0001526/"\n>Patrick McGoohan</a>, \n<a href="/name/nm0005171/"\n>Angus Macfadyen</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="985785">985,785</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="75,600,000">$75.60M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0112573" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0082096">\n\n\n<a href="/title/tt0082096/"\n> <img alt="Das Boot"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOGZhZDIzNWMtNjkxMS00MDQ1LThkMTYtZWQzYWU3MWMxMGU5XkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0082096"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">78.</span>\n \n <a href="/title/tt0082096/"\n>Das Boot</a>\n <span class="lister-item-year text-muted unbold">(1981)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">R</span>\n <span class="ghost">|</span> \n <span class="runtime">149 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAdventure, Drama, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0082096" data-tconst="tt0082096" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0082096">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0082096" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0082096"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">86 </span>\n Metascore\n </div>\n<p class="">\nThe claustrophobic world of a WWII German U-boat; boredom, filth and sheer terror.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000583/"\n>Wolfgang Petersen</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0001638/"\n>J\xc3\xbcrgen Prochnow</a>, \n<a href="/name/nm0344963/"\n>Herbert Gr\xc3\xb6nemeyer</a>, \n<a href="/name/nm0921044/"\n>Klaus Wennemann</a>, \n<a href="/name/nm0071059/"\n>Hubertus Bengsch</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="239713">239,713</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="11,487,676">$11.49M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0082096" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1187043">\n\n\n<a href="/title/tt1187043/"\n> <img alt="3 Idiots"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNTkyOGVjMGEtNmQzZi00NzFlLTlhOWQtODYyMDc2ZGJmYzFhXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt1187043"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">79.</span>\n \n <a href="/title/tt1187043/"\n>3 Idiots</a>\n <span class="lister-item-year text-muted unbold">(2009)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">170 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1187043" data-tconst="tt1187043" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1187043">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1187043" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1187043"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">67 </span>\n Metascore\n </div>\n<p class="">\nTwo friends are searching for their long lost companion. They revisit their college days and recall the memories of their friend who inspired them to think differently, even as the rest of the world called them "idiots".</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0386246/"\n>Rajkumar Hirani</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0451148/"\n>Aamir Khan</a>, \n<a href="/name/nm0534856/"\n>Madhavan</a>, \n<a href="/name/nm1587175/"\n>Mona Singh</a>, \n<a href="/name/nm0430817/"\n>Sharman Joshi</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="365759">365,759</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="6,532,908">$6.53M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1187043" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0986264">\n\n\n<a href="/title/tt0986264/"\n> <img alt="Taare Zameen Par"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMDhjZWViN2MtNzgxOS00NmI4LThiZDQtZDI3MzM4MDE4NTc0XkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt0986264"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">80.</span>\n \n <a href="/title/tt0986264/"\n>Taare Zameen Par</a>\n <span class="lister-item-year text-muted unbold">(2007)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">165 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Family </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0986264" data-tconst="tt0986264" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0986264">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0986264" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0986264"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nAn eight-year-old boy is thought to be a lazy trouble-maker, until the new art teacher has the patience and compassion to discover the real problem behind his struggles in school.</p>\n <p class="text-muted text-small">\n Directors:\n<a href="/name/nm0451148/"\n>Aamir Khan</a>, \n<a href="/name/nm1244760/"\n>Amole Gupte</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm2594301/"\n>Darsheel Safary</a>, \n<a href="/name/nm0451148/"\n>Aamir Khan</a>, \n<a href="/name/nm1538116/"\n>Tisca Chopra</a>, \n<a href="/name/nm1479650/"\n>Vipin Sharma</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="179729">179,729</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="1,223,869">$1.22M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0986264" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0086190">\n\n\n<a href="/title/tt0086190/"\n> <img alt="Star Wars: Episode VI - Return of the Jedi"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOWZlMjFiYzgtMTUzNC00Y2IzLTk1NTMtZmNhMTczNTk0ODk1XkEyXkFqcGdeQXVyNTAyODkwOQ@@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0086190"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">81.</span>\n \n <a href="/title/tt0086190/"\n>Star Wars: Episode VI - Return of the Jedi</a>\n <span class="lister-item-year text-muted unbold">(1983)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">131 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Fantasy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0086190" data-tconst="tt0086190" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0086190">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0086190" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0086190"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore mixed">58 </span>\n Metascore\n </div>\n<p class="">\nAfter a daring mission to rescue Han Solo from Jabba the Hutt, the Rebels dispatch to Endor to destroy the second Death Star. Meanwhile, Luke struggles to help Darth Vader back from the dark side without falling into the Emperor\'s trap.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0549658/"\n>Richard Marquand</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000434/"\n>Mark Hamill</a>, \n<a href="/name/nm0000148/"\n>Harrison Ford</a>, \n<a href="/name/nm0000402/"\n>Carrie Fisher</a>, \n<a href="/name/nm0001850/"\n>Billy Dee Williams</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="982913">982,913</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="309,125,409">$309.13M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0086190" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0114709">\n\n\n<a href="/title/tt0114709/"\n> <img alt="Toy Story"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMDU2ZWJlMjktMTRhMy00ZTA5LWEzNDgtYmNmZTEwZTViZWJkXkEyXkFqcGdeQXVyNDQ2OTk4MzI@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0114709"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">82.</span>\n \n <a href="/title/tt0114709/"\n>Toy Story</a>\n <span class="lister-item-year text-muted unbold">(1995)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">81 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAnimation, Adventure, Comedy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0114709" data-tconst="tt0114709" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0114709">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0114709" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0114709"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">95 </span>\n Metascore\n </div>\n<p class="">\nA cowboy doll is profoundly threatened and jealous when a new spaceman figure supplants him as top toy in a boy\'s room.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0005124/"\n>John Lasseter</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000158/"\n>Tom Hanks</a>, \n<a href="/name/nm0000741/"\n>Tim Allen</a>, \n<a href="/name/nm0725543/"\n>Don Rickles</a>, \n<a href="/name/nm0001815/"\n>Jim Varney</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="923323">923,323</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="191,796,233">$191.80M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0114709" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0105236">\n\n\n<a href="/title/tt0105236/"\n> <img alt="Reservoir Dogs"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZmExNmEwYWItYmQzOS00YjA5LTk2MjktZjEyZDE1Y2QxNjA1XkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0105236"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">83.</span>\n \n <a href="/title/tt0105236/"\n>Reservoir Dogs</a>\n <span class="lister-item-year text-muted unbold">(1992)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">15+</span>\n <span class="ghost">|</span> \n <span class="runtime">99 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0105236" data-tconst="tt0105236" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0105236">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0105236" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0105236"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">79 </span>\n Metascore\n </div>\n<p class="">\nWhen a simple jewelry heist goes horribly wrong, the surviving criminals begin to suspect that one of them is a police informant.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000233/"\n>Quentin Tarantino</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000172/"\n>Harvey Keitel</a>, \n<a href="/name/nm0000619/"\n>Tim Roth</a>, \n<a href="/name/nm0000514/"\n>Michael Madsen</a>, \n<a href="/name/nm0001606/"\n>Chris Penn</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="954144">954,144</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="2,832,029">$2.83M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0105236" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0086879">\n\n\n<a href="/title/tt0086879/"\n> <img alt="Amadeus"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNWJlNzUzNGMtYTAwMS00ZjI2LWFmNWQtODcxNWUxODA5YmU1XkEyXkFqcGdeQXVyNTIzOTk5ODM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0086879"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">84.</span>\n \n <a href="/title/tt0086879/"\n>Amadeus</a>\n <span class="lister-item-year text-muted unbold">(1984)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">R</span>\n <span class="ghost">|</span> \n <span class="runtime">160 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nBiography, Drama, History </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0086879" data-tconst="tt0086879" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0086879">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0086879" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0086879"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">88 </span>\n Metascore\n </div>\n<p class="">\nThe life, success and troubles of <a href="/name/nm0003665">Wolfgang Amadeus Mozart</a>, as told by <a href="/name/nm0758283">Antonio Salieri</a>, the contemporaneous composer who was insanely jealous of Mozart\'s talent and claimed to have murdered him.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001232/"\n>Milos Forman</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000719/"\n>F. Murray Abraham</a>, \n<a href="/name/nm0001371/"\n>Tom Hulce</a>, \n<a href="/name/nm0000931/"\n>Elizabeth Berridge</a>, \n<a href="/name/nm0234541/"\n>Roy Dotrice</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="380997">380,997</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="51,973,029">$51.97M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0086879" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt5074352">\n\n\n<a href="/title/tt5074352/"\n> <img alt="Dangal"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTQ4MzQzMzM2Nl5BMl5BanBnXkFtZTgwMTQ1NzU3MDI@._V1_UY209_CR4,0,140,209_AL_.jpg"\ndata-tconst="tt5074352"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">85.</span>\n \n <a href="/title/tt5074352/"\n>Dangal</a>\n <span class="lister-item-year text-muted unbold">(2016)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">161 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Biography, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt5074352" data-tconst="tt5074352" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt5074352">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt5074352" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt5074352"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nFormer wrestler <a href="/name/nm10059137">Mahavir Singh Phogat</a> and his two wrestler daughters struggle towards glory at the Commonwealth Games in the face of societal oppression.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm4318159/"\n>Nitesh Tiwari</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0451148/"\n>Aamir Khan</a>, \n<a href="/name/nm2799219/"\n>Sakshi Tanwar</a>, \n<a href="/name/nm0760778/"\n>Fatima Sana Shaikh</a>, \n<a href="/name/nm7621667/"\n>Sanya Malhotra</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="170049">170,049</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="12,391,761">$12.39M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt5074352" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0119217">\n\n\n<a href="/title/tt0119217/"\n> <img alt="Good Will Hunting"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOTI0MzcxMTYtZDVkMy00NjY1LTgyMTYtZmUxN2M3NmQ2NWJhXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0119217"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">86.</span>\n \n <a href="/title/tt0119217/"\n>Good Will Hunting</a>\n <span class="lister-item-year text-muted unbold">(1997)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">126 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0119217" data-tconst="tt0119217" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0119217">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0119217" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0119217"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">70 </span>\n Metascore\n </div>\n<p class="">\nWill Hunting, a janitor at M.I.T., has a gift for mathematics, but needs help from a psychologist to find direction in his life.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001814/"\n>Gus Van Sant</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000245/"\n>Robin Williams</a>, \n<a href="/name/nm0000354/"\n>Matt Damon</a>, \n<a href="/name/nm0000255/"\n>Ben Affleck</a>, \n<a href="/name/nm0001745/"\n>Stellan Skarsg\xc3\xa5rd</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="896602">896,602</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="138,433,435">$138.43M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0119217" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0361748">\n\n\n<a href="/title/tt0361748/"\n> <img alt="Inglourious Basterds"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOTJiNDEzOWYtMTVjOC00ZjlmLWE0NGMtZmE1OWVmZDQ2OWJhXkEyXkFqcGdeQXVyNTIzOTk5ODM@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0361748"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">87.</span>\n \n <a href="/title/tt0361748/"\n>Inglourious Basterds</a>\n <span class="lister-item-year text-muted unbold">(2009)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">153 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAdventure, Drama, War </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0361748" data-tconst="tt0361748" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0361748">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0361748" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0361748"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">69 </span>\n Metascore\n </div>\n<p class="">\nIn Nazi-occupied France during World War II, a plan to assassinate Nazi leaders by a group of Jewish U.S. soldiers coincides with a theatre owner\'s vengeful plans for the same.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000233/"\n>Quentin Tarantino</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000093/"\n>Brad Pitt</a>, \n<a href="/name/nm1208167/"\n>Diane Kruger</a>, \n<a href="/name/nm0744834/"\n>Eli Roth</a>, \n<a href="/name/nm0491259/"\n>M\xc3\xa9lanie Laurent</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1326212">1,326,212</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="120,540,719">$120.54M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0361748" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0022100">\n\n\n<a href="/title/tt0022100/"\n> <img alt="M - Eine Stadt sucht einen M\xc3\xb6rder"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BODA4ODk3OTEzMF5BMl5BanBnXkFtZTgwMTQ2ODMwMzE@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0022100"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">88.</span>\n \n <a href="/title/tt0022100/"\n>M - Eine Stadt sucht einen M\xc3\xb6rder</a>\n <span class="lister-item-year text-muted unbold">(1931)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">117 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Mystery, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0022100" data-tconst="tt0022100" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0022100">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0022100" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0022100"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nWhen the police in a German city are unable to catch a child-murderer, other criminals join in the manhunt.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000485/"\n>Fritz Lang</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000048/"\n>Peter Lorre</a>, \n<a href="/name/nm0927145/"\n>Ellen Widmann</a>, \n<a href="/name/nm0484737/"\n>Inge Landgut</a>, \n<a href="/name/nm0921532/"\n>Otto Wernicke</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="149854">149,854</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="28,877">$0.03M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0022100" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0180093">\n\n\n<a href="/title/tt0180093/"\n> <img alt="Requiem for a Dream"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOTdiNzJlOWUtNWMwNS00NmFlLWI0YTEtZmI3YjIzZWUyY2Y3XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0180093"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">89.</span>\n \n <a href="/title/tt0180093/"\n>Requiem for a Dream</a>\n <span class="lister-item-year text-muted unbold">(2000)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">102 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0180093" data-tconst="tt0180093" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0180093">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0180093" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0180093"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">68 </span>\n Metascore\n </div>\n<p class="">\nThe drug-induced utopias of four Coney Island people are shattered when their addictions run deep.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0004716/"\n>Darren Aronofsky</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000995/"\n>Ellen Burstyn</a>, \n<a href="/name/nm0001467/"\n>Jared Leto</a>, \n<a href="/name/nm0000124/"\n>Jennifer Connelly</a>, \n<a href="/name/nm0005541/"\n>Marlon Wayans</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="792842">792,842</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="3,635,482">$3.64M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0180093" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0062622">\n\n\n<a href="/title/tt0062622/"\n> <img alt="2001: A Space Odyssey"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMmNlYzRiNDctZWNhMi00MzI4LThkZTctMTUzMmZkMmFmNThmXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0062622"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">90.</span>\n \n <a href="/title/tt0062622/"\n>2001: A Space Odyssey</a>\n <span class="lister-item-year text-muted unbold">(1968)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">149 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAdventure, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0062622" data-tconst="tt0062622" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0062622">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0062622" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0062622"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">84 </span>\n Metascore\n </div>\n<p class="">\nAfter discovering a mysterious artifact buried beneath the Lunar surface, mankind sets off on a quest to find its origins with help from intelligent supercomputer H.A.L. 9000.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000040/"\n>Stanley Kubrick</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0001158/"\n>Keir Dullea</a>, \n<a href="/name/nm0516972/"\n>Gary Lockwood</a>, \n<a href="/name/nm0843213/"\n>William Sylvester</a>, \n<a href="/name/nm0725220/"\n>Daniel Richter</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="627120">627,120</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="56,954,992">$56.95M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0062622" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0052357">\n\n\n<a href="/title/tt0052357/"\n> <img alt="Vertigo"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYTE4ODEwZDUtNDFjOC00NjAxLWEzYTQtYTI1NGVmZmFlNjdiL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0052357"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">91.</span>\n \n <a href="/title/tt0052357/"\n>Vertigo</a>\n <span class="lister-item-year text-muted unbold">(1958)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">128 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nMystery, Romance, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0052357" data-tconst="tt0052357" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0052357">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0052357" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0052357"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">100 </span>\n Metascore\n </div>\n<p class="">\nA former police detective juggles wrestling with his personal demons and becoming obsessed with a hauntingly beautiful woman.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000033/"\n>Alfred Hitchcock</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000071/"\n>James Stewart</a>, \n<a href="/name/nm0001571/"\n>Kim Novak</a>, \n<a href="/name/nm0000895/"\n>Barbara Bel Geddes</a>, \n<a href="/name/nm0375738/"\n>Tom Helmore</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="380392">380,392</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="3,200,000">$3.20M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0052357" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0338013">\n\n\n<a href="/title/tt0338013/"\n> <img alt="Eternal Sunshine of the Spotless Mind"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTY4NzcwODg3Nl5BMl5BanBnXkFtZTcwNTEwOTMyMw@@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0338013"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">92.</span>\n \n <a href="/title/tt0338013/"\n>Eternal Sunshine of the Spotless Mind</a>\n <span class="lister-item-year text-muted unbold">(2004)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">108 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0338013" data-tconst="tt0338013" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0338013">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0338013" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0338013"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">89 </span>\n Metascore\n </div>\n<p class="">\nWhen their relationship turns sour, a couple undergoes a medical procedure to have each other erased from their memories.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0327273/"\n>Michel Gondry</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000120/"\n>Jim Carrey</a>, \n<a href="/name/nm0000701/"\n>Kate Winslet</a>, \n<a href="/name/nm0929489/"\n>Tom Wilkinson</a>, \n<a href="/name/nm0004423/"\n>Gerry Robert Byrne</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="944676">944,676</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="34,400,301">$34.40M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0338013" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0033467">\n\n\n<a href="/title/tt0033467/"\n> <img alt="Citizen Kane"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYjBiOTYxZWItMzdiZi00NjlkLWIzZTYtYmFhZjhiMTljOTdkXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0033467"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">93.</span>\n \n <a href="/title/tt0033467/"\n>Citizen Kane</a>\n <span class="lister-item-year text-muted unbold">(1941)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">119 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Mystery </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0033467" data-tconst="tt0033467" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0033467">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0033467" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0033467"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">100 </span>\n Metascore\n </div>\n<p class="">\nFollowing the death of publishing tycoon Charles Foster Kane, reporters scramble to uncover the meaning of his final utterance; \'Rosebud\'.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000080/"\n>Orson Welles</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000080/"\n>Orson Welles</a>, \n<a href="/name/nm0001072/"\n>Joseph Cotten</a>, \n<a href="/name/nm0173827/"\n>Dorothy Comingore</a>, \n<a href="/name/nm0001547/"\n>Agnes Moorehead</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="420843">420,843</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="1,585,634">$1.59M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0033467" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0093058">\n\n\n<a href="/title/tt0093058/"\n> <img alt="Full Metal Jacket"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNzkxODk0NjEtYjc4Mi00ZDI0LTgyYjEtYzc1NDkxY2YzYTgyXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0093058"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">94.</span>\n \n <a href="/title/tt0093058/"\n>Full Metal Jacket</a>\n <span class="lister-item-year text-muted unbold">(1987)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">116 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, War </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0093058" data-tconst="tt0093058" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0093058">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0093058" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0093058"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">76 </span>\n Metascore\n </div>\n<p class="">\nA pragmatic U.S. Marine observes the dehumanizing effects the Vietnam War has on his fellow recruits from their brutal boot camp training to the bloody street fighting in Hue.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000040/"\n>Stanley Kubrick</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000546/"\n>Matthew Modine</a>, \n<a href="/name/nm0000388/"\n>R. Lee Ermey</a>, \n<a href="/name/nm0000352/"\n>Vincent D\'Onofrio</a>, \n<a href="/name/nm0000284/"\n>Adam Baldwin</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="698960">698,960</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="46,357,676">$46.36M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0093058" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt2106476">\n\n\n<a href="/title/tt2106476/"\n> <img alt="Jagten"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTg2NDg3ODg4NF5BMl5BanBnXkFtZTcwNzk3NTc3Nw@@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt2106476"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">95.</span>\n \n <a href="/title/tt2106476/"\n>Jagten</a>\n <span class="lister-item-year text-muted unbold">(2012)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">7</span>\n <span class="ghost">|</span> \n <span class="runtime">115 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt2106476" data-tconst="tt2106476" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt2106476">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt2106476" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt2106476"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">77 </span>\n Metascore\n </div>\n<p class="">\nA teacher lives a lonely life, all the while struggling over his son\'s custody. His life slowly gets better as he finds love and receives good news from his son, but his new luck is about to be brutally shattered by an innocent little lie.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0899121/"\n>Thomas Vinterberg</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0586568/"\n>Mads Mikkelsen</a>, \n<a href="/name/nm0488917/"\n>Thomas Bo Larsen</a>, \n<a href="/name/nm5038871/"\n>Annika Wedderkopp</a>, \n<a href="/name/nm5039026/"\n>Lasse Fogelstr\xc3\xb8m</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="301154">301,154</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="687,185">$0.69M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt2106476" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0053125">\n\n\n<a href="/title/tt0053125/"\n> <img alt="North by Northwest"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZDA3NDExMTUtMDlhOC00MmQ5LWExZGUtYmI1NGVlZWI4OWNiXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0053125"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">96.</span>\n \n <a href="/title/tt0053125/"\n>North by Northwest</a>\n <span class="lister-item-year text-muted unbold">(1959)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">136 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAdventure, Mystery, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0053125" data-tconst="tt0053125" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0053125">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0053125" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0053125"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">98 </span>\n Metascore\n </div>\n<p class="">\nA New York City advertising executive goes on the run after being mistaken for a government agent by a group of foreign spies.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000033/"\n>Alfred Hitchcock</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000026/"\n>Cary Grant</a>, \n<a href="/name/nm0001693/"\n>Eva Marie Saint</a>, \n<a href="/name/nm0000051/"\n>James Mason</a>, \n<a href="/name/nm0484829/"\n>Jessie Royce Landis</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="310999">310,999</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="13,275,000">$13.28M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0053125" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0066921">\n\n\n<a href="/title/tt0066921/"\n> <img alt="A Clockwork Orange"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTY3MjM1Mzc4N15BMl5BanBnXkFtZTgwODM0NzAxMDE@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0066921"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">97.</span>\n \n <a href="/title/tt0066921/"\n>A Clockwork Orange</a>\n <span class="lister-item-year text-muted unbold">(1971)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">136 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0066921" data-tconst="tt0066921" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0066921">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0066921" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0066921"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">77 </span>\n Metascore\n </div>\n<p class="">\nIn the future, a sadistic gang leader is imprisoned and volunteers for a conduct-aversion experiment, but it doesn\'t go as planned.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000040/"\n>Stanley Kubrick</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000532/"\n>Malcolm McDowell</a>, \n<a href="/name/nm0535861/"\n>Patrick Magee</a>, \n<a href="/name/nm0060988/"\n>Michael Bates</a>, \n<a href="/name/nm0165049/"\n>Warren Clarke</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="783126">783,126</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="6,207,725">$6.21M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0066921" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0208092">\n\n\n<a href="/title/tt0208092/"\n> <img alt="Snatch"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTA2NDYxOGYtYjU1Mi00Y2QzLTgxMTQtMWI1MGI0ZGQ5MmU4XkEyXkFqcGdeQXVyNDk3NzU2MTQ@._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0208092"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">98.</span>\n \n <a href="/title/tt0208092/"\n>Snatch</a>\n <span class="lister-item-year text-muted unbold">(2000)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">104 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Crime </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0208092" data-tconst="tt0208092" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0208092">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0208092" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0208092"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore mixed">55 </span>\n Metascore\n </div>\n<p class="">\nUnscrupulous boxing promoters, violent bookmakers, a Russian gangster, incompetent amateur robbers and supposedly Jewish jewelers fight to track down a priceless stolen diamond.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0005363/"\n>Guy Ritchie</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0005458/"\n>Jason Statham</a>, \n<a href="/name/nm0000093/"\n>Brad Pitt</a>, \n<a href="/name/nm0334318/"\n>Stephen Graham</a>, \n<a href="/name/nm0005068/"\n>Vinnie Jones</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="808625">808,625</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="30,328,156">$30.33M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0208092" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0211915">\n\n\n<a href="/title/tt0211915/"\n> <img alt="Le fabuleux destin d\'Am\xc3\xa9lie Poulain"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNDg4NjM1YjMtYmNhZC00MjM0LWFiZmYtNGY1YjA3MzZmODc5XkEyXkFqcGdeQXVyNDk3NzU2MTQ@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0211915"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">99.</span>\n \n <a href="/title/tt0211915/"\n>Le fabuleux destin d\'Am\xc3\xa9lie Poulain</a>\n <span class="lister-item-year text-muted unbold">(2001)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">122 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0211915" data-tconst="tt0211915" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0211915">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0211915" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0211915"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">69 </span>\n Metascore\n </div>\n<p class="">\nAm\xc3\xa9lie is an innocent and naive girl in Paris with her own sense of justice. She decides to help those around her and, along the way, discovers love.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000466/"\n>Jean-Pierre Jeunet</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0851582/"\n>Audrey Tautou</a>, \n<a href="/name/nm0440913/"\n>Mathieu Kassovitz</a>, \n<a href="/name/nm0749363/"\n>Rufus</a>, \n<a href="/name/nm0186677/"\n>Lorella Cravotta</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="722793">722,793</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="33,225,499">$33.23M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0211915" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0012349">\n\n\n<a href="/title/tt0012349/"\n> <img alt="The Kid"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZjhhMThhNDItNTY2MC00MmU1LTliNDEtNDdhZjdlNTY5ZDQ1XkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0012349"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">100.</span>\n \n <a href="/title/tt0012349/"\n>The Kid</a>\n <span class="lister-item-year text-muted unbold">(1921)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">68 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Family </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0012349" data-tconst="tt0012349" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0012349">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0012349" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0012349"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe Tramp cares for an abandoned child, but events put that relationship in jeopardy.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0000122/"\n>Charles Chaplin</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000122/"\n>Charles Chaplin</a>, \n<a href="/name/nm0701012/"\n>Edna Purviance</a>, \n<a href="/name/nm0001067/"\n>Jackie Coogan</a>, \n<a href="/name/nm0588033/"\n>Carl Miller</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="119480">119,480</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="5,450,000">$5.45M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0012349" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n </div>\n <div class="row text-center lister-working hidden"></div>\n <div class="footer filmosearch">\n <div class="desc">\n </div>\n </div>\n </div>\n\n </div>\n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n </div>\n <div id="sidebar">\n\t\n <!-- no content received for slot: top_rhs -->\n\t\n <div class="list-create-widget">\n<a href="/list/create"\n> <button type="button" class="btn-raised btn-raised--primary ">create a new list</button>\n</a> <div class="create-list-description">\n List your movie, TV & celebrity picks.\n </div>\n </div>\n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n <div class="aux-content-widget-2 list-activity-widget">\n <h3>List Activity</h3>\n <div class="list-activity">\n <span class="views-number-label">Views: </span>\n <span class="views-number-value">972,846</span>\n | in last week <span class="views-number-value">4,555</span>\n </div>\n </div>\n\n \n \n \n\n \n \n \n <div class="aux-content-widget-2" id="social-share-widget">\n <h3>Tell Your Friends</h3>\n <div class="social">\n <div class="social_networking">\n <span><strong>Share</strong> this list:</span>\n <a onclick="window.open("https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls091520106%2F", \'newWindow\', \'width=626, height=436\'); return false;" href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls091520106%2F" target="_blank" title="Share on Facebook" class="share_icon facebook"></a>\n <a onclick="window.open("https://twitter.com/intent/tweet?text=%20-%20http%3A%2F%2Fwww.imdb.com%2Flist%2Fls091520106%2F", \'newWindow\', \'width=815, height=436\'); return false;" href="https://twitter.com/intent/tweet?text=%20-%20http%3A%2F%2Fwww.imdb.com%2Flist%2Fls091520106%2F" target="_blank" title="Share on Twitter" class="share_icon twitter"></a>\n <a onclick="$(\'div.social input[name=share-link]\').show().select(); return false;" title="Share the page" class="share_icon share_url_link" href="http://www.imdb.com/list/ls091520106/"></a>\n </div>\n <input type="text" name="share-link" value="http://www.imdb.com/list/ls091520106/" readonly>\n </div>\n </div>\n\n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n <div class="aux-content-widget-2" id="feedback-widget">\n <strong>Feedback?</strong> <a href="https://help.imdb.com/article/imdb/general-information/getsatisfaction-community-access-you-re-about-to-leave-imdb-com/GP4FF3REXES9AR3P"\n>Tell us what you think about this feature.</a>\n </div>\n\n \n \n \n\n \n \n \n <div class="aux-content-widget-2">\n <div id="listsWidget">\n <h3>\n Other Lists by IMDb-Editors\n </h3>\n <div class="list-preview even">\n <div class="list-preview-item-narrow">\n<a href="/list/ls063853872"\n><img height="86" width="86" alt="list image" title="list image" src="https://m.media-amazon.com/images/S/sash/ZobKRlv$0TyAyMM.png" class="loadlate hidden " loadlate="https://m.media-amazon.com/images/M/MV5BMGUyOTg4NTEtYmYxMC00ZDJhLWFjNGItYjk3OTUyNDRhNTY4XkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_UY86_CR21,0,86,86_AL_.jpg" /></a> </div>\n <div class="list_name">\n <strong><a href="/list/ls063853872"\n>\nTV Tracker: Renewed and Canceled Shows\n</a></strong>\n </div>\n <div class="list_meta">\n a list of 58 images\n \n \n </div>\n <div class="clear"> </div>\n </div>\n <div class="list-preview odd">\n <div class="list-preview-item-narrow">\n<a href="/list/ls053181649"\n><img height="86" width="86" alt="list image" title="list image" src="https://m.media-amazon.com/images/S/sash/LF9ZUTFoX8jwgUD.png" class="" /></a> </div>\n <div class="list_name">\n <strong><a href="/list/ls053181649"\n>\nFeatured Videos\n</a></strong>\n </div>\n <div class="list_meta">\n a list of 34 videos\n \n \n </div>\n <div class="clear"> </div>\n </div>\n <div class="list-preview even">\n <div class="list-preview-item-narrow">\n<a href="/list/ls501009997"\n><img height="86" width="86" alt="list image" title="list image" src="https://m.media-amazon.com/images/S/sash/ZobKRlv$0TyAyMM.png" class="loadlate hidden " loadlate="https://m.media-amazon.com/images/M/MV5BNjJkMzhkOTItZTY0ZS00ZTI4LTk5OTQtZTA2ODUwZTMyZDI0XkEyXkFqcGdeQXVyMTA5NzIyMDY5._V1_UX86_CR0,0,86,86_AL_.jpg" /></a> </div>\n <div class="list_name">\n <strong><a href="/list/ls501009997"\n>\nLatest News: New Movie, Series & Collaboration Announcements\n</a></strong>\n </div>\n <div class="list_meta">\n a list of 14 images\n \n \n </div>\n <div class="clear"> </div>\n </div>\n <div class="list-preview odd">\n <div class="list-preview-item-narrow">\n<a href="/list/ls501502642"\n><img height="86" width="86" alt="list image" title="list image" src="https://m.media-amazon.com/images/S/sash/8ZhQrGnWn9cWUVQ.png" class="loadlate hidden " loadlate="https://m.media-amazon.com/images/M/MV5BMTk5MjM4OTU1OV5BMl5BanBnXkFtZTcwODkzNDIzMw@@._V1_UX86_CR0,0,86,86_AL_.jpg" /></a> </div>\n <div class="list_name">\n <strong><a href="/list/ls501502642"\n>\nEverything Coming to Prime Video in September 2021\n</a></strong>\n </div>\n <div class="list_meta">\n a list of 72 titles\n \n \n </div>\n <div class="clear"> </div>\n </div>\n <div class="list-preview even">\n <div class="list-preview-item-narrow">\n<a href="/list/ls507333562"\n><img height="86" width="86" alt="list image" title="list image" src="https://m.media-amazon.com/images/S/sash/ZobKRlv$0TyAyMM.png" class="loadlate hidden " loadlate="https://m.media-amazon.com/images/M/MV5BYjk3MzhhMjgtODdiZi00NGY5LTg1MzQtMzVkMTZmZGY3MzRhXkEyXkFqcGdeQXVyODk4OTc3MTY@._V1_UY86_CR21,0,86,86_AL_.jpg" /></a> </div>\n <div class="list_name">\n <strong><a href="/list/ls507333562"\n>\nUpcoming Sci-Fi and Fantasy Movies and TV\n</a></strong>\n </div>\n <div class="list_meta">\n a list of 41 images\n \n \n </div>\n <div class="clear"> </div>\n </div>\n <div class="see-more">\n <a href="/user/ur23892615/lists"\n>See all lists by IMDb-Editors</a> »\n </div>\n </div>\n </div>\n\n \n \n \n\n \n \n \n </div>\n </div>\n <br class="clear"/>\n\n \n \n \n\n \n \n \n <br class="clear" />\n </div>\n\n\n <div id="rvi-div">\n <div class="recently-viewed">\n <div class="header">\n <div class="rhs">\n <a id="clear_rvi" href="#">Clear your history</a>\n </div>\n <h3>Recently Viewed</h3>\n </div>\n <div class="items"> </div>\n </div>\n </div>\n\n\t\n <!-- no content received for slot: bottom_ad -->\n\t\n\n <script type="text/javascript">\n try {\n window.lumierePlayer = window.lumierePlayer || {};\n window.lumierePlayer.weblab = JSON.parse(\'{"IMDB_VIDEO_PLAYER_162496":"C"}\');\n } catch (error) {\n if (window.ueLogError) {\n window.ueLogError(error, {\n logLevel: "WARN",\n attribution: "videoplayer",\n message: "Failed to parse weblabs for video player."\n });\n }\n }\n </script>\n </div>\n </div>\n \n<script>\n if (typeof uet == \'function\') {\n uet("bb", "desktopFooter", {wb: 1});\n }\n</script>\n <div id="4594234e-9d5b-42e3-8ac7-5c4820083dec">\n <footer class="imdb-footer VUGIPjGgHtzvbHiU19iTQ"><div class="_32mc4FXftSbwhpJwmGCYUQ"><div class="ipc-page-content-container ipc-page-content-container--center" role="presentation"><a class="ipc-button ipc-button--double-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-accent1 ipc-button--theme-baseAlt imdb-footer__open-in-app-button" role="button" tabindex="0" aria-disabled="false" href="https://slyb.app.link/SKdyQ6A449"><div class="ipc-button__text">Get the IMDb App</div></a></div></div><div class="ipc-page-content-container ipc-page-content-container--center _2AR8CsLqQAMCT1_Q7eidSY" role="presentation"><div class="imdb-footer__links"><div class="_2Wc8yXs8SzGv7TVS-oOmhT"><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li role="presentation" class="ipc-inline-list__item"><a class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" title="Facebook" role="button" tabindex="0" aria-label="Facebook" aria-disabled="false" target="_blank" rel="nofollow noopener" href="https://facebook.com/imdb"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--facebook" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M20.896 2H3.104C2.494 2 2 2.494 2 3.104v17.792C2 21.506 2.494 22 3.104 22h9.579v-7.745h-2.607v-3.018h2.607V9.01c0-2.584 1.577-3.99 3.882-3.99 1.104 0 2.052.082 2.329.119v2.7h-1.598c-1.254 0-1.496.595-1.496 1.47v1.927h2.989l-.39 3.018h-2.6V22h5.097c.61 0 1.104-.494 1.104-1.104V3.104C22 2.494 21.506 2 20.896 2"></path></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" title="Instagram" role="button" tabindex="0" aria-label="Instagram" aria-disabled="false" target="_blank" rel="nofollow noopener" href="https://instagram.com/imdb"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--instagram" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M11.997 2.04c-2.715 0-3.056.011-4.122.06-1.064.048-1.79.217-2.426.463a4.901 4.901 0 0 0-1.771 1.151 4.89 4.89 0 0 0-1.153 1.767c-.247.635-.416 1.36-.465 2.422C2.011 8.967 2 9.307 2 12.017s.011 3.049.06 4.113c.049 1.062.218 1.787.465 2.422a4.89 4.89 0 0 0 1.153 1.767 4.901 4.901 0 0 0 1.77 1.15c.636.248 1.363.416 2.427.465 1.066.048 1.407.06 4.122.06s3.055-.012 4.122-.06c1.064-.049 1.79-.217 2.426-.464a4.901 4.901 0 0 0 1.77-1.15 4.89 4.89 0 0 0 1.154-1.768c.247-.635.416-1.36.465-2.422.048-1.064.06-1.404.06-4.113 0-2.71-.012-3.05-.06-4.114-.049-1.062-.218-1.787-.465-2.422a4.89 4.89 0 0 0-1.153-1.767 4.901 4.901 0 0 0-1.77-1.15c-.637-.247-1.363-.416-2.427-.464-1.067-.049-1.407-.06-4.122-.06m0 1.797c2.67 0 2.985.01 4.04.058.974.045 1.503.207 1.856.344.466.181.8.397 1.15.746.349.35.566.682.747 1.147.137.352.3.88.344 1.853.048 1.052.058 1.368.058 4.032 0 2.664-.01 2.98-.058 4.031-.044.973-.207 1.501-.344 1.853a3.09 3.09 0 0 1-.748 1.147c-.35.35-.683.565-1.15.746-.352.137-.88.3-1.856.344-1.054.048-1.37.058-4.04.058-2.669 0-2.985-.01-4.039-.058-.974-.044-1.504-.207-1.856-.344a3.098 3.098 0 0 1-1.15-.746 3.09 3.09 0 0 1-.747-1.147c-.137-.352-.3-.88-.344-1.853-.049-1.052-.059-1.367-.059-4.031 0-2.664.01-2.98.059-4.032.044-.973.207-1.501.344-1.853a3.09 3.09 0 0 1 .748-1.147c.35-.349.682-.565 1.149-.746.352-.137.882-.3 1.856-.344 1.054-.048 1.37-.058 4.04-.058"></path><path d="M11.997 15.342a3.329 3.329 0 0 1-3.332-3.325 3.329 3.329 0 0 1 3.332-3.326 3.329 3.329 0 0 1 3.332 3.326 3.329 3.329 0 0 1-3.332 3.325m0-8.449a5.128 5.128 0 0 0-5.134 5.124 5.128 5.128 0 0 0 5.134 5.123 5.128 5.128 0 0 0 5.133-5.123 5.128 5.128 0 0 0-5.133-5.124m6.536-.203c0 .662-.537 1.198-1.2 1.198a1.198 1.198 0 1 1 1.2-1.197"></path></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" title="Twitch" role="button" tabindex="0" aria-label="Twitch" aria-disabled="false" target="_blank" rel="nofollow noopener" href="https://twitch.tv/IMDb"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--twitch" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M3.406 2h18.596v12.814l-5.469 5.47H12.47L9.813 22.94H7.001v-2.657H2V5.594L3.406 2zm16.721 11.876v-10H5.125v13.126h4.22v2.656L12 17.002h5l3.126-3.126z"></path><path d="M17.002 7.47v5.469h-1.875v-5.47zM12.001 7.47v5.469h-1.875v-5.47z"></path></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" title="Twitter" role="button" tabindex="0" aria-label="Twitter" aria-disabled="false" target="_blank" rel="nofollow noopener" href="https://twitter.com/imdb"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--twitter" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M8.29 19.936c7.547 0 11.675-6.13 11.675-11.446 0-.175-.004-.348-.012-.52A8.259 8.259 0 0 0 22 5.886a8.319 8.319 0 0 1-2.356.633 4.052 4.052 0 0 0 1.804-2.225c-.793.46-1.67.796-2.606.976A4.138 4.138 0 0 0 15.847 4c-2.266 0-4.104 1.802-4.104 4.023 0 .315.036.622.107.917a11.728 11.728 0 0 1-8.458-4.203 3.949 3.949 0 0 0-.556 2.022 4 4 0 0 0 1.826 3.348 4.136 4.136 0 0 1-1.858-.503l-.001.051c0 1.949 1.415 3.575 3.292 3.944a4.193 4.193 0 0 1-1.853.07c.522 1.597 2.037 2.76 3.833 2.793a8.34 8.34 0 0 1-5.096 1.722A8.51 8.51 0 0 1 2 18.13a11.785 11.785 0 0 0 6.29 1.807"></path></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" title="YouTube" role="button" tabindex="0" aria-label="YouTube" aria-disabled="false" target="_blank" rel="nofollow noopener" href="https://youtube.com/imdb/"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--youtube" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M9.955 14.955v-5.91L15.182 12l-5.227 2.955zm11.627-7.769a2.505 2.505 0 0 0-1.768-1.768C18.254 5 12 5 12 5s-6.254 0-7.814.418c-.86.23-1.538.908-1.768 1.768C2 8.746 2 12 2 12s0 3.254.418 4.814c.23.86.908 1.538 1.768 1.768C5.746 19 12 19 12 19s6.254 0 7.814-.418a2.505 2.505 0 0 0 1.768-1.768C22 15.254 22 12 22 12s0-3.254-.418-4.814z"></path></svg></a></li></ul></div><div><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li role="presentation" class="ipc-inline-list__item zgFV3U-XECrqVQnyDbx2B"><a href="https://slyb.app.link/SKdyQ6A449" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Get the IMDb App<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item X17C45Q1MH_7XboLL_EEG"><a href="?mode=desktop&ref_=m_ft_dsk" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color">View Full Site</a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://help.imdb.com/imdb" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Help<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://help.imdb.com/article/imdb/general-information/imdb-site-index/GNCX7BHNSPBTFALQ#so" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Site Index<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://pro.imdb.com?ref_=ft_pro&rf=cons_tf_pro" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">IMDbPro<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://www.boxofficemojo.com" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Box Office Mojo<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://developer.imdb.com/" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">IMDb Developer<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li></ul></div><div><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li role="presentation" class="ipc-inline-list__item"><a href="https://www.imdb.com/pressroom/?ref_=ft_pr" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color">Press Room</a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://advertising.amazon.com/resources/ad-specs/imdb/" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Advertising<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://www.amazon.jobs/en/teams/imdb" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Jobs<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="/conditions?ref_=ft_cou" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color">Conditions of Use</a></li><li role="presentation" class="ipc-inline-list__item"><a href="/privacy?ref_=ft_pvc" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color">Privacy Policy</a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://www.amazon.com/b/?&node=5160028011" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Interest-Based Ads<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><div id="teconsent" class="_2mulh8fx3PjJyxvyLovP4w"></div></li></ul></div></div><div class="imdb-footer__logo _1eKbSAFyeJgUyBUy2VbcS_"><svg aria-label="IMDb, an Amazon company" title="IMDb, an Amazon company" width="160" height="18" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path d="M26.707 2.45c-3.227 2.374-7.906 3.637-11.935 3.637C9.125 6.087 4.04 4.006.193.542-.11.27.161-.101.523.109 4.675 2.517 9.81 3.968 15.111 3.968c3.577 0 7.51-.74 11.127-2.27.546-.23 1.003.358.47.752z" id="ftr__a"/><path d="M4.113 1.677C3.7 1.15 1.385 1.427.344 1.552c-.315.037-.364-.237-.08-.436C2.112-.178 5.138.196 5.49.629c.354.437-.093 3.462-1.824 4.906-.266.222-.52.104-.401-.19.39-.97 1.261-3.14.848-3.668z" id="ftr__c"/><path d="M.435 1.805V.548A.311.311 0 0 1 .755.23l5.65-.001c.181 0 .326.13.326.317v1.078c-.002.181-.154.417-.425.791L3.378 6.582c1.087-.026 2.236.137 3.224.69.222.125.282.309.3.49v1.342c0 .185-.203.398-.417.287-1.74-.908-4.047-1.008-5.97.011-.197.104-.403-.107-.403-.292V7.835c0-.204.004-.552.21-.863l3.392-4.85H.761a.314.314 0 0 1-.326-.317z" id="ftr__e"/><path d="M2.247 9.655H.528a.323.323 0 0 1-.307-.29L.222.569C.222.393.37.253.554.253h1.601a.323.323 0 0 1 .313.295v1.148h.031C2.917.586 3.703.067 4.762.067c1.075 0 1.75.518 2.23 1.629C7.41.586 8.358.067 9.369.067c.722 0 1.508.296 1.99.963.545.74.433 1.813.433 2.757l-.002 5.551a.324.324 0 0 1-.331.317H9.74a.321.321 0 0 1-.308-.316l-.001-4.663c0-.37.032-1.296-.048-1.647-.128-.593-.514-.76-1.011-.76-.418 0-.85.278-1.027.722-.177.445-.161 1.185-.161 1.685v4.662a.323.323 0 0 1-.331.317H5.137a.322.322 0 0 1-.31-.316l-.001-4.663c0-.981.16-2.424-1.059-2.424-1.236 0-1.188 1.406-1.188 2.424v4.662a.324.324 0 0 1-.332.317z" id="ftr__g"/><path d="M4.037.067c2.551 0 3.931 2.184 3.931 4.96 0 2.684-1.524 4.814-3.931 4.814C1.533 9.84.169 7.656.169 4.935.17 2.195 1.55.067 4.037.067zm.015 1.796c-1.267 0-1.347 1.721-1.347 2.795 0 1.073-.016 3.368 1.332 3.368 1.332 0 1.395-1.851 1.395-2.98 0-.74-.031-1.629-.256-2.332-.193-.61-.578-.851-1.124-.851z" id="ftr__i"/><path d="M2.206 9.655H.493a.321.321 0 0 1-.308-.316L.182.54a.325.325 0 0 1 .33-.287h1.595c.15.007.274.109.305.245v1.346h.033C2.926.641 3.6.067 4.788.067c.77 0 1.524.277 2.006 1.037.449.703.449 1.887.449 2.739v5.535a.325.325 0 0 1-.33.277H5.19a.324.324 0 0 1-.306-.277V4.602c0-.962.113-2.37-1.075-2.37-.418 0-.803.278-.995.704-.24.537-.273 1.074-.273 1.666v4.736a.328.328 0 0 1-.335.317z" id="ftr__k"/><path d="M8.314 8.295c.11.156.134.341-.006.455-.35.294-.974.834-1.318 1.139l-.004-.004a.357.357 0 0 1-.406.04c-.571-.473-.673-.692-.986-1.142-.943.958-1.611 1.246-2.834 1.246-1.447 0-2.573-.89-2.573-2.672 0-1.39.756-2.337 1.833-2.8.933-.409 2.235-.483 3.233-.595V3.74c0-.409.032-.89-.209-1.243-.21-.315-.611-.445-.965-.445-.656 0-1.238.335-1.382 1.029-.03.154-.143.307-.298.315l-1.667-.18c-.14-.032-.297-.144-.256-.358C.859.842 2.684.234 4.32.234c.837 0 1.93.222 2.59.853.836.78.755 1.818.755 2.95v2.67c0 .804.335 1.155.65 1.588zM5.253 5.706v-.37c-1.244 0-2.557.265-2.557 1.724 0 .742.386 1.244 1.045 1.244.483 0 .917-.297 1.19-.78.338-.593.322-1.15.322-1.818z" id="ftr__m"/><path d="M8.203 8.295c.11.156.135.341-.005.455-.352.294-.976.834-1.319 1.139l-.004-.004a.356.356 0 0 1-.406.04c-.571-.473-.673-.692-.985-1.142-.944.958-1.613 1.246-2.835 1.246-1.447 0-2.573-.89-2.573-2.672 0-1.39.756-2.337 1.833-2.8.933-.409 2.236-.483 3.233-.595V3.74c0-.409.032-.89-.21-1.243-.208-.315-.61-.445-.964-.445-.656 0-1.239.335-1.382 1.029-.03.154-.142.307-.298.315l-1.666-.18C.48 3.184.324 3.072.365 2.858.748.842 2.573.234 4.209.234c.836 0 1.93.222 2.59.853.835.78.755 1.818.755 2.95v2.67c0 .804.335 1.155.649 1.588zM5.142 5.706v-.37c-1.243 0-2.557.265-2.557 1.724 0 .742.386 1.244 1.045 1.244.482 0 .917-.297 1.19-.78.338-.593.322-1.15.322-1.818z" id="ftr__o"/><path d="M2.935 10.148c-.88 0-1.583-.25-2.11-.75-.527-.501-.79-1.171-.79-2.011 0-.902.322-1.622.967-2.159.644-.538 1.511-.806 2.602-.806.694 0 1.475.104 2.342.315V3.513c0-.667-.151-1.136-.455-1.408-.304-.271-.821-.407-1.553-.407-.855 0-1.691.123-2.509.37-.285.087-.464.13-.539.13-.148 0-.223-.111-.223-.334v-.5c0-.16.025-.278.075-.352C.79.938.89.87 1.039.808c.383-.173.87-.312 1.459-.417A9.997 9.997 0 0 1 4.255.234c1.177 0 2.045.244 2.602.731.557.489.836 1.233.836 2.233v6.338c0 .247-.124.37-.372.37h-.798c-.236 0-.373-.117-.41-.351l-.093-.612c-.445.383-.939.68-1.477.89-.54.21-1.076.315-1.608.315zm.446-1.39c.41 0 .836-.08 1.282-.241.447-.16.874-.395 1.283-.704v-1.89a8.408 8.408 0 0 0-1.97-.241c-1.401 0-2.1.537-2.1 1.612 0 .47.13.831.39 1.084.26.254.632.38 1.115.38z" id="ftr__q"/><path d="M.467 9.907c-.248 0-.372-.124-.372-.37V.883C.095.635.219.51.467.51h.817c.125 0 .22.026.288.075.068.05.115.142.14.277l.111.686C3 .672 4.24.234 5.541.234c.904 0 1.592.238 2.063.713.471.476.707 1.165.707 2.066v6.524c0 .246-.124.37-.372.37H6.842c-.248 0-.372-.124-.372-.37V3.625c0-.655-.133-1.137-.4-1.445-.266-.31-.684-.464-1.254-.464-.979 0-1.94.315-2.881.946v6.875c0 .246-.125.37-.372.37H.467z" id="ftr__s"/><path d="M4.641 9.859c-1.462 0-2.58-.417-3.355-1.251C.51 7.774.124 6.566.124 4.985c0-1.569.4-2.783 1.2-3.641C2.121.486 3.252.055 4.714.055c.67 0 1.326.118 1.971.353.136.05.232.111.288.185.056.074.083.198.083.37v.501c0 .248-.08.37-.241.37-.062 0-.162-.018-.297-.055a5.488 5.488 0 0 0-1.544-.222c-1.04 0-1.79.262-2.248.787-.459.526-.688 1.362-.688 2.511v.241c0 1.124.232 1.949.697 2.474.465.525 1.198.788 2.203.788a5.98 5.98 0 0 0 1.672-.26c.136-.037.23-.056.279-.056.161 0 .242.124.242.371v.5c0 .162-.025.279-.075.353-.05.074-.148.142-.297.204-.608.259-1.314.389-2.119.389z" id="ftr__u"/><path d="M4.598 10.185c-1.413 0-2.516-.438-3.31-1.316C.497 7.992.1 6.769.1 5.199c0-1.555.397-2.773 1.19-3.65C2.082.673 3.185.235 4.598.235c1.412 0 2.515.438 3.308 1.316.793.876 1.19 2.094 1.19 3.65 0 1.569-.397 2.792-1.19 3.669-.793.878-1.896 1.316-3.308 1.316zm0-1.483c1.747 0 2.62-1.167 2.62-3.502 0-2.323-.873-3.484-2.62-3.484S1.977 2.877 1.977 5.2c0 2.335.874 3.502 2.62 3.502z" id="ftr__w"/><path d="M.396 9.907c-.248 0-.371-.124-.371-.37V.883C.025.635.148.51.396.51h.818a.49.49 0 0 1 .288.075c.068.05.115.142.14.277l.111.594C2.943.64 4.102.234 5.23.234c1.152 0 1.934.438 2.342 1.315C8.798.672 10.025.234 11.25.234c.856 0 1.512.24 1.971.722.458.482.688 1.168.688 2.057v6.524c0 .246-.124.37-.372.37h-1.097c-.248 0-.371-.124-.371-.37V3.533c0-.618-.119-1.075-.354-1.372-.235-.297-.607-.445-1.115-.445-.904 0-1.815.278-2.732.834.012.087.018.18.018.278v6.709c0 .246-.124.37-.372.37H6.42c-.249 0-.372-.124-.372-.37V3.533c0-.618-.118-1.075-.353-1.372-.235-.297-.608-.445-1.115-.445-.942 0-1.847.272-2.714.815v7.006c0 .246-.125.37-.372.37H.396z" id="ftr__y"/><path d="M.617 13.724c-.248 0-.371-.124-.371-.37V.882c0-.247.123-.37.371-.37h.818c.248 0 .39.123.428.37l.093.594C2.897.648 3.944.234 5.096.234c1.203 0 2.15.435 2.845 1.307.693.87 1.04 2.053 1.04 3.548 0 1.52-.365 2.736-1.096 3.65-.731.915-1.704 1.372-2.918 1.372-1.116 0-2.076-.365-2.881-1.094v4.337c0 .246-.125.37-.372.37H.617zM4.54 8.628c1.71 0 2.566-1.149 2.566-3.447 0-1.173-.208-2.044-.624-2.612-.415-.569-1.05-.853-1.904-.853-.88 0-1.711.284-2.491.853v5.17c.805.593 1.623.889 2.453.889z" id="ftr__A"/><path d="M2.971 10.148c-.88 0-1.583-.25-2.11-.75-.526-.501-.79-1.171-.79-2.011 0-.902.322-1.622.967-2.159.644-.538 1.512-.806 2.602-.806.694 0 1.475.104 2.342.315V3.513c0-.667-.15-1.136-.455-1.408-.304-.271-.821-.407-1.552-.407-.855 0-1.692.123-2.509.37-.285.087-.465.13-.54.13-.148 0-.223-.111-.223-.334v-.5c0-.16.025-.278.075-.352.05-.074.148-.142.297-.204.384-.173.87-.312 1.46-.417A9.991 9.991 0 0 1 4.29.234c1.177 0 2.045.244 2.603.731.557.489.836 1.233.836 2.233v6.338c0 .247-.125.37-.372.37h-.799c-.236 0-.372-.117-.41-.351l-.092-.612a5.09 5.09 0 0 1-1.478.89 4.4 4.4 0 0 1-1.608.315zm.446-1.39c.41 0 .836-.08 1.283-.241.446-.16.874-.395 1.282-.704v-1.89a8.403 8.403 0 0 0-1.97-.241c-1.4 0-2.1.537-2.1 1.612 0 .47.13.831.39 1.084.26.254.632.38 1.115.38z" id="ftr__C"/><path d="M.503 9.907c-.248 0-.371-.124-.371-.37V.883C.132.635.255.51.503.51h.818a.49.49 0 0 1 .288.075c.068.05.115.142.14.277l.111.686C3.037.672 4.277.234 5.578.234c.904 0 1.592.238 2.063.713.47.476.706 1.165.706 2.066v6.524c0 .246-.123.37-.371.37H6.879c-.248 0-.372-.124-.372-.37V3.625c0-.655-.133-1.137-.4-1.445-.266-.31-.684-.464-1.254-.464-.98 0-1.94.315-2.882.946v6.875c0 .246-.124.37-.371.37H.503z" id="ftr__E"/><path d="M1.988 13.443c-.397 0-.75-.043-1.059-.13-.15-.037-.251-.1-.307-.185a.684.684 0 0 1-.084-.37v-.483c0-.234.093-.352.28-.352.06 0 .154.013.278.037.124.025.291.037.502.037.459 0 .82-.114 1.087-.343.266-.228.505-.633.716-1.213l.353-.945L.167.675C.08.465.037.316.037.23c0-.149.086-.222.26-.222h1.115c.198 0 .334.03.409.093.075.062.148.197.223.407l2.602 7.19 2.51-7.19c.074-.21.148-.345.222-.407.075-.062.211-.093.41-.093h1.04c.174 0 .261.073.261.222 0 .086-.044.235-.13.445l-4.09 10.377c-.334.853-.725 1.464-1.17 1.835-.446.37-1.017.556-1.711.556z" id="ftr__G"/></defs><g fill="none" fill-rule="evenodd"><g transform="translate(31.496 11.553)"><mask id="ftr__b" fill="currentColor"><use xlink:href="#ftr__a"/></mask><path fill="currentColor" mask="url(#ftr__b)" d="M.04 6.088h26.91V.04H.04z"/></g><g transform="translate(55.433 10.797)"><mask id="ftr__d" fill="currentColor"><use xlink:href="#ftr__c"/></mask><path fill="currentColor" mask="url(#ftr__d)" d="M.05 5.664h5.564V.222H.05z"/></g><g transform="translate(55.433 .97)"><mask id="ftr__f" fill="currentColor"><use xlink:href="#ftr__e"/></mask><path fill="currentColor" mask="url(#ftr__f)" d="M.11 9.444h6.804V.222H.111z"/></g><g transform="translate(33.008 .97)"><mask id="ftr__h" fill="currentColor"><use xlink:href="#ftr__g"/></mask><path fill="currentColor" mask="url(#ftr__h)" d="M.191 9.655h11.611V.04H.192z"/></g><g transform="translate(62.992 .97)"><mask id="ftr__j" fill="currentColor"><use xlink:href="#ftr__i"/></mask><path fill="currentColor" mask="url(#ftr__j)" d="M.141 9.867h7.831V.04H.142z"/></g><g transform="translate(72.063 .97)"><mask id="ftr__l" fill="currentColor"><use xlink:href="#ftr__k"/></mask><path fill="currentColor" mask="url(#ftr__l)" d="M.171 9.655h7.076V.04H.17z"/></g><g transform="translate(46.11 .718)"><mask id="ftr__n" fill="currentColor"><use xlink:href="#ftr__m"/></mask><path fill="currentColor" mask="url(#ftr__n)" d="M.181 10.059h8.225V.232H.18z"/></g><g transform="translate(23.685 .718)"><mask id="ftr__p" fill="currentColor"><use xlink:href="#ftr__o"/></mask><path fill="currentColor" mask="url(#ftr__p)" d="M.05 10.059h8.255V.232H.05z"/></g><g transform="translate(0 .718)"><mask id="ftr__r" fill="currentColor"><use xlink:href="#ftr__q"/></mask><path fill="currentColor" mask="url(#ftr__r)" d="M.03 10.15h7.68V.231H.03z"/></g><g transform="translate(10.33 .718)"><mask id="ftr__t" fill="currentColor"><use xlink:href="#ftr__s"/></mask><path fill="currentColor" mask="url(#ftr__t)" d="M.07 9.907h8.255V.232H.071z"/></g><g transform="translate(84.157 .97)"><mask id="ftr__v" fill="currentColor"><use xlink:href="#ftr__u"/></mask><path fill="currentColor" mask="url(#ftr__v)" d="M.11 9.867h7.046V.04H.11z"/></g><g transform="translate(92.472 .718)"><mask id="ftr__x" fill="currentColor"><use xlink:href="#ftr__w"/></mask><path fill="currentColor" mask="url(#ftr__x)" d="M.08 10.21h9.041V.232H.081z"/></g><g transform="translate(103.811 .718)"><mask id="ftr__z" fill="currentColor"><use xlink:href="#ftr__y"/></mask><path fill="currentColor" mask="url(#ftr__z)" d="M.02 9.907H13.93V.232H.02z"/></g><g transform="translate(120.189 .718)"><mask id="ftr__B" fill="currentColor"><use xlink:href="#ftr__A"/></mask><path fill="currentColor" mask="url(#ftr__B)" d="M.242 13.747H9.01V.232H.242z"/></g><g transform="translate(130.772 .718)"><mask id="ftr__D" fill="currentColor"><use xlink:href="#ftr__C"/></mask><path fill="currentColor" mask="url(#ftr__D)" d="M.06 10.15h7.68V.231H.06z"/></g><g transform="translate(141.102 .718)"><mask id="ftr__F" fill="currentColor"><use xlink:href="#ftr__E"/></mask><path fill="currentColor" mask="url(#ftr__F)" d="M.131 9.907h8.224V.232H.131z"/></g><g transform="translate(150.677 1.222)"><mask id="ftr__H" fill="currentColor"><use xlink:href="#ftr__G"/></mask><path fill="currentColor" mask="url(#ftr__H)" d="M.02 13.455h9.071V0H.021z"/></g></g></svg></div><p class="imdb-footer__copyright _2-iNNCFskmr4l2OFN2DRsf">\xc2\xa9 1990-<!-- -->2021<!-- --> by IMDb.com, Inc.</p></div></footer><svg style="width:0;height:0;overflow:hidden;display:block" xmlns="http://www.w3.org/2000/svg" version="1.1"><defs><linearGradient id="ipc-svg-gradient-tv-logo-t" x1="31.973%" y1="53.409%" x2="153.413%" y2="-16.853%"><stop stop-color="#D01F49" offset="21.89%"></stop><stop stop-color="#E8138B" offset="83.44%"></stop></linearGradient><linearGradient id="ipc-svg-gradient-tv-logo-v" x1="-38.521%" y1="84.997%" x2="104.155%" y2="14.735%"><stop stop-color="#D01F49" offset="21.89%"></stop><stop stop-color="#E8138B" offset="83.44%"></stop></linearGradient></defs></svg>\n </div>\n<script type="text/javascript">\n if (!window.RadWidget) {\n window.RadWidget = {\n registerReactWidgetInstance: function(input) {\n window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];\n window.RadWidget[input.widgetName].push({\n id: input.instanceId,\n props: JSON.stringify(input.model)\n })\n },\n getReactWidgetInstances: function(widgetName) {\n return window.RadWidget[widgetName] || []\n }\n };\n }\n</script> <script type="text/javascript">\n window[\'RadWidget\'].registerReactWidgetInstance({\n widgetName: "IMDbConsumerSiteFooterFeatureV1",\n instanceId: "4594234e-9d5b-42e3-8ac7-5c4820083dec",\n model: {"ResponsiveFooterModel":{"showIMDbTVLink":false,"desktopLink":"?mode=desktop&ref_=m_ft_dsk","showDesktopLink":true}}\n });\n </script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "desktopFooter", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "desktopFooter", {wb: 1});\n }\n</script>\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadHeaderJS", {wb: 1});\n }\n</script>\n\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/EbJ50esdfIcjt2R.js"></script>\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/Q$vpA-vTfEkXQYW.js"></script>\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/EtkwkDagnYhJNZk.js"></script>\n\n\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/3wL0We-DlKJbHux.js"></script>\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/pEaYC0JytMRJx29.js"></script>\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/D-WNvtV4PDafd7p.js"></script>\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/N8lg9BrsJ0WtXtp.js"></script>\n\n <script type="text/javascript">\n function jQueryOnReady(remaining_count) {\n if (window.jQuery && typeof $.fn.watchlistRibbon !== \'undefined\') {\n jQuery(\n function() {\n var listConfig = imdb.userlists.getListerInitConfig(\n {\n listId : \'ls091520106\',\n refMarker : \'ttls\',\n mode : \'detail\',\n page : 1,\n viewMoreOption : \'PAGINATE\',\n sortField : \'list_order\',\n sortDirection : \'asc\',\n showtimesDate : \'\',\n explore : \'\',\n ajaxURL : \'/list/ls091520106/_ajax\',\n externalCallbacks : [window.imdb.CS.loadMoreUpdate],\n }\n );\n imdb.userlists.listerInit(listConfig);\n }\n\n );\n jQuery(\n function() {\n var isAdvertisingThemed = !!(window.custom && window.custom.full_page && window.custom.full_page.theme),\n url = "https://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls091520106%2F&colorscheme=light",\n like = document.getElementById(\'iframe_like\');\n\n if (!isAdvertisingThemed && like) {\n like.src = url;\n like.onload = function () {\n if (typeof uex == \'function\') { uex(\'ld\', \'facebook_like_iframe\', {wb: 1}); }\n };\n } else if (isAdvertisingThemed) {\n $(\'.social_networking_like\').closest(\'.aux-content-widget-2\').hide();\n }\n }\n\n );\n } else if (remaining_count > 0) {\n setTimeout(function() { jQueryOnReady(remaining_count-1) }, 100);\n }\n }\n jQueryOnReady(50);\n </script>\n\n\n<script type="text/javascript">window.webpackManifest_IMDbConsumerSiteNavFeature={}</script><script type="text/javascript">window.webpackManifest_IMDbConsumerSiteFooterFeature={}</script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/81ylQlbn1fL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/61SeeyqsNHL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/61vDTVmJCNL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/41TeoVoT7fL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/31827uXCh4L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/31P6K1kIR-L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/41Pr-woKLCL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/51GDom0+d0L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/61Ka2ezTX9L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/019vMGkrlkL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/11UNuUz7BzL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/21QhnrxvhtL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/01EjywnajPL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/01eEXY1YetL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/21n5fdlWBhL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/21a9eB+eAFL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/01X4+ME2ObL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/61bggxN4hhL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/81Bd+VCEo9L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/41uka3OgCRL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/31ROAIgElzL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/31VYLn8dVDL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/01qhBQyMr+L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/412zhLIJTNL.js"></script>\n\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "RenderBranchSDK", {wb: 1});\n }\n</script>\n <script>\n if (\'csm\' in window) {\n csm.measure(\'csm_RenderBranchSDK_started\');\n }\n </script>\n <script class="ics-branch-sdk-script">\n if (document.domain.startsWith(\'m.\')) {\n\n function logBranchMetric(metricName, n) {\n if (window && window.ue && typeof window.ue.count === \'function\') {\n window.ue.count(metricName, n);\n }\n }\n\n logBranchMetric(\'BranchSDK.Requests\', 1);\n if (uet) {\n uet(\'bb\', \'LoadBranchSDK\', {wb: 1});\n }\n (function(b,r,a,n,c,h,_,s,d,k){if(!b[n]||!b[n]._q){for(;s<_.length;)c(h,_[s++]);d=r.createElement(a);d.async=1;d.src="https://cdn.branch.io/branch-2.58.0.min.js";k=r.getElementsByTagName(a)[0];k.parentNode.insertBefore(d,k);b[n]=h}})(window,document,"script","branch",function(b,r){b[r]=function(){b._q.push([r,arguments])}},{_q:[],_v:1},"addListener applyCode autoAppIndex banner closeBanner closeJourney creditHistory credits data deepview deepviewCta first getCode init link logout redeem referrals removeListener sendSMS setBranchViewData setIdentity track validateCode trackCommerceEvent logEvent disableTracking".split(" "), 0);\n branch.init(\'key_live_jdSfREMXW6WE9FcCt5HWFbhgswmprlIn\', { timeout: 2000 }, (err, data) => {\n if (uet && uex) {\n uet(\'be\', \'LoadBranchSDK\', {wb: 1});\n uex(\'ld\', \'LoadBranchSDK\', {wb: 1} )\n }\n if (err) {\n console.log(\'Branch init error\', err);\n logBranchMetric(\'BranchSDK.Error\', 1);\n } else {\n logBranchMetric(\'BranchSDK.Error\', 0);\n logBranchMetric(\'BranchSDK.Initialized\', 1);\n\n branch.setBranchViewData(\n {\n \'$deeplink_path\': \'/list/ls091520106/\'\n }\n );\n branch.setIdentity(\'000-0000000-0000000\', (err, data) => {\n if (err) {\n console.log(\'Branch setIdentity error\', err);\n logBranchMetric(\'BranchSDK.Error\', 1);\n } else {\n logBranchMetric(\'BranchSDK.Error\', 0);\n }\n });\n }\n });\n }\n </script>\n <script>\n if (\'csm\' in window) {\n csm.measure(\'csm_RenderBranchSDK_finished\');\n }\n </script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "RenderBranchSDK", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "RenderBranchSDK", {wb: 1});\n }\n</script>\n\n\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadFooterJS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadFooterJS", {wb: 1});\n }\n</script>\n \n <div id="servertime" time="1164"/>\n\n\n\n<script>\n if (typeof uet == \'function\') {\n uet("be");\n }\n</script>\n \n </body>\n</html>\n'
Soup = BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<script type="text/javascript">var IMDbTimer={starttime: new Date().getTime(),pt:'java'};</script>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadTitle", {wb: 1});
}
</script>
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_title"] = new Date().getTime(); })(IMDbTimer);</script>
<title>Top 100 Movies Bucket List - IMDb</title>
<script>(function(t){ (t.events = t.events || {})["csm_head_post_title"] = new Date().getTime(); })(IMDbTimer);</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadTitle", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadTitle", {wb: 1});
}
</script>
<link href="https://www.imdb.com/list/ls091520106/" rel="canonical"/>
<meta content="http://www.imdb.com/list/ls091520106/" property="og:url"/>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadIcons", {wb: 1});
}
</script>
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_icon"] = new Date().getTime(); })(IMDbTimer);</script>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_desktop_32x32._CB1582158068_.png" rel="icon" sizes="32x32"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_iPad_retina_167x167._CB1582158068_.png" rel="icon" sizes="167x167"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_iPhone_retina_180x180._CB1582158069_.png" rel="icon" sizes="180x180"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile._CB479963088_.png" rel="apple-touch-icon"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile-76x76._CB479962152_.png" rel="apple-touch-icon" sizes="76x76"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile-120x120._CB479963088_.png" rel="apple-touch-icon" sizes="120x120"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-web-152x152._CB479963088_.png" rel="apple-touch-icon" sizes="152x152"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/android-mobile-196x196._CB479962153_.png" rel="shortcut icon" sizes="196x196"/>
<meta content="#000000" name="theme-color"/>
<link href="https://m.media-amazon.com/images/S/sash/MzfIBMq9GBucYqW.xml" rel="search" title="IMDb" type="application/opensearchdescription+xml"/>
<script>(function(t){ (t.events = t.events || {})["csm_head_post_icon"] = new Date().getTime(); })(IMDbTimer);</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadIcons", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadIcons", {wb: 1});
}
</script>
<meta content="ls091520106" property="pageId"/>
<meta content="list" property="pageType"/>
<meta content="title" property="subpageType"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images/social/imdb_logo._CB410901634_.png" rel="image_src"/>
<meta content="https://m.media-amazon.com/images/G/01/imdb/images/social/imdb_logo._CB410901634_.png" property="og:image"/>
<meta content="115109575169727" property="fb:app_id"/>
<meta content="Top 100 Movies Bucket List - IMDb" property="og:title"/>
<meta content="IMDb" property="og:site_name"/>
<meta content="Top 100 Movies Bucket List - IMDb" name="title"/>
<meta content="Top 100 Movies Bucket List" name="description"/>
<meta content="Top 100 Movies Bucket List" property="og:description"/>
<meta content="AVB6X25884K141CV44T5" name="request_id"/>
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "CreativeWork",
"about": {
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "1",
"url": "/title/tt0111161/"
},
{
"@type": "ListItem",
"position": "2",
"url": "/title/tt0068646/"
},
{
"@type": "ListItem",
"position": "3",
"url": "/title/tt0071562/"
},
{
"@type": "ListItem",
"position": "4",
"url": "/title/tt0468569/"
},
{
"@type": "ListItem",
"position": "5",
"url": "/title/tt0050083/"
},
{
"@type": "ListItem",
"position": "6",
"url": "/title/tt0108052/"
},
{
"@type": "ListItem",
"position": "7",
"url": "/title/tt0167260/"
},
{
"@type": "ListItem",
"position": "8",
"url": "/title/tt0110912/"
},
{
"@type": "ListItem",
"position": "9",
"url": "/title/tt0060196/"
},
{
"@type": "ListItem",
"position": "10",
"url": "/title/tt0137523/"
},
{
"@type": "ListItem",
"position": "11",
"url": "/title/tt7286456/"
},
{
"@type": "ListItem",
"position": "12",
"url": "/title/tt0120737/"
},
{
"@type": "ListItem",
"position": "13",
"url": "/title/tt0109830/"
},
{
"@type": "ListItem",
"position": "14",
"url": "/title/tt1375666/"
},
{
"@type": "ListItem",
"position": "15",
"url": "/title/tt0080684/"
},
{
"@type": "ListItem",
"position": "16",
"url": "/title/tt0167261/"
},
{
"@type": "ListItem",
"position": "17",
"url": "/title/tt0133093/"
},
{
"@type": "ListItem",
"position": "18",
"url": "/title/tt0073486/"
},
{
"@type": "ListItem",
"position": "19",
"url": "/title/tt0099685/"
},
{
"@type": "ListItem",
"position": "20",
"url": "/title/tt0047478/"
},
{
"@type": "ListItem",
"position": "21",
"url": "/title/tt0114369/"
},
{
"@type": "ListItem",
"position": "22",
"url": "/title/tt0317248/"
},
{
"@type": "ListItem",
"position": "23",
"url": "/title/tt0118799/"
},
{
"@type": "ListItem",
"position": "24",
"url": "/title/tt0102926/"
},
{
"@type": "ListItem",
"position": "25",
"url": "/title/tt0076759/"
},
{
"@type": "ListItem",
"position": "26",
"url": "/title/tt0038650/"
},
{
"@type": "ListItem",
"position": "27",
"url": "/title/tt0120815/"
},
{
"@type": "ListItem",
"position": "28",
"url": "/title/tt0245429/"
},
{
"@type": "ListItem",
"position": "29",
"url": "/title/tt0120689/"
},
{
"@type": "ListItem",
"position": "30",
"url": "/title/tt0110413/"
},
{
"@type": "ListItem",
"position": "31",
"url": "/title/tt0056058/"
},
{
"@type": "ListItem",
"position": "32",
"url": "/title/tt0816692/"
},
{
"@type": "ListItem",
"position": "33",
"url": "/title/tt0114814/"
},
{
"@type": "ListItem",
"position": "34",
"url": "/title/tt0110357/"
},
{
"@type": "ListItem",
"position": "35",
"url": "/title/tt0120586/"
},
{
"@type": "ListItem",
"position": "36",
"url": "/title/tt0088763/"
},
{
"@type": "ListItem",
"position": "37",
"url": "/title/tt0253474/"
},
{
"@type": "ListItem",
"position": "38",
"url": "/title/tt0027977/"
},
{
"@type": "ListItem",
"position": "39",
"url": "/title/tt0103064/"
},
{
"@type": "ListItem",
"position": "40",
"url": "/title/tt1675434/"
},
{
"@type": "ListItem",
"position": "41",
"url": "/title/tt0054215/"
},
{
"@type": "ListItem",
"position": "42",
"url": "/title/tt0172495/"
},
{
"@type": "ListItem",
"position": "43",
"url": "/title/tt0021749/"
},
{
"@type": "ListItem",
"position": "44",
"url": "/title/tt0407887/"
},
{
"@type": "ListItem",
"position": "45",
"url": "/title/tt2582802/"
},
{
"@type": "ListItem",
"position": "46",
"url": "/title/tt0064116/"
},
{
"@type": "ListItem",
"position": "47",
"url": "/title/tt0482571/"
},
{
"@type": "ListItem",
"position": "48",
"url": "/title/tt4154796/"
},
{
"@type": "ListItem",
"position": "49",
"url": "/title/tt0034583/"
},
{
"@type": "ListItem",
"position": "50",
"url": "/title/tt0095327/"
},
{
"@type": "ListItem",
"position": "51",
"url": "/title/tt0047396/"
},
{
"@type": "ListItem",
"position": "52",
"url": "/title/tt0095765/"
},
{
"@type": "ListItem",
"position": "53",
"url": "/title/tt0078748/"
},
{
"@type": "ListItem",
"position": "54",
"url": "/title/tt0082971/"
},
{
"@type": "ListItem",
"position": "55",
"url": "/title/tt0209144/"
},
{
"@type": "ListItem",
"position": "56",
"url": "/title/tt0078788/"
},
{
"@type": "ListItem",
"position": "57",
"url": "/title/tt0032553/"
},
{
"@type": "ListItem",
"position": "58",
"url": "/title/tt0405094/"
},
{
"@type": "ListItem",
"position": "59",
"url": "/title/tt4154756/"
},
{
"@type": "ListItem",
"position": "60",
"url": "/title/tt1853728/"
},
{
"@type": "ListItem",
"position": "61",
"url": "/title/tt4633694/"
},
{
"@type": "ListItem",
"position": "62",
"url": "/title/tt0081505/"
},
{
"@type": "ListItem",
"position": "63",
"url": "/title/tt0050825/"
},
{
"@type": "ListItem",
"position": "64",
"url": "/title/tt0910970/"
},
{
"@type": "ListItem",
"position": "65",
"url": "/title/tt0043014/"
},
{
"@type": "ListItem",
"position": "66",
"url": "/title/tt0057012/"
},
{
"@type": "ListItem",
"position": "67",
"url": "/title/tt0119698/"
},
{
"@type": "ListItem",
"position": "68",
"url": "/title/tt0364569/"
},
{
"@type": "ListItem",
"position": "69",
"url": "/title/tt0051201/"
},
{
"@type": "ListItem",
"position": "70",
"url": "/title/tt1345836/"
},
{
"@type": "ListItem",
"position": "71",
"url": "/title/tt0087843/"
},
{
"@type": "ListItem",
"position": "72",
"url": "/title/tt6751668/"
},
{
"@type": "ListItem",
"position": "73",
"url": "/title/tt0090605/"
},
{
"@type": "ListItem",
"position": "74",
"url": "/title/tt0169547/"
},
{
"@type": "ListItem",
"position": "75",
"url": "/title/tt2380307/"
},
{
"@type": "ListItem",
"position": "76",
"url": "/title/tt5311514/"
},
{
"@type": "ListItem",
"position": "77",
"url": "/title/tt0112573/"
},
{
"@type": "ListItem",
"position": "78",
"url": "/title/tt0082096/"
},
{
"@type": "ListItem",
"position": "79",
"url": "/title/tt1187043/"
},
{
"@type": "ListItem",
"position": "80",
"url": "/title/tt0986264/"
},
{
"@type": "ListItem",
"position": "81",
"url": "/title/tt0086190/"
},
{
"@type": "ListItem",
"position": "82",
"url": "/title/tt0114709/"
},
{
"@type": "ListItem",
"position": "83",
"url": "/title/tt0105236/"
},
{
"@type": "ListItem",
"position": "84",
"url": "/title/tt0086879/"
},
{
"@type": "ListItem",
"position": "85",
"url": "/title/tt5074352/"
},
{
"@type": "ListItem",
"position": "86",
"url": "/title/tt0119217/"
},
{
"@type": "ListItem",
"position": "87",
"url": "/title/tt0361748/"
},
{
"@type": "ListItem",
"position": "88",
"url": "/title/tt0022100/"
},
{
"@type": "ListItem",
"position": "89",
"url": "/title/tt0180093/"
},
{
"@type": "ListItem",
"position": "90",
"url": "/title/tt0062622/"
},
{
"@type": "ListItem",
"position": "91",
"url": "/title/tt0052357/"
},
{
"@type": "ListItem",
"position": "92",
"url": "/title/tt0338013/"
},
{
"@type": "ListItem",
"position": "93",
"url": "/title/tt0033467/"
},
{
"@type": "ListItem",
"position": "94",
"url": "/title/tt0093058/"
},
{
"@type": "ListItem",
"position": "95",
"url": "/title/tt2106476/"
},
{
"@type": "ListItem",
"position": "96",
"url": "/title/tt0053125/"
},
{
"@type": "ListItem",
"position": "97",
"url": "/title/tt0066921/"
},
{
"@type": "ListItem",
"position": "98",
"url": "/title/tt0208092/"
},
{
"@type": "ListItem",
"position": "99",
"url": "/title/tt0211915/"
},
{
"@type": "ListItem",
"position": "100",
"url": "/title/tt0012349/"
}
]
},
"dateModified": "2019-12-10T00:47Z",
"name": "Top 100 Movies Bucket List",
"description": "Want to track what you\u0027ve seen? Get the poster on Amazon (https://www.amazon.com/bucketlist)! (This list reflects the IMDb Top Rated Movies List as of October 2019.)"
}</script>
<script>
(function (win) {
win.PLAID_LOAD_FONTS_FIRED = true;
if (typeof win.FontFace !== "undefined"
&& typeof win.Promise !== "undefined") {
if (win.ue) {
win.uet("bb", "LoadRoboto", { wb: 1 });
}
var allowableLoadTime = 1000;
var startTimeInt = +new Date();
var roboto = new FontFace('Roboto',
'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3Rv.woff2)',
{ style:'normal', weight: 400 });
var robotoMedium = new FontFace('Roboto',
'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3RvTWVk.woff2)',
{ style:'normal', weight: 500 });
var robotoBold = new FontFace('Roboto',
'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3RvQm9sZA.woff2)',
{ style:'normal', weight: 600 });
var robotoLoaded = roboto.load();
var robotoMediumLoaded = robotoMedium.load();
var robotoBoldLoaded = robotoBold.load();
win.Promise.all([robotoLoaded, robotoMediumLoaded, robotoBoldLoaded]).then(function() {
var loadTimeInt = +new Date();
var robotoLoadedCount = 0;
if ((loadTimeInt - startTimeInt) <= allowableLoadTime) {
win.document.fonts.add(roboto);
win.document.fonts.add(robotoMedium);
win.document.fonts.add(robotoBold);
robotoLoadedCount++;
}
if (win.ue) {
win.ue.count("roboto-loaded", robotoLoadedCount);
win.uet("be", "LoadRoboto", { wb: 1 });
win.uex("ld", "LoadRoboto", { wb: 1 });
}
}).catch(function() {
if (win.ue) {
win.ue.count("roboto-loaded", 0);
}
});
} else {
if (win.ue) {
win.ue.count("roboto-load-not-attempted", 1);
}
}
})(window);
</script>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadCSS", {wb: 1});
}
</script>
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_css"] = new Date().getTime(); })(IMDbTimer);</script>
<link href="https://m.media-amazon.com/images/I/41vmHx-SBDL.css" rel="stylesheet" type="text/css"/><link href="https://m.media-amazon.com/images/I/41pzfEC8F8L.css" rel="stylesheet" type="text/css"/>
<link href="https://m.media-amazon.com/images/S/sash/r6TDeHVtyCUngwC.css" rel="stylesheet" type="text/css"/>
<!-- h=ics-c52xl-13-1f-f77ff8f0.us-east-1 -->
<!--[if IE]><link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/pXHSPBTKPo0GIjW.css" /><![endif]-->
<link href="https://m.media-amazon.com/images/S/sash/q88Mgd6SPmx6R1F.css" rel="stylesheet" type="text/css"/>
<link href="https://m.media-amazon.com/images/S/sash/dM0$HCaK4vPEd5s.css" rel="stylesheet" type="text/css"/>
<link href="https://m.media-amazon.com/images/S/sash/MEsZk7KxG2g8825.css" rel="stylesheet" type="text/css"/>
<link href="https://m.media-amazon.com/images/S/sash/$itbxPZLfCmJdmP.css" rel="stylesheet" type="text/css"/>
<noscript>
<link href="https://m.media-amazon.com/images/S/sash/CCc6Ja$8QUPPKkY.css" rel="stylesheet" type="text/css"/>
</noscript>
<script>(function(t){ (t.events = t.events || {})["csm_head_post_css"] = new Date().getTime(); })(IMDbTimer);</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadCSS", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadCSS", {wb: 1});
}
</script>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadJS", {wb: 1});
}
</script>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadHeaderJS", {wb: 1});
}
</script>
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_ads"] = new Date().getTime(); })(IMDbTimer);</script>
<script type="text/javascript">
// ensures js doesn't die if ads service fails.
// Note that we need to define the js here, since ad js is being rendered inline after this.
(function(f) {
// Fallback javascript, when the ad Service call fails.
if((window.csm == null || window.generic == null || window.consoleLog == null)) {
if (window.console && console.log) {
console.log("one or more of window.csm, window.generic or window.consoleLog has been stubbed...");
}
}
window.csm = window.csm || { measure:f, record:f, duration:f, listen:f, metrics:{} };
window.generic = window.generic || { monitoring: { start_timing: f, stop_timing: f } };
window.consoleLog = window.consoleLog || f;
})(function() {});
</script>
<script type="text/javascript">
if (!window.RadWidget) {
window.RadWidget = {
registerReactWidgetInstance: function(input) {
window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];
window.RadWidget[input.widgetName].push({
id: input.instanceId,
props: JSON.stringify(input.model)
})
},
getReactWidgetInstances: function(widgetName) {
return window.RadWidget[widgetName] || []
}
};
}
</script> <script>
if ('csm' in window) {
csm.measure('csm_head_delivery_finished');
}
</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadHeaderJS", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadHeaderJS", {wb: 1});
}
</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadJS", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadJS", {wb: 1});
}
</script>
</head>
<body class="fixed" id="styleguide-v2">
<script>
if (typeof uet == 'function') {
uet("bb");
}
</script>
<script>
if ('csm' in window) {
csm.measure('csm_body_delivery_started');
}
</script>
<script>
if (typeof uet == 'function') {
uet("ns");
}
</script>
<style data-styled="gwOpQB iwkRT erYeKd bkeTFm diDBNJ eWjUDO LrpYY dzfmPm dFDExU RQLCk YOYgO ddqdtC hOXnzb cIKARP gTFTwO dKTgZt crQfrC OQYVG hjoCyi hoAGyu cECatH kaVyhF eIWOUD" data-styled-version="4.3.2">
/* sc-component-id: NavLogo-e02kni-0 */
.ddqdtC{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:0.25rem;margin-right:auto;-webkit-order:1;-ms-flex-order:1;order:1;position:relative;} @media screen and (min-width:1024px){.ddqdtC{margin-left:auto;margin-right:0.5rem;-webkit-order:0;-ms-flex-order:0;order:0;padding-left:0;}} @media (hover:hover) and (pointer:fine){.ddqdtC:focus{outline:1px dashed currentColor;}.ddqdtC:focus:active{outline:0;}.ddqdtC:before,.ddqdtC:after{border-radius:10%;bottom:0;content:'';height:100%;left:0;margin:auto;opacity:0;position:absolute;right:0;top:0;-webkit-transition:opacity .2s cubic-bezier(1,1,1,1);transition:opacity .2s cubic-bezier(1,1,1,1);width:100%;}}
/* sc-component-id: SearchTypeahead-sc-112a48v-0 */
.OQYVG li:first-child > ._3CzPBqlWRmSAoWxtvQQ5Eo{border-top:none;}
/* sc-component-id: FlyoutMenu-xq6xx0-0 */
.crQfrC{position:relative;} .crQfrC.navbar__flyout__text-button-after-mobile,.crQfrC .navbar__flyout__text-button-after-mobile{display:none;} .crQfrC .navbar__flyout__text-button-after-mobile > div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;} .crQfrC .navbar__flyout--menu{top:100%;position:absolute;margin-top:.25rem;} .crQfrC.crQfrC.navbar__flyout--positionLeft .navbar__flyout--menu{left:0;right:auto;} @media screen and (min-width:600px){.crQfrC.navbar__flyout--breakpoint-m .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-m .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} @media screen and (min-width:1024px){.crQfrC.navbar__flyout--breakpoint-l .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-l .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} @media screen and (min-width:1280px){.crQfrC.navbar__flyout--breakpoint-xl .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-xl .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} .crQfrC .navbar__flyout__button-pointer{-webkit-transition:-webkit-transform 0.2s;-webkit-transition:transform 0.2s;transition:transform 0.2s;-webkit-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0);} .crQfrC.navbar__flyout--isVisible .navbar__flyout__button-pointer{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);}
/* sc-component-id: SearchCategorySelector__StyledContainer-sc-18f40f7-0 */
.dKTgZt .search-category-selector__opener{border-radius:2px 0 0 2px;padding:0 0 0 0.5rem;min-height:32px;height:20px;border-right:1px solid rgba(0,0,0,0.3);} .dKTgZt _1L5qcXA4wOKR8LeHJgsqja{cursor:pointer;}
/* sc-component-id: SearchForm-dxsip9-0 */
.gTFTwO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0;padding:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;} @media screen and (min-width:600px){.gTFTwO{-webkit-transition:border 0.2s,background-color 0.2s,box-shadow 0.2s;transition:border 0.2s,background-color 0.2s,box-shadow 0.2s;}} .gTFTwO .nav-search__search-input-container{width:100%;padding-right:3.5rem;} .gTFTwO ._1-XI3_I8iwubPnQ1mmvW97{position:absolute;right:.35rem;min-width:2rem;cursor:pointer;top:.35rem;-webkit-transition:all 0.2s;transition:all 0.2s;} @media screen and (min-width:600px){.gTFTwO.q2gp5sSzXI30d2n_razRe ._1-XI3_I8iwubPnQ1mmvW97{background:transparent;opacity:1;}} .gTFTwO .imdb-header-search__input{background:transparent;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;outline:none;padding:1rem 1rem 1rem .75rem;width:100%;} @media screen and (min-width:600px){.gTFTwO .imdb-header-search__input{padding:.375em 0 .375rem .5rem;}} .gTFTwO .imdb-header-search__input::-ms-clear{display:none;}
/* sc-component-id: SearchBar-sc-1nweg6x-0 */
.hOXnzb{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;left:0;margin:0;min-height:3.5rem;opacity:0;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:none;transition:none;-webkit-order:3;-ms-flex-order:3;order:3;pointer-events:none;position:absolute;top:0;visibility:hidden;width:100%;z-index:1;} .hOXnzb .imdb-header-search__state-closer{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:-webkit-transform 0.2s 0.1s;-webkit-transition:transform 0.2s 0.1s;transition:transform 0.2s 0.1s;display:inline;margin:.25rem;position:absolute;right:0;top:0;} .hOXnzb .imdb-header-search__state,.hOXnzb .imdb-header-search__input,.hOXnzb .nav-search__search-submit{-moz-appearance:none;-webkit-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;} @media screen and (min-width:600px){.hOXnzb{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0 0.5rem;padding:0;min-height:2.25rem;-webkit-order:3;-ms-flex-order:3;order:3;opacity:1;visibility:visible;pointer-events:auto;position:relative;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.hOXnzb .imdb-header-search__state,.hOXnzb .nav-search__search-submit{padding:0;}.hOXnzb .nav-search__search-submit:focus{outline:var(--ipt-focus-outline-on-base);outline-offset:1px;}.hOXnzb .imdb-header-search__state-closer{display:none;}}
/* sc-component-id: SearchBar__SearchLauncherButton-sc-1nweg6x-1 */
.hjoCyi{-webkit-transition:all 0.3s;transition:all 0.3s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-order:3;-ms-flex-order:3;order:3;} @media screen and (min-width:600px){.hjoCyi{-webkit-order:3;-ms-flex-order:3;order:3;}.hjoCyi.imdb-header-search__state-opener{display:none;}}
/* sc-component-id: SearchBar__MobileSearchStateToggle-sc-1nweg6x-2 */
.cIKARP:checked ~ .nav-search__search-container{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity 0.2s,-webkit-transform 0.2s;-webkit-transition:opacity 0.2s,transform 0.2s;transition:opacity 0.2s,transform 0.2s;visibility:visible;pointer-events:auto;z-index:100;} .cIKARP:checked ~ .nav-search__search-container .nav-search__search-select,.cIKARP:checked ~ .nav-search__search-container .nav-search__search-submit{display:none;} .cIKARP:checked ~ .nav-search__search-container .imdb-header-search__state-closer{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);} .cIKARP:checked ~ .nav-search__search-container ~ .SearchBar__SearchLauncherButton-sc-1nweg6x-1{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.3s 0.3s;transition:all 0.3s 0.3s;opacity:0;}
/* sc-component-id: Drawer__StyledContainer-sc-1h7cs9y-0 */
.bkeTFm._14--k36qjjvLW3hUWHDPb_{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;left:0;overflow:hidden;-webkit-perspective:70vh;-moz-perspective:70vh;-ms-perspective:70vh;perspective:70vh;pointer-events:none;position:fixed;right:0;top:0;visibility:hidden;z-index:100;} .bkeTFm .iRO9SK-8q3D8_287dhn28{box-shadow:none;box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:auto;position:relative;-webkit-transform:translateX(calc(-100% - 36px));-ms-transform:translateX(calc(-100% - 36px));transform:translateX(calc(-100% - 36px));-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transition:all 0.3s,box-shadow 0s;transition:all 0.3s,box-shadow 0s;width:280px;z-index:2;-webkit-overflow-scroll:touch;} .bkeTFm ._1iCYg55DI6ds7d3KVrdYBX{box-sizing:border-box;display:block;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;visibility:hidden;width:100%;will-change:opacity;z-index:1;} .bkeTFm ._3rHHDKyPLOjL8tGKHWMRza{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;min-height:3.5rem;margin-bottom:0.5rem;padding:0.25rem;} .bkeTFm ._2RzUkzyrsjx_BPIQ5uoj5s{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_{pointer-events:auto;visibility:visible;} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_ > .iRO9SK-8q3D8_287dhn28{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);box-shadow:0px 11px 15px -7px rgba(var(--ipt-baseAlt-rgb),0.2),0px 24px 38px 3px rgba(var(--ipt-baseAlt-rgb),0.14),0px 9px 46px 8px rgba(var(--ipt-baseAlt-rgb),0.12);} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_ > ._1iCYg55DI6ds7d3KVrdYBX{opacity:0.5;visibility:visible;} @media screen and (min-width:1024px){.bkeTFm .iRO9SK-8q3D8_287dhn28{width:100%;-webkit-transform:translateY(calc(-100%));-ms-transform:translateY(calc(-100%));transform:translateY(calc(-100%));padding:2rem 0;}.bkeTFm ._3rHHDKyPLOjL8tGKHWMRza{background:none;max-width:1024px;margin:auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 1rem;}.bkeTFm ._3bRJYEaOz1BKUQYqW6yb29{max-width:1024px;margin:auto;}.bkeTFm .WNY8DBPCS1ZbiSd7NoqdP{display:inline;}}
/* sc-component-id: NavLink-sc-19k0khm-0 */
.LrpYY .ipc-icon{opacity:0.5;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;} .LrpYY:hover .ipc-icon{opacity:1;} @media screen and (max-width:479px){.LrpYY.nav-link--hideXS{display:none;}} @media screen and (min-width:480px) and (max-width:599px){.LrpYY.nav-link--hideS{display:none;}} @media screen and (min-width:600px) and (max-width:1023px){.LrpYY.nav-link--hideM{display:none;}} @media screen and (min-width:1024px) and (max-width:1279px){.LrpYY.nav-link--hideL{display:none;}} @media screen and (min-width:1280px){.LrpYY.nav-link--hideXL{display:none;}}
/* sc-component-id: NavLinkCategory__StyledContainer-sc-1zvm8t-0 */
.eWjUDO ._2vjThdvAXrHx6CofJjm03w{cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid transparent;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:3rem;margin:0;padding:0 1rem;-webkit-transition:color 0.1s ease-in,border-color 0.1s ease-in,opacity 0.12s ease-in;transition:color 0.1s ease-in,border-color 0.1s ease-in,opacity 0.12s ease-in;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;} .eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus{outline:var(--ipt-focus-outline-on-baseAlt);outline-offset:1px;} .eWjUDO ._1tLXJMH37mh4UmvfVF8swF{padding-right:0.75rem;} .eWjUDO ._2aunAih-uMfbdgTUIjnQMd{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;padding-right:0.75rem;text-overflow:ellipsis;white-space:nowrap;} .eWjUDO ._2BeDp2pKthfMnxArm4lS0T{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);} .eWjUDO ._1tLXJMH37mh4UmvfVF8swF,.eWjUDO ._2BeDp2pKthfMnxArm4lS0T{opacity:0.5;-webkit-transition:all 0.2s;transition:all 0.2s;} .eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus ._2BeDp2pKthfMnxArm4lS0T,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:hover ._2BeDp2pKthfMnxArm4lS0T,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus ._1tLXJMH37mh4UmvfVF8swF,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:hover ._1tLXJMH37mh4UmvfVF8swF{opacity:1;} .eWjUDO ._1S9IOoNAVMPB2VikET3Lr2{overflow:hidden;border-bottom:1px solid transparent;-webkit-transition:border-color 0.1s ease-in,height 0.2s;transition:border-color 0.1s ease-in,height 0.2s;} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._2vjThdvAXrHx6CofJjm03w ._1tLXJMH37mh4UmvfVF8swF{opacity:1;} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._2vjThdvAXrHx6CofJjm03w ._2BeDp2pKthfMnxArm4lS0T{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._1S9IOoNAVMPB2VikET3Lr2{display:block;} .eWjUDO:nth-of-type(1) ._2vjThdvAXrHx6CofJjm03w{border-top:none;} @media screen and (min-width:1024px){.eWjUDO.noMarginItem ._2vjThdvAXrHx6CofJjm03w{margin-top:0;}} @media screen and (min-width:1024px){.eWjUDO{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}.eWjUDO ._2vjThdvAXrHx6CofJjm03w{pointer-events:none;margin-top:1.5rem;height:3rem;border:none;}.eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ ._2Q0QZxgQqVpU0nQBqv1xlY ._2vjThdvAXrHx6CofJjm03w ._2aunAih-uMfbdgTUIjnQMd{color:inherit;}.eWjUDO ._1S9IOoNAVMPB2VikET3Lr2{visibility:inherit;height:auto !important;border:0;}.eWjUDO ._2BeDp2pKthfMnxArm4lS0T{display:none;}.eWjUDO ._1tLXJMH37mh4UmvfVF8swF{color:var(--ipt-on-baseAlt-accent1-color);opacity:1;}.eWjUDO .ipc-list__item{height:2rem;}.eWjUDO .ipc-list--baseAlt .ipc-list__item:hover{background:none;-webkit-text-decoration:underline;text-decoration:underline;}} @media screen and (max-width:479px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideXS{display:none;}} @media screen and (min-width:480px) and (max-width:599px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideS{display:none;}} @media screen and (min-width:600px) and (max-width:1023px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideM{display:none;}} @media screen and (min-width:1024px) and (max-width:1279px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideL{display:none;}} @media screen and (min-width:1280px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideXL{display:none;}}
/* sc-component-id: NavDynamicCategoryList__CategoryGroupContainer-f186ms-0 */
@media screen and (min-width:1024px){.dzfmPm{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}}
/* sc-component-id: NavDynamicCategoryList__EmptyContainer-f186ms-1 */
@media screen and (min-width:1024px){.dFDExU{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}}
/* sc-component-id: NavLinkCategoryList__StyledContainer-sc-13vymju-0 */
.diDBNJ ._1cBEhLbHn9YeCkfPvo9USU{list-style:none;margin:0.5rem 0;opacity:0.2;} .diDBNJ ._3xW8qYlqcCPv5fOHeXBer5{margin-bottom:3rem;margin-top:1.5rem;padding:1rem;height:auto;} @media screen and (min-width:1024px){.diDBNJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.diDBNJ ._1BC0pBnjYqz3wST1u3CwmG{display:none;}.diDBNJ ._3xW8qYlqcCPv5fOHeXBer5{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;display:none;}.diDBNJ:focus{outline:var(--ipt-focus-outline-on-baseAlt);outline-offset:1px;}}
/* sc-component-id: NavLinkCategoryList__LogoNavLink-sc-13vymju-1 */
.RQLCk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
/* sc-component-id: NavLinkCategoryList__TextNavLink-sc-13vymju-2 */
.YOYgO{margin-top:.25rem;}
/* sc-component-id: HamburgerMenu-k5mvoq-0 */
.erYeKd{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-order:0;-ms-flex-order:0;order:0;} .erYeKd.desktop{display:none;} @media screen and (min-width:1024px){.erYeKd{-webkit-order:1;-ms-flex-order:1;order:1;}.erYeKd.mobile{display:none;}.erYeKd.desktop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}
/* sc-component-id: UserMenu-sc-1poz515-0 */
.eIWOUD{-webkit-order:6;-ms-flex-order:6;order:6;} @media screen and (min-width:600px){.eIWOUD .navbar__user-menu__username-divider,.eIWOUD .navbar__user-menu__username{display:none;}} @media screen and (min-width:1024px){.eIWOUD{-webkit-order:7;-ms-flex-order:7;order:7;}} .eIWOUD .navbar__user-menu-toggle__button{padding-right:0.25rem;} .eIWOUD .navbar__user-name{max-width:160px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
/* sc-component-id: NavWatchlistButton-sc-1b65w5j-0 */
.kaVyhF{-webkit-order:5;-ms-flex-order:5;order:5;display:none;} @media screen and (min-width:1024px){.kaVyhF{-webkit-order:6;-ms-flex-order:6;order:6;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} .kaVyhF .imdb-header__watchlist-button-count{margin-left:0.5rem;background:var(--ipt-on-base-accent1-color);color:var(--ipt-on-accent1-color);padding:0 0.4rem;border-radius:10px;text-align:center;} .kaVyhF .ipc-button__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
/* sc-component-id: NavProFlyout-sc-1cjctnc-0 */
.hoAGyu{-webkit-order:4;-ms-flex-order:4;order:4;} @media screen and (min-width:1024px){.hoAGyu{-webkit-order:4;-ms-flex-order:4;order:4;}} .hoAGyu .navbar__imdbpro-menu-toggle__name{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;} .hoAGyu .navbar__imdbpro-content .navbar__flyout--menu{background-image:url(//m.media-amazon.com/images/G/01/imdb/images/navbar/imdbpro_navbar_menu_bg-3083451252._V_.png);background-size:cover;padding-left:17px;padding-bottom:25px;padding-top:25px;color:white;font-weight:bold;} .hoAGyu .navbar__imdbpro-imdb-pro-ad{background-repeat:no-repeat;color:white;cursor:pointer;width:573px;overflow:hidden;border-radius:8px;left:initial;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__image{display:inline-block;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__title{color:white;line-height:1.3em;margin-bottom:10px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__line{cursor:inherit;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__link{display:inline-block;-webkit-text-decoration:none;text-decoration:none;vertical-align:middle;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__image{vertical-align:top;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content{font-family:'Arial';margin-left:15px;width:400px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content .imdb-pro-ad__line{display:list-item;font-size:12px;list-style-position:inside;list-style-type:disc;margin:0px;padding:.1rem 0;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content .imdb-pro-ad__title{font-size:15px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button{margin-top:15px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button text{fill:#111111;font-size:13px;font-weight:normal;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button svg:hover rect,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button text:hover rect{fill:#f7dd95;} .hoAGyu .navbar__imdbpro-content .sub_nav{background-color:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,0.6);color:#999;height:325px;} .hoAGyu .navbar__imdbpro-content .sub_nav h5{color:#A58500;margin:20px 0 10px;position:relative;}
/* sc-component-id: LegacyLoginNode-sc-1oajtws-0 */
.iwkRT{display:none;}
/* sc-component-id: Root__Header-sc-7p0yen-0 */
.gwOpQB{padding:0.25rem;margin:0;position:relative;z-index:1000;min-height:3.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;} .gwOpQB a{color:inherit;} .gwOpQB .navbar__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100vw;margin:0;} @media screen and (min-width:600px){.gwOpQB .navbar__inner{padding:0 .75rem;}} @media screen and (min-width:1024px){.gwOpQB .navbar__inner{width:100%;margin:0 auto;}} .gwOpQB label{margin-bottom:0;}
/* sc-component-id: Root__Separator-sc-7p0yen-1 */
.cECatH{border:1px solid rgba(var(--ipt-on-baseAlt-rgb),.16);-webkit-order:5;-ms-flex-order:5;order:5;width:1px;height:2rem;margin:0 .5rem;} @media screen and (max-width:600px){.cECatH{display:none;-webkit-order:7;-ms-flex-order:7;order:7;}}</style>
<div id="14b6d18b-0527-44b6-a343-68c9c2d056ee">
<nav class="FHCtKBINjbqzCITNiccU0 imdb-header imdb-header--react Root__Header-sc-7p0yen-0 gwOpQB" id="imdbHeader"><div class="imdb-header__login-state-node" id="nblogin"></div><div class="ipc-page-content-container ipc-page-content-container--center navbar__inner" role="presentation"><label aria-disabled="false" aria-label="Open Navigation Drawer" class="ipc-icon-button jOOJQ0waXoTX6ZSthGtum HamburgerMenu-k5mvoq-0 erYeKd mobile ipc-icon-button--baseAlt ipc-icon-button--onBase" for="imdbHeader-navDrawer" id="imdbHeader-navDrawerOpen" role="button" tabindex="0" title="Open Navigation Drawer"><svg class="ipc-icon ipc-icon--menu" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"></path></svg></label><label aria-disabled="false" aria-label="Open Navigation Drawer" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button jOOJQ0waXoTX6ZSthGtum HamburgerMenu-k5mvoq-0 erYeKd desktop" for="imdbHeader-navDrawer" id="imdbHeader-navDrawerOpen--desktop" role="button" tabindex="0"><svg class="ipc-icon ipc-icon--menu ipc-button__icon ipc-button__icon--pre" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"></path></svg><div class="ipc-button__text">Menu</div></label><input aria-hidden="true" class="_146x-LuQBSfM9yosRvjSGF" hidden="" id="imdbHeader-navDrawer" name="imdbHeader-navDrawer" type="checkbox"/><aside class="_14--k36qjjvLW3hUWHDPb_ _32i38MKalFVUkNAqPm88ln imdb-header__nav-drawer Drawer__StyledContainer-sc-1h7cs9y-0 bkeTFm" data-testid="drawer" role="presentation"><div aria-hidden="true" class="iRO9SK-8q3D8_287dhn28" data-testid="panel" role="presentation"><div class="_3rHHDKyPLOjL8tGKHWMRza" data-testid="panel-header" role="presentation"><a href="/?ref_=nv_home"><svg class="ipc-logo WNY8DBPCS1ZbiSd7NoqdP" height="56" version="1.1" viewbox="0 0 64 32" width="98" xmlns="http://www.w3.org/2000/svg"><g fill="#F5C518"><rect height="100%" rx="4" width="100%" x="0" y="0"></rect></g><g fill="#000000" fill-rule="nonzero" transform="translate(8.000000, 7.000000)"><polygon points="0 18 5 18 5 0 0 0"></polygon><path d="M15.6725178,0 L14.5534833,8.40846934 L13.8582008,3.83502426 C13.65661,2.37009263 13.4632474,1.09175121 13.278113,0 L7,0 L7,18 L11.2416347,18 L11.2580911,6.11380679 L13.0436094,18 L16.0633571,18 L17.7583653,5.8517865 L17.7707076,18 L22,18 L22,0 L15.6725178,0 Z"></path><path d="M24,18 L24,0 L31.8045586,0 C33.5693522,0 35,1.41994415 35,3.17660424 L35,14.8233958 C35,16.5777858 33.5716617,18 31.8045586,18 L24,18 Z M29.8322479,3.2395236 C29.6339219,3.13233348 29.2545158,3.08072342 28.7026524,3.08072342 L28.7026524,14.8914865 C29.4312846,14.8914865 29.8796736,14.7604764 30.0478195,14.4865461 C30.2159654,14.2165858 30.3021941,13.486105 30.3021941,12.2871637 L30.3021941,5.3078959 C30.3021941,4.49404499 30.272014,3.97397442 30.2159654,3.74371416 C30.1599168,3.5134539 30.0348852,3.34671372 29.8322479,3.2395236 Z"></path><path d="M44.4299079,4.50685823 L44.749518,4.50685823 C46.5447098,4.50685823 48,5.91267586 48,7.64486762 L48,14.8619906 C48,16.5950653 46.5451816,18 44.749518,18 L44.4299079,18 C43.3314617,18 42.3602746,17.4736618 41.7718697,16.6682739 L41.4838962,17.7687785 L37,17.7687785 L37,0 L41.7843263,0 L41.7843263,5.78053556 C42.4024982,5.01015739 43.3551514,4.50685823 44.4299079,4.50685823 Z M43.4055679,13.2842155 L43.4055679,9.01907814 C43.4055679,8.31433946 43.3603268,7.85185468 43.2660746,7.63896485 C43.1718224,7.42607505 42.7955881,7.2893916 42.5316822,7.2893916 C42.267776,7.2893916 41.8607934,7.40047379 41.7816216,7.58767002 L41.7816216,9.01907814 L41.7816216,13.4207851 L41.7816216,14.8074788 C41.8721037,15.0130276 42.2602358,15.1274059 42.5316822,15.1274059 C42.8031285,15.1274059 43.1982131,15.0166981 43.281155,14.8074788 C43.3640968,14.5982595 43.4055679,14.0880581 43.4055679,13.2842155 Z"></path></g></svg></a><label aria-disabled="false" aria-label="Close Navigation Drawer" class="ipc-icon-button _2RzUkzyrsjx_BPIQ5uoj5s ipc-icon-button--baseAlt ipc-icon-button--onBase" for="imdbHeader-navDrawer" role="button" tabindex="0" title="Close Navigation Drawer"><svg class="ipc-icon ipc-icon--clear" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"></path></svg></label></div><div class="_3bRJYEaOz1BKUQYqW6yb29" data-testid="panel-content" role="presentation"><div class="_3wpok4xkiX-9E61ruFL_RA NavLinkCategoryList__StyledContainer-sc-13vymju-0 diDBNJ" role="presentation"><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="mov" hidden="" id="nav-link-categories-mov" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand Movies Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-mov" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--movie" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M18 4v1h-2V4c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1H6V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Movies</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/calendar/?ref_=nv_mv_cal" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Release Calendar</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/list/ls016522954/?ref_=nv_tvv_dvd" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">DVD & Blu-ray Releases</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/top/?ref_=nv_mv_250" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Top Rated Movies</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/moviemeter/?ref_=nv_mv_mpm" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Most Popular Movies</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/genre/?ref_=nv_ch_gr" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Browse Movies by Genre</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/boxoffice/?ref_=nv_ch_cht" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Top Box Office</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/showtimes/?ref_=nv_mv_sh" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Showtimes & Tickets</span></a><a aria-disabled="false" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/movies-in-theaters/?ref_=nv_mv_inth" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">In Theaters</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/coming-soon/?ref_=nv_mv_cs" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Coming Soon</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/movie/?ref_=nv_nw_mv" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Movie News</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/india/toprated/?ref_=nv_mv_in" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">India Movie Spotlight</span></a></ul></div></div></span></div><div class="NavDynamicCategoryList__CategoryGroupContainer-f186ms-0 dzfmPm" data-testid="grouped-link-category"><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="tvshows" hidden="" id="nav-link-categories-tvshows" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand TV Shows Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-tvshows" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--television" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">TV Shows</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/whats-on-tv/?ref_=nv_tv_ontv" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">What's on TV & Streaming</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/toptv/?ref_=nv_tvv_250" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Top Rated Shows</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/tvmeter/?ref_=nv_tvv_mptv" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Most Popular Shows</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/genre/" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Browse TV Shows by Genre</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/tv/?ref_=nv_nw_tv" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">TV News</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/india/tv?ref_=nv_tv_in" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">India TV Spotlight</span></a></ul></div></div></span></div><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="video" hidden="" id="nav-link-categories-video" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand Watch Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-video" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--video-library" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1zm17-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 12.5v-9l5.47 4.1c.27.2.27.6 0 .8L12 14.5z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Watch</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/what-to-watch/?ref_=nv_watch" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">What to Watch</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/trailers/?ref_=nv_mv_tr" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Latest Trailers</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/originals/?ref_=nv_sf_ori" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">IMDb Originals</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/imdbpicks/?ref_=nv_pi" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">IMDb Picks</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/podcasts/?ref_=nv_pod" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">IMDb Podcasts</span></a></ul></div></div></span></div></div><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="awards" hidden="" id="nav-link-categories-awards" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand Awards & Events Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-awards" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--star-circle-filled" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm3.23 15.39L12 15.45l-3.22 1.94a.502.502 0 0 1-.75-.54l.85-3.66-2.83-2.45a.505.505 0 0 1 .29-.88l3.74-.32 1.46-3.45c.17-.41.75-.41.92 0l1.46 3.44 3.74.32a.5.5 0 0 1 .28.88l-2.83 2.45.85 3.67c.1.43-.36.77-.74.54z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Awards & Events</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/oscars/?ref_=nv_ev_acd" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Oscars</span></a><a aria-disabled="false" class="ipc-list__item nav-link nav-link--hideL nav-link--hideXL NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://m.imdb.com/feature/bestpicture/?ref_=nv_ch_osc" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Best Picture Winners</span></a><a aria-disabled="false" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/search/title/?count=100&groups=oscar_best_picture_winners&sort=year%2Cdesc&ref_=nv_ch_osc" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Best Picture Winners</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/golden-globes/?ref_=nv_ev_gg" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Golden Globes</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/emmys/?ref_=nv_ev_rte" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Emmys</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/starmeterawards/?ref_=nv_ev_sma" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">STARmeter Awards</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/comic-con/?ref_=nv_ev_comic" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">San Diego Comic-Con</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/nycc/?ref_=nv_ev_nycc" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">New York Comic-Con</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/sundance/?ref_=nv_ev_sun" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Sundance Film Festival</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/toronto/?ref_=nv_ev_tor" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Toronto Int'l Film Festival</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/awards-central/?ref_=nv_ev_awrd" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Awards Central</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/festival-central/?ref_=nv_ev_fc" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Festival Central</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/event/all/?ref_=nv_ev_all" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">All Events</span></a></ul></div></div></span></div><div class="_2BpsDlqEMlo9unX-C84Nji noMarginItem NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="celebs" hidden="" id="nav-link-categories-celebs" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand Celebs Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-celebs" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--people" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05.02.01.03.03.04.04 1.14.83 1.93 1.94 1.93 3.41V18c0 .35-.07.69-.18 1H22c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Celebs</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/bornondate/?ref_=nv_cel_brn" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Born Today</span></a><a aria-disabled="false" class="ipc-list__item nav-link nav-link--hideL nav-link--hideXL NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://m.imdb.com/chart/starmeter/?ref_=nv_cel_brn" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Most Popular Celebs</span></a><a aria-disabled="false" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/search/name/?match_all=true&ref_=nv_cel_m" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Most Popular Celebs</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/celebrity/?ref_=nv_cel_nw" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Celebrity News</span></a></ul></div></div></span></div><div class="NavDynamicCategoryList__EmptyContainer-f186ms-1 dFDExU" data-testid="nav-link-category"></div><div class="_2BpsDlqEMlo9unX-C84Nji noMarginItem NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="comm" hidden="" id="nav-link-categories-comm" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand Community Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-comm" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--earth" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Community</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://help.imdb.com/imdb?ref_=cons_nb_hlp" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Help Center</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://contribute.imdb.com/czone?ref_=nv_cm_cz" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Contributor Zone</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/poll/?ref_=nv_cm_pl" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Polls</span></a></ul></div></div></span></div><a aria-disabled="false" aria-label="Go To IMDb Pro" class="ipc-list__item nav-link _3xW8qYlqcCPv5fOHeXBer5 NavLink-sc-19k0khm-0 LrpYY" href="https://pro.imdb.com?ref_=cons_nb_hm&rf=cons_nb_hm" role="menuitem" tabindex="0" target="_blank"><span class="ipc-list-item__text" role="presentation"><div class="_33PK8nBHiT1fGjnfXwum3v NavLinkCategoryList__LogoNavLink-sc-13vymju-1 RQLCk"><svg class="ipc-logo" height="14" version="1.1" viewbox="0 0 52 14" width="52" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor"><rect height="12.34" width="3.21" x="0" y="1"></rect><path d="M10,1 L9.3,6.76 L8.84,3.63 C8.7,2.62 8.58,1.75 8.45,1 L4.3,1 L4.3,13.34 L7.11,13.34 L7.11,5.19 L8.3,13.34 L10.3,13.34 L11.42,5 L11.42,13.33 L14.22,13.33 L14.22,1 L10,1 Z"></path><path d="M19.24,3.22 C19.3711159,3.29185219 19.4602235,3.42180078 19.48,3.57 C19.5340993,3.92393477 19.554191,4.28223587 19.54,4.64 L19.54,9.42 C19.578852,9.92887392 19.5246327,10.4405682 19.38,10.93 C19.27,11.12 18.99,11.21 18.53,11.21 L18.53,3.11 C18.7718735,3.09406934 19.0142863,3.13162626 19.24,3.22 Z M19.24,13.34 C19.8163127,13.3574057 20.3928505,13.3138302 20.96,13.21 C21.3245396,13.1481159 21.6680909,12.9969533 21.96,12.77 C22.2288287,12.5438006 22.4209712,12.2398661 22.51,11.9 C22.643288,11.1679419 22.6969338,10.4236056 22.67,9.68 L22.67,5.34 C22.6662002,4.55669241 22.6060449,3.77467335 22.49,3 C22.43037,2.59841431 22.260779,2.22116094 22,1.91 C21.6636187,1.56093667 21.2326608,1.317654 20.76,1.21 C19.7709421,1.02848785 18.7647002,0.958050915 17.76,1 L15.32,1 L15.32,13.34 L19.24,13.34 Z"></path><path d="M27.86,10.34 C27.8769902,10.7218086 27.8501483,11.1043064 27.78,11.48 C27.72,11.63 27.46,11.71 27.26,11.71 C27.0954951,11.7299271 26.9386363,11.6349863 26.88,11.48 C26.7930212,11.1542289 26.7592527,10.8165437 26.78,10.48 L26.78,7.18 C26.7626076,6.84408875 26.7929089,6.50740774 26.87,6.18 C26.9317534,6.03447231 27.0833938,5.94840616 27.24,5.97 C27.43,5.97 27.7,6.05 27.76,6.21 C27.8468064,6.53580251 27.8805721,6.87345964 27.86,7.21 L27.86,10.34 Z M23.7,1 L23.7,13.34 L26.58,13.34 L26.78,12.55 C27.0112432,12.8467609 27.3048209,13.0891332 27.64,13.26 C28.0022345,13.4198442 28.394069,13.5016184 28.79,13.5 C29.2588971,13.515288 29.7196211,13.3746089 30.1,13.1 C30.4399329,12.8800058 30.6913549,12.5471372 30.81,12.16 C30.9423503,11.6167622 31.0061799,11.0590937 31,10.5 L31,7 C31.0087531,6.51279482 30.9920637,6.02546488 30.95,5.54 C30.904474,5.28996521 30.801805,5.05382649 30.65,4.85 C30.4742549,4.59691259 30.2270668,4.40194735 29.94,4.29 C29.5869438,4.15031408 29.2096076,4.08232558 28.83,4.09 C28.4361722,4.08961884 28.0458787,4.16428368 27.68,4.31 C27.3513666,4.46911893 27.0587137,4.693713 26.82,4.97 L26.82,1 L23.7,1 Z"></path><path d="M32.13,1 L35.32,1 C35.9925574,0.978531332 36.6650118,1.04577677 37.32,1.2 C37.717112,1.29759578 38.0801182,1.50157071 38.37,1.79 C38.6060895,2.05302496 38.7682605,2.37391646 38.84,2.72 C38.935586,3.27463823 38.9757837,3.8374068 38.96,4.4 L38.96,5.46 C38.9916226,6.03689533 38.9100917,6.61440551 38.72,7.16 C38.5402933,7.53432344 38.2260614,7.82713037 37.84,7.98 C37.3049997,8.18709035 36.7332458,8.28238268 36.16,8.26 L35.31,8.26 L35.31,13.16 L32.13,13.16 L32.13,1 Z M35.29,3.08 L35.29,6.18 L35.53,6.18 C35.7515781,6.20532753 35.9725786,6.12797738 36.13,5.97 C36.2717869,5.69610033 36.3308522,5.38687568 36.3,5.08 L36.3,4.08 C36.3390022,3.79579475 36.2713114,3.5072181 36.11,3.27 C35.8671804,3.11299554 35.5771259,3.04578777 35.29,3.08 Z"></path><path d="M42,4.36 L41.89,5.52 C42.28,4.69 43.67,4.42 44.41,4.37 L43.6,7.3 C43.2290559,7.27725357 42.8582004,7.34593052 42.52,7.5 C42.3057075,7.61238438 42.1519927,7.81367763 42.1,8.05 C42.0178205,8.59259006 41.9843538,9.14144496 42,9.69 L42,13.16 L39.34,13.16 L39.34,4.36 L42,4.36 Z"></path><path d="M51.63,9.71 C51.6472876,10.3265292 51.6003682,10.9431837 51.49,11.55 C51.376862,11.9620426 51.1639158,12.3398504 50.87,12.65 C50.5352227,13.001529 50.1148049,13.2599826 49.65,13.4 C49.0994264,13.5686585 48.5257464,13.6496486 47.95,13.64 C47.3333389,13.6524659 46.7178074,13.5818311 46.12,13.43 C45.6996896,13.322764 45.3140099,13.1092627 45,12.81 C44.7275808,12.5275876 44.5254637,12.1850161 44.41,11.81 C44.2627681,11.2181509 44.1921903,10.6098373 44.2,10 L44.2,7.64 C44.1691064,6.9584837 44.2780071,6.27785447 44.52,5.64 C44.7547114,5.12751365 45.1616363,4.71351186 45.67,4.47 C46.3337168,4.13941646 47.0688388,3.97796445 47.81,4 C48.4454888,3.98667568 49.0783958,4.08482705 49.68,4.29 C50.1352004,4.42444561 50.5506052,4.66819552 50.89,5 C51.1535526,5.26601188 51.3550281,5.58700663 51.48,5.94 C51.6001358,6.42708696 51.6506379,6.92874119 51.63,7.43 L51.63,9.71 Z M48.39,6.73 C48.412199,6.42705368 48.3817488,6.12255154 48.3,5.83 C48.2091142,5.71223121 48.0687606,5.64325757 47.92,5.64325757 C47.7712394,5.64325757 47.6308858,5.71223121 47.54,5.83 C47.447616,6.12046452 47.4136298,6.42634058 47.44,6.73 L47.44,10.93 C47.4168299,11.2204468 47.4508034,11.5126191 47.54,11.79 C47.609766,11.9270995 47.7570827,12.0067302 47.91,11.99 C48.0639216,12.0108082 48.2159732,11.9406305 48.3,11.81 C48.3790864,11.5546009 48.4096133,11.2866434 48.39,11.02 L48.39,6.73 Z"></path></g></svg><div class="NavLinkCategoryList__TextNavLink-sc-13vymju-2 YOYgO">For Industry Professionals</div></div></span><span class="ipc-list-item__icon ipc-list-item__icon--post" role="presentation"><svg class="ipc-icon ipc-icon--launch" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M16 16.667H8A.669.669 0 0 1 7.333 16V8c0-.367.3-.667.667-.667h3.333c.367 0 .667-.3.667-.666C12 6.3 11.7 6 11.333 6h-4C6.593 6 6 6.6 6 7.333v9.334C6 17.4 6.6 18 7.333 18h9.334C17.4 18 18 17.4 18 16.667v-4c0-.367-.3-.667-.667-.667-.366 0-.666.3-.666.667V16c0 .367-.3.667-.667.667zm-2.667-10c0 .366.3.666.667.666h1.727L9.64 13.42a.664.664 0 1 0 .94.94l6.087-6.087V10c0 .367.3.667.666.667.367 0 .667-.3.667-.667V6h-4c-.367 0-.667.3-.667.667z"></path></svg></span></a></div></div></div><label aria-hidden="true" aria-label="Close Navigation Drawer" class="_1iCYg55DI6ds7d3KVrdYBX" data-testid="backdrop" for="imdbHeader-navDrawer" role="button" tabindex="0"></label></aside><a aria-label="Home" class="NavLogo-e02kni-0 ddqdtC imdb-header__logo-link _3XaDsUnZG7ZfFqFF37dZPv" href="/?ref_=nv_home" id="home_img_holder"><svg class="ipc-logo" height="32" id="home_img" version="1.1" viewbox="0 0 64 32" width="64" xmlns="http://www.w3.org/2000/svg"><g fill="#F5C518"><rect height="100%" rx="4" width="100%" x="0" y="0"></rect></g><g fill="#000000" fill-rule="nonzero" transform="translate(8.000000, 7.000000)"><polygon points="0 18 5 18 5 0 0 0"></polygon><path d="M15.6725178,0 L14.5534833,8.40846934 L13.8582008,3.83502426 C13.65661,2.37009263 13.4632474,1.09175121 13.278113,0 L7,0 L7,18 L11.2416347,18 L11.2580911,6.11380679 L13.0436094,18 L16.0633571,18 L17.7583653,5.8517865 L17.7707076,18 L22,18 L22,0 L15.6725178,0 Z"></path><path d="M24,18 L24,0 L31.8045586,0 C33.5693522,0 35,1.41994415 35,3.17660424 L35,14.8233958 C35,16.5777858 33.5716617,18 31.8045586,18 L24,18 Z M29.8322479,3.2395236 C29.6339219,3.13233348 29.2545158,3.08072342 28.7026524,3.08072342 L28.7026524,14.8914865 C29.4312846,14.8914865 29.8796736,14.7604764 30.0478195,14.4865461 C30.2159654,14.2165858 30.3021941,13.486105 30.3021941,12.2871637 L30.3021941,5.3078959 C30.3021941,4.49404499 30.272014,3.97397442 30.2159654,3.74371416 C30.1599168,3.5134539 30.0348852,3.34671372 29.8322479,3.2395236 Z"></path><path d="M44.4299079,4.50685823 L44.749518,4.50685823 C46.5447098,4.50685823 48,5.91267586 48,7.64486762 L48,14.8619906 C48,16.5950653 46.5451816,18 44.749518,18 L44.4299079,18 C43.3314617,18 42.3602746,17.4736618 41.7718697,16.6682739 L41.4838962,17.7687785 L37,17.7687785 L37,0 L41.7843263,0 L41.7843263,5.78053556 C42.4024982,5.01015739 43.3551514,4.50685823 44.4299079,4.50685823 Z M43.4055679,13.2842155 L43.4055679,9.01907814 C43.4055679,8.31433946 43.3603268,7.85185468 43.2660746,7.63896485 C43.1718224,7.42607505 42.7955881,7.2893916 42.5316822,7.2893916 C42.267776,7.2893916 41.8607934,7.40047379 41.7816216,7.58767002 L41.7816216,9.01907814 L41.7816216,13.4207851 L41.7816216,14.8074788 C41.8721037,15.0130276 42.2602358,15.1274059 42.5316822,15.1274059 C42.8031285,15.1274059 43.1982131,15.0166981 43.281155,14.8074788 C43.3640968,14.5982595 43.4055679,14.0880581 43.4055679,13.2842155 Z"></path></g></svg></a><input aria-hidden="true" class="imdb-header-search__state EL4bTiUhQdfIvyX_PMRVv SearchBar__MobileSearchStateToggle-sc-1nweg6x-2 cIKARP" hidden="" id="navSearch-searchState" name="navSearch-searchState" type="checkbox"/><div class="nav-search__search-container _2cVsg1cgtNxl8NEGDHTPH6 SearchBar-sc-1nweg6x-0 hOXnzb" id="suggestion-search-container"><form action="/find" class="_19kygDgP4Og4wL_TIXtDmm imdb-header__search-form SearchForm-dxsip9-0 gTFTwO" id="nav-search-form" method="get" name="nav-search-form" role="search"><div class="search-category-selector SearchCategorySelector__StyledContainer-sc-18f40f7-0 dKTgZt"><div class="FlyoutMenu-xq6xx0-0 crQfrC navbar__flyout--breakpoint-m navbar__flyout--positionLeft"><label aria-disabled="false" aria-label="All" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-base ipc-button--theme-base ipc-button--on-textPrimary ipc-text-button navbar__flyout__text-button-after-mobile search-category-selector__opener P7UFTypc7bsdHDd2RHdil nav-search-form__categories" for="navbar-search-category-select" role="button" tabindex="0"><div class="ipc-button__text">All<svg class="ipc-icon ipc-icon--arrow-drop-down navbar__flyout__button-pointer" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M8.71 11.71l2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71H9.41c-.89 0-1.33 1.08-.7 1.71z"></path></svg></div></label><input aria-hidden="true" class="ipc-menu__focused-state" hidden="" id="navbar-search-category-select" name="navbar-search-category-select" tabindex="-1" type="checkbox"/><div class="ipc-menu mdc-menu ipc-menu--not-initialized ipc-menu--on-baseAlt ipc-menu--anchored ipc-menu--with-checkbox ipc-menu--expand-from-top-left navbar__flyout--menu" data-menu-id="navbar-search-category-select" role="presentation"><div class="ipc-menu__items mdc-menu__items" role="presentation"><span id="navbar-search-category-select-contents"><ul aria-orientation="vertical" class="ipc-list _2crW0ewf49BFHCKEEUJ_9o ipc-list--baseAlt" role="menu"><a aria-disabled="false" aria-label="All" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja _3lrXaniHRqyCb5hUFHbcds" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--search _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg>All</span></a><a aria-disabled="false" aria-label="Titles" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--movie _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M18 4v1h-2V4c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1H6V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"></path></svg>Titles</span></a><a aria-disabled="false" aria-label="TV Episodes" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--television _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"></path></svg>TV Episodes</span></a><a aria-disabled="false" aria-label="Celebs" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--people _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05.02.01.03.03.04.04 1.14.83 1.93 1.94 1.93 3.41V18c0 .35-.07.69-.18 1H22c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5z"></path></svg>Celebs</span></a><a aria-disabled="false" aria-label="Companies" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--business _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M12 7V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2h-8zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm9 12h-7v-2h2v-2h-2v-2h2v-2h-2V9h7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1zm-1-8h-2v2h2v-2zm0 4h-2v2h2v-2z"></path></svg>Companies</span></a><a aria-disabled="false" aria-label="Keywords" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--label _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84l3.96-5.58a.99.99 0 0 0 0-1.16l-3.96-5.58z"></path></svg>Keywords</span></a><li class="ipc-list-divider" role="separator"></li><a aria-disabled="false" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" href="https://www.imdb.com/search/" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--find-in-page _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M20 19.59V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.86.56-1.89.88-3 .82-2.37-.11-4.4-1.96-4.72-4.31a5.013 5.013 0 0 1 5.83-5.61c1.95.33 3.57 1.85 4 3.78.33 1.46.01 2.82-.7 3.9L20 19.59zM9 13c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"></path></svg>Advanced Search</span><span class="ipc-list-item__icon ipc-list-item__icon--post" role="presentation"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></a></ul></span></div></div></div></div><div class="nav-search__search-input-container SearchTypeahead-sc-112a48v-0 OQYVG"><div aria-expanded="false" aria-haspopup="listbox" aria-owns="react-autowhatever-1" class="react-autosuggest__container" role="combobox"><input aria-autocomplete="list" aria-controls="react-autowhatever-1" aria-label="Search IMDb" autocapitalize="off" autocomplete="off" autocorrect="off" class="imdb-header-search__input _3gDVKsXm3b_VAMhhSw1haV react-autosuggest__input" id="suggestion-search" name="q" placeholder="Search IMDb" type="text" value=""/></div></div><button aria-label="Submit Search" class="nav-search__search-submit _1-XI3_I8iwubPnQ1mmvW97" id="suggestion-search-button" type="submit"><svg class="ipc-icon ipc-icon--magnify" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></button><input name="ref_" type="hidden" value="nv_sr_sm"/></form><label aria-disabled="false" aria-label="Close Search" class="ipc-icon-button imdb-header-search__state-closer ipc-icon-button--baseAlt ipc-icon-button--onBase" for="navSearch-searchState" id="imdbHeader-searchClose" role="button" tabindex="0" title="Close Search"><svg class="ipc-icon ipc-icon--clear" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"></path></svg></label></div><label aria-disabled="false" aria-label="Open Search" class="ipc-icon-button imdb-header-search__state-opener SearchBar__SearchLauncherButton-sc-1nweg6x-1 hjoCyi ipc-icon-button--baseAlt ipc-icon-button--onBase" for="navSearch-searchState" id="imdbHeader-searchOpen" role="button" tabindex="0" title="Open Search"><svg class="ipc-icon ipc-icon--magnify" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></label><div class="navbar__imdbpro NavProFlyout-sc-1cjctnc-0 hoAGyu"><div class="navbar__imdbpro-content FlyoutMenu-xq6xx0-0 crQfrC navbar__flyout--breakpoint-l"><a aria-disabled="false" aria-label="Go To IMDb Pro" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button navbar__flyout__text-button-after-mobile navbar__imdb-pro--toggle" href="https://pro.imdb.com/login/ap?u=/login/lwa&imdbPageAction=signUp&rf=cons_nb_hm&ref_=cons_nb_hm" role="button" tabindex="0"><div class="ipc-button__text"><svg class="ipc-logo navbar__imdbpro-menu-toggle__name" height="14" version="1.1" viewbox="0 0 52 14" width="52" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor"><rect height="12.34" width="3.21" x="0" y="1"></rect><path d="M10,1 L9.3,6.76 L8.84,3.63 C8.7,2.62 8.58,1.75 8.45,1 L4.3,1 L4.3,13.34 L7.11,13.34 L7.11,5.19 L8.3,13.34 L10.3,13.34 L11.42,5 L11.42,13.33 L14.22,13.33 L14.22,1 L10,1 Z"></path><path d="M19.24,3.22 C19.3711159,3.29185219 19.4602235,3.42180078 19.48,3.57 C19.5340993,3.92393477 19.554191,4.28223587 19.54,4.64 L19.54,9.42 C19.578852,9.92887392 19.5246327,10.4405682 19.38,10.93 C19.27,11.12 18.99,11.21 18.53,11.21 L18.53,3.11 C18.7718735,3.09406934 19.0142863,3.13162626 19.24,3.22 Z M19.24,13.34 C19.8163127,13.3574057 20.3928505,13.3138302 20.96,13.21 C21.3245396,13.1481159 21.6680909,12.9969533 21.96,12.77 C22.2288287,12.5438006 22.4209712,12.2398661 22.51,11.9 C22.643288,11.1679419 22.6969338,10.4236056 22.67,9.68 L22.67,5.34 C22.6662002,4.55669241 22.6060449,3.77467335 22.49,3 C22.43037,2.59841431 22.260779,2.22116094 22,1.91 C21.6636187,1.56093667 21.2326608,1.317654 20.76,1.21 C19.7709421,1.02848785 18.7647002,0.958050915 17.76,1 L15.32,1 L15.32,13.34 L19.24,13.34 Z"></path><path d="M27.86,10.34 C27.8769902,10.7218086 27.8501483,11.1043064 27.78,11.48 C27.72,11.63 27.46,11.71 27.26,11.71 C27.0954951,11.7299271 26.9386363,11.6349863 26.88,11.48 C26.7930212,11.1542289 26.7592527,10.8165437 26.78,10.48 L26.78,7.18 C26.7626076,6.84408875 26.7929089,6.50740774 26.87,6.18 C26.9317534,6.03447231 27.0833938,5.94840616 27.24,5.97 C27.43,5.97 27.7,6.05 27.76,6.21 C27.8468064,6.53580251 27.8805721,6.87345964 27.86,7.21 L27.86,10.34 Z M23.7,1 L23.7,13.34 L26.58,13.34 L26.78,12.55 C27.0112432,12.8467609 27.3048209,13.0891332 27.64,13.26 C28.0022345,13.4198442 28.394069,13.5016184 28.79,13.5 C29.2588971,13.515288 29.7196211,13.3746089 30.1,13.1 C30.4399329,12.8800058 30.6913549,12.5471372 30.81,12.16 C30.9423503,11.6167622 31.0061799,11.0590937 31,10.5 L31,7 C31.0087531,6.51279482 30.9920637,6.02546488 30.95,5.54 C30.904474,5.28996521 30.801805,5.05382649 30.65,4.85 C30.4742549,4.59691259 30.2270668,4.40194735 29.94,4.29 C29.5869438,4.15031408 29.2096076,4.08232558 28.83,4.09 C28.4361722,4.08961884 28.0458787,4.16428368 27.68,4.31 C27.3513666,4.46911893 27.0587137,4.693713 26.82,4.97 L26.82,1 L23.7,1 Z"></path><path d="M32.13,1 L35.32,1 C35.9925574,0.978531332 36.6650118,1.04577677 37.32,1.2 C37.717112,1.29759578 38.0801182,1.50157071 38.37,1.79 C38.6060895,2.05302496 38.7682605,2.37391646 38.84,2.72 C38.935586,3.27463823 38.9757837,3.8374068 38.96,4.4 L38.96,5.46 C38.9916226,6.03689533 38.9100917,6.61440551 38.72,7.16 C38.5402933,7.53432344 38.2260614,7.82713037 37.84,7.98 C37.3049997,8.18709035 36.7332458,8.28238268 36.16,8.26 L35.31,8.26 L35.31,13.16 L32.13,13.16 L32.13,1 Z M35.29,3.08 L35.29,6.18 L35.53,6.18 C35.7515781,6.20532753 35.9725786,6.12797738 36.13,5.97 C36.2717869,5.69610033 36.3308522,5.38687568 36.3,5.08 L36.3,4.08 C36.3390022,3.79579475 36.2713114,3.5072181 36.11,3.27 C35.8671804,3.11299554 35.5771259,3.04578777 35.29,3.08 Z"></path><path d="M42,4.36 L41.89,5.52 C42.28,4.69 43.67,4.42 44.41,4.37 L43.6,7.3 C43.2290559,7.27725357 42.8582004,7.34593052 42.52,7.5 C42.3057075,7.61238438 42.1519927,7.81367763 42.1,8.05 C42.0178205,8.59259006 41.9843538,9.14144496 42,9.69 L42,13.16 L39.34,13.16 L39.34,4.36 L42,4.36 Z"></path><path d="M51.63,9.71 C51.6472876,10.3265292 51.6003682,10.9431837 51.49,11.55 C51.376862,11.9620426 51.1639158,12.3398504 50.87,12.65 C50.5352227,13.001529 50.1148049,13.2599826 49.65,13.4 C49.0994264,13.5686585 48.5257464,13.6496486 47.95,13.64 C47.3333389,13.6524659 46.7178074,13.5818311 46.12,13.43 C45.6996896,13.322764 45.3140099,13.1092627 45,12.81 C44.7275808,12.5275876 44.5254637,12.1850161 44.41,11.81 C44.2627681,11.2181509 44.1921903,10.6098373 44.2,10 L44.2,7.64 C44.1691064,6.9584837 44.2780071,6.27785447 44.52,5.64 C44.7547114,5.12751365 45.1616363,4.71351186 45.67,4.47 C46.3337168,4.13941646 47.0688388,3.97796445 47.81,4 C48.4454888,3.98667568 49.0783958,4.08482705 49.68,4.29 C50.1352004,4.42444561 50.5506052,4.66819552 50.89,5 C51.1535526,5.26601188 51.3550281,5.58700663 51.48,5.94 C51.6001358,6.42708696 51.6506379,6.92874119 51.63,7.43 L51.63,9.71 Z M48.39,6.73 C48.412199,6.42705368 48.3817488,6.12255154 48.3,5.83 C48.2091142,5.71223121 48.0687606,5.64325757 47.92,5.64325757 C47.7712394,5.64325757 47.6308858,5.71223121 47.54,5.83 C47.447616,6.12046452 47.4136298,6.42634058 47.44,6.73 L47.44,10.93 C47.4168299,11.2204468 47.4508034,11.5126191 47.54,11.79 C47.609766,11.9270995 47.7570827,12.0067302 47.91,11.99 C48.0639216,12.0108082 48.2159732,11.9406305 48.3,11.81 C48.3790864,11.5546009 48.4096133,11.2866434 48.39,11.02 L48.39,6.73 Z"></path></g></svg></div></a></div></div><div class="Root__Separator-sc-7p0yen-1 cECatH"></div><div class="NavWatchlistButton-sc-1b65w5j-0 kaVyhF imdb-header__watchlist-button"><a aria-disabled="false" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button" href="/list/watchlist?ref_=nv_usr_wl_all_0" role="button" tabindex="0"><svg class="ipc-icon ipc-icon--watchlist ipc-button__icon ipc-button__icon--pre" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M17 3c1.05 0 1.918.82 1.994 1.851L19 5v16l-7-3-7 3V5c0-1.05.82-1.918 1.851-1.994L7 3h10zm-4 4h-2v3H8v2h3v3h2v-3h3v-2h-3V7z" fill="currentColor"></path></svg><div class="ipc-button__text">Watchlist</div></a></div><div class="_3x17Igk9XRXcaKrcG3_MXQ navbar__user UserMenu-sc-1poz515-0 eIWOUD"><a aria-disabled="false" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button imdb-header__signin-text" href="/registration/signin?ref=nv_generic_lgin" role="button" tabindex="0"><div class="ipc-button__text">Sign In</div></a></div></div></nav><svg style="width:0;height:0;overflow:hidden;display:block" version="1.1" xmlns="http://www.w3.org/2000/svg"><defs><lineargradient id="ipc-svg-gradient-tv-logo-t" x1="31.973%" x2="153.413%" y1="53.409%" y2="-16.853%"><stop offset="21.89%" stop-color="#D01F49"></stop><stop offset="83.44%" stop-color="#E8138B"></stop></lineargradient><lineargradient id="ipc-svg-gradient-tv-logo-v" x1="-38.521%" x2="104.155%" y1="84.997%" y2="14.735%"><stop offset="21.89%" stop-color="#D01F49"></stop><stop offset="83.44%" stop-color="#E8138B"></stop></lineargradient></defs></svg>
</div>
<script type="text/javascript">
if (!window.RadWidget) {
window.RadWidget = {
registerReactWidgetInstance: function(input) {
window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];
window.RadWidget[input.widgetName].push({
id: input.instanceId,
props: JSON.stringify(input.model)
})
},
getReactWidgetInstances: function(widgetName) {
return window.RadWidget[widgetName] || []
}
};
}
</script> <script type="text/javascript">
window['RadWidget'].registerReactWidgetInstance({
widgetName: "IMDbConsumerSiteNavFeatureV1",
instanceId: "14b6d18b-0527-44b6-a343-68c9c2d056ee",
model: {"username":null,"isLoggedIn":false,"showIMDbTVLink":false,"weblabs":[]}
});
</script>
<script>
if (typeof uet == 'function') {
uet("ne");
}
</script>
<style>
.oscars-site-stripe {
background-color: #000;
overflow: hidden;
display: flex;
justify-content: center;
}
.oscars-site-stripe__img--sm {
height: 64px;
}
</style>
<div class="oscars-site-stripe">
</div>
<div id="wrapper">
<div class="redesign" id="root">
<div class="navbarSprite" id="nb20">
<div id="supertab">
<!-- no content received for slot: top_ad -->
<script>
if (window && window.mediaOrchestrator) {
window.mediaOrchestrator.publish('mediaPlaybackEvent', {
type: 'no-autoplay-video-ad-detected',
slotName: 'top_ad',
timestamp: Date.now()
});
}
</script>
</div>
<!-- no content received for slot: navstrip -->
<!-- no content received for slot: injected_navstrip -->
</div>
<div class="pagecontent" id="pagecontent">
<!-- no content received for slot: injected_billboard -->
<div id="content-2-wide">
<div id="main">
<div class="article listo">
<div class="overflow-menu">
<div class="circle">
<div class="vertical-ellipsis">
<svg fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9
2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"></path>
</svg>
</div>
</div>
<div class="pop-up-dialog">
<ul class="pop-up-menu-list-items">
<li><a class="pop-up-menu-list-item-link" href="/list/ls091520106/copy">
Copy from this list
</a></li>
<li><a class="pop-up-menu-list-item-link" href="/list/ls091520106/export">
Export
</a></li>
<li><a class="pop-up-menu-list-item-link" href="/listo/report?list=ls091520106">
Report this list
</a></li>
</ul>
</div>
</div>
<h1 class="header list-name">Top 100 Movies Bucket List</h1>
<span class="list-overview text-small" id="list-overview-summary">
by <a href="/user/ur23892615/">IMDb-Editors</a>
<span class="ghost">|</span> <span class="text-muted" id="list-overview-created">created - 21 Nov 2019</span>
<span class="ghost">|</span> <span class="text-muted" id="list-overview-lastupdated">updated - 10 Dec 2019</span>
<span class="ghost">|</span> <svg class="privacy-public item-privacy-lock" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path class="path" d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path>
</svg>
<span class="privacy-overview text-muted">
Public
</span>
</span>
<div class="list-description"><p>Want to track what you've seen? <a href="https://www.amazon.com/bucketlist">Get the poster on Amazon</a>! (This list reflects the IMDb Top Rated Movies List as of October 2019.)</p></div>
<div class="faceter nojs-hidden">
<div class="faceter-header">
<span class="expand">
<span class="global-sprite double-arrow down active"></span> <strong>Refine</strong>
</span>
<span class="facets-active">
<span class="empty text-muted">See titles to watch instantly, titles you haven't rated, etc</span>
</span>
</div>
<div class="faceter-content">
<div class="faceter-categories">
<ul>
<li class="faceter-category" data-for="watch_options">
<strong>Instant Watch Options</strong>
</li>
<li class="faceter-category" data-for="genres">
<strong>Genres</strong>
</li>
<li class="faceter-category" data-for="title_type">
<strong>Movies or TV</strong>
</li>
<li class="faceter-category" data-for="imdb_rating">
<strong>IMDb Rating</strong>
</li>
<li class="faceter-category" data-for="in_theaters">
<strong>In Theaters</strong>
</li>
<li class="faceter-category" data-for="release_date">
<strong>Release Year</strong>
</li>
<li class="faceter-category" data-for="keywords">
<strong>Keywords</strong>
</li>
</ul>
</div><div class="faceter-facets">
<div class="faceter-fieldset watch_options">
<fieldset data-join="and" name="watch_option">
<label class="unbold">
<input data-count="22" name="has_video_prime_instant_video" ref-marker="ttls_ref_inst_piv" type="checkbox"/>
<span class="faceter-facet-text">Prime Video</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
</fieldset>
</div>
<div class="faceter-fieldset genres">
<fieldset data-join="and" name="genres">
<span class="col-2">
<label class="unbold">
<input data-count="69" name="Drama" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Drama</span>
<span class="text-muted text-small">(69)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="27" name="Adventure" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Adventure</span>
<span class="text-muted text-small">(27)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="23" name="Action" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Action</span>
<span class="text-muted text-small">(23)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="22" name="Thriller" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Thriller</span>
<span class="text-muted text-small">(22)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="20" name="Crime" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Crime</span>
<span class="text-muted text-small">(20)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="18" name="Mystery" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Mystery</span>
<span class="text-muted text-small">(18)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="18" name="Sci-Fi" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Sci-Fi</span>
<span class="text-muted text-small">(18)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="14" name="Comedy" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Comedy</span>
<span class="text-muted text-small">(14)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="13" name="Fantasy" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Fantasy</span>
<span class="text-muted text-small">(13)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="12" name="Romance" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Romance</span>
<span class="text-muted text-small">(12)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="12" name="War" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">War</span>
<span class="text-muted text-small">(12)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="10" name="Family" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Family</span>
<span class="text-muted text-small">(10)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="9" name="Animation" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Animation</span>
<span class="text-muted text-small">(9)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="7" name="Biography" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Biography</span>
<span class="text-muted text-small">(7)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="4" name="Music" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Music</span>
<span class="text-muted text-small">(4)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="3" name="History" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">History</span>
<span class="text-muted text-small">(3)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="3" name="Horror" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Horror</span>
<span class="text-muted text-small">(3)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="3" name="Western" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Western</span>
<span class="text-muted text-small">(3)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="1" name="Film-Noir" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Film-Noir</span>
<span class="text-muted text-small">(1)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="1" name="Musical" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Musical</span>
<span class="text-muted text-small">(1)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="1" name="Sport" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Sport</span>
<span class="text-muted text-small">(1)</span>
</label>
</span>
</fieldset>
</div>
<div class="faceter-fieldset title_type">
<fieldset data-join="or" name="title_type">
<label class="unbold">
<input data-count="100" name="movie" ref-marker="ttls_ref_typ" type="checkbox"/>
<span class="faceter-facet-text">Feature Film</span>
<span class="text-muted text-small">(100)</span>
</label>
<br/>
</fieldset>
</div>
<div class="faceter-fieldset imdb_rating">
<fieldset data-join="between" name="user_rating">
<legend class="text-muted unbold" data-tag="IMDb Rating">IMDb user rating (average)</legend>
<span></span>
<select name="min" ref-marker="ttls_ref_rt_usr" value="0.0">
<option value="1">1</option>
<option value="1.1">1.1</option>
<option value="1.2">1.2</option>
<option value="1.3">1.3</option>
<option value="1.4">1.4</option>
<option value="1.5">1.5</option>
<option value="1.6">1.6</option>
<option value="1.7">1.7</option>
<option value="1.8">1.8</option>
<option value="1.9">1.9</option>
<option value="2.0">2.0</option>
<option value="2.1">2.1</option>
<option value="2.2">2.2</option>
<option value="2.3">2.3</option>
<option value="2.4">2.4</option>
<option value="2.5">2.5</option>
<option value="2.6">2.6</option>
<option value="2.7">2.7</option>
<option value="2.8">2.8</option>
<option value="2.9">2.9</option>
<option value="3.0">3.0</option>
<option value="3.1">3.1</option>
<option value="3.2">3.2</option>
<option value="3.3">3.3</option>
<option value="3.4">3.4</option>
<option value="3.5">3.5</option>
<option value="3.6">3.6</option>
<option value="3.7">3.7</option>
<option value="3.8">3.8</option>
<option value="3.9">3.9</option>
<option value="4.0">4.0</option>
<option value="4.1">4.1</option>
<option value="4.2">4.2</option>
<option value="4.3">4.3</option>
<option value="4.4">4.4</option>
<option value="4.5">4.5</option>
<option value="4.6">4.6</option>
<option value="4.7">4.7</option>
<option value="4.8">4.8</option>
<option value="4.9">4.9</option>
<option value="5.0">5.0</option>
<option value="5.1">5.1</option>
<option value="5.2">5.2</option>
<option value="5.3">5.3</option>
<option value="5.4">5.4</option>
<option value="5.5">5.5</option>
<option value="5.6">5.6</option>
<option value="5.7">5.7</option>
<option value="5.8">5.8</option>
<option value="5.9">5.9</option>
<option value="6.0">6.0</option>
<option value="6.1">6.1</option>
<option value="6.2">6.2</option>
<option value="6.3">6.3</option>
<option value="6.4">6.4</option>
<option value="6.5">6.5</option>
<option value="6.6">6.6</option>
<option value="6.7">6.7</option>
<option value="6.8">6.8</option>
<option value="6.9">6.9</option>
<option value="7.0">7.0</option>
<option value="7.1">7.1</option>
<option value="7.2">7.2</option>
<option value="7.3">7.3</option>
<option value="7.4">7.4</option>
<option value="7.5">7.5</option>
<option value="7.6">7.6</option>
<option value="7.7">7.7</option>
<option value="7.8">7.8</option>
<option value="7.9">7.9</option>
<option value="8.0">8.0</option>
<option value="8.1">8.1</option>
<option value="8.2">8.2</option>
<option value="8.3">8.3</option>
<option value="8.4">8.4</option>
<option value="8.5">8.5</option>
<option value="8.6">8.6</option>
<option value="8.7">8.7</option>
<option value="8.8">8.8</option>
<option value="8.9">8.9</option>
<option value="9.0">9.0</option>
<option value="9.1">9.1</option>
<option value="9.2">9.2</option>
<option value="9.3">9.3</option>
<option value="9.4">9.4</option>
<option value="9.5">9.5</option>
<option value="9.6">9.6</option>
<option value="9.7">9.7</option>
<option value="9.8">9.8</option>
<option value="9.9">9.9</option>
<option value="10">10</option>
</select>
<span>to</span>
<select name="max" ref-marker="ttls_ref_rt_usr" value="0.0">
<option value="10">10</option>
<option value="9.9">9.9</option>
<option value="9.8">9.8</option>
<option value="9.7">9.7</option>
<option value="9.6">9.6</option>
<option value="9.5">9.5</option>
<option value="9.4">9.4</option>
<option value="9.3">9.3</option>
<option value="9.2">9.2</option>
<option value="9.1">9.1</option>
<option value="9.0">9.0</option>
<option value="8.9">8.9</option>
<option value="8.8">8.8</option>
<option value="8.7">8.7</option>
<option value="8.6">8.6</option>
<option value="8.5">8.5</option>
<option value="8.4">8.4</option>
<option value="8.3">8.3</option>
<option value="8.2">8.2</option>
<option value="8.1">8.1</option>
<option value="8.0">8.0</option>
<option value="7.9">7.9</option>
<option value="7.8">7.8</option>
<option value="7.7">7.7</option>
<option value="7.6">7.6</option>
<option value="7.5">7.5</option>
<option value="7.4">7.4</option>
<option value="7.3">7.3</option>
<option value="7.2">7.2</option>
<option value="7.1">7.1</option>
<option value="7.0">7.0</option>
<option value="6.9">6.9</option>
<option value="6.8">6.8</option>
<option value="6.7">6.7</option>
<option value="6.6">6.6</option>
<option value="6.5">6.5</option>
<option value="6.4">6.4</option>
<option value="6.3">6.3</option>
<option value="6.2">6.2</option>
<option value="6.1">6.1</option>
<option value="6.0">6.0</option>
<option value="5.9">5.9</option>
<option value="5.8">5.8</option>
<option value="5.7">5.7</option>
<option value="5.6">5.6</option>
<option value="5.5">5.5</option>
<option value="5.4">5.4</option>
<option value="5.3">5.3</option>
<option value="5.2">5.2</option>
<option value="5.1">5.1</option>
<option value="5.0">5.0</option>
<option value="4.9">4.9</option>
<option value="4.8">4.8</option>
<option value="4.7">4.7</option>
<option value="4.6">4.6</option>
<option value="4.5">4.5</option>
<option value="4.4">4.4</option>
<option value="4.3">4.3</option>
<option value="4.2">4.2</option>
<option value="4.1">4.1</option>
<option value="4.0">4.0</option>
<option value="3.9">3.9</option>
<option value="3.8">3.8</option>
<option value="3.7">3.7</option>
<option value="3.6">3.6</option>
<option value="3.5">3.5</option>
<option value="3.4">3.4</option>
<option value="3.3">3.3</option>
<option value="3.2">3.2</option>
<option value="3.1">3.1</option>
<option value="3.0">3.0</option>
<option value="2.9">2.9</option>
<option value="2.8">2.8</option>
<option value="2.7">2.7</option>
<option value="2.6">2.6</option>
<option value="2.5">2.5</option>
<option value="2.4">2.4</option>
<option value="2.3">2.3</option>
<option value="2.2">2.2</option>
<option value="2.1">2.1</option>
<option value="2.0">2.0</option>
<option value="1.9">1.9</option>
<option value="1.8">1.8</option>
<option value="1.7">1.7</option>
<option value="1.6">1.6</option>
<option value="1.5">1.5</option>
<option value="1.4">1.4</option>
<option value="1.3">1.3</option>
<option value="1.2">1.2</option>
<option value="1.1">1.1</option>
<option value="1">1</option>
</select>
</fieldset>
<fieldset data-join="between" name="num_votes">
<legend class="text-muted unbold" data-tag="Votes">Number of votes</legend>
<span></span>
<input data-validation="^[0-9]\d*$" name="min" ref-marker="ttls_ref_rt_vt" size="10" type="text" value=""/>
<span>to</span>
<input data-validation="^[0-9]\d*$" name="max" ref-marker="ttls_ref_rt_vt" size="10" type="text" value=""/>
<a class="btn small secondary faceter-search-btn" data-group="num_votes" href="#" title="Search"> »
</a> </fieldset>
</div>
<div class="faceter-fieldset in_theaters">
<fieldset data-join="and" name="now_playing">
<label class="unbold">
<input data-count="" name="in_theaters" ref-marker="ttls_ref_sh_fav" type="radio" value="favorite"/>
<span class="faceter-facet-text">In Favorite Theaters</span>
</label>
<br/>
<label class="unbold">
<input data-count="" name="in_theaters" ref-marker="ttls_ref_sh_you" type="radio" value="restrict"/>
<span class="faceter-facet-text">In Theaters Near You</span>
</label>
<br/>
<hr/>
</fieldset>
<a class="faceter-reset" data-fieldset="in_theaters" href="#">Reset</a>
</div>
<div class="faceter-fieldset release_date">
<fieldset data-join="between" name="release_date">
<legend class="text-muted unbold" data-tag="Released">Release year or range</legend>
<span></span>
<input data-validation="^[0-9]\d*$" name="min" ref-marker="ttls_ref_yr" size="10" type="text" value=""/>
<span>to</span>
<input data-validation="^[0-9]\d*$" name="max" ref-marker="ttls_ref_yr" size="10" type="text" value=""/>
<a class="btn small secondary faceter-search-btn" data-group="release_date" href="#" title="Search"> »
</a> </fieldset>
</div>
<div class="faceter-fieldset keywords">
<fieldset data-join="and" name="keywords">
<label class="unbold">
<input data-count="79" name="cult-film" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Cult Film</span>
<span class="text-muted text-small">(79)</span>
</label>
<br/>
<label class="unbold">
<input data-count="61" name="death" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Death</span>
<span class="text-muted text-small">(61)</span>
</label>
<br/>
<label class="unbold">
<input data-count="61" name="murder" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Murder</span>
<span class="text-muted text-small">(61)</span>
</label>
<br/>
<label class="unbold">
<input data-count="59" name="violence" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Violence</span>
<span class="text-muted text-small">(59)</span>
</label>
<br/>
<label class="unbold">
<input data-count="57" name="blockbuster" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Blockbuster</span>
<span class="text-muted text-small">(57)</span>
</label>
<br/>
<label class="unbold">
<input data-count="55" name="flashback" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Flashback</span>
<span class="text-muted text-small">(55)</span>
</label>
<br/>
<label class="unbold">
<input data-count="51" name="blood" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Blood</span>
<span class="text-muted text-small">(51)</span>
</label>
<br/>
<label class="unbold">
<input data-count="49" name="male-protagonist" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Male Protagonist</span>
<span class="text-muted text-small">(49)</span>
</label>
<br/>
<label class="unbold">
<input data-count="47" name="surprise-ending" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Surprise Ending</span>
<span class="text-muted text-small">(47)</span>
</label>
<br/>
<label class="unbold">
<input data-count="45" name="friendship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Friendship</span>
<span class="text-muted text-small">(45)</span>
</label>
<br/>
<label class="unbold">
<input data-count="43" name="title-spoken-by-character" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Title Spoken By Character</span>
<span class="text-muted text-small">(43)</span>
</label>
<br/>
<label class="unbold">
<input data-count="38" name="famous-score" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Famous Score</span>
<span class="text-muted text-small">(38)</span>
</label>
<br/>
<label class="unbold">
<input data-count="38" name="father-son-relationship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Father Son Relationship</span>
<span class="text-muted text-small">(38)</span>
</label>
<br/>
<label class="unbold">
<input data-count="38" name="fight" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Fight</span>
<span class="text-muted text-small">(38)</span>
</label>
<br/>
<label class="unbold">
<input data-count="37" name="betrayal" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Betrayal</span>
<span class="text-muted text-small">(37)</span>
</label>
<br/>
<label class="unbold">
<input data-count="37" name="cult-classic" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Cult Classic</span>
<span class="text-muted text-small">(37)</span>
</label>
<br/>
<label class="unbold">
<input data-count="37" name="husband-wife-relationship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Husband Wife Relationship</span>
<span class="text-muted text-small">(37)</span>
</label>
<br/>
<label class="unbold">
<input data-count="37" name="slow-motion-scene" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Slow Motion Scene</span>
<span class="text-muted text-small">(37)</span>
</label>
<br/>
<label class="unbold">
<input data-count="36" name="no-opening-credits" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">No Opening Credits</span>
<span class="text-muted text-small">(36)</span>
</label>
<br/>
<label class="unbold">
<input data-count="36" name="shot-to-death" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Shot To Death</span>
<span class="text-muted text-small">(36)</span>
</label>
<br/>
<label class="unbold">
<input data-count="35" name="deception" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Deception</span>
<span class="text-muted text-small">(35)</span>
</label>
<br/>
<label class="unbold">
<input data-count="35" name="national-film-registry" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">National Film Registry</span>
<span class="text-muted text-small">(35)</span>
</label>
<br/>
<label class="unbold">
<input data-count="35" name="revenge" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Revenge</span>
<span class="text-muted text-small">(35)</span>
</label>
<br/>
<label class="unbold">
<input data-count="34" name="fire" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Fire</span>
<span class="text-muted text-small">(34)</span>
</label>
<br/>
<label class="unbold">
<input data-count="34" name="good-versus-evil" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Good Versus Evil</span>
<span class="text-muted text-small">(34)</span>
</label>
<br/>
<label class="unbold">
<input data-count="34" name="police" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Police</span>
<span class="text-muted text-small">(34)</span>
</label>
<br/>
<label class="unbold">
<input data-count="32" name="kiss" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Kiss</span>
<span class="text-muted text-small">(32)</span>
</label>
<br/>
<label class="unbold">
<input data-count="31" name="blood-splatter" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Blood Splatter</span>
<span class="text-muted text-small">(31)</span>
</label>
<br/>
<label class="unbold">
<input data-count="31" name="escape" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Escape</span>
<span class="text-muted text-small">(31)</span>
</label>
<br/>
<label class="unbold">
<input data-count="31" name="psychotronic-film" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Psychotronic Film</span>
<span class="text-muted text-small">(31)</span>
</label>
<br/>
<label class="unbold">
<input data-count="30" name="car" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Car</span>
<span class="text-muted text-small">(30)</span>
</label>
<br/>
<label class="unbold">
<input data-count="30" name="chase" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Chase</span>
<span class="text-muted text-small">(30)</span>
</label>
<br/>
<label class="unbold">
<input data-count="30" name="explosion" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Explosion</span>
<span class="text-muted text-small">(30)</span>
</label>
<br/>
<label class="unbold">
<input data-count="30" name="mother-son-relationship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Mother Son Relationship</span>
<span class="text-muted text-small">(30)</span>
</label>
<br/>
<label class="unbold">
<input data-count="30" name="pistol" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Pistol</span>
<span class="text-muted text-small">(30)</span>
</label>
<br/>
<label class="unbold">
<input data-count="29" name="based-on-novel" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Based On Novel</span>
<span class="text-muted text-small">(29)</span>
</label>
<br/>
<label class="unbold">
<input data-count="29" name="epic" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Epic</span>
<span class="text-muted text-small">(29)</span>
</label>
<br/>
<label class="unbold">
<input data-count="29" name="fear" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Fear</span>
<span class="text-muted text-small">(29)</span>
</label>
<br/>
<label class="unbold">
<input data-count="29" name="photograph" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Photograph</span>
<span class="text-muted text-small">(29)</span>
</label>
<br/>
<label class="unbold">
<input data-count="29" name="rescue" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Rescue</span>
<span class="text-muted text-small">(29)</span>
</label>
<br/>
<label class="unbold">
<input data-count="28" name="combat" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Combat</span>
<span class="text-muted text-small">(28)</span>
</label>
<br/>
<label class="unbold">
<input data-count="28" name="falling-from-height" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Falling From Height</span>
<span class="text-muted text-small">(28)</span>
</label>
<br/>
<label class="unbold">
<input data-count="28" name="hero" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Hero</span>
<span class="text-muted text-small">(28)</span>
</label>
<br/>
<label class="unbold">
<input data-count="28" name="knife" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Knife</span>
<span class="text-muted text-small">(28)</span>
</label>
<br/>
<label class="unbold">
<input data-count="28" name="man-wears-eyeglasses" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Man Wears Eyeglasses</span>
<span class="text-muted text-small">(28)</span>
</label>
<br/>
<label class="unbold">
<input data-count="28" name="police-officer" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Police Officer</span>
<span class="text-muted text-small">(28)</span>
</label>
<br/>
<label class="unbold">
<input data-count="27" name="beating" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Beating</span>
<span class="text-muted text-small">(27)</span>
</label>
<br/>
<label class="unbold">
<input data-count="27" name="brutality" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Brutality</span>
<span class="text-muted text-small">(27)</span>
</label>
<br/>
<label class="unbold">
<input data-count="27" name="cigarette-smoking" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Cigarette Smoking</span>
<span class="text-muted text-small">(27)</span>
</label>
<br/>
<label class="unbold">
<input data-count="27" name="gun" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Gun</span>
<span class="text-muted text-small">(27)</span>
</label>
<br/>
<label class="unbold">
<input data-count="27" name="shot-in-the-chest" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Shot In The Chest</span>
<span class="text-muted text-small">(27)</span>
</label>
<br/>
<label class="unbold">
<input data-count="27" name="subjective-camera" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Subjective Camera</span>
<span class="text-muted text-small">(27)</span>
</label>
<br/>
<label class="unbold">
<input data-count="26" name="crying" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Crying</span>
<span class="text-muted text-small">(26)</span>
</label>
<br/>
<label class="unbold">
<input data-count="26" name="torture" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Torture</span>
<span class="text-muted text-small">(26)</span>
</label>
<br/>
<label class="unbold">
<input data-count="26" name="tough-guy" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Tough Guy</span>
<span class="text-muted text-small">(26)</span>
</label>
<br/>
<label class="unbold">
<input data-count="25" name="anger" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Anger</span>
<span class="text-muted text-small">(25)</span>
</label>
<br/>
<label class="unbold">
<input data-count="25" name="bar" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Bar</span>
<span class="text-muted text-small">(25)</span>
</label>
<br/>
<label class="unbold">
<input data-count="25" name="black-comedy" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Black Comedy</span>
<span class="text-muted text-small">(25)</span>
</label>
<br/>
<label class="unbold">
<input data-count="25" name="father-daughter-relationship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Father Daughter Relationship</span>
<span class="text-muted text-small">(25)</span>
</label>
<br/>
<label class="unbold">
<input data-count="25" name="gore" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Gore</span>
<span class="text-muted text-small">(25)</span>
</label>
<br/>
<label class="unbold">
<input data-count="25" name="neo-noir" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Neo Noir</span>
<span class="text-muted text-small">(25)</span>
</label>
<br/>
<label class="unbold">
<input data-count="25" name="suicide" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Suicide</span>
<span class="text-muted text-small">(25)</span>
</label>
<br/>
<label class="unbold">
<input data-count="25" name="villain" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Villain</span>
<span class="text-muted text-small">(25)</span>
</label>
<br/>
<label class="unbold">
<input data-count="25" name="voice-over-narration" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Voice Over Narration</span>
<span class="text-muted text-small">(25)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="ambush" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Ambush</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="character's-point-of-view-camera-shot" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Character's Point Of View Camera Shot</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="corpse" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Corpse</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="dog" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Dog</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="evil-man" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Evil Man</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="family-relationships" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Family Relationships</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="fistfight" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Fistfight</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="held-at-gunpoint" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Held At Gunpoint</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="lifting-someone-into-the-air" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Lifting Someone Into The Air</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="psychopath" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Psychopath</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="shootout" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Shootout</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="singing" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Singing</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="telephone-call" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Telephone Call</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="24" name="weapon" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Weapon</span>
<span class="text-muted text-small">(24)</span>
</label>
<br/>
<label class="unbold">
<input data-count="23" name="rain" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Rain</span>
<span class="text-muted text-small">(23)</span>
</label>
<br/>
<label class="unbold">
<input data-count="23" name="shot-in-the-head" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Shot In The Head</span>
<span class="text-muted text-small">(23)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="anti-hero" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Anti Hero</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="battle" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Battle</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="brother-sister-relationship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Brother Sister Relationship</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="dancing" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Dancing</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="famous-line" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Famous Line</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="female-nudity" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Female Nudity</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="friend" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Friend</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="interrogation" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Interrogation</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="machine-gun" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Machine Gun</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="one-word-title" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">One Word Title</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="redemption" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Redemption</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="soldier" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Soldier</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="two-word-title" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Two Word Title</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="21" name="bare-chested-male" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Bare Chested Male</span>
<span class="text-muted text-small">(21)</span>
</label>
<br/>
<label class="unbold">
<input data-count="21" name="brawl" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Brawl</span>
<span class="text-muted text-small">(21)</span>
</label>
<br/>
<label class="unbold">
<input data-count="21" name="drunkenness" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Drunkenness</span>
<span class="text-muted text-small">(21)</span>
</label>
<br/>
<label class="unbold">
<input data-count="21" name="hospital" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Hospital</span>
<span class="text-muted text-small">(21)</span>
</label>
<br/>
<label class="unbold">
<input data-count="21" name="kidnapping" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Kidnapping</span>
<span class="text-muted text-small">(21)</span>
</label>
<br/>
<label class="unbold">
<input data-count="21" name="revolver" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Revolver</span>
<span class="text-muted text-small">(21)</span>
</label>
<br/>
<label class="unbold">
<input data-count="21" name="surrealism" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Surrealism</span>
<span class="text-muted text-small">(21)</span>
</label>
<br/>
</fieldset>
</div>
</div>
</div>
<div class="hidden faceter-working">
</div>
</div>
<div class="lister list detail sub-list">
<div class="header filmosearch">
<div class="nav">
<div class="lister-controls float-right lister-activated">
<div class="lister-control-group">
Sort by: <br/>
<select class="lister-sort-by" name="sort">
<option selected="selected" value="list_order:ascending">List Order</option>
<option value="moviemeter:ascending">Popularity</option>
<option value="alpha:ascending">Alphabetical</option>
<option value="user_rating:descending">IMDb Rating</option>
<option value="num_votes:descending">Number of Votes</option>
<option value="release_date:descending">Release Date</option>
<option value="runtime:descending">Runtime</option>
<option value="date_added:descending">Date Added</option>
</select>
<span class="global-sprite lister-sort-reverse descending" data-sort="list_order:descending" title="Ascending order"></span>
</div>
<div class="lister-control-group">
View: <br/>
<span class="global-sprite lister-mode grid" data-mode="grid" ref-marker="ttls_vw_grd" title="Grid view"></span>
<span class="global-sprite lister-mode detail" data-mode="detail" ref-marker="ttls_vm_dtl" title="Detail view"></span>
<span class="global-sprite lister-mode simple" data-mode="simple" ref-marker="ttls_vw_smp" title="Compact view"></span>
</div>
</div>
<div class="desc lister-total-num-results">
100 titles
</div>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
<div class="lister-list">
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0111161">
<a href="/title/tt0111161/"> <img alt="The Shawshank Redemption" class="loadlate" data-tconst="tt0111161" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMDFkYTc0MGEtZmNhMC00ZDIzLWFmNTEtODM1ZmRlYWMwMWFmXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">1.</span>
<a href="/title/tt0111161/">The Shawshank Redemption</a>
<span class="lister-item-year text-muted unbold">(1994)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">142 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0111161" id="checkbox-tt0111161" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0111161">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0111161">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0111161"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">80 </span>
Metascore
</div>
<p class="">
Two imprisoned men bond over a number of years, finding solace and eventual redemption through acts of common decency.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001104/">Frank Darabont</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000209/">Tim Robbins</a>,
<a href="/name/nm0000151/">Morgan Freeman</a>,
<a href="/name/nm0348409/">Bob Gunton</a>,
<a href="/name/nm0006669/">William Sadler</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="2451592" name="nv">2,451,592</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="28,341,469" name="nv">$28.34M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0111161" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0068646">
<a href="/title/tt0068646/"> <img alt="The Godfather" class="loadlate" data-tconst="tt0068646" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BM2MyNjYxNmUtYTAwNi00MTYxLWJmNWYtYzZlODY3ZTk3OTFlXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">2.</span>
<a href="/title/tt0068646/">The Godfather</a>
<span class="lister-item-year text-muted unbold">(1972)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">175 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0068646" id="checkbox-tt0068646" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0068646">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0068646">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0068646"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">100 </span>
Metascore
</div>
<p class="">
An organized crime dynasty's aging patriarch transfers control of his clandestine empire to his reluctant son.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000338/">Francis Ford Coppola</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000008/">Marlon Brando</a>,
<a href="/name/nm0000199/">Al Pacino</a>,
<a href="/name/nm0001001/">James Caan</a>,
<a href="/name/nm0000473/">Diane Keaton</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1696814" name="nv">1,696,814</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="134,966,411" name="nv">$134.97M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0068646" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0071562">
<a href="/title/tt0071562/"> <img alt="The Godfather: Part II" class="loadlate" data-tconst="tt0071562" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMWMwMGQzZTItY2JlNC00OWZiLWIyMDctNDk2ZDQ2YjRjMWQ0XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">3.</span>
<a href="/title/tt0071562/">The Godfather: Part II</a>
<span class="lister-item-year text-muted unbold">(1974)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">202 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0071562" id="checkbox-tt0071562" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0071562">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0071562">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0071562"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">90 </span>
Metascore
</div>
<p class="">
The early life and career of Vito Corleone in 1920s New York City is portrayed, while his son, Michael, expands and tightens his grip on the family crime syndicate.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000338/">Francis Ford Coppola</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000199/">Al Pacino</a>,
<a href="/name/nm0000134/">Robert De Niro</a>,
<a href="/name/nm0000380/">Robert Duvall</a>,
<a href="/name/nm0000473/">Diane Keaton</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1178560" name="nv">1,178,560</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="57,300,000" name="nv">$57.30M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0071562" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0468569">
<a href="/title/tt0468569/"> <img alt="The Dark Knight" class="loadlate" data-tconst="tt0468569" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">4.</span>
<a href="/title/tt0468569/">The Dark Knight</a>
<span class="lister-item-year text-muted unbold">(2008)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">152 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0468569" id="checkbox-tt0468569" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0468569">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0468569">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0468569"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">84 </span>
Metascore
</div>
<p class="">
When the menace known as the Joker wreaks havoc and chaos on the people of Gotham, Batman must accept one of the greatest psychological and physical tests of his ability to fight injustice.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0634240/">Christopher Nolan</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000288/">Christian Bale</a>,
<a href="/name/nm0005132/">Heath Ledger</a>,
<a href="/name/nm0001173/">Aaron Eckhart</a>,
<a href="/name/nm0000323/">Michael Caine</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="2407284" name="nv">2,407,284</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="534,858,444" name="nv">$534.86M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0468569" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0050083">
<a href="/title/tt0050083/"> <img alt="12 Angry Men" class="loadlate" data-tconst="tt0050083" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMWU4N2FjNzYtNTVkNC00NzQ0LTg0MjAtYTJlMjFhNGUxZDFmXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">5.</span>
<a href="/title/tt0050083/">12 Angry Men</a>
<span class="lister-item-year text-muted unbold">(1957)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">96 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0050083" id="checkbox-tt0050083" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0050083">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0050083">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0050083"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">96 </span>
Metascore
</div>
<p class="">
A jury holdout attempts to prevent a miscarriage of justice by forcing his colleagues to reconsider the evidence.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001486/">Sidney Lumet</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000020/">Henry Fonda</a>,
<a href="/name/nm0002011/">Lee J. Cobb</a>,
<a href="/name/nm0000842/">Martin Balsam</a>,
<a href="/name/nm0275835/">John Fiedler</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="725624" name="nv">725,624</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="4,360,000" name="nv">$4.36M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0050083" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0108052">
<a href="/title/tt0108052/"> <img alt="Schindler's List" class="loadlate" data-tconst="tt0108052" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNDE4OTMxMTctNmRhYy00NWE2LTg3YzItYTk3M2UwOTU5Njg4XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">6.</span>
<a href="/title/tt0108052/">Schindler's List</a>
<span class="lister-item-year text-muted unbold">(1993)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">195 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Drama, History </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0108052" id="checkbox-tt0108052" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0108052">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0108052">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0108052"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">94 </span>
Metascore
</div>
<p class="">
In German-occupied Poland during World War II, industrialist <a href="/name/nm0771861">Oskar Schindler</a> gradually becomes concerned for his Jewish workforce after witnessing their persecution by the Nazis.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000229/">Steven Spielberg</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000553/">Liam Neeson</a>,
<a href="/name/nm0000146/">Ralph Fiennes</a>,
<a href="/name/nm0001426/">Ben Kingsley</a>,
<a href="/name/nm0328751/">Caroline Goodall</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1261123" name="nv">1,261,123</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="96,898,818" name="nv">$96.90M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0108052" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0167260">
<a href="/title/tt0167260/"> <img alt="The Lord of the Rings: The Return of the King" class="loadlate" data-tconst="tt0167260" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNzA5ZDNlZWMtM2NhNS00NDJjLTk4NDItYTRmY2EwMWZlMTY3XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">7.</span>
<a href="/title/tt0167260/">The Lord of the Rings: The Return of the King</a>
<span class="lister-item-year text-muted unbold">(2003)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">201 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0167260" id="checkbox-tt0167260" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0167260">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0167260">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0167260"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">94 </span>
Metascore
</div>
<p class="">
Gandalf and Aragorn lead the World of Men against Sauron's army to draw his gaze from Frodo and Sam as they approach Mount Doom with the One Ring.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001392/">Peter Jackson</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000704/">Elijah Wood</a>,
<a href="/name/nm0001557/">Viggo Mortensen</a>,
<a href="/name/nm0005212/">Ian McKellen</a>,
<a href="/name/nm0089217/">Orlando Bloom</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1702934" name="nv">1,702,934</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="377,845,905" name="nv">$377.85M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0167260" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0110912">
<a href="/title/tt0110912/"> <img alt="Pulp Fiction" class="loadlate" data-tconst="tt0110912" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNGNhMDIzZTUtNTBlZi00MTRlLWFjM2ItYzViMjE3YzI5MjljXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">8.</span>
<a href="/title/tt0110912/">Pulp Fiction</a>
<span class="lister-item-year text-muted unbold">(1994)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">154 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0110912" id="checkbox-tt0110912" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0110912">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0110912">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0110912"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">94 </span>
Metascore
</div>
<p class="">
The lives of two mob hitmen, a boxer, a gangster and his wife, and a pair of diner bandits intertwine in four tales of violence and redemption.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000233/">Quentin Tarantino</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000237/">John Travolta</a>,
<a href="/name/nm0000235/">Uma Thurman</a>,
<a href="/name/nm0000168/">Samuel L. Jackson</a>,
<a href="/name/nm0000246/">Bruce Willis</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1900236" name="nv">1,900,236</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="107,928,762" name="nv">$107.93M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0110912" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0060196">
<a href="/title/tt0060196/"> <img alt="Il buono, il brutto, il cattivo" class="loadlate" data-tconst="tt0060196" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOTQ5NDI3MTI4MF5BMl5BanBnXkFtZTgwNDQ4ODE5MDE@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">9.</span>
<a href="/title/tt0060196/">Il buono, il brutto, il cattivo</a>
<span class="lister-item-year text-muted unbold">(1966)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">161 min</span>
<span class="ghost">|</span>
<span class="genre">
Western </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0060196" id="checkbox-tt0060196" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0060196">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0060196">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0060196"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">90 </span>
Metascore
</div>
<p class="">
A bounty hunting scam joins two men in an uneasy alliance against a third in a race to find a fortune in gold buried in a remote cemetery.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001466/">Sergio Leone</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000142/">Clint Eastwood</a>,
<a href="/name/nm0908919/">Eli Wallach</a>,
<a href="/name/nm0001812/">Lee Van Cleef</a>,
<a href="/name/nm0321294/">Aldo Giuffrè</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="714873" name="nv">714,873</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="6,100,000" name="nv">$6.10M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0060196" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0137523">
<a href="/title/tt0137523/"> <img alt="Fight Club" class="loadlate" data-tconst="tt0137523" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMmEzNTkxYjQtZTc0MC00YTVjLTg5ZTEtZWMwOWVlYzY0NWIwXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">10.</span>
<a href="/title/tt0137523/">Fight Club</a>
<span class="lister-item-year text-muted unbold">(1999)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">139 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0137523" id="checkbox-tt0137523" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0137523">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0137523">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0137523"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">66 </span>
Metascore
</div>
<p class="">
An insomniac office worker and a devil-may-care soap maker form an underground fight club that evolves into much more.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000399/">David Fincher</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000093/">Brad Pitt</a>,
<a href="/name/nm0001570/">Edward Norton</a>,
<a href="/name/nm0001533/">Meat Loaf</a>,
<a href="/name/nm0340260/">Zach Grenier</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1931616" name="nv">1,931,616</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="37,030,102" name="nv">$37.03M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0137523" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt7286456">
<a href="/title/tt7286456/"> <img alt="Joker" class="loadlate" data-tconst="tt7286456" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNGVjNWI4ZGUtNzE0MS00YTJmLWE0ZDctN2ZiYTk2YmI3NTYyXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">11.</span>
<a href="/title/tt7286456/">Joker</a>
<span class="lister-item-year text-muted unbold">(2019)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">122 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt7286456" id="checkbox-tt7286456" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt7286456">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt7286456">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt7286456"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">59 </span>
Metascore
</div>
<p class="">
In Gotham City, mentally troubled comedian Arthur Fleck is disregarded and mistreated by society. He then embarks on a downward spiral of revolution and bloody crime. This path brings him face-to-face with his alter-ego: the Joker.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0680846/">Todd Phillips</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0001618/">Joaquin Phoenix</a>,
<a href="/name/nm0000134/">Robert De Niro</a>,
<a href="/name/nm5939164/">Zazie Beetz</a>,
<a href="/name/nm0175814/">Frances Conroy</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1054916" name="nv">1,054,916</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="335,451,311" name="nv">$335.45M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt7286456" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0120737">
<a href="/title/tt0120737/"> <img alt="The Lord of the Rings: The Fellowship of the Ring" class="loadlate" data-tconst="tt0120737" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BN2EyZjM3NzUtNWUzMi00MTgxLWI0NTctMzY4M2VlOTdjZWRiXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">12.</span>
<a href="/title/tt0120737/">The Lord of the Rings: The Fellowship of the Ring</a>
<span class="lister-item-year text-muted unbold">(2001)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">178 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0120737" id="checkbox-tt0120737" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0120737">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0120737">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0120737"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">92 </span>
Metascore
</div>
<p class="">
A meek Hobbit from the Shire and eight companions set out on a journey to destroy the powerful One Ring and save Middle-earth from the Dark Lord Sauron.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001392/">Peter Jackson</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000704/">Elijah Wood</a>,
<a href="/name/nm0005212/">Ian McKellen</a>,
<a href="/name/nm0089217/">Orlando Bloom</a>,
<a href="/name/nm0000293/">Sean Bean</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1724167" name="nv">1,724,167</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="315,544,750" name="nv">$315.54M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0120737" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0109830">
<a href="/title/tt0109830/"> <img alt="Forrest Gump" class="loadlate" data-tconst="tt0109830" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNWIwODRlZTUtY2U3ZS00Yzg1LWJhNzYtMmZiYmEyNmU1NjMzXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">13.</span>
<a href="/title/tt0109830/">Forrest Gump</a>
<span class="lister-item-year text-muted unbold">(1994)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">142 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0109830" id="checkbox-tt0109830" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0109830">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0109830">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0109830"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">82 </span>
Metascore
</div>
<p class="">
The presidencies of Kennedy and Johnson, the Vietnam War, the Watergate scandal and other historical events unfold from the perspective of an Alabama man with an IQ of 75, whose only desire is to be reunited with his childhood sweetheart.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000709/">Robert Zemeckis</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000158/">Tom Hanks</a>,
<a href="/name/nm0000705/">Robin Wright</a>,
<a href="/name/nm0000641/">Gary Sinise</a>,
<a href="/name/nm0000398/">Sally Field</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1895176" name="nv">1,895,176</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="330,252,182" name="nv">$330.25M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0109830" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1375666">
<a href="/title/tt1375666/"> <img alt="Inception" class="loadlate" data-tconst="tt1375666" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjAxMzY3NjcxNF5BMl5BanBnXkFtZTcwNTI5OTM0Mw@@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">14.</span>
<a href="/title/tt1375666/">Inception</a>
<span class="lister-item-year text-muted unbold">(2010)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">148 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1375666" id="checkbox-tt1375666" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1375666">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1375666">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1375666"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">74 </span>
Metascore
</div>
<p class="">
A thief who steals corporate secrets through the use of dream-sharing technology is given the inverse task of planting an idea into the mind of a C.E.O.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0634240/">Christopher Nolan</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000138/">Leonardo DiCaprio</a>,
<a href="/name/nm0330687/">Joseph Gordon-Levitt</a>,
<a href="/name/nm0680983/">Elliot Page</a>,
<a href="/name/nm0913822/">Ken Watanabe</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="2159593" name="nv">2,159,593</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="292,576,195" name="nv">$292.58M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1375666" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0080684">
<a href="/title/tt0080684/"> <img alt="Star Wars: Episode V - The Empire Strikes Back" class="loadlate" data-tconst="tt0080684" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYmU1NDRjNDgtMzhiMi00NjZmLTg5NGItZDNiZjU5NTU4OTE0XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">15.</span>
<a href="/title/tt0080684/">Star Wars: Episode V - The Empire Strikes Back</a>
<span class="lister-item-year text-muted unbold">(1980)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">124 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Fantasy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0080684" id="checkbox-tt0080684" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0080684">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0080684">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0080684"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">82 </span>
Metascore
</div>
<p class="">
After the Rebels are brutally overpowered by the Empire on the ice planet Hoth, Luke Skywalker begins Jedi training with Yoda, while his friends are pursued across the galaxy by Darth Vader and bounty hunter Boba Fett.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0449984/">Irvin Kershner</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000434/">Mark Hamill</a>,
<a href="/name/nm0000148/">Harrison Ford</a>,
<a href="/name/nm0000402/">Carrie Fisher</a>,
<a href="/name/nm0001850/">Billy Dee Williams</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1200592" name="nv">1,200,592</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="290,475,067" name="nv">$290.48M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0080684" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0167261">
<a href="/title/tt0167261/"> <img alt="The Lord of the Rings: The Two Towers" class="loadlate" data-tconst="tt0167261" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZGMxZTdjZmYtMmE2Ni00ZTdkLWI5NTgtNjlmMjBiNzU2MmI5XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">16.</span>
<a href="/title/tt0167261/">The Lord of the Rings: The Two Towers</a>
<span class="lister-item-year text-muted unbold">(2002)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">179 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0167261" id="checkbox-tt0167261" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0167261">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0167261">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0167261"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">87 </span>
Metascore
</div>
<p class="">
While Frodo and Sam edge closer to Mordor with the help of the shifty Gollum, the divided fellowship makes a stand against Sauron's new ally, Saruman, and his hordes of Isengard.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001392/">Peter Jackson</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000704/">Elijah Wood</a>,
<a href="/name/nm0005212/">Ian McKellen</a>,
<a href="/name/nm0001557/">Viggo Mortensen</a>,
<a href="/name/nm0089217/">Orlando Bloom</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1539638" name="nv">1,539,638</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="342,551,365" name="nv">$342.55M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0167261" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0133093">
<a href="/title/tt0133093/"> <img alt="The Matrix" class="loadlate" data-tconst="tt0133093" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNzQzOTk3OTAtNDQ0Zi00ZTVkLWI0MTEtMDllZjNkYzNjNTc4L2ltYWdlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">17.</span>
<a href="/title/tt0133093/">The Matrix</a>
<span class="lister-item-year text-muted unbold">(1999)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">136 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0133093" id="checkbox-tt0133093" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0133093">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0133093">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0133093"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">73 </span>
Metascore
</div>
<p class="">
When a beautiful stranger leads computer hacker Neo to a forbidding underworld, he discovers the shocking truth--the life he knows is the elaborate deception of an evil cyber-intelligence.</p>
<p class="text-muted text-small">
Directors:
<a href="/name/nm0905154/">Lana Wachowski</a>,
<a href="/name/nm0905152/">Lilly Wachowski</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000206/">Keanu Reeves</a>,
<a href="/name/nm0000401/">Laurence Fishburne</a>,
<a href="/name/nm0005251/">Carrie-Anne Moss</a>,
<a href="/name/nm0915989/">Hugo Weaving</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1744909" name="nv">1,744,909</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="171,479,930" name="nv">$171.48M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0133093" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0073486">
<a href="/title/tt0073486/"> <img alt="One Flew Over the Cuckoo's Nest" class="loadlate" data-tconst="tt0073486" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZjA0OWVhOTAtYWQxNi00YzNhLWI4ZjYtNjFjZTEyYjJlNDVlL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">18.</span>
<a href="/title/tt0073486/">One Flew Over the Cuckoo's Nest</a>
<span class="lister-item-year text-muted unbold">(1975)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">133 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0073486" id="checkbox-tt0073486" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0073486">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0073486">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0073486"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">84 </span>
Metascore
</div>
<p class="">
A criminal pleads insanity and is admitted to a mental institution, where he rebels against the oppressive nurse and rallies up the scared patients.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001232/">Milos Forman</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000197/">Jack Nicholson</a>,
<a href="/name/nm0001221/">Louise Fletcher</a>,
<a href="/name/nm0077720/">Michael Berryman</a>,
<a href="/name/nm0110480/">Peter Brocco</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="950539" name="nv">950,539</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="112,000,000" name="nv">$112.00M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0073486" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0099685">
<a href="/title/tt0099685/"> <img alt="Goodfellas" class="loadlate" data-tconst="tt0099685" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BY2NkZjEzMDgtN2RjYy00YzM1LWI4ZmQtMjIwYjFjNmI3ZGEwXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">19.</span>
<a href="/title/tt0099685/">Goodfellas</a>
<span class="lister-item-year text-muted unbold">(1990)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">146 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0099685" id="checkbox-tt0099685" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0099685">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0099685">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0099685"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">90 </span>
Metascore
</div>
<p class="">
The story of <a href="/name/nm1453737">Henry Hill</a> and his life in the mob, covering his relationship with his wife Karen Hill and his mob partners Jimmy Conway and Tommy DeVito in the Italian-American crime syndicate.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000217/">Martin Scorsese</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000134/">Robert De Niro</a>,
<a href="/name/nm0000501/">Ray Liotta</a>,
<a href="/name/nm0000582/">Joe Pesci</a>,
<a href="/name/nm0000966/">Lorraine Bracco</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1064713" name="nv">1,064,713</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="46,836,394" name="nv">$46.84M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0099685" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0047478">
<a href="/title/tt0047478/"> <img alt="Shichinin no samurai" class="loadlate" data-tconst="tt0047478" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOWE4ZDdhNmMtNzE5ZC00NzExLTlhNGMtY2ZhYjYzODEzODA1XkEyXkFqcGdeQXVyNTAyODkwOQ@@._V1_UY209_CR4,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">20.</span>
<a href="/title/tt0047478/">Shichinin no samurai</a>
<span class="lister-item-year text-muted unbold">(1954)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">207 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0047478" id="checkbox-tt0047478" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0047478">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0047478">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0047478"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">98 </span>
Metascore
</div>
<p class="">
A poor village under attack by bandits recruits seven unemployed samurai to help them defend themselves.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000041/">Akira Kurosawa</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0001536/">Toshirô Mifune</a>,
<a href="/name/nm0793766/">Takashi Shimura</a>,
<a href="/name/nm0875477/">Keiko Tsushima</a>,
<a href="/name/nm0793616/">Yukiko Shimazaki</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="327637" name="nv">327,637</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="269,061" name="nv">$0.27M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0047478" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0114369">
<a href="/title/tt0114369/"> <img alt="Se7en" class="loadlate" data-tconst="tt0114369" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOTUwODM5MTctZjczMi00OTk4LTg3NWUtNmVhMTAzNTNjYjcyXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">21.</span>
<a href="/title/tt0114369/">Se7en</a>
<span class="lister-item-year text-muted unbold">(1995)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">127 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Mystery </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0114369" id="checkbox-tt0114369" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0114369">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0114369">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0114369"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">65 </span>
Metascore
</div>
<p class="">
Two detectives, a rookie and a veteran, hunt a serial killer who uses the seven deadly sins as his motives.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000399/">David Fincher</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000151/">Morgan Freeman</a>,
<a href="/name/nm0000093/">Brad Pitt</a>,
<a href="/name/nm0000228/">Kevin Spacey</a>,
<a href="/name/nm0001825/">Andrew Kevin Walker</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1509041" name="nv">1,509,041</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="100,125,643" name="nv">$100.13M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0114369" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0317248">
<a href="/title/tt0317248/"> <img alt="Cidade de Deus" class="loadlate" data-tconst="tt0317248" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOTMwYjc5ZmItYTFjZC00ZGQ3LTlkNTMtMjZiNTZlMWQzNzI5XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">22.</span>
<a href="/title/tt0317248/">Cidade de Deus</a>
<span class="lister-item-year text-muted unbold">(2002)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">130 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0317248" id="checkbox-tt0317248" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0317248">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0317248">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0317248"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">79 </span>
Metascore
</div>
<p class="">
In the slums of Rio, two kids' paths diverge as one struggles to become a photographer and the other a kingpin.</p>
<p class="text-muted text-small">
Directors:
<a href="/name/nm0576987/">Fernando Meirelles</a>,
<a href="/name/nm0526199/">Kátia Lund</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1179105/">Alexandre Rodrigues</a>,
<a href="/name/nm1129884/">Leandro Firmino</a>,
<a href="/name/nm0618690/">Matheus Nachtergaele</a>,
<a href="/name/nm1249574/">Phellipe Haagensen</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="719516" name="nv">719,516</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="7,563,397" name="nv">$7.56M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0317248" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0118799">
<a href="/title/tt0118799/"> <img alt="La vita è bella" class="loadlate" data-tconst="tt0118799" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYmJmM2Q4NmMtYThmNC00ZjRlLWEyZmItZTIwOTBlZDQ3NTQ1XkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">23.</span>
<a href="/title/tt0118799/">La vita è bella</a>
<span class="lister-item-year text-muted unbold">(1997)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">116 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0118799" id="checkbox-tt0118799" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0118799">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0118799">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0118799"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">59 </span>
Metascore
</div>
<p class="">
When an open-minded Jewish librarian and his son become victims of the Holocaust, he uses a perfect mixture of will, humor, and imagination to protect his son from the dangers around their camp.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000905/">Roberto Benigni</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000905/">Roberto Benigni</a>,
<a href="/name/nm0000971/">Nicoletta Braschi</a>,
<a href="/name/nm0134493/">Giorgio Cantarini</a>,
<a href="/name/nm0243842/">Giustino Durano</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="649160" name="nv">649,160</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="57,598,247" name="nv">$57.60M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0118799" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0102926">
<a href="/title/tt0102926/"> <img alt="The Silence of the Lambs" class="loadlate" data-tconst="tt0102926" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNjNhZTk0ZmEtNjJhMi00YzFlLWE1MmEtYzM1M2ZmMGMwMTU4XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">24.</span>
<a href="/title/tt0102926/">The Silence of the Lambs</a>
<span class="lister-item-year text-muted unbold">(1991)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">118 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0102926" id="checkbox-tt0102926" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0102926">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0102926">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0102926"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">85 </span>
Metascore
</div>
<p class="">
A young F.B.I. cadet must receive the help of an incarcerated and manipulative cannibal killer to help catch another serial killer, a madman who skins his victims.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001129/">Jonathan Demme</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000149/">Jodie Foster</a>,
<a href="/name/nm0000164/">Anthony Hopkins</a>,
<a href="/name/nm0095029/">Lawrence A. Bonney</a>,
<a href="/name/nm0501435/">Kasi Lemmons</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1325674" name="nv">1,325,674</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="130,742,922" name="nv">$130.74M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0102926" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0076759">
<a href="/title/tt0076759/"> <img alt="Star Wars" class="loadlate" data-tconst="tt0076759" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNzVlY2MwMjktM2E4OS00Y2Y3LWE3ZjctYzhkZGM3YzA1ZWM2XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">25.</span>
<a href="/title/tt0076759/">Star Wars</a>
<span class="lister-item-year text-muted unbold">(1977)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">121 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Fantasy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0076759" id="checkbox-tt0076759" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0076759">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0076759">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0076759"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">90 </span>
Metascore
</div>
<p class="">
Luke Skywalker joins forces with a Jedi Knight, a cocky pilot, a Wookiee and two droids to save the galaxy from the Empire's world-destroying battle station, while also attempting to rescue Princess Leia from the mysterious Darth Vader.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000184/">George Lucas</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000434/">Mark Hamill</a>,
<a href="/name/nm0000148/">Harrison Ford</a>,
<a href="/name/nm0000402/">Carrie Fisher</a>,
<a href="/name/nm0000027/">Alec Guinness</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1272556" name="nv">1,272,556</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="322,740,140" name="nv">$322.74M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0076759" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0038650">
<a href="/title/tt0038650/"> <img alt="It's a Wonderful Life" class="loadlate" data-tconst="tt0038650" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZjc4NDZhZWMtNGEzYS00ZWU2LThlM2ItNTA0YzQ0OTExMTE2XkEyXkFqcGdeQXVyNjUwMzI2NzU@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">26.</span>
<a href="/title/tt0038650/">It's a Wonderful Life</a>
<span class="lister-item-year text-muted unbold">(1946)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">PG</span>
<span class="ghost">|</span>
<span class="runtime">130 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Family, Fantasy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0038650" id="checkbox-tt0038650" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0038650">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0038650">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0038650"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">89 </span>
Metascore
</div>
<p class="">
An angel is sent from Heaven to help a desperately frustrated businessman by showing him what life would have been like if he had never existed.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001008/">Frank Capra</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000071/">James Stewart</a>,
<a href="/name/nm0001656/">Donna Reed</a>,
<a href="/name/nm0000859/">Lionel Barrymore</a>,
<a href="/name/nm0593775/">Thomas Mitchell</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="420851" name="nv">420,851</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0038650" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0120815">
<a href="/title/tt0120815/"> <img alt="Saving Private Ryan" class="loadlate" data-tconst="tt0120815" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZjhkMDM4MWItZTVjOC00ZDRhLThmYTAtM2I5NzBmNmNlMzI1XkEyXkFqcGdeQXVyNDYyMDk5MTU@._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">27.</span>
<a href="/title/tt0120815/">Saving Private Ryan</a>
<span class="lister-item-year text-muted unbold">(1998)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">169 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, War </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0120815" id="checkbox-tt0120815" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0120815">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0120815">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0120815"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">91 </span>
Metascore
</div>
<p class="">
Following the Normandy Landings, a group of U.S. soldiers go behind enemy lines to retrieve a paratrooper whose brothers have been killed in action.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000229/">Steven Spielberg</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000158/">Tom Hanks</a>,
<a href="/name/nm0000354/">Matt Damon</a>,
<a href="/name/nm0001744/">Tom Sizemore</a>,
<a href="/name/nm0122653/">Edward Burns</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1286515" name="nv">1,286,515</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="216,540,909" name="nv">$216.54M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0120815" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0245429">
<a href="/title/tt0245429/"> <img alt="Sen to Chihiro no kamikakushi" class="loadlate" data-tconst="tt0245429" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjlmZmI5MDctNDE2YS00YWE0LWE5ZWItZDBhYWQ0NTcxNWRhXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">28.</span>
<a href="/title/tt0245429/">Sen to Chihiro no kamikakushi</a>
<span class="lister-item-year text-muted unbold">(2001)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">125 min</span>
<span class="ghost">|</span>
<span class="genre">
Animation, Adventure, Family </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0245429" id="checkbox-tt0245429" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0245429">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0245429">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0245429"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">96 </span>
Metascore
</div>
<p class="">
During her family's move to the suburbs, a sullen 10-year-old girl wanders into a world ruled by gods, witches, and spirits, and where humans are changed into beasts.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0594503/">Hayao Miyazaki</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0153738/">Daveigh Chase</a>,
<a href="/name/nm0687189/">Suzanne Pleshette</a>,
<a href="/name/nm0997115/">Miyu Irino</a>,
<a href="/name/nm0383708/">Rumi Hiiragi</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="689227" name="nv">689,227</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="10,055,859" name="nv">$10.06M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0245429" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0120689">
<a href="/title/tt0120689/"> <img alt="The Green Mile" class="loadlate" data-tconst="tt0120689" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTUxMzQyNjA5MF5BMl5BanBnXkFtZTYwOTU2NTY3._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">29.</span>
<a href="/title/tt0120689/">The Green Mile</a>
<span class="lister-item-year text-muted unbold">(1999)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">189 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Fantasy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0120689" id="checkbox-tt0120689" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0120689">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0120689">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0120689"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">61 </span>
Metascore
</div>
<p class="">
The lives of guards on Death Row are affected by one of their charges: a black man accused of child murder and rape, yet who has a mysterious gift.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001104/">Frank Darabont</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000158/">Tom Hanks</a>,
<a href="/name/nm0003817/">Michael Clarke Duncan</a>,
<a href="/name/nm0001556/">David Morse</a>,
<a href="/name/nm0001372/">Bonnie Hunt</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1197953" name="nv">1,197,953</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="136,801,374" name="nv">$136.80M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0120689" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0110413">
<a href="/title/tt0110413/"> <img alt="Léon" class="loadlate" data-tconst="tt0110413" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BODllNWE0MmEtYjUwZi00ZjY3LThmNmQtZjZlMjI2YTZjYmQ0XkEyXkFqcGdeQXVyNTc1NTQxODI@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">30.</span>
<a href="/title/tt0110413/">Léon</a>
<span class="lister-item-year text-muted unbold">(1994)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">110 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0110413" id="checkbox-tt0110413" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0110413">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0110413">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0110413"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">64 </span>
Metascore
</div>
<p class="">
Mathilda, a 12-year-old girl, is reluctantly taken in by Léon, a professional assassin, after her family is murdered. An unusual relationship forms as she becomes his protégée and learns the assassin's trade.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000108/">Luc Besson</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000606/">Jean Reno</a>,
<a href="/name/nm0000198/">Gary Oldman</a>,
<a href="/name/nm0000204/">Natalie Portman</a>,
<a href="/name/nm0000732/">Danny Aiello</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1076778" name="nv">1,076,778</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="19,501,238" name="nv">$19.50M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0110413" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0056058">
<a href="/title/tt0056058/"> <img alt="Seppuku" class="loadlate" data-tconst="tt0056058" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYjBmYTQ1NjItZWU5MS00YjI0LTg2OTYtYmFkN2JkMmNiNWVkXkEyXkFqcGdeQXVyMTMxMTY0OTQ@._V1_UY209_CR7,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">31.</span>
<a href="/title/tt0056058/">Seppuku</a>
<span class="lister-item-year text-muted unbold">(1962)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">133 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Drama, Mystery </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0056058" id="checkbox-tt0056058" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0056058">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0056058">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0056058"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">85 </span>
Metascore
</div>
<p class="">
When a ronin requesting seppuku at a feudal lord's palace is told of the brutal suicide of another ronin who previously visited, he reveals how their pasts are intertwined - and in doing so challenges the clan's integrity.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0462030/">Masaki Kobayashi</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0619938/">Tatsuya Nakadai</a>,
<a href="/name/nm0410968/">Akira Ishihama</a>,
<a href="/name/nm0412615/">Shima Iwashita</a>,
<a href="/name/nm0848533/">Tetsurô Tanba</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="48345" name="nv">48,345</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0056058" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0816692">
<a href="/title/tt0816692/"> <img alt="Interstellar" class="loadlate" data-tconst="tt0816692" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZjdkOTU3MDktN2IxOS00OGEyLWFmMjktY2FiMmZkNWIyODZiXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">32.</span>
<a href="/title/tt0816692/">Interstellar</a>
<span class="lister-item-year text-muted unbold">(2014)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">169 min</span>
<span class="ghost">|</span>
<span class="genre">
Adventure, Drama, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0816692" id="checkbox-tt0816692" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0816692">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0816692">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0816692"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">74 </span>
Metascore
</div>
<p class="">
A team of explorers travel through a wormhole in space in an attempt to ensure humanity's survival.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0634240/">Christopher Nolan</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000190/">Matthew McConaughey</a>,
<a href="/name/nm0004266/">Anne Hathaway</a>,
<a href="/name/nm1567113/">Jessica Chastain</a>,
<a href="/name/nm3237775/">Mackenzie Foy</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1604000" name="nv">1,604,000</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="188,020,017" name="nv">$188.02M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0816692" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0114814">
<a href="/title/tt0114814/"> <img alt="The Usual Suspects" class="loadlate" data-tconst="tt0114814" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYTViNjMyNmUtNDFkNC00ZDRlLThmMDUtZDU2YWE4NGI2ZjVmXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">33.</span>
<a href="/title/tt0114814/">The Usual Suspects</a>
<span class="lister-item-year text-muted unbold">(1995)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">106 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Mystery, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0114814" id="checkbox-tt0114814" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0114814">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0114814">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0114814"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">77 </span>
Metascore
</div>
<p class="">
A sole survivor tells of the twisty events leading up to a horrific gun battle on a boat, which began when five criminals met at a seemingly random police lineup.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001741/">Bryan Singer</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000228/">Kevin Spacey</a>,
<a href="/name/nm0000321/">Gabriel Byrne</a>,
<a href="/name/nm0001590/">Chazz Palminteri</a>,
<a href="/name/nm0000286/">Stephen Baldwin</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1025072" name="nv">1,025,072</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="23,341,568" name="nv">$23.34M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0114814" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0110357">
<a href="/title/tt0110357/"> <img alt="The Lion King" class="loadlate" data-tconst="tt0110357" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYTYxNGMyZTYtMjE3MS00MzNjLWFjNmYtMDk3N2FmM2JiM2M1XkEyXkFqcGdeQXVyNjY5NDU4NzI@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">34.</span>
<a href="/title/tt0110357/">The Lion King</a>
<span class="lister-item-year text-muted unbold">(1994)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">88 min</span>
<span class="ghost">|</span>
<span class="genre">
Animation, Adventure, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0110357" id="checkbox-tt0110357" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0110357">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0110357">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0110357"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">88 </span>
Metascore
</div>
<p class="">
Lion prince Simba and his father are targeted by his bitter uncle, who wants to ascend the throne himself.</p>
<p class="text-muted text-small">
Directors:
<a href="/name/nm0021249/">Roger Allers</a>,
<a href="/name/nm0591450/">Rob Minkoff</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000111/">Matthew Broderick</a>,
<a href="/name/nm0000460/">Jeremy Irons</a>,
<a href="/name/nm0000469/">James Earl Jones</a>,
<a href="/name/nm0000155/">Whoopi Goldberg</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="979462" name="nv">979,462</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="422,783,777" name="nv">$422.78M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0110357" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0120586">
<a href="/title/tt0120586/"> <img alt="American History X" class="loadlate" data-tconst="tt0120586" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZTJhN2FkYWEtMGI0My00YWM4LWI2MjAtM2UwNjY4MTI2ZTQyXkEyXkFqcGdeQXVyNjc3MjQzNTI@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">35.</span>
<a href="/title/tt0120586/">American History X</a>
<span class="lister-item-year text-muted unbold">(1998)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">R</span>
<span class="ghost">|</span>
<span class="runtime">119 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0120586" id="checkbox-tt0120586" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0120586">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0120586">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0120586"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">62 </span>
Metascore
</div>
<p class="">
A former neo-nazi skinhead tries to prevent his younger brother from going down the same wrong path that he did.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0443411/">Tony Kaye</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0001570/">Edward Norton</a>,
<a href="/name/nm0000411/">Edward Furlong</a>,
<a href="/name/nm0000350/">Beverly D'Angelo</a>,
<a href="/name/nm0000497/">Jennifer Lien</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1063914" name="nv">1,063,914</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="6,719,864" name="nv">$6.72M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0120586" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0088763">
<a href="/title/tt0088763/"> <img alt="Back to the Future" class="loadlate" data-tconst="tt0088763" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZmU0M2Y1OGUtZjIxNi00ZjBkLTg1MjgtOWIyNThiZWIwYjRiXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">36.</span>
<a href="/title/tt0088763/">Back to the Future</a>
<span class="lister-item-year text-muted unbold">(1985)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">116 min</span>
<span class="ghost">|</span>
<span class="genre">
Adventure, Comedy, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0088763" id="checkbox-tt0088763" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0088763">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0088763">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0088763"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">87 </span>
Metascore
</div>
<p class="">
Marty McFly, a 17-year-old high school student, is accidentally sent thirty years into the past in a time-traveling DeLorean invented by his close friend, the eccentric scientist Doc Brown.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000709/">Robert Zemeckis</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000150/">Michael J. Fox</a>,
<a href="/name/nm0000502/">Christopher Lloyd</a>,
<a href="/name/nm0000670/">Lea Thompson</a>,
<a href="/name/nm0000417/">Crispin Glover</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1107535" name="nv">1,107,535</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="210,609,762" name="nv">$210.61M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0088763" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0253474">
<a href="/title/tt0253474/"> <img alt="The Pianist" class="loadlate" data-tconst="tt0253474" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOWRiZDIxZjktMTA1NC00MDQ2LWEzMjUtMTliZmY3NjQ3ODJiXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR5,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">37.</span>
<a href="/title/tt0253474/">The Pianist</a>
<span class="lister-item-year text-muted unbold">(2002)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">13</span>
<span class="ghost">|</span>
<span class="runtime">150 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Drama, Music </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0253474" id="checkbox-tt0253474" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0253474">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0253474">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0253474"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">85 </span>
Metascore
</div>
<p class="">
A Polish Jewish musician struggles to survive the destruction of the Warsaw ghetto of World War II.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000591/">Roman Polanski</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004778/">Adrien Brody</a>,
<a href="/name/nm0470981/">Thomas Kretschmann</a>,
<a href="/name/nm0277975/">Frank Finlay</a>,
<a href="/name/nm0288976/">Emilia Fox</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="766488" name="nv">766,488</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="32,572,577" name="nv">$32.57M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0253474" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0027977">
<a href="/title/tt0027977/"> <img alt="Modern Times" class="loadlate" data-tconst="tt0027977" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYjJiZjMzYzktNjU0NS00OTkxLWEwYzItYzdhYWJjN2QzMTRlL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">38.</span>
<a href="/title/tt0027977/">Modern Times</a>
<span class="lister-item-year text-muted unbold">(1936)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">87 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Family </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0027977" id="checkbox-tt0027977" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0027977">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0027977">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0027977"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">96 </span>
Metascore
</div>
<p class="">
The Tramp struggles to live in modern industrial society with the help of a young homeless woman.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000122/">Charles Chaplin</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000122/">Charles Chaplin</a>,
<a href="/name/nm0002104/">Paulette Goddard</a>,
<a href="/name/nm0074788/">Henry Bergman</a>,
<a href="/name/nm0761866/">Tiny Sandford</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="227592" name="nv">227,592</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="163,245" name="nv">$0.16M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0027977" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0103064">
<a href="/title/tt0103064/"> <img alt="Terminator 2: Judgment Day" class="loadlate" data-tconst="tt0103064" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMGU2NzRmZjUtOGUxYS00ZjdjLWEwZWItY2NlM2JhNjkxNTFmXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">39.</span>
<a href="/title/tt0103064/">Terminator 2: Judgment Day</a>
<span class="lister-item-year text-muted unbold">(1991)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">137 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0103064" id="checkbox-tt0103064" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0103064">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0103064">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0103064"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">75 </span>
Metascore
</div>
<p class="">
A cyborg, identical to the one who failed to kill Sarah Connor, must now protect her ten year old son, John Connor, from a more advanced and powerful cyborg.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000116/">James Cameron</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000216/">Arnold Schwarzenegger</a>,
<a href="/name/nm0000157/">Linda Hamilton</a>,
<a href="/name/nm0000411/">Edward Furlong</a>,
<a href="/name/nm0001598/">Robert Patrick</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1030004" name="nv">1,030,004</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="204,843,350" name="nv">$204.84M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0103064" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1675434">
<a href="/title/tt1675434/"> <img alt="The Intouchables" class="loadlate" data-tconst="tt1675434" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTYxNDA3MDQwNl5BMl5BanBnXkFtZTcwNTU4Mzc1Nw@@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">40.</span>
<a href="/title/tt1675434/">The Intouchables</a>
<span class="lister-item-year text-muted unbold">(2011)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">112 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Comedy, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1675434" id="checkbox-tt1675434" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1675434">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1675434">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1675434"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">57 </span>
Metascore
</div>
<p class="">
After he becomes a quadriplegic from a paragliding accident, an aristocrat hires a young man from the projects to be his caregiver.</p>
<p class="text-muted text-small">
Directors:
<a href="/name/nm0619923/">Olivier Nakache</a>,
<a href="/name/nm0865918/">Éric Toledano</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0167388/">François Cluzet</a>,
<a href="/name/nm1082477/">Omar Sy</a>,
<a href="/name/nm0494504/">Anne Le Ny</a>,
<a href="/name/nm1109153/">Audrey Fleurot</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="793013" name="nv">793,013</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="13,182,281" name="nv">$13.18M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1675434" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0054215">
<a href="/title/tt0054215/"> <img alt="Psycho" class="loadlate" data-tconst="tt0054215" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNTQwNDM1YzItNDAxZC00NWY2LTk0M2UtNDIwNWI5OGUyNWUxXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">41.</span>
<a href="/title/tt0054215/">Psycho</a>
<span class="lister-item-year text-muted unbold">(1960)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">109 min</span>
<span class="ghost">|</span>
<span class="genre">
Horror, Mystery, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0054215" id="checkbox-tt0054215" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0054215">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0054215">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0054215"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">97 </span>
Metascore
</div>
<p class="">
A Phoenix secretary embezzles $40,000 from her employer's client, goes on the run, and checks into a remote motel run by a young man under the domination of his mother.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000033/">Alfred Hitchcock</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000578/">Anthony Perkins</a>,
<a href="/name/nm0001463/">Janet Leigh</a>,
<a href="/name/nm0587256/">Vera Miles</a>,
<a href="/name/nm0001260/">John Gavin</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="627727" name="nv">627,727</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="32,000,000" name="nv">$32.00M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0054215" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0172495">
<a href="/title/tt0172495/"> <img alt="Gladiator" class="loadlate" data-tconst="tt0172495" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMDliMmNhNDEtODUyOS00MjNlLTgxODEtN2U3NzIxMGVkZTA1L2ltYWdlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">42.</span>
<a href="/title/tt0172495/">Gladiator</a>
<span class="lister-item-year text-muted unbold">(2000)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">155 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0172495" id="checkbox-tt0172495" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0172495">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0172495">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0172495"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">67 </span>
Metascore
</div>
<p class="">
A former Roman General sets out to exact vengeance against the corrupt emperor who murdered his family and sent him into slavery.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000631/">Ridley Scott</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000128/">Russell Crowe</a>,
<a href="/name/nm0001618/">Joaquin Phoenix</a>,
<a href="/name/nm0001567/">Connie Nielsen</a>,
<a href="/name/nm0001657/">Oliver Reed</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1392900" name="nv">1,392,900</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="187,705,427" name="nv">$187.71M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0172495" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0021749">
<a href="/title/tt0021749/"> <img alt="City Lights" class="loadlate" data-tconst="tt0021749" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BY2I4MmM1N2EtM2YzOS00OWUzLTkzYzctNDc5NDg2N2IyODJmXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">43.</span>
<a href="/title/tt0021749/">City Lights</a>
<span class="lister-item-year text-muted unbold">(1931)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">G</span>
<span class="ghost">|</span>
<span class="runtime">87 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0021749" id="checkbox-tt0021749" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0021749">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0021749">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0021749"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">99 </span>
Metascore
</div>
<p class="">
With the aid of a wealthy erratic tippler, a dewy-eyed tramp who has fallen in love with a sightless flower girl accumulates money to be able to help her medically.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000122/">Charles Chaplin</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000122/">Charles Chaplin</a>,
<a href="/name/nm0156039/">Virginia Cherrill</a>,
<a href="/name/nm5681967/">Florence Lee</a>,
<a href="/name/nm0616729/">Harry Myers</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="175161" name="nv">175,161</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="19,181" name="nv">$0.02M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0021749" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0407887">
<a href="/title/tt0407887/"> <img alt="The Departed" class="loadlate" data-tconst="tt0407887" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTI1MTY2OTIxNV5BMl5BanBnXkFtZTYwNjQ4NjY3._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">44.</span>
<a href="/title/tt0407887/">The Departed</a>
<span class="lister-item-year text-muted unbold">(2006)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">151 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0407887" id="checkbox-tt0407887" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0407887">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0407887">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0407887"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">85 </span>
Metascore
</div>
<p class="">
A crime action film about an undercover cop and a mole in the police attempting to identify each other while infiltrating an Irish gang in South Boston.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000217/">Martin Scorsese</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000138/">Leonardo DiCaprio</a>,
<a href="/name/nm0000354/">Matt Damon</a>,
<a href="/name/nm0000197/">Jack Nicholson</a>,
<a href="/name/nm0000242/">Mark Wahlberg</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1235485" name="nv">1,235,485</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="132,384,315" name="nv">$132.38M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0407887" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt2582802">
<a href="/title/tt2582802/"> <img alt="Whiplash" class="loadlate" data-tconst="tt2582802" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOTA5NDZlZGUtMjAxOS00YTRkLTkwYmMtYWQ0NWEwZDZiNjEzXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">45.</span>
<a href="/title/tt2582802/">Whiplash</a>
<span class="lister-item-year text-muted unbold">(2014)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">106 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Music </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt2582802" id="checkbox-tt2582802" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt2582802">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt2582802">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt2582802"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">88 </span>
Metascore
</div>
<p class="">
A promising young drummer enrolls at a cut-throat music conservatory where his dreams of greatness are mentored by an instructor who will stop at nothing to realize a student's potential.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm3227090/">Damien Chazelle</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1886602/">Miles Teller</a>,
<a href="/name/nm0799777/">J.K. Simmons</a>,
<a href="/name/nm2552034/">Melissa Benoist</a>,
<a href="/name/nm0001663/">Paul Reiser</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="758491" name="nv">758,491</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="13,092,000" name="nv">$13.09M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt2582802" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0064116">
<a href="/title/tt0064116/"> <img alt="Once Upon a Time in the West" class="loadlate" data-tconst="tt0064116" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZGI5MjBmYzYtMzJhZi00NGI1LTk3MzItYjBjMzcxM2U3MDdiXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">46.</span>
<a href="/title/tt0064116/">Once Upon a Time in the West</a>
<span class="lister-item-year text-muted unbold">(1968)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">165 min</span>
<span class="ghost">|</span>
<span class="genre">
Western </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0064116" id="checkbox-tt0064116" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0064116">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0064116">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0064116"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">80 </span>
Metascore
</div>
<p class="">
A mysterious stranger with a harmonica joins forces with a notorious desperado to protect a beautiful widow from a ruthless assassin working for the railroad.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001466/">Sergio Leone</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000020/">Henry Fonda</a>,
<a href="/name/nm0000314/">Charles Bronson</a>,
<a href="/name/nm0001012/">Claudia Cardinale</a>,
<a href="/name/nm0001673/">Jason Robards</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="313228" name="nv">313,228</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="5,321,508" name="nv">$5.32M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0064116" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0482571">
<a href="/title/tt0482571/"> <img alt="The Prestige" class="loadlate" data-tconst="tt0482571" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjA4NDI0MTIxNF5BMl5BanBnXkFtZTYwNTM0MzY2._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">47.</span>
<a href="/title/tt0482571/">The Prestige</a>
<span class="lister-item-year text-muted unbold">(2006)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">130 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Mystery, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0482571" id="checkbox-tt0482571" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0482571">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0482571">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0482571"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">66 </span>
Metascore
</div>
<p class="">
After a tragic accident, two stage magicians engage in a battle to create the ultimate illusion while sacrificing everything they have to outwit each other.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0634240/">Christopher Nolan</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000288/">Christian Bale</a>,
<a href="/name/nm0413168/">Hugh Jackman</a>,
<a href="/name/nm0424060/">Scarlett Johansson</a>,
<a href="/name/nm0000323/">Michael Caine</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1239309" name="nv">1,239,309</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="53,089,891" name="nv">$53.09M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0482571" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt4154796">
<a href="/title/tt4154796/"> <img alt="Avengers: Endgame" class="loadlate" data-tconst="tt4154796" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTc5MDE2ODcwNV5BMl5BanBnXkFtZTgwMzI2NzQ2NzM@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">48.</span>
<a href="/title/tt4154796/">Avengers: Endgame</a>
<span class="lister-item-year text-muted unbold">(2019)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">181 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt4154796" id="checkbox-tt4154796" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt4154796">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt4154796">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt4154796"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">78 </span>
Metascore
</div>
<p class="">
After the devastating events of <a href="/title/tt4154756">Avengers: Infinity War</a> (2018), the universe is in ruins. With the help of remaining allies, the Avengers assemble once more in order to reverse Thanos' actions and restore balance to the universe.</p>
<p class="text-muted text-small">
Directors:
<a href="/name/nm0751577/">Anthony Russo</a>,
<a href="/name/nm0751648/">Joe Russo</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000375/">Robert Downey Jr.</a>,
<a href="/name/nm0262635/">Chris Evans</a>,
<a href="/name/nm0749263/">Mark Ruffalo</a>,
<a href="/name/nm1165110/">Chris Hemsworth</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="928184" name="nv">928,184</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="858,373,000" name="nv">$858.37M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt4154796" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0034583">
<a href="/title/tt0034583/"> <img alt="Casablanca" class="loadlate" data-tconst="tt0034583" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BY2IzZGY2YmEtYzljNS00NTM5LTgwMzUtMzM1NjQ4NGI0OTk0XkEyXkFqcGdeQXVyNDYyMDk5MTU@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">49.</span>
<a href="/title/tt0034583/">Casablanca</a>
<span class="lister-item-year text-muted unbold">(1942)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">102 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance, War </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0034583" id="checkbox-tt0034583" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0034583">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0034583">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0034583"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">100 </span>
Metascore
</div>
<p class="">
A cynical expatriate American cafe owner struggles to decide whether or not to help his former lover and her fugitive husband escape the Nazis in French Morocco.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0002031/">Michael Curtiz</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000007/">Humphrey Bogart</a>,
<a href="/name/nm0000006/">Ingrid Bergman</a>,
<a href="/name/nm0002134/">Paul Henreid</a>,
<a href="/name/nm0001647/">Claude Rains</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="540850" name="nv">540,850</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="1,024,560" name="nv">$1.02M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0034583" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0095327">
<a href="/title/tt0095327/"> <img alt="Hotaru no haka" class="loadlate" data-tconst="tt0095327" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZmY2NjUzNDQtNTgxNC00M2Q4LTljOWQtMjNjNDBjNWUxNmJlXkEyXkFqcGdeQXVyNTA4NzY1MzY@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">50.</span>
<a href="/title/tt0095327/">Hotaru no haka</a>
<span class="lister-item-year text-muted unbold">(1988)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">89 min</span>
<span class="ghost">|</span>
<span class="genre">
Animation, Drama, War </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0095327" id="checkbox-tt0095327" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0095327">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0095327">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0095327"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">94 </span>
Metascore
</div>
<p class="">
A young boy and his little sister struggle to survive in Japan during World War II.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0847223/">Isao Takahata</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0851302/">Tsutomu Tatsumi</a>,
<a href="/name/nm0794186/">Ayano Shiraishi</a>,
<a href="/name/nm0945312/">Akemi Yamaguchi</a>,
<a href="/name/nm0794002/">Yoshiko Shinohara</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="250901" name="nv">250,901</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0095327" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0047396">
<a href="/title/tt0047396/"> <img alt="Rear Window" class="loadlate" data-tconst="tt0047396" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNGUxYWM3M2MtMGM3Mi00ZmRiLWE0NGQtZjE5ODI2OTJhNTU0XkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">51.</span>
<a href="/title/tt0047396/">Rear Window</a>
<span class="lister-item-year text-muted unbold">(1954)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">112 min</span>
<span class="ghost">|</span>
<span class="genre">
Mystery, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0047396" id="checkbox-tt0047396" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0047396">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0047396">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0047396"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">100 </span>
Metascore
</div>
<p class="">
A wheelchair-bound photographer spies on his neighbors from his apartment window and becomes convinced one of them has committed murder.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000033/">Alfred Hitchcock</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000071/">James Stewart</a>,
<a href="/name/nm0000038/">Grace Kelly</a>,
<a href="/name/nm0179819/">Wendell Corey</a>,
<a href="/name/nm0728812/">Thelma Ritter</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="463023" name="nv">463,023</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="36,764,313" name="nv">$36.76M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0047396" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0095765">
<a href="/title/tt0095765/"> <img alt="Nuovo Cinema Paradiso" class="loadlate" data-tconst="tt0095765" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BM2FhYjEyYmYtMDI1Yy00YTdlLWI2NWQtYmEzNzAxOGY1NjY2XkEyXkFqcGdeQXVyNTA3NTIyNDg@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">52.</span>
<a href="/title/tt0095765/">Nuovo Cinema Paradiso</a>
<span class="lister-item-year text-muted unbold">(1988)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">155 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0095765" id="checkbox-tt0095765" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0095765">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0095765">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0095765"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">80 </span>
Metascore
</div>
<p class="">
A filmmaker recalls his childhood when falling in love with the pictures at the cinema of his home village and forms a deep friendship with the cinema's projectionist.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0868153/">Giuseppe Tornatore</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0634159/">Philippe Noiret</a>,
<a href="/name/nm0134073/">Enzo Cannavale</a>,
<a href="/name/nm0041066/">Antonella Attili</a>,
<a href="/name/nm0199774/">Isa Danieli</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="243917" name="nv">243,917</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="11,990,401" name="nv">$11.99M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0095765" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0078748">
<a href="/title/tt0078748/"> <img alt="Alien" class="loadlate" data-tconst="tt0078748" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMmQ2MmU3NzktZjAxOC00ZDZhLTk4YzEtMDMyMzcxY2IwMDAyXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">53.</span>
<a href="/title/tt0078748/">Alien</a>
<span class="lister-item-year text-muted unbold">(1979)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">R</span>
<span class="ghost">|</span>
<span class="runtime">117 min</span>
<span class="ghost">|</span>
<span class="genre">
Horror, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0078748" id="checkbox-tt0078748" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0078748">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0078748">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0078748"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">89 </span>
Metascore
</div>
<p class="">
After a space merchant vessel receives an unknown transmission as a distress call, one of the crew is attacked by a mysterious life form and they soon realize that its life cycle has merely begun.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000631/">Ridley Scott</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000244/">Sigourney Weaver</a>,
<a href="/name/nm0000643/">Tom Skerritt</a>,
<a href="/name/nm0000457/">John Hurt</a>,
<a href="/name/nm0001021/">Veronica Cartwright</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="819632" name="nv">819,632</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="78,900,000" name="nv">$78.90M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0078748" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0082971">
<a href="/title/tt0082971/"> <img alt="Raiders of the Lost Ark" class="loadlate" data-tconst="tt0082971" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjA0ODEzMTc1Nl5BMl5BanBnXkFtZTcwODM2MjAxNA@@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">54.</span>
<a href="/title/tt0082971/">Raiders of the Lost Ark</a>
<span class="lister-item-year text-muted unbold">(1981)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">115 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0082971" id="checkbox-tt0082971" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0082971">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0082971">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0082971"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">85 </span>
Metascore
</div>
<p class="">
In 1936, archaeologist and adventurer Indiana Jones is hired by the U.S. government to find the Ark of the Covenant before <a href="/name/nm0386944">Adolf Hitler</a>'s Nazis can obtain its awesome powers.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000229/">Steven Spielberg</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000148/">Harrison Ford</a>,
<a href="/name/nm0000261/">Karen Allen</a>,
<a href="/name/nm0293550/">Paul Freeman</a>,
<a href="/name/nm0722636/">John Rhys-Davies</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="913898" name="nv">913,898</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="248,159,971" name="nv">$248.16M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0082971" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0209144">
<a href="/title/tt0209144/"> <img alt="Memento" class="loadlate" data-tconst="tt0209144" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZTcyNjk1MjgtOWI3Mi00YzQwLWI5MTktMzY4ZmI2NDAyNzYzXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">55.</span>
<a href="/title/tt0209144/">Memento</a>
<span class="lister-item-year text-muted unbold">(2000)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">113 min</span>
<span class="ghost">|</span>
<span class="genre">
Mystery, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0209144" id="checkbox-tt0209144" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0209144">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0209144">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0209144"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">80 </span>
Metascore
</div>
<p class="">
A man with short-term memory loss attempts to track down his wife's murderer.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0634240/">Christopher Nolan</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0001602/">Guy Pearce</a>,
<a href="/name/nm0005251/">Carrie-Anne Moss</a>,
<a href="/name/nm0001592/">Joe Pantoliano</a>,
<a href="/name/nm0095478/">Mark Boone Junior</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1164915" name="nv">1,164,915</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="25,544,867" name="nv">$25.54M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0209144" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0078788">
<a href="/title/tt0078788/"> <img alt="Apocalypse Now" class="loadlate" data-tconst="tt0078788" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMDdhODg0MjYtYzBiOS00ZmI5LWEwZGYtZDEyNDU4MmQyNzFkXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">56.</span>
<a href="/title/tt0078788/">Apocalypse Now</a>
<span class="lister-item-year text-muted unbold">(1979)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">R</span>
<span class="ghost">|</span>
<span class="runtime">147 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Mystery, War </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0078788" id="checkbox-tt0078788" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0078788">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0078788">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0078788"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">94 </span>
Metascore
</div>
<p class="">
A U.S. Army officer serving in Vietnam is tasked with assassinating a renegade Special Forces Colonel who sees himself as a god.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000338/">Francis Ford Coppola</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000640/">Martin Sheen</a>,
<a href="/name/nm0000008/">Marlon Brando</a>,
<a href="/name/nm0000380/">Robert Duvall</a>,
<a href="/name/nm0002078/">Frederic Forrest</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="627539" name="nv">627,539</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="83,471,511" name="nv">$83.47M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0078788" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0032553">
<a href="/title/tt0032553/"> <img alt="The Great Dictator" class="loadlate" data-tconst="tt0032553" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMmExYWJjNTktNGUyZS00ODhmLTkxYzAtNWIzOGEyMGNiMmUwXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">57.</span>
<a href="/title/tt0032553/">The Great Dictator</a>
<span class="lister-item-year text-muted unbold">(1940)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">125 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, War </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0032553" id="checkbox-tt0032553" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0032553">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0032553">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0032553"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Dictator Adenoid Hynkel tries to expand his empire while a poor Jewish barber tries to avoid persecution from Hynkel's regime.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000122/">Charles Chaplin</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000122/">Charles Chaplin</a>,
<a href="/name/nm0002104/">Paulette Goddard</a>,
<a href="/name/nm0642988/">Jack Oakie</a>,
<a href="/name/nm0306786/">Reginald Gardiner</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="212388" name="nv">212,388</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="288,475" name="nv">$0.29M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0032553" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0405094">
<a href="/title/tt0405094/"> <img alt="The Lives of Others" class="loadlate" data-tconst="tt0405094" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOThkM2EzYmMtNDE3NS00NjlhLTg4YzktYTdhNzgyOWY3ZDYzXkEyXkFqcGdeQXVyNzQzNzQxNzI@._V1_UY209_CR4,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">58.</span>
<a href="/title/tt0405094/">The Lives of Others</a>
<span class="lister-item-year text-muted unbold">(2006)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">137 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Mystery, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0405094" id="checkbox-tt0405094" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0405094">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0405094">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0405094"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">89 </span>
Metascore
</div>
<p class="">
In 1984 East Berlin, an agent of the secret police, conducting surveillance on a writer and his lover, finds himself becoming increasingly absorbed by their lives.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0003697/">Florian Henckel von Donnersmarck</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0618057/">Ulrich Mühe</a>,
<a href="/name/nm0311476/">Martina Gedeck</a>,
<a href="/name/nm0462407/">Sebastian Koch</a>,
<a href="/name/nm0876300/">Ulrich Tukur</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="371327" name="nv">371,327</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="11,286,112" name="nv">$11.29M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0405094" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt4154756">
<a href="/title/tt4154756/"> <img alt="Avengers: Infinity War" class="loadlate" data-tconst="tt4154756" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjMxNjY2MDU1OV5BMl5BanBnXkFtZTgwNzY1MTUwNTM@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">59.</span>
<a href="/title/tt4154756/">Avengers: Infinity War</a>
<span class="lister-item-year text-muted unbold">(2018)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">149 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt4154756" id="checkbox-tt4154756" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt4154756">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt4154756">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt4154756"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">68 </span>
Metascore
</div>
<p class="">
The Avengers and their allies must be willing to sacrifice all in an attempt to defeat the powerful Thanos before his blitz of devastation and ruin puts an end to the universe.</p>
<p class="text-muted text-small">
Directors:
<a href="/name/nm0751577/">Anthony Russo</a>,
<a href="/name/nm0751648/">Joe Russo</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000375/">Robert Downey Jr.</a>,
<a href="/name/nm1165110/">Chris Hemsworth</a>,
<a href="/name/nm0749263/">Mark Ruffalo</a>,
<a href="/name/nm0262635/">Chris Evans</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="915679" name="nv">915,679</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="678,815,482" name="nv">$678.82M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt4154756" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1853728">
<a href="/title/tt1853728/"> <img alt="Django Unchained" class="loadlate" data-tconst="tt1853728" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjIyNTQ5NjQ1OV5BMl5BanBnXkFtZTcwODg1MDU4OA@@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">60.</span>
<a href="/title/tt1853728/">Django Unchained</a>
<span class="lister-item-year text-muted unbold">(2012)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">165 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Western </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1853728" id="checkbox-tt1853728" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1853728">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1853728">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1853728"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">81 </span>
Metascore
</div>
<p class="">
With the help of a German bounty-hunter, a freed slave sets out to rescue his wife from a brutal plantation-owner in Mississippi.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000233/">Quentin Tarantino</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004937/">Jamie Foxx</a>,
<a href="/name/nm0910607/">Christoph Waltz</a>,
<a href="/name/nm0000138/">Leonardo DiCaprio</a>,
<a href="/name/nm0913488/">Kerry Washington</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1419446" name="nv">1,419,446</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="162,805,434" name="nv">$162.81M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1853728" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt4633694">
<a href="/title/tt4633694/"> <img alt="Spider-Man: Into the Spider-Verse" class="loadlate" data-tconst="tt4633694" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjMwNDkxMTgzOF5BMl5BanBnXkFtZTgwNTkwNTQ3NjM@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">61.</span>
<a href="/title/tt4633694/">Spider-Man: Into the Spider-Verse</a>
<span class="lister-item-year text-muted unbold">(2018)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">117 min</span>
<span class="ghost">|</span>
<span class="genre">
Animation, Action, Adventure </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt4633694" id="checkbox-tt4633694" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt4633694">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt4633694">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt4633694"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">87 </span>
Metascore
</div>
<p class="">
Teen Miles Morales becomes the Spider-Man of his universe, and must join with five spider-powered individuals from other dimensions to stop a threat for all realities.</p>
<p class="text-muted text-small">
Directors:
<a href="/name/nm2130108/">Bob Persichetti</a>,
<a href="/name/nm0709056/">Peter Ramsey</a>,
<a href="/name/nm0745247/">Rodney Rothman</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm4271336/">Shameik Moore</a>,
<a href="/name/nm2159926/">Jake Johnson</a>,
<a href="/name/nm2794962/">Hailee Steinfeld</a>,
<a href="/name/nm0991810/">Mahershala Ali</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="421760" name="nv">421,760</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="190,241,310" name="nv">$190.24M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt4633694" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0081505">
<a href="/title/tt0081505/"> <img alt="The Shining" class="loadlate" data-tconst="tt0081505" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZWFlYmY2MGEtZjVkYS00YzU4LTg0YjQtYzY1ZGE3NTA5NGQxXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">62.</span>
<a href="/title/tt0081505/">The Shining</a>
<span class="lister-item-year text-muted unbold">(1980)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">146 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Horror </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0081505" id="checkbox-tt0081505" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0081505">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0081505">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0081505"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">66 </span>
Metascore
</div>
<p class="">
A family heads to an isolated hotel for the winter where a sinister presence influences the father into violence, while his psychic son sees horrific forebodings from both past and future.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000040/">Stanley Kubrick</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000197/">Jack Nicholson</a>,
<a href="/name/nm0001167/">Shelley Duvall</a>,
<a href="/name/nm0515950/">Danny Lloyd</a>,
<a href="/name/nm0001079/">Scatman Crothers</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="937704" name="nv">937,704</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="44,017,374" name="nv">$44.02M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0081505" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0050825">
<a href="/title/tt0050825/"> <img alt="Paths of Glory" class="loadlate" data-tconst="tt0050825" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNjViMmRkOTEtM2ViOS00ODg0LWJhYWEtNTBlOGQxNDczOGY3XkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UY209_CR5,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">63.</span>
<a href="/title/tt0050825/">Paths of Glory</a>
<span class="lister-item-year text-muted unbold">(1957)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">88 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, War </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0050825" id="checkbox-tt0050825" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0050825">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0050825">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0050825"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">90 </span>
Metascore
</div>
<p class="">
After refusing to attack an enemy position, a general accuses the soldiers of cowardice and their commanding officer must defend them.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000040/">Stanley Kubrick</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000018/">Kirk Douglas</a>,
<a href="/name/nm0576127/">Ralph Meeker</a>,
<a href="/name/nm0579663/">Adolphe Menjou</a>,
<a href="/name/nm0534317/">George Macready</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="186306" name="nv">186,306</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0050825" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0910970">
<a href="/title/tt0910970/"> <img alt="WALL·E" class="loadlate" data-tconst="tt0910970" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjExMTg5OTU0NF5BMl5BanBnXkFtZTcwMjMxMzMzMw@@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">64.</span>
<a href="/title/tt0910970/">WALL·E</a>
<span class="lister-item-year text-muted unbold">(2008)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">98 min</span>
<span class="ghost">|</span>
<span class="genre">
Animation, Adventure, Family </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0910970" id="checkbox-tt0910970" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0910970">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0910970">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0910970"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">95 </span>
Metascore
</div>
<p class="">
In the distant future, a small waste-collecting robot inadvertently embarks on a space journey that will ultimately decide the fate of mankind.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0004056/">Andrew Stanton</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0123785/">Ben Burtt</a>,
<a href="/name/nm2264184/">Elissa Knight</a>,
<a href="/name/nm0307531/">Jeff Garlin</a>,
<a href="/name/nm0929609/">Fred Willard</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1038385" name="nv">1,038,385</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="223,808,164" name="nv">$223.81M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0910970" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0043014">
<a href="/title/tt0043014/"> <img alt="Sunset Blvd." class="loadlate" data-tconst="tt0043014" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTU0NTkyNzYwMF5BMl5BanBnXkFtZTgwMDU0NDk5MTI@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">65.</span>
<a href="/title/tt0043014/">Sunset Blvd.</a>
<span class="lister-item-year text-muted unbold">(1950)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">110 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Film-Noir </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0043014" id="checkbox-tt0043014" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0043014">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0043014">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0043014"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A screenwriter develops a dangerous relationship with a faded film star determined to make a triumphant return.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000697/">Billy Wilder</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000034/">William Holden</a>,
<a href="/name/nm0841797/">Gloria Swanson</a>,
<a href="/name/nm0002233/">Erich von Stroheim</a>,
<a href="/name/nm0647970/">Nancy Olson</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="210049" name="nv">210,049</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0043014" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0057012">
<a href="/title/tt0057012/"> <img alt="Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb" class="loadlate" data-tconst="tt0057012" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZWI3ZTMxNjctMjdlNS00NmUwLWFiM2YtZDUyY2I3N2MxYTE0XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">66.</span>
<a href="/title/tt0057012/">Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb</a>
<span class="lister-item-year text-muted unbold">(1964)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">95 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0057012" id="checkbox-tt0057012" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0057012">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0057012">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0057012"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">97 </span>
Metascore
</div>
<p class="">
An insane general triggers a path to nuclear holocaust that a War Room full of politicians and generals frantically tries to stop.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000040/">Stanley Kubrick</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000634/">Peter Sellers</a>,
<a href="/name/nm0001715/">George C. Scott</a>,
<a href="/name/nm0001330/">Sterling Hayden</a>,
<a href="/name/nm0943978/">Keenan Wynn</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="466143" name="nv">466,143</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="275,902" name="nv">$0.28M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0057012" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0119698">
<a href="/title/tt0119698/"> <img alt="Mononoke-hime" class="loadlate" data-tconst="tt0119698" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNGIzY2IzODQtNThmMi00ZDE4LWI5YzAtNzNlZTM1ZjYyYjUyXkEyXkFqcGdeQXVyODEzNjM5OTQ@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">67.</span>
<a href="/title/tt0119698/">Mononoke-hime</a>
<span class="lister-item-year text-muted unbold">(1997)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">134 min</span>
<span class="ghost">|</span>
<span class="genre">
Animation, Action, Adventure </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0119698" id="checkbox-tt0119698" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0119698">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0119698">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0119698"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">76 </span>
Metascore
</div>
<p class="">
On a journey to find the cure for a Tatarigami's curse, Ashitaka finds himself in the middle of a war between the forest gods and Tatara, a mining colony. In this quest he also meets San, the Mononoke Hime.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0594503/">Hayao Miyazaki</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0559444/">Yôji Matsuda</a>,
<a href="/name/nm0410942/">Yuriko Ishida</a>,
<a href="/name/nm0849100/">Yûko Tanaka</a>,
<a href="/name/nm0001082/">Billy Crudup</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="362768" name="nv">362,768</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="2,375,308" name="nv">$2.38M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0119698" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0364569">
<a href="/title/tt0364569/"> <img alt="Oldeuboi" class="loadlate" data-tconst="tt0364569" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTI3NTQyMzU5M15BMl5BanBnXkFtZTcwMTM2MjgyMQ@@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">68.</span>
<a href="/title/tt0364569/">Oldeuboi</a>
<span class="lister-item-year text-muted unbold">(2003)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">101 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Drama, Mystery </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0364569" id="checkbox-tt0364569" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0364569">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0364569">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0364569"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">77 </span>
Metascore
</div>
<p class="">
After being kidnapped and imprisoned for fifteen years, Oh Dae-Su is released, only to find that he must find his captor in five days.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0661791/">Park Chan-Wook</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0158856/">Choi Min-sik</a>,
<a href="/name/nm0949167/">Yoo Ji-Tae</a>,
<a href="/name/nm1367246/">Kang Hye-jeong</a>,
<a href="/name/nm1366028/">Kim Byeong-Ok</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="538199" name="nv">538,199</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="707,481" name="nv">$0.71M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0364569" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0051201">
<a href="/title/tt0051201/"> <img alt="Witness for the Prosecution" class="loadlate" data-tconst="tt0051201" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNDQwODU5OWYtNDcyNi00MDQ1LThiOGMtZDkwNWJiM2Y3MDg0XkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">69.</span>
<a href="/title/tt0051201/">Witness for the Prosecution</a>
<span class="lister-item-year text-muted unbold">(1957)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">116 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Mystery </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0051201" id="checkbox-tt0051201" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0051201">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0051201">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0051201"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A veteran British barrister must defend his client in a murder trial that has surprise after surprise.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000697/">Billy Wilder</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000061/">Tyrone Power</a>,
<a href="/name/nm0000017/">Marlene Dietrich</a>,
<a href="/name/nm0001452/">Charles Laughton</a>,
<a href="/name/nm0006471/">Elsa Lanchester</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="115420" name="nv">115,420</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="8,175,000" name="nv">$8.18M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0051201" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1345836">
<a href="/title/tt1345836/"> <img alt="The Dark Knight Rises" class="loadlate" data-tconst="tt1345836" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTk4ODQzNDY3Ml5BMl5BanBnXkFtZTcwODA0NTM4Nw@@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">70.</span>
<a href="/title/tt1345836/">The Dark Knight Rises</a>
<span class="lister-item-year text-muted unbold">(2012)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">164 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1345836" id="checkbox-tt1345836" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1345836">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1345836">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1345836"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">78 </span>
Metascore
</div>
<p class="">
Eight years after the Joker's reign of anarchy, Batman, with the help of the enigmatic Catwoman, is forced from his exile to save Gotham City from the brutal guerrilla terrorist Bane.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0634240/">Christopher Nolan</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000288/">Christian Bale</a>,
<a href="/name/nm0362766/">Tom Hardy</a>,
<a href="/name/nm0004266/">Anne Hathaway</a>,
<a href="/name/nm0000198/">Gary Oldman</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1571697" name="nv">1,571,697</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="448,139,099" name="nv">$448.14M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1345836" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0087843">
<a href="/title/tt0087843/"> <img alt="Once Upon a Time in America" class="loadlate" data-tconst="tt0087843" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMGFkNWI4MTMtNGQ0OC00MWVmLTk3MTktOGYxN2Y2YWVkZWE2XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">71.</span>
<a href="/title/tt0087843/">Once Upon a Time in America</a>
<span class="lister-item-year text-muted unbold">(1984)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">229 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0087843" id="checkbox-tt0087843" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0087843">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0087843">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0087843"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A former Prohibition-era Jewish gangster returns to the Lower East Side of Manhattan over thirty years later, where he once again must confront the ghosts and regrets of his old life.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001466/">Sergio Leone</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000134/">Robert De Niro</a>,
<a href="/name/nm0000249/">James Woods</a>,
<a href="/name/nm0001527/">Elizabeth McGovern</a>,
<a href="/name/nm0001852/">Treat Williams</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="326189" name="nv">326,189</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="5,321,508" name="nv">$5.32M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0087843" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt6751668">
<a href="/title/tt6751668/"> <img alt="Gisaengchung" class="loadlate" data-tconst="tt6751668" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYWZjMjk3ZTItODQ2ZC00NTY5LWE0ZDYtZTI3MjcwN2Q5NTVkXkEyXkFqcGdeQXVyODk4OTc3MTY@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">72.</span>
<a href="/title/tt6751668/">Gisaengchung</a>
<span class="lister-item-year text-muted unbold">(2019)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">132 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt6751668" id="checkbox-tt6751668" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt6751668">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt6751668">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt6751668"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">96 </span>
Metascore
</div>
<p class="">
Greed and class discrimination threaten the newly formed symbiotic relationship between the wealthy Park family and the destitute Kim clan.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0094435/">Bong Joon Ho</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0814280/">Kang-ho Song</a>,
<a href="/name/nm1310525/">Sun-kyun Lee</a>,
<a href="/name/nm1856097/">Yeo-jeong Cho</a>,
<a href="/name/nm6079248/">Woo-sik Choi</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="650703" name="nv">650,703</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="53,367,844" name="nv">$53.37M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt6751668" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0090605">
<a href="/title/tt0090605/"> <img alt="Aliens" class="loadlate" data-tconst="tt0090605" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZGU2OGY5ZTYtMWNhYy00NjZiLWI0NjUtZmNhY2JhNDRmODU3XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">73.</span>
<a href="/title/tt0090605/">Aliens</a>
<span class="lister-item-year text-muted unbold">(1986)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">137 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0090605" id="checkbox-tt0090605" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0090605">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0090605">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0090605"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">84 </span>
Metascore
</div>
<p class="">
Fifty-seven years after surviving an apocalyptic attack aboard her space vessel by merciless space creatures, Officer Ripley awakens from hyper-sleep and tries to warn anyone who will listen about the predators.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000116/">James Cameron</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000244/">Sigourney Weaver</a>,
<a href="/name/nm0000299/">Michael Biehn</a>,
<a href="/name/nm0001343/">Carrie Henn</a>,
<a href="/name/nm0001663/">Paul Reiser</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="676041" name="nv">676,041</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="85,160,248" name="nv">$85.16M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0090605" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0169547">
<a href="/title/tt0169547/"> <img alt="American Beauty" class="loadlate" data-tconst="tt0169547" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNTBmZWJkNjctNDhiNC00MGE2LWEwOTctZTk5OGVhMWMyNmVhXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">74.</span>
<a href="/title/tt0169547/">American Beauty</a>
<span class="lister-item-year text-muted unbold">(1999)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">122 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0169547" id="checkbox-tt0169547" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0169547">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0169547">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0169547"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">84 </span>
Metascore
</div>
<p class="">
A sexually frustrated suburban father has a mid-life crisis after becoming infatuated with his daughter's best friend.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0005222/">Sam Mendes</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000228/">Kevin Spacey</a>,
<a href="/name/nm0000906/">Annette Bening</a>,
<a href="/name/nm0000301/">Thora Birch</a>,
<a href="/name/nm0004747/">Wes Bentley</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1101216" name="nv">1,101,216</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="130,096,601" name="nv">$130.10M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0169547" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt2380307">
<a href="/title/tt2380307/"> <img alt="Coco" class="loadlate" data-tconst="tt2380307" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYjQ5NjM0Y2YtNjZkNC00ZDhkLWJjMWItN2QyNzFkMDE3ZjAxXkEyXkFqcGdeQXVyODIxMzk5NjA@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">75.</span>
<a href="/title/tt2380307/">Coco</a>
<span class="lister-item-year text-muted unbold">(I) (2017)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">105 min</span>
<span class="ghost">|</span>
<span class="genre">
Animation, Adventure, Comedy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt2380307" id="checkbox-tt2380307" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt2380307">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt2380307">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt2380307"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">81 </span>
Metascore
</div>
<p class="">
Aspiring musician Miguel, confronted with his family's ancestral ban on music, enters the Land of the Dead to find his great-great-grandfather, a legendary singer.</p>
<p class="text-muted text-small">
Directors:
<a href="/name/nm0881279/">Lee Unkrich</a>,
<a href="/name/nm2937122/">Adrian Molina</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm5645519/">Anthony Gonzalez</a>,
<a href="/name/nm0305558/">Gael García Bernal</a>,
<a href="/name/nm0000973/">Benjamin Bratt</a>,
<a href="/name/nm0005513/">Alanna Ubach</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="427447" name="nv">427,447</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="209,726,015" name="nv">$209.73M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt2380307" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt5311514">
<a href="/title/tt5311514/"> <img alt="Kimi no na wa." class="loadlate" data-tconst="tt5311514" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BODRmZDVmNzUtZDA4ZC00NjhkLWI2M2UtN2M0ZDIzNDcxYThjL2ltYWdlXkEyXkFqcGdeQXVyNTk0MzMzODA@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">76.</span>
<a href="/title/tt5311514/">Kimi no na wa.</a>
<span class="lister-item-year text-muted unbold">(2016)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">106 min</span>
<span class="ghost">|</span>
<span class="genre">
Animation, Drama, Fantasy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt5311514" id="checkbox-tt5311514" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt5311514">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt5311514">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt5311514"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">79 </span>
Metascore
</div>
<p class="">
Two strangers find themselves linked in a bizarre way. When a connection forms, will distance be the only thing to keep them apart?</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1396121/">Makoto Shinkai</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1126340/">Ryûnosuke Kamiki</a>,
<a href="/name/nm4759838/">Mone Kamishiraishi</a>,
<a href="/name/nm6954008/">Ryô Narita</a>,
<a href="/name/nm2976492/">Aoi Yûki</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="221704" name="nv">221,704</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="5,017,246" name="nv">$5.02M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt5311514" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0112573">
<a href="/title/tt0112573/"> <img alt="Braveheart" class="loadlate" data-tconst="tt0112573" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMzkzMmU0YTYtOWM3My00YzBmLWI0YzctOGYyNTkwMWE5MTJkXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">77.</span>
<a href="/title/tt0112573/">Braveheart</a>
<span class="lister-item-year text-muted unbold">(1995)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">178 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Drama, History </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0112573" id="checkbox-tt0112573" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0112573">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0112573">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0112573"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">68 </span>
Metascore
</div>
<p class="">
Scottish warrior William Wallace leads his countrymen in a rebellion to free his homeland from the tyranny of King Edward I of England.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000154/">Mel Gibson</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000154/">Mel Gibson</a>,
<a href="/name/nm0000521/">Sophie Marceau</a>,
<a href="/name/nm0001526/">Patrick McGoohan</a>,
<a href="/name/nm0005171/">Angus Macfadyen</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="985785" name="nv">985,785</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="75,600,000" name="nv">$75.60M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0112573" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0082096">
<a href="/title/tt0082096/"> <img alt="Das Boot" class="loadlate" data-tconst="tt0082096" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOGZhZDIzNWMtNjkxMS00MDQ1LThkMTYtZWQzYWU3MWMxMGU5XkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">78.</span>
<a href="/title/tt0082096/">Das Boot</a>
<span class="lister-item-year text-muted unbold">(1981)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">R</span>
<span class="ghost">|</span>
<span class="runtime">149 min</span>
<span class="ghost">|</span>
<span class="genre">
Adventure, Drama, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0082096" id="checkbox-tt0082096" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0082096">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0082096">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0082096"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">86 </span>
Metascore
</div>
<p class="">
The claustrophobic world of a WWII German U-boat; boredom, filth and sheer terror.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000583/">Wolfgang Petersen</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0001638/">Jürgen Prochnow</a>,
<a href="/name/nm0344963/">Herbert Grönemeyer</a>,
<a href="/name/nm0921044/">Klaus Wennemann</a>,
<a href="/name/nm0071059/">Hubertus Bengsch</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="239713" name="nv">239,713</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="11,487,676" name="nv">$11.49M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0082096" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1187043">
<a href="/title/tt1187043/"> <img alt="3 Idiots" class="loadlate" data-tconst="tt1187043" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNTkyOGVjMGEtNmQzZi00NzFlLTlhOWQtODYyMDc2ZGJmYzFhXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">79.</span>
<a href="/title/tt1187043/">3 Idiots</a>
<span class="lister-item-year text-muted unbold">(2009)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">170 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1187043" id="checkbox-tt1187043" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1187043">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1187043">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1187043"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">67 </span>
Metascore
</div>
<p class="">
Two friends are searching for their long lost companion. They revisit their college days and recall the memories of their friend who inspired them to think differently, even as the rest of the world called them "idiots".</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0386246/">Rajkumar Hirani</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0451148/">Aamir Khan</a>,
<a href="/name/nm0534856/">Madhavan</a>,
<a href="/name/nm1587175/">Mona Singh</a>,
<a href="/name/nm0430817/">Sharman Joshi</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="365759" name="nv">365,759</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="6,532,908" name="nv">$6.53M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1187043" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0986264">
<a href="/title/tt0986264/"> <img alt="Taare Zameen Par" class="loadlate" data-tconst="tt0986264" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMDhjZWViN2MtNzgxOS00NmI4LThiZDQtZDI3MzM4MDE4NTc0XkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">80.</span>
<a href="/title/tt0986264/">Taare Zameen Par</a>
<span class="lister-item-year text-muted unbold">(2007)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">165 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Family </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0986264" id="checkbox-tt0986264" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0986264">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0986264">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0986264"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
An eight-year-old boy is thought to be a lazy trouble-maker, until the new art teacher has the patience and compassion to discover the real problem behind his struggles in school.</p>
<p class="text-muted text-small">
Directors:
<a href="/name/nm0451148/">Aamir Khan</a>,
<a href="/name/nm1244760/">Amole Gupte</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm2594301/">Darsheel Safary</a>,
<a href="/name/nm0451148/">Aamir Khan</a>,
<a href="/name/nm1538116/">Tisca Chopra</a>,
<a href="/name/nm1479650/">Vipin Sharma</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="179729" name="nv">179,729</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="1,223,869" name="nv">$1.22M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0986264" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0086190">
<a href="/title/tt0086190/"> <img alt="Star Wars: Episode VI - Return of the Jedi" class="loadlate" data-tconst="tt0086190" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOWZlMjFiYzgtMTUzNC00Y2IzLTk1NTMtZmNhMTczNTk0ODk1XkEyXkFqcGdeQXVyNTAyODkwOQ@@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">81.</span>
<a href="/title/tt0086190/">Star Wars: Episode VI - Return of the Jedi</a>
<span class="lister-item-year text-muted unbold">(1983)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">131 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Fantasy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0086190" id="checkbox-tt0086190" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0086190">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0086190">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0086190"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">58 </span>
Metascore
</div>
<p class="">
After a daring mission to rescue Han Solo from Jabba the Hutt, the Rebels dispatch to Endor to destroy the second Death Star. Meanwhile, Luke struggles to help Darth Vader back from the dark side without falling into the Emperor's trap.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0549658/">Richard Marquand</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000434/">Mark Hamill</a>,
<a href="/name/nm0000148/">Harrison Ford</a>,
<a href="/name/nm0000402/">Carrie Fisher</a>,
<a href="/name/nm0001850/">Billy Dee Williams</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="982913" name="nv">982,913</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="309,125,409" name="nv">$309.13M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0086190" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0114709">
<a href="/title/tt0114709/"> <img alt="Toy Story" class="loadlate" data-tconst="tt0114709" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMDU2ZWJlMjktMTRhMy00ZTA5LWEzNDgtYmNmZTEwZTViZWJkXkEyXkFqcGdeQXVyNDQ2OTk4MzI@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">82.</span>
<a href="/title/tt0114709/">Toy Story</a>
<span class="lister-item-year text-muted unbold">(1995)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">81 min</span>
<span class="ghost">|</span>
<span class="genre">
Animation, Adventure, Comedy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0114709" id="checkbox-tt0114709" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0114709">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0114709">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0114709"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">95 </span>
Metascore
</div>
<p class="">
A cowboy doll is profoundly threatened and jealous when a new spaceman figure supplants him as top toy in a boy's room.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0005124/">John Lasseter</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000158/">Tom Hanks</a>,
<a href="/name/nm0000741/">Tim Allen</a>,
<a href="/name/nm0725543/">Don Rickles</a>,
<a href="/name/nm0001815/">Jim Varney</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="923323" name="nv">923,323</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="191,796,233" name="nv">$191.80M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0114709" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0105236">
<a href="/title/tt0105236/"> <img alt="Reservoir Dogs" class="loadlate" data-tconst="tt0105236" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZmExNmEwYWItYmQzOS00YjA5LTk2MjktZjEyZDE1Y2QxNjA1XkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">83.</span>
<a href="/title/tt0105236/">Reservoir Dogs</a>
<span class="lister-item-year text-muted unbold">(1992)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">15+</span>
<span class="ghost">|</span>
<span class="runtime">99 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0105236" id="checkbox-tt0105236" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0105236">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0105236">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0105236"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">79 </span>
Metascore
</div>
<p class="">
When a simple jewelry heist goes horribly wrong, the surviving criminals begin to suspect that one of them is a police informant.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000233/">Quentin Tarantino</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000172/">Harvey Keitel</a>,
<a href="/name/nm0000619/">Tim Roth</a>,
<a href="/name/nm0000514/">Michael Madsen</a>,
<a href="/name/nm0001606/">Chris Penn</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="954144" name="nv">954,144</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="2,832,029" name="nv">$2.83M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0105236" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0086879">
<a href="/title/tt0086879/"> <img alt="Amadeus" class="loadlate" data-tconst="tt0086879" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNWJlNzUzNGMtYTAwMS00ZjI2LWFmNWQtODcxNWUxODA5YmU1XkEyXkFqcGdeQXVyNTIzOTk5ODM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">84.</span>
<a href="/title/tt0086879/">Amadeus</a>
<span class="lister-item-year text-muted unbold">(1984)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">R</span>
<span class="ghost">|</span>
<span class="runtime">160 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Drama, History </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0086879" id="checkbox-tt0086879" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0086879">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0086879">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0086879"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">88 </span>
Metascore
</div>
<p class="">
The life, success and troubles of <a href="/name/nm0003665">Wolfgang Amadeus Mozart</a>, as told by <a href="/name/nm0758283">Antonio Salieri</a>, the contemporaneous composer who was insanely jealous of Mozart's talent and claimed to have murdered him.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001232/">Milos Forman</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000719/">F. Murray Abraham</a>,
<a href="/name/nm0001371/">Tom Hulce</a>,
<a href="/name/nm0000931/">Elizabeth Berridge</a>,
<a href="/name/nm0234541/">Roy Dotrice</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="380997" name="nv">380,997</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="51,973,029" name="nv">$51.97M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0086879" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt5074352">
<a href="/title/tt5074352/"> <img alt="Dangal" class="loadlate" data-tconst="tt5074352" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTQ4MzQzMzM2Nl5BMl5BanBnXkFtZTgwMTQ1NzU3MDI@._V1_UY209_CR4,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">85.</span>
<a href="/title/tt5074352/">Dangal</a>
<span class="lister-item-year text-muted unbold">(2016)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">161 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Biography, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt5074352" id="checkbox-tt5074352" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt5074352">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt5074352">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt5074352"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Former wrestler <a href="/name/nm10059137">Mahavir Singh Phogat</a> and his two wrestler daughters struggle towards glory at the Commonwealth Games in the face of societal oppression.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm4318159/">Nitesh Tiwari</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0451148/">Aamir Khan</a>,
<a href="/name/nm2799219/">Sakshi Tanwar</a>,
<a href="/name/nm0760778/">Fatima Sana Shaikh</a>,
<a href="/name/nm7621667/">Sanya Malhotra</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="170049" name="nv">170,049</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="12,391,761" name="nv">$12.39M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt5074352" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0119217">
<a href="/title/tt0119217/"> <img alt="Good Will Hunting" class="loadlate" data-tconst="tt0119217" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOTI0MzcxMTYtZDVkMy00NjY1LTgyMTYtZmUxN2M3NmQ2NWJhXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">86.</span>
<a href="/title/tt0119217/">Good Will Hunting</a>
<span class="lister-item-year text-muted unbold">(1997)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">126 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0119217" id="checkbox-tt0119217" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0119217">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0119217">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0119217"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">70 </span>
Metascore
</div>
<p class="">
Will Hunting, a janitor at M.I.T., has a gift for mathematics, but needs help from a psychologist to find direction in his life.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001814/">Gus Van Sant</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000245/">Robin Williams</a>,
<a href="/name/nm0000354/">Matt Damon</a>,
<a href="/name/nm0000255/">Ben Affleck</a>,
<a href="/name/nm0001745/">Stellan Skarsgård</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="896602" name="nv">896,602</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="138,433,435" name="nv">$138.43M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0119217" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0361748">
<a href="/title/tt0361748/"> <img alt="Inglourious Basterds" class="loadlate" data-tconst="tt0361748" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOTJiNDEzOWYtMTVjOC00ZjlmLWE0NGMtZmE1OWVmZDQ2OWJhXkEyXkFqcGdeQXVyNTIzOTk5ODM@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">87.</span>
<a href="/title/tt0361748/">Inglourious Basterds</a>
<span class="lister-item-year text-muted unbold">(2009)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">153 min</span>
<span class="ghost">|</span>
<span class="genre">
Adventure, Drama, War </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0361748" id="checkbox-tt0361748" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0361748">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0361748">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0361748"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">69 </span>
Metascore
</div>
<p class="">
In Nazi-occupied France during World War II, a plan to assassinate Nazi leaders by a group of Jewish U.S. soldiers coincides with a theatre owner's vengeful plans for the same.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000233/">Quentin Tarantino</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000093/">Brad Pitt</a>,
<a href="/name/nm1208167/">Diane Kruger</a>,
<a href="/name/nm0744834/">Eli Roth</a>,
<a href="/name/nm0491259/">Mélanie Laurent</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1326212" name="nv">1,326,212</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="120,540,719" name="nv">$120.54M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0361748" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0022100">
<a href="/title/tt0022100/"> <img alt="M - Eine Stadt sucht einen Mörder" class="loadlate" data-tconst="tt0022100" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BODA4ODk3OTEzMF5BMl5BanBnXkFtZTgwMTQ2ODMwMzE@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">88.</span>
<a href="/title/tt0022100/">M - Eine Stadt sucht einen Mörder</a>
<span class="lister-item-year text-muted unbold">(1931)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">117 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Mystery, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0022100" id="checkbox-tt0022100" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0022100">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0022100">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0022100"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
When the police in a German city are unable to catch a child-murderer, other criminals join in the manhunt.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000485/">Fritz Lang</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000048/">Peter Lorre</a>,
<a href="/name/nm0927145/">Ellen Widmann</a>,
<a href="/name/nm0484737/">Inge Landgut</a>,
<a href="/name/nm0921532/">Otto Wernicke</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="149854" name="nv">149,854</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="28,877" name="nv">$0.03M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0022100" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0180093">
<a href="/title/tt0180093/"> <img alt="Requiem for a Dream" class="loadlate" data-tconst="tt0180093" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOTdiNzJlOWUtNWMwNS00NmFlLWI0YTEtZmI3YjIzZWUyY2Y3XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">89.</span>
<a href="/title/tt0180093/">Requiem for a Dream</a>
<span class="lister-item-year text-muted unbold">(2000)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">102 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0180093" id="checkbox-tt0180093" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0180093">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0180093">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0180093"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">68 </span>
Metascore
</div>
<p class="">
The drug-induced utopias of four Coney Island people are shattered when their addictions run deep.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0004716/">Darren Aronofsky</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000995/">Ellen Burstyn</a>,
<a href="/name/nm0001467/">Jared Leto</a>,
<a href="/name/nm0000124/">Jennifer Connelly</a>,
<a href="/name/nm0005541/">Marlon Wayans</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="792842" name="nv">792,842</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="3,635,482" name="nv">$3.64M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0180093" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0062622">
<a href="/title/tt0062622/"> <img alt="2001: A Space Odyssey" class="loadlate" data-tconst="tt0062622" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMmNlYzRiNDctZWNhMi00MzI4LThkZTctMTUzMmZkMmFmNThmXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">90.</span>
<a href="/title/tt0062622/">2001: A Space Odyssey</a>
<span class="lister-item-year text-muted unbold">(1968)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">149 min</span>
<span class="ghost">|</span>
<span class="genre">
Adventure, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0062622" id="checkbox-tt0062622" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0062622">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0062622">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0062622"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">84 </span>
Metascore
</div>
<p class="">
After discovering a mysterious artifact buried beneath the Lunar surface, mankind sets off on a quest to find its origins with help from intelligent supercomputer H.A.L. 9000.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000040/">Stanley Kubrick</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0001158/">Keir Dullea</a>,
<a href="/name/nm0516972/">Gary Lockwood</a>,
<a href="/name/nm0843213/">William Sylvester</a>,
<a href="/name/nm0725220/">Daniel Richter</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="627120" name="nv">627,120</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="56,954,992" name="nv">$56.95M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0062622" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0052357">
<a href="/title/tt0052357/"> <img alt="Vertigo" class="loadlate" data-tconst="tt0052357" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYTE4ODEwZDUtNDFjOC00NjAxLWEzYTQtYTI1NGVmZmFlNjdiL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">91.</span>
<a href="/title/tt0052357/">Vertigo</a>
<span class="lister-item-year text-muted unbold">(1958)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">128 min</span>
<span class="ghost">|</span>
<span class="genre">
Mystery, Romance, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0052357" id="checkbox-tt0052357" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0052357">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0052357">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0052357"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">100 </span>
Metascore
</div>
<p class="">
A former police detective juggles wrestling with his personal demons and becoming obsessed with a hauntingly beautiful woman.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000033/">Alfred Hitchcock</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000071/">James Stewart</a>,
<a href="/name/nm0001571/">Kim Novak</a>,
<a href="/name/nm0000895/">Barbara Bel Geddes</a>,
<a href="/name/nm0375738/">Tom Helmore</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="380392" name="nv">380,392</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="3,200,000" name="nv">$3.20M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0052357" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0338013">
<a href="/title/tt0338013/"> <img alt="Eternal Sunshine of the Spotless Mind" class="loadlate" data-tconst="tt0338013" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTY4NzcwODg3Nl5BMl5BanBnXkFtZTcwNTEwOTMyMw@@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">92.</span>
<a href="/title/tt0338013/">Eternal Sunshine of the Spotless Mind</a>
<span class="lister-item-year text-muted unbold">(2004)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">108 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0338013" id="checkbox-tt0338013" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0338013">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0338013">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0338013"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">89 </span>
Metascore
</div>
<p class="">
When their relationship turns sour, a couple undergoes a medical procedure to have each other erased from their memories.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0327273/">Michel Gondry</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000120/">Jim Carrey</a>,
<a href="/name/nm0000701/">Kate Winslet</a>,
<a href="/name/nm0929489/">Tom Wilkinson</a>,
<a href="/name/nm0004423/">Gerry Robert Byrne</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="944676" name="nv">944,676</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="34,400,301" name="nv">$34.40M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0338013" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0033467">
<a href="/title/tt0033467/"> <img alt="Citizen Kane" class="loadlate" data-tconst="tt0033467" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYjBiOTYxZWItMzdiZi00NjlkLWIzZTYtYmFhZjhiMTljOTdkXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">93.</span>
<a href="/title/tt0033467/">Citizen Kane</a>
<span class="lister-item-year text-muted unbold">(1941)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">119 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Mystery </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0033467" id="checkbox-tt0033467" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0033467">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0033467">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0033467"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">100 </span>
Metascore
</div>
<p class="">
Following the death of publishing tycoon Charles Foster Kane, reporters scramble to uncover the meaning of his final utterance; 'Rosebud'.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000080/">Orson Welles</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000080/">Orson Welles</a>,
<a href="/name/nm0001072/">Joseph Cotten</a>,
<a href="/name/nm0173827/">Dorothy Comingore</a>,
<a href="/name/nm0001547/">Agnes Moorehead</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="420843" name="nv">420,843</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="1,585,634" name="nv">$1.59M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0033467" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0093058">
<a href="/title/tt0093058/"> <img alt="Full Metal Jacket" class="loadlate" data-tconst="tt0093058" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNzkxODk0NjEtYjc4Mi00ZDI0LTgyYjEtYzc1NDkxY2YzYTgyXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">94.</span>
<a href="/title/tt0093058/">Full Metal Jacket</a>
<span class="lister-item-year text-muted unbold">(1987)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">116 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, War </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0093058" id="checkbox-tt0093058" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0093058">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0093058">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0093058"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">76 </span>
Metascore
</div>
<p class="">
A pragmatic U.S. Marine observes the dehumanizing effects the Vietnam War has on his fellow recruits from their brutal boot camp training to the bloody street fighting in Hue.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000040/">Stanley Kubrick</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000546/">Matthew Modine</a>,
<a href="/name/nm0000388/">R. Lee Ermey</a>,
<a href="/name/nm0000352/">Vincent D'Onofrio</a>,
<a href="/name/nm0000284/">Adam Baldwin</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="698960" name="nv">698,960</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="46,357,676" name="nv">$46.36M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0093058" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt2106476">
<a href="/title/tt2106476/"> <img alt="Jagten" class="loadlate" data-tconst="tt2106476" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTg2NDg3ODg4NF5BMl5BanBnXkFtZTcwNzk3NTc3Nw@@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">95.</span>
<a href="/title/tt2106476/">Jagten</a>
<span class="lister-item-year text-muted unbold">(2012)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">7</span>
<span class="ghost">|</span>
<span class="runtime">115 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt2106476" id="checkbox-tt2106476" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt2106476">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt2106476">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt2106476"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">77 </span>
Metascore
</div>
<p class="">
A teacher lives a lonely life, all the while struggling over his son's custody. His life slowly gets better as he finds love and receives good news from his son, but his new luck is about to be brutally shattered by an innocent little lie.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0899121/">Thomas Vinterberg</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0586568/">Mads Mikkelsen</a>,
<a href="/name/nm0488917/">Thomas Bo Larsen</a>,
<a href="/name/nm5038871/">Annika Wedderkopp</a>,
<a href="/name/nm5039026/">Lasse Fogelstrøm</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="301154" name="nv">301,154</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="687,185" name="nv">$0.69M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt2106476" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0053125">
<a href="/title/tt0053125/"> <img alt="North by Northwest" class="loadlate" data-tconst="tt0053125" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZDA3NDExMTUtMDlhOC00MmQ5LWExZGUtYmI1NGVlZWI4OWNiXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">96.</span>
<a href="/title/tt0053125/">North by Northwest</a>
<span class="lister-item-year text-muted unbold">(1959)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">136 min</span>
<span class="ghost">|</span>
<span class="genre">
Adventure, Mystery, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0053125" id="checkbox-tt0053125" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0053125">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0053125">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0053125"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">98 </span>
Metascore
</div>
<p class="">
A New York City advertising executive goes on the run after being mistaken for a government agent by a group of foreign spies.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000033/">Alfred Hitchcock</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000026/">Cary Grant</a>,
<a href="/name/nm0001693/">Eva Marie Saint</a>,
<a href="/name/nm0000051/">James Mason</a>,
<a href="/name/nm0484829/">Jessie Royce Landis</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="310999" name="nv">310,999</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="13,275,000" name="nv">$13.28M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0053125" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0066921">
<a href="/title/tt0066921/"> <img alt="A Clockwork Orange" class="loadlate" data-tconst="tt0066921" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTY3MjM1Mzc4N15BMl5BanBnXkFtZTgwODM0NzAxMDE@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">97.</span>
<a href="/title/tt0066921/">A Clockwork Orange</a>
<span class="lister-item-year text-muted unbold">(1971)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">136 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0066921" id="checkbox-tt0066921" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0066921">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0066921">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0066921"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">77 </span>
Metascore
</div>
<p class="">
In the future, a sadistic gang leader is imprisoned and volunteers for a conduct-aversion experiment, but it doesn't go as planned.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000040/">Stanley Kubrick</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000532/">Malcolm McDowell</a>,
<a href="/name/nm0535861/">Patrick Magee</a>,
<a href="/name/nm0060988/">Michael Bates</a>,
<a href="/name/nm0165049/">Warren Clarke</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="783126" name="nv">783,126</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="6,207,725" name="nv">$6.21M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0066921" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0208092">
<a href="/title/tt0208092/"> <img alt="Snatch" class="loadlate" data-tconst="tt0208092" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTA2NDYxOGYtYjU1Mi00Y2QzLTgxMTQtMWI1MGI0ZGQ5MmU4XkEyXkFqcGdeQXVyNDk3NzU2MTQ@._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">98.</span>
<a href="/title/tt0208092/">Snatch</a>
<span class="lister-item-year text-muted unbold">(2000)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">104 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Crime </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0208092" id="checkbox-tt0208092" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0208092">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0208092">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0208092"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">55 </span>
Metascore
</div>
<p class="">
Unscrupulous boxing promoters, violent bookmakers, a Russian gangster, incompetent amateur robbers and supposedly Jewish jewelers fight to track down a priceless stolen diamond.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0005363/">Guy Ritchie</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0005458/">Jason Statham</a>,
<a href="/name/nm0000093/">Brad Pitt</a>,
<a href="/name/nm0334318/">Stephen Graham</a>,
<a href="/name/nm0005068/">Vinnie Jones</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="808625" name="nv">808,625</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="30,328,156" name="nv">$30.33M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0208092" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0211915">
<a href="/title/tt0211915/"> <img alt="Le fabuleux destin d'Amélie Poulain" class="loadlate" data-tconst="tt0211915" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNDg4NjM1YjMtYmNhZC00MjM0LWFiZmYtNGY1YjA3MzZmODc5XkEyXkFqcGdeQXVyNDk3NzU2MTQ@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">99.</span>
<a href="/title/tt0211915/">Le fabuleux destin d'Amélie Poulain</a>
<span class="lister-item-year text-muted unbold">(2001)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">122 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0211915" id="checkbox-tt0211915" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0211915">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0211915">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0211915"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">69 </span>
Metascore
</div>
<p class="">
Amélie is an innocent and naive girl in Paris with her own sense of justice. She decides to help those around her and, along the way, discovers love.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000466/">Jean-Pierre Jeunet</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0851582/">Audrey Tautou</a>,
<a href="/name/nm0440913/">Mathieu Kassovitz</a>,
<a href="/name/nm0749363/">Rufus</a>,
<a href="/name/nm0186677/">Lorella Cravotta</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="722793" name="nv">722,793</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="33,225,499" name="nv">$33.23M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0211915" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0012349">
<a href="/title/tt0012349/"> <img alt="The Kid" class="loadlate" data-tconst="tt0012349" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZjhhMThhNDItNTY2MC00MmU1LTliNDEtNDdhZjdlNTY5ZDQ1XkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">100.</span>
<a href="/title/tt0012349/">The Kid</a>
<span class="lister-item-year text-muted unbold">(1921)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">68 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Family </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0012349" id="checkbox-tt0012349" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0012349">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0012349">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0012349"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The Tramp cares for an abandoned child, but events put that relationship in jeopardy.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0000122/">Charles Chaplin</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000122/">Charles Chaplin</a>,
<a href="/name/nm0701012/">Edna Purviance</a>,
<a href="/name/nm0001067/">Jackie Coogan</a>,
<a href="/name/nm0588033/">Carl Miller</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="119480" name="nv">119,480</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="5,450,000" name="nv">$5.45M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0012349" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="row text-center lister-working hidden"></div>
<div class="footer filmosearch">
<div class="desc">
</div>
</div>
</div>
</div>
</div>
<div id="sidebar">
<!-- no content received for slot: top_rhs -->
<div class="list-create-widget">
<a href="/list/create"> <button class="btn-raised btn-raised--primary" type="button">create a new list</button>
</a> <div class="create-list-description">
List your movie, TV & celebrity picks.
</div>
</div>
<div class="aux-content-widget-2 list-activity-widget">
<h3>List Activity</h3>
<div class="list-activity">
<span class="views-number-label">Views: </span>
<span class="views-number-value">972,846</span>
| in last week <span class="views-number-value">4,555</span>
</div>
</div>
<div class="aux-content-widget-2" id="social-share-widget">
<h3>Tell Your Friends</h3>
<div class="social">
<div class="social_networking">
<span><strong>Share</strong> this list:</span>
<a class="share_icon facebook" href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls091520106%2F" onclick="window.open("https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls091520106%2F", 'newWindow', 'width=626, height=436'); return false;" target="_blank" title="Share on Facebook"></a>
<a class="share_icon twitter" href="https://twitter.com/intent/tweet?text=%20-%20http%3A%2F%2Fwww.imdb.com%2Flist%2Fls091520106%2F" onclick="window.open("https://twitter.com/intent/tweet?text=%20-%20http%3A%2F%2Fwww.imdb.com%2Flist%2Fls091520106%2F", 'newWindow', 'width=815, height=436'); return false;" target="_blank" title="Share on Twitter"></a>
<a class="share_icon share_url_link" href="http://www.imdb.com/list/ls091520106/" onclick="$('div.social input[name=share-link]').show().select(); return false;" title="Share the page"></a>
</div>
<input name="share-link" readonly="" type="text" value="http://www.imdb.com/list/ls091520106/"/>
</div>
</div>
<div class="aux-content-widget-2" id="feedback-widget">
<strong>Feedback?</strong> <a href="https://help.imdb.com/article/imdb/general-information/getsatisfaction-community-access-you-re-about-to-leave-imdb-com/GP4FF3REXES9AR3P">Tell us what you think about this feature.</a>
</div>
<div class="aux-content-widget-2">
<div id="listsWidget">
<h3>
Other Lists by IMDb-Editors
</h3>
<div class="list-preview even">
<div class="list-preview-item-narrow">
<a href="/list/ls063853872"><img alt="list image" class="loadlate hidden" height="86" loadlate="https://m.media-amazon.com/images/M/MV5BMGUyOTg4NTEtYmYxMC00ZDJhLWFjNGItYjk3OTUyNDRhNTY4XkEyXkFqcGdeQXVyMTExNDQ2MTI@._V1_UY86_CR21,0,86,86_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/ZobKRlv$0TyAyMM.png" title="list image" width="86"/></a> </div>
<div class="list_name">
<strong><a href="/list/ls063853872">
TV Tracker: Renewed and Canceled Shows
</a></strong>
</div>
<div class="list_meta">
a list of 58 images
</div>
<div class="clear"> </div>
</div>
<div class="list-preview odd">
<div class="list-preview-item-narrow">
<a href="/list/ls053181649"><img alt="list image" class="" height="86" src="https://m.media-amazon.com/images/S/sash/LF9ZUTFoX8jwgUD.png" title="list image" width="86"/></a> </div>
<div class="list_name">
<strong><a href="/list/ls053181649">
Featured Videos
</a></strong>
</div>
<div class="list_meta">
a list of 34 videos
</div>
<div class="clear"> </div>
</div>
<div class="list-preview even">
<div class="list-preview-item-narrow">
<a href="/list/ls501009997"><img alt="list image" class="loadlate hidden" height="86" loadlate="https://m.media-amazon.com/images/M/MV5BNjJkMzhkOTItZTY0ZS00ZTI4LTk5OTQtZTA2ODUwZTMyZDI0XkEyXkFqcGdeQXVyMTA5NzIyMDY5._V1_UX86_CR0,0,86,86_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/ZobKRlv$0TyAyMM.png" title="list image" width="86"/></a> </div>
<div class="list_name">
<strong><a href="/list/ls501009997">
Latest News: New Movie, Series & Collaboration Announcements
</a></strong>
</div>
<div class="list_meta">
a list of 14 images
</div>
<div class="clear"> </div>
</div>
<div class="list-preview odd">
<div class="list-preview-item-narrow">
<a href="/list/ls501502642"><img alt="list image" class="loadlate hidden" height="86" loadlate="https://m.media-amazon.com/images/M/MV5BMTk5MjM4OTU1OV5BMl5BanBnXkFtZTcwODkzNDIzMw@@._V1_UX86_CR0,0,86,86_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/8ZhQrGnWn9cWUVQ.png" title="list image" width="86"/></a> </div>
<div class="list_name">
<strong><a href="/list/ls501502642">
Everything Coming to Prime Video in September 2021
</a></strong>
</div>
<div class="list_meta">
a list of 72 titles
</div>
<div class="clear"> </div>
</div>
<div class="list-preview even">
<div class="list-preview-item-narrow">
<a href="/list/ls507333562"><img alt="list image" class="loadlate hidden" height="86" loadlate="https://m.media-amazon.com/images/M/MV5BYjk3MzhhMjgtODdiZi00NGY5LTg1MzQtMzVkMTZmZGY3MzRhXkEyXkFqcGdeQXVyODk4OTc3MTY@._V1_UY86_CR21,0,86,86_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/ZobKRlv$0TyAyMM.png" title="list image" width="86"/></a> </div>
<div class="list_name">
<strong><a href="/list/ls507333562">
Upcoming Sci-Fi and Fantasy Movies and TV
</a></strong>
</div>
<div class="list_meta">
a list of 41 images
</div>
<div class="clear"> </div>
</div>
<div class="see-more">
<a href="/user/ur23892615/lists">See all lists by IMDb-Editors</a> »
</div>
</div>
</div>
</div>
</div>
<br class="clear"/>
<br class="clear"/>
</div>
<div id="rvi-div">
<div class="recently-viewed">
<div class="header">
<div class="rhs">
<a href="#" id="clear_rvi">Clear your history</a>
</div>
<h3>Recently Viewed</h3>
</div>
<div class="items"> </div>
</div>
</div>
<!-- no content received for slot: bottom_ad -->
<script type="text/javascript">
try {
window.lumierePlayer = window.lumierePlayer || {};
window.lumierePlayer.weblab = JSON.parse('{"IMDB_VIDEO_PLAYER_162496":"C"}');
} catch (error) {
if (window.ueLogError) {
window.ueLogError(error, {
logLevel: "WARN",
attribution: "videoplayer",
message: "Failed to parse weblabs for video player."
});
}
}
</script>
</div>
</div>
<script>
if (typeof uet == 'function') {
uet("bb", "desktopFooter", {wb: 1});
}
</script>
<div id="4594234e-9d5b-42e3-8ac7-5c4820083dec">
<footer class="imdb-footer VUGIPjGgHtzvbHiU19iTQ"><div class="_32mc4FXftSbwhpJwmGCYUQ"><div class="ipc-page-content-container ipc-page-content-container--center" role="presentation"><a aria-disabled="false" class="ipc-button ipc-button--double-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-accent1 ipc-button--theme-baseAlt imdb-footer__open-in-app-button" href="https://slyb.app.link/SKdyQ6A449" role="button" tabindex="0"><div class="ipc-button__text">Get the IMDb App</div></a></div></div><div class="ipc-page-content-container ipc-page-content-container--center _2AR8CsLqQAMCT1_Q7eidSY" role="presentation"><div class="imdb-footer__links"><div class="_2Wc8yXs8SzGv7TVS-oOmhT"><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li class="ipc-inline-list__item" role="presentation"><a aria-disabled="false" aria-label="Facebook" class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" href="https://facebook.com/imdb" rel="nofollow noopener" role="button" tabindex="0" target="_blank" title="Facebook"><svg class="ipc-icon ipc-icon--facebook" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M20.896 2H3.104C2.494 2 2 2.494 2 3.104v17.792C2 21.506 2.494 22 3.104 22h9.579v-7.745h-2.607v-3.018h2.607V9.01c0-2.584 1.577-3.99 3.882-3.99 1.104 0 2.052.082 2.329.119v2.7h-1.598c-1.254 0-1.496.595-1.496 1.47v1.927h2.989l-.39 3.018h-2.6V22h5.097c.61 0 1.104-.494 1.104-1.104V3.104C22 2.494 21.506 2 20.896 2"></path></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a aria-disabled="false" aria-label="Instagram" class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" href="https://instagram.com/imdb" rel="nofollow noopener" role="button" tabindex="0" target="_blank" title="Instagram"><svg class="ipc-icon ipc-icon--instagram" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M11.997 2.04c-2.715 0-3.056.011-4.122.06-1.064.048-1.79.217-2.426.463a4.901 4.901 0 0 0-1.771 1.151 4.89 4.89 0 0 0-1.153 1.767c-.247.635-.416 1.36-.465 2.422C2.011 8.967 2 9.307 2 12.017s.011 3.049.06 4.113c.049 1.062.218 1.787.465 2.422a4.89 4.89 0 0 0 1.153 1.767 4.901 4.901 0 0 0 1.77 1.15c.636.248 1.363.416 2.427.465 1.066.048 1.407.06 4.122.06s3.055-.012 4.122-.06c1.064-.049 1.79-.217 2.426-.464a4.901 4.901 0 0 0 1.77-1.15 4.89 4.89 0 0 0 1.154-1.768c.247-.635.416-1.36.465-2.422.048-1.064.06-1.404.06-4.113 0-2.71-.012-3.05-.06-4.114-.049-1.062-.218-1.787-.465-2.422a4.89 4.89 0 0 0-1.153-1.767 4.901 4.901 0 0 0-1.77-1.15c-.637-.247-1.363-.416-2.427-.464-1.067-.049-1.407-.06-4.122-.06m0 1.797c2.67 0 2.985.01 4.04.058.974.045 1.503.207 1.856.344.466.181.8.397 1.15.746.349.35.566.682.747 1.147.137.352.3.88.344 1.853.048 1.052.058 1.368.058 4.032 0 2.664-.01 2.98-.058 4.031-.044.973-.207 1.501-.344 1.853a3.09 3.09 0 0 1-.748 1.147c-.35.35-.683.565-1.15.746-.352.137-.88.3-1.856.344-1.054.048-1.37.058-4.04.058-2.669 0-2.985-.01-4.039-.058-.974-.044-1.504-.207-1.856-.344a3.098 3.098 0 0 1-1.15-.746 3.09 3.09 0 0 1-.747-1.147c-.137-.352-.3-.88-.344-1.853-.049-1.052-.059-1.367-.059-4.031 0-2.664.01-2.98.059-4.032.044-.973.207-1.501.344-1.853a3.09 3.09 0 0 1 .748-1.147c.35-.349.682-.565 1.149-.746.352-.137.882-.3 1.856-.344 1.054-.048 1.37-.058 4.04-.058"></path><path d="M11.997 15.342a3.329 3.329 0 0 1-3.332-3.325 3.329 3.329 0 0 1 3.332-3.326 3.329 3.329 0 0 1 3.332 3.326 3.329 3.329 0 0 1-3.332 3.325m0-8.449a5.128 5.128 0 0 0-5.134 5.124 5.128 5.128 0 0 0 5.134 5.123 5.128 5.128 0 0 0 5.133-5.123 5.128 5.128 0 0 0-5.133-5.124m6.536-.203c0 .662-.537 1.198-1.2 1.198a1.198 1.198 0 1 1 1.2-1.197"></path></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a aria-disabled="false" aria-label="Twitch" class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" href="https://twitch.tv/IMDb" rel="nofollow noopener" role="button" tabindex="0" target="_blank" title="Twitch"><svg class="ipc-icon ipc-icon--twitch" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M3.406 2h18.596v12.814l-5.469 5.47H12.47L9.813 22.94H7.001v-2.657H2V5.594L3.406 2zm16.721 11.876v-10H5.125v13.126h4.22v2.656L12 17.002h5l3.126-3.126z"></path><path d="M17.002 7.47v5.469h-1.875v-5.47zM12.001 7.47v5.469h-1.875v-5.47z"></path></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a aria-disabled="false" aria-label="Twitter" class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" href="https://twitter.com/imdb" rel="nofollow noopener" role="button" tabindex="0" target="_blank" title="Twitter"><svg class="ipc-icon ipc-icon--twitter" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M8.29 19.936c7.547 0 11.675-6.13 11.675-11.446 0-.175-.004-.348-.012-.52A8.259 8.259 0 0 0 22 5.886a8.319 8.319 0 0 1-2.356.633 4.052 4.052 0 0 0 1.804-2.225c-.793.46-1.67.796-2.606.976A4.138 4.138 0 0 0 15.847 4c-2.266 0-4.104 1.802-4.104 4.023 0 .315.036.622.107.917a11.728 11.728 0 0 1-8.458-4.203 3.949 3.949 0 0 0-.556 2.022 4 4 0 0 0 1.826 3.348 4.136 4.136 0 0 1-1.858-.503l-.001.051c0 1.949 1.415 3.575 3.292 3.944a4.193 4.193 0 0 1-1.853.07c.522 1.597 2.037 2.76 3.833 2.793a8.34 8.34 0 0 1-5.096 1.722A8.51 8.51 0 0 1 2 18.13a11.785 11.785 0 0 0 6.29 1.807"></path></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a aria-disabled="false" aria-label="YouTube" class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" href="https://youtube.com/imdb/" rel="nofollow noopener" role="button" tabindex="0" target="_blank" title="YouTube"><svg class="ipc-icon ipc-icon--youtube" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M9.955 14.955v-5.91L15.182 12l-5.227 2.955zm11.627-7.769a2.505 2.505 0 0 0-1.768-1.768C18.254 5 12 5 12 5s-6.254 0-7.814.418c-.86.23-1.538.908-1.768 1.768C2 8.746 2 12 2 12s0 3.254.418 4.814c.23.86.908 1.538 1.768 1.768C5.746 19 12 19 12 19s6.254 0 7.814-.418a2.505 2.505 0 0 0 1.768-1.768C22 15.254 22 12 22 12s0-3.254-.418-4.814z"></path></svg></a></li></ul></div><div><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li class="ipc-inline-list__item zgFV3U-XECrqVQnyDbx2B" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://slyb.app.link/SKdyQ6A449" target="_blank">Get the IMDb App<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item X17C45Q1MH_7XboLL_EEG" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color" href="?mode=desktop&ref_=m_ft_dsk">View Full Site</a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://help.imdb.com/imdb" target="_blank">Help<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://help.imdb.com/article/imdb/general-information/imdb-site-index/GNCX7BHNSPBTFALQ#so" target="_blank">Site Index<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://pro.imdb.com?ref_=ft_pro&rf=cons_tf_pro" target="_blank">IMDbPro<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://www.boxofficemojo.com" target="_blank">Box Office Mojo<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://developer.imdb.com/" target="_blank">IMDb Developer<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li></ul></div><div><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color" href="https://www.imdb.com/pressroom/?ref_=ft_pr">Press Room</a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://advertising.amazon.com/resources/ad-specs/imdb/" target="_blank">Advertising<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://www.amazon.jobs/en/teams/imdb" target="_blank">Jobs<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color" href="/conditions?ref_=ft_cou">Conditions of Use</a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color" href="/privacy?ref_=ft_pvc">Privacy Policy</a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://www.amazon.com/b/?&node=5160028011" target="_blank">Interest-Based Ads<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><div class="_2mulh8fx3PjJyxvyLovP4w" id="teconsent"></div></li></ul></div></div><div class="imdb-footer__logo _1eKbSAFyeJgUyBUy2VbcS_"><svg aria-label="IMDb, an Amazon company" height="18" title="IMDb, an Amazon company" width="160" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path d="M26.707 2.45c-3.227 2.374-7.906 3.637-11.935 3.637C9.125 6.087 4.04 4.006.193.542-.11.27.161-.101.523.109 4.675 2.517 9.81 3.968 15.111 3.968c3.577 0 7.51-.74 11.127-2.27.546-.23 1.003.358.47.752z" id="ftr__a"></path><path d="M4.113 1.677C3.7 1.15 1.385 1.427.344 1.552c-.315.037-.364-.237-.08-.436C2.112-.178 5.138.196 5.49.629c.354.437-.093 3.462-1.824 4.906-.266.222-.52.104-.401-.19.39-.97 1.261-3.14.848-3.668z" id="ftr__c"></path><path d="M.435 1.805V.548A.311.311 0 0 1 .755.23l5.65-.001c.181 0 .326.13.326.317v1.078c-.002.181-.154.417-.425.791L3.378 6.582c1.087-.026 2.236.137 3.224.69.222.125.282.309.3.49v1.342c0 .185-.203.398-.417.287-1.74-.908-4.047-1.008-5.97.011-.197.104-.403-.107-.403-.292V7.835c0-.204.004-.552.21-.863l3.392-4.85H.761a.314.314 0 0 1-.326-.317z" id="ftr__e"></path><path d="M2.247 9.655H.528a.323.323 0 0 1-.307-.29L.222.569C.222.393.37.253.554.253h1.601a.323.323 0 0 1 .313.295v1.148h.031C2.917.586 3.703.067 4.762.067c1.075 0 1.75.518 2.23 1.629C7.41.586 8.358.067 9.369.067c.722 0 1.508.296 1.99.963.545.74.433 1.813.433 2.757l-.002 5.551a.324.324 0 0 1-.331.317H9.74a.321.321 0 0 1-.308-.316l-.001-4.663c0-.37.032-1.296-.048-1.647-.128-.593-.514-.76-1.011-.76-.418 0-.85.278-1.027.722-.177.445-.161 1.185-.161 1.685v4.662a.323.323 0 0 1-.331.317H5.137a.322.322 0 0 1-.31-.316l-.001-4.663c0-.981.16-2.424-1.059-2.424-1.236 0-1.188 1.406-1.188 2.424v4.662a.324.324 0 0 1-.332.317z" id="ftr__g"></path><path d="M4.037.067c2.551 0 3.931 2.184 3.931 4.96 0 2.684-1.524 4.814-3.931 4.814C1.533 9.84.169 7.656.169 4.935.17 2.195 1.55.067 4.037.067zm.015 1.796c-1.267 0-1.347 1.721-1.347 2.795 0 1.073-.016 3.368 1.332 3.368 1.332 0 1.395-1.851 1.395-2.98 0-.74-.031-1.629-.256-2.332-.193-.61-.578-.851-1.124-.851z" id="ftr__i"></path><path d="M2.206 9.655H.493a.321.321 0 0 1-.308-.316L.182.54a.325.325 0 0 1 .33-.287h1.595c.15.007.274.109.305.245v1.346h.033C2.926.641 3.6.067 4.788.067c.77 0 1.524.277 2.006 1.037.449.703.449 1.887.449 2.739v5.535a.325.325 0 0 1-.33.277H5.19a.324.324 0 0 1-.306-.277V4.602c0-.962.113-2.37-1.075-2.37-.418 0-.803.278-.995.704-.24.537-.273 1.074-.273 1.666v4.736a.328.328 0 0 1-.335.317z" id="ftr__k"></path><path d="M8.314 8.295c.11.156.134.341-.006.455-.35.294-.974.834-1.318 1.139l-.004-.004a.357.357 0 0 1-.406.04c-.571-.473-.673-.692-.986-1.142-.943.958-1.611 1.246-2.834 1.246-1.447 0-2.573-.89-2.573-2.672 0-1.39.756-2.337 1.833-2.8.933-.409 2.235-.483 3.233-.595V3.74c0-.409.032-.89-.209-1.243-.21-.315-.611-.445-.965-.445-.656 0-1.238.335-1.382 1.029-.03.154-.143.307-.298.315l-1.667-.18c-.14-.032-.297-.144-.256-.358C.859.842 2.684.234 4.32.234c.837 0 1.93.222 2.59.853.836.78.755 1.818.755 2.95v2.67c0 .804.335 1.155.65 1.588zM5.253 5.706v-.37c-1.244 0-2.557.265-2.557 1.724 0 .742.386 1.244 1.045 1.244.483 0 .917-.297 1.19-.78.338-.593.322-1.15.322-1.818z" id="ftr__m"></path><path d="M8.203 8.295c.11.156.135.341-.005.455-.352.294-.976.834-1.319 1.139l-.004-.004a.356.356 0 0 1-.406.04c-.571-.473-.673-.692-.985-1.142-.944.958-1.613 1.246-2.835 1.246-1.447 0-2.573-.89-2.573-2.672 0-1.39.756-2.337 1.833-2.8.933-.409 2.236-.483 3.233-.595V3.74c0-.409.032-.89-.21-1.243-.208-.315-.61-.445-.964-.445-.656 0-1.239.335-1.382 1.029-.03.154-.142.307-.298.315l-1.666-.18C.48 3.184.324 3.072.365 2.858.748.842 2.573.234 4.209.234c.836 0 1.93.222 2.59.853.835.78.755 1.818.755 2.95v2.67c0 .804.335 1.155.649 1.588zM5.142 5.706v-.37c-1.243 0-2.557.265-2.557 1.724 0 .742.386 1.244 1.045 1.244.482 0 .917-.297 1.19-.78.338-.593.322-1.15.322-1.818z" id="ftr__o"></path><path d="M2.935 10.148c-.88 0-1.583-.25-2.11-.75-.527-.501-.79-1.171-.79-2.011 0-.902.322-1.622.967-2.159.644-.538 1.511-.806 2.602-.806.694 0 1.475.104 2.342.315V3.513c0-.667-.151-1.136-.455-1.408-.304-.271-.821-.407-1.553-.407-.855 0-1.691.123-2.509.37-.285.087-.464.13-.539.13-.148 0-.223-.111-.223-.334v-.5c0-.16.025-.278.075-.352C.79.938.89.87 1.039.808c.383-.173.87-.312 1.459-.417A9.997 9.997 0 0 1 4.255.234c1.177 0 2.045.244 2.602.731.557.489.836 1.233.836 2.233v6.338c0 .247-.124.37-.372.37h-.798c-.236 0-.373-.117-.41-.351l-.093-.612c-.445.383-.939.68-1.477.89-.54.21-1.076.315-1.608.315zm.446-1.39c.41 0 .836-.08 1.282-.241.447-.16.874-.395 1.283-.704v-1.89a8.408 8.408 0 0 0-1.97-.241c-1.401 0-2.1.537-2.1 1.612 0 .47.13.831.39 1.084.26.254.632.38 1.115.38z" id="ftr__q"></path><path d="M.467 9.907c-.248 0-.372-.124-.372-.37V.883C.095.635.219.51.467.51h.817c.125 0 .22.026.288.075.068.05.115.142.14.277l.111.686C3 .672 4.24.234 5.541.234c.904 0 1.592.238 2.063.713.471.476.707 1.165.707 2.066v6.524c0 .246-.124.37-.372.37H6.842c-.248 0-.372-.124-.372-.37V3.625c0-.655-.133-1.137-.4-1.445-.266-.31-.684-.464-1.254-.464-.979 0-1.94.315-2.881.946v6.875c0 .246-.125.37-.372.37H.467z" id="ftr__s"></path><path d="M4.641 9.859c-1.462 0-2.58-.417-3.355-1.251C.51 7.774.124 6.566.124 4.985c0-1.569.4-2.783 1.2-3.641C2.121.486 3.252.055 4.714.055c.67 0 1.326.118 1.971.353.136.05.232.111.288.185.056.074.083.198.083.37v.501c0 .248-.08.37-.241.37-.062 0-.162-.018-.297-.055a5.488 5.488 0 0 0-1.544-.222c-1.04 0-1.79.262-2.248.787-.459.526-.688 1.362-.688 2.511v.241c0 1.124.232 1.949.697 2.474.465.525 1.198.788 2.203.788a5.98 5.98 0 0 0 1.672-.26c.136-.037.23-.056.279-.056.161 0 .242.124.242.371v.5c0 .162-.025.279-.075.353-.05.074-.148.142-.297.204-.608.259-1.314.389-2.119.389z" id="ftr__u"></path><path d="M4.598 10.185c-1.413 0-2.516-.438-3.31-1.316C.497 7.992.1 6.769.1 5.199c0-1.555.397-2.773 1.19-3.65C2.082.673 3.185.235 4.598.235c1.412 0 2.515.438 3.308 1.316.793.876 1.19 2.094 1.19 3.65 0 1.569-.397 2.792-1.19 3.669-.793.878-1.896 1.316-3.308 1.316zm0-1.483c1.747 0 2.62-1.167 2.62-3.502 0-2.323-.873-3.484-2.62-3.484S1.977 2.877 1.977 5.2c0 2.335.874 3.502 2.62 3.502z" id="ftr__w"></path><path d="M.396 9.907c-.248 0-.371-.124-.371-.37V.883C.025.635.148.51.396.51h.818a.49.49 0 0 1 .288.075c.068.05.115.142.14.277l.111.594C2.943.64 4.102.234 5.23.234c1.152 0 1.934.438 2.342 1.315C8.798.672 10.025.234 11.25.234c.856 0 1.512.24 1.971.722.458.482.688 1.168.688 2.057v6.524c0 .246-.124.37-.372.37h-1.097c-.248 0-.371-.124-.371-.37V3.533c0-.618-.119-1.075-.354-1.372-.235-.297-.607-.445-1.115-.445-.904 0-1.815.278-2.732.834.012.087.018.18.018.278v6.709c0 .246-.124.37-.372.37H6.42c-.249 0-.372-.124-.372-.37V3.533c0-.618-.118-1.075-.353-1.372-.235-.297-.608-.445-1.115-.445-.942 0-1.847.272-2.714.815v7.006c0 .246-.125.37-.372.37H.396z" id="ftr__y"></path><path d="M.617 13.724c-.248 0-.371-.124-.371-.37V.882c0-.247.123-.37.371-.37h.818c.248 0 .39.123.428.37l.093.594C2.897.648 3.944.234 5.096.234c1.203 0 2.15.435 2.845 1.307.693.87 1.04 2.053 1.04 3.548 0 1.52-.365 2.736-1.096 3.65-.731.915-1.704 1.372-2.918 1.372-1.116 0-2.076-.365-2.881-1.094v4.337c0 .246-.125.37-.372.37H.617zM4.54 8.628c1.71 0 2.566-1.149 2.566-3.447 0-1.173-.208-2.044-.624-2.612-.415-.569-1.05-.853-1.904-.853-.88 0-1.711.284-2.491.853v5.17c.805.593 1.623.889 2.453.889z" id="ftr__A"></path><path d="M2.971 10.148c-.88 0-1.583-.25-2.11-.75-.526-.501-.79-1.171-.79-2.011 0-.902.322-1.622.967-2.159.644-.538 1.512-.806 2.602-.806.694 0 1.475.104 2.342.315V3.513c0-.667-.15-1.136-.455-1.408-.304-.271-.821-.407-1.552-.407-.855 0-1.692.123-2.509.37-.285.087-.465.13-.54.13-.148 0-.223-.111-.223-.334v-.5c0-.16.025-.278.075-.352.05-.074.148-.142.297-.204.384-.173.87-.312 1.46-.417A9.991 9.991 0 0 1 4.29.234c1.177 0 2.045.244 2.603.731.557.489.836 1.233.836 2.233v6.338c0 .247-.125.37-.372.37h-.799c-.236 0-.372-.117-.41-.351l-.092-.612a5.09 5.09 0 0 1-1.478.89 4.4 4.4 0 0 1-1.608.315zm.446-1.39c.41 0 .836-.08 1.283-.241.446-.16.874-.395 1.282-.704v-1.89a8.403 8.403 0 0 0-1.97-.241c-1.4 0-2.1.537-2.1 1.612 0 .47.13.831.39 1.084.26.254.632.38 1.115.38z" id="ftr__C"></path><path d="M.503 9.907c-.248 0-.371-.124-.371-.37V.883C.132.635.255.51.503.51h.818a.49.49 0 0 1 .288.075c.068.05.115.142.14.277l.111.686C3.037.672 4.277.234 5.578.234c.904 0 1.592.238 2.063.713.47.476.706 1.165.706 2.066v6.524c0 .246-.123.37-.371.37H6.879c-.248 0-.372-.124-.372-.37V3.625c0-.655-.133-1.137-.4-1.445-.266-.31-.684-.464-1.254-.464-.98 0-1.94.315-2.882.946v6.875c0 .246-.124.37-.371.37H.503z" id="ftr__E"></path><path d="M1.988 13.443c-.397 0-.75-.043-1.059-.13-.15-.037-.251-.1-.307-.185a.684.684 0 0 1-.084-.37v-.483c0-.234.093-.352.28-.352.06 0 .154.013.278.037.124.025.291.037.502.037.459 0 .82-.114 1.087-.343.266-.228.505-.633.716-1.213l.353-.945L.167.675C.08.465.037.316.037.23c0-.149.086-.222.26-.222h1.115c.198 0 .334.03.409.093.075.062.148.197.223.407l2.602 7.19 2.51-7.19c.074-.21.148-.345.222-.407.075-.062.211-.093.41-.093h1.04c.174 0 .261.073.261.222 0 .086-.044.235-.13.445l-4.09 10.377c-.334.853-.725 1.464-1.17 1.835-.446.37-1.017.556-1.711.556z" id="ftr__G"></path></defs><g fill="none" fill-rule="evenodd"><g transform="translate(31.496 11.553)"><mask fill="currentColor" id="ftr__b"><use xlink:href="#ftr__a"></use></mask><path d="M.04 6.088h26.91V.04H.04z" fill="currentColor" mask="url(#ftr__b)"></path></g><g transform="translate(55.433 10.797)"><mask fill="currentColor" id="ftr__d"><use xlink:href="#ftr__c"></use></mask><path d="M.05 5.664h5.564V.222H.05z" fill="currentColor" mask="url(#ftr__d)"></path></g><g transform="translate(55.433 .97)"><mask fill="currentColor" id="ftr__f"><use xlink:href="#ftr__e"></use></mask><path d="M.11 9.444h6.804V.222H.111z" fill="currentColor" mask="url(#ftr__f)"></path></g><g transform="translate(33.008 .97)"><mask fill="currentColor" id="ftr__h"><use xlink:href="#ftr__g"></use></mask><path d="M.191 9.655h11.611V.04H.192z" fill="currentColor" mask="url(#ftr__h)"></path></g><g transform="translate(62.992 .97)"><mask fill="currentColor" id="ftr__j"><use xlink:href="#ftr__i"></use></mask><path d="M.141 9.867h7.831V.04H.142z" fill="currentColor" mask="url(#ftr__j)"></path></g><g transform="translate(72.063 .97)"><mask fill="currentColor" id="ftr__l"><use xlink:href="#ftr__k"></use></mask><path d="M.171 9.655h7.076V.04H.17z" fill="currentColor" mask="url(#ftr__l)"></path></g><g transform="translate(46.11 .718)"><mask fill="currentColor" id="ftr__n"><use xlink:href="#ftr__m"></use></mask><path d="M.181 10.059h8.225V.232H.18z" fill="currentColor" mask="url(#ftr__n)"></path></g><g transform="translate(23.685 .718)"><mask fill="currentColor" id="ftr__p"><use xlink:href="#ftr__o"></use></mask><path d="M.05 10.059h8.255V.232H.05z" fill="currentColor" mask="url(#ftr__p)"></path></g><g transform="translate(0 .718)"><mask fill="currentColor" id="ftr__r"><use xlink:href="#ftr__q"></use></mask><path d="M.03 10.15h7.68V.231H.03z" fill="currentColor" mask="url(#ftr__r)"></path></g><g transform="translate(10.33 .718)"><mask fill="currentColor" id="ftr__t"><use xlink:href="#ftr__s"></use></mask><path d="M.07 9.907h8.255V.232H.071z" fill="currentColor" mask="url(#ftr__t)"></path></g><g transform="translate(84.157 .97)"><mask fill="currentColor" id="ftr__v"><use xlink:href="#ftr__u"></use></mask><path d="M.11 9.867h7.046V.04H.11z" fill="currentColor" mask="url(#ftr__v)"></path></g><g transform="translate(92.472 .718)"><mask fill="currentColor" id="ftr__x"><use xlink:href="#ftr__w"></use></mask><path d="M.08 10.21h9.041V.232H.081z" fill="currentColor" mask="url(#ftr__x)"></path></g><g transform="translate(103.811 .718)"><mask fill="currentColor" id="ftr__z"><use xlink:href="#ftr__y"></use></mask><path d="M.02 9.907H13.93V.232H.02z" fill="currentColor" mask="url(#ftr__z)"></path></g><g transform="translate(120.189 .718)"><mask fill="currentColor" id="ftr__B"><use xlink:href="#ftr__A"></use></mask><path d="M.242 13.747H9.01V.232H.242z" fill="currentColor" mask="url(#ftr__B)"></path></g><g transform="translate(130.772 .718)"><mask fill="currentColor" id="ftr__D"><use xlink:href="#ftr__C"></use></mask><path d="M.06 10.15h7.68V.231H.06z" fill="currentColor" mask="url(#ftr__D)"></path></g><g transform="translate(141.102 .718)"><mask fill="currentColor" id="ftr__F"><use xlink:href="#ftr__E"></use></mask><path d="M.131 9.907h8.224V.232H.131z" fill="currentColor" mask="url(#ftr__F)"></path></g><g transform="translate(150.677 1.222)"><mask fill="currentColor" id="ftr__H"><use xlink:href="#ftr__G"></use></mask><path d="M.02 13.455h9.071V0H.021z" fill="currentColor" mask="url(#ftr__H)"></path></g></g></svg></div><p class="imdb-footer__copyright _2-iNNCFskmr4l2OFN2DRsf">© 1990-<!-- -->2021<!-- --> by IMDb.com, Inc.</p></div></footer><svg style="width:0;height:0;overflow:hidden;display:block" version="1.1" xmlns="http://www.w3.org/2000/svg"><defs><lineargradient id="ipc-svg-gradient-tv-logo-t" x1="31.973%" x2="153.413%" y1="53.409%" y2="-16.853%"><stop offset="21.89%" stop-color="#D01F49"></stop><stop offset="83.44%" stop-color="#E8138B"></stop></lineargradient><lineargradient id="ipc-svg-gradient-tv-logo-v" x1="-38.521%" x2="104.155%" y1="84.997%" y2="14.735%"><stop offset="21.89%" stop-color="#D01F49"></stop><stop offset="83.44%" stop-color="#E8138B"></stop></lineargradient></defs></svg>
</div>
<script type="text/javascript">
if (!window.RadWidget) {
window.RadWidget = {
registerReactWidgetInstance: function(input) {
window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];
window.RadWidget[input.widgetName].push({
id: input.instanceId,
props: JSON.stringify(input.model)
})
},
getReactWidgetInstances: function(widgetName) {
return window.RadWidget[widgetName] || []
}
};
}
</script> <script type="text/javascript">
window['RadWidget'].registerReactWidgetInstance({
widgetName: "IMDbConsumerSiteFooterFeatureV1",
instanceId: "4594234e-9d5b-42e3-8ac7-5c4820083dec",
model: {"ResponsiveFooterModel":{"showIMDbTVLink":false,"desktopLink":"?mode=desktop&ref_=m_ft_dsk","showDesktopLink":true}}
});
</script>
<script>
if (typeof uet == 'function') {
uet("be", "desktopFooter", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "desktopFooter", {wb: 1});
}
</script>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadHeaderJS", {wb: 1});
}
</script>
<script src="https://m.media-amazon.com/images/S/sash/EbJ50esdfIcjt2R.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/Q$vpA-vTfEkXQYW.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/EtkwkDagnYhJNZk.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/3wL0We-DlKJbHux.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/pEaYC0JytMRJx29.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/D-WNvtV4PDafd7p.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/N8lg9BrsJ0WtXtp.js" type="text/javascript"></script>
<script type="text/javascript">
function jQueryOnReady(remaining_count) {
if (window.jQuery && typeof $.fn.watchlistRibbon !== 'undefined') {
jQuery(
function() {
var listConfig = imdb.userlists.getListerInitConfig(
{
listId : 'ls091520106',
refMarker : 'ttls',
mode : 'detail',
page : 1,
viewMoreOption : 'PAGINATE',
sortField : 'list_order',
sortDirection : 'asc',
showtimesDate : '',
explore : '',
ajaxURL : '/list/ls091520106/_ajax',
externalCallbacks : [window.imdb.CS.loadMoreUpdate],
}
);
imdb.userlists.listerInit(listConfig);
}
);
jQuery(
function() {
var isAdvertisingThemed = !!(window.custom && window.custom.full_page && window.custom.full_page.theme),
url = "https://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls091520106%2F&colorscheme=light",
like = document.getElementById('iframe_like');
if (!isAdvertisingThemed && like) {
like.src = url;
like.onload = function () {
if (typeof uex == 'function') { uex('ld', 'facebook_like_iframe', {wb: 1}); }
};
} else if (isAdvertisingThemed) {
$('.social_networking_like').closest('.aux-content-widget-2').hide();
}
}
);
} else if (remaining_count > 0) {
setTimeout(function() { jQueryOnReady(remaining_count-1) }, 100);
}
}
jQueryOnReady(50);
</script>
<script type="text/javascript">window.webpackManifest_IMDbConsumerSiteNavFeature={}</script><script type="text/javascript">window.webpackManifest_IMDbConsumerSiteFooterFeature={}</script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/81ylQlbn1fL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/61SeeyqsNHL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/61vDTVmJCNL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/41TeoVoT7fL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/31827uXCh4L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/31P6K1kIR-L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/41Pr-woKLCL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/51GDom0+d0L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/61Ka2ezTX9L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/019vMGkrlkL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/11UNuUz7BzL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/21QhnrxvhtL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/01EjywnajPL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/01eEXY1YetL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/21n5fdlWBhL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/21a9eB+eAFL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/01X4+ME2ObL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/61bggxN4hhL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/81Bd+VCEo9L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/41uka3OgCRL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/31ROAIgElzL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/31VYLn8dVDL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/01qhBQyMr+L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/412zhLIJTNL.js" type="text/javascript"></script>
<script>
if (typeof uet == 'function') {
uet("bb", "RenderBranchSDK", {wb: 1});
}
</script>
<script>
if ('csm' in window) {
csm.measure('csm_RenderBranchSDK_started');
}
</script>
<script class="ics-branch-sdk-script">
if (document.domain.startsWith('m.')) {
function logBranchMetric(metricName, n) {
if (window && window.ue && typeof window.ue.count === 'function') {
window.ue.count(metricName, n);
}
}
logBranchMetric('BranchSDK.Requests', 1);
if (uet) {
uet('bb', 'LoadBranchSDK', {wb: 1});
}
(function(b,r,a,n,c,h,_,s,d,k){if(!b[n]||!b[n]._q){for(;s<_.length;)c(h,_[s++]);d=r.createElement(a);d.async=1;d.src="https://cdn.branch.io/branch-2.58.0.min.js";k=r.getElementsByTagName(a)[0];k.parentNode.insertBefore(d,k);b[n]=h}})(window,document,"script","branch",function(b,r){b[r]=function(){b._q.push([r,arguments])}},{_q:[],_v:1},"addListener applyCode autoAppIndex banner closeBanner closeJourney creditHistory credits data deepview deepviewCta first getCode init link logout redeem referrals removeListener sendSMS setBranchViewData setIdentity track validateCode trackCommerceEvent logEvent disableTracking".split(" "), 0);
branch.init('key_live_jdSfREMXW6WE9FcCt5HWFbhgswmprlIn', { timeout: 2000 }, (err, data) => {
if (uet && uex) {
uet('be', 'LoadBranchSDK', {wb: 1});
uex('ld', 'LoadBranchSDK', {wb: 1} )
}
if (err) {
console.log('Branch init error', err);
logBranchMetric('BranchSDK.Error', 1);
} else {
logBranchMetric('BranchSDK.Error', 0);
logBranchMetric('BranchSDK.Initialized', 1);
branch.setBranchViewData(
{
'$deeplink_path': '/list/ls091520106/'
}
);
branch.setIdentity('000-0000000-0000000', (err, data) => {
if (err) {
console.log('Branch setIdentity error', err);
logBranchMetric('BranchSDK.Error', 1);
} else {
logBranchMetric('BranchSDK.Error', 0);
}
});
}
});
}
</script>
<script>
if ('csm' in window) {
csm.measure('csm_RenderBranchSDK_finished');
}
</script>
<script>
if (typeof uet == 'function') {
uet("be", "RenderBranchSDK", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "RenderBranchSDK", {wb: 1});
}
</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadFooterJS", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadFooterJS", {wb: 1});
}
</script>
<div id="servertime" time="1164"></div>
<script>
if (typeof uet == 'function') {
uet("be");
}
</script>
</body>
</html>
#top100 movies name
name = Soup.find_all("h3", class_="lister-item-header")
name
[<h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">1.</span> <a href="/title/tt0111161/">The Shawshank Redemption</a> <span class="lister-item-year text-muted unbold">(1994)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">2.</span> <a href="/title/tt0068646/">The Godfather</a> <span class="lister-item-year text-muted unbold">(1972)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">3.</span> <a href="/title/tt0071562/">The Godfather: Part II</a> <span class="lister-item-year text-muted unbold">(1974)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">4.</span> <a href="/title/tt0468569/">The Dark Knight</a> <span class="lister-item-year text-muted unbold">(2008)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">5.</span> <a href="/title/tt0050083/">12 Angry Men</a> <span class="lister-item-year text-muted unbold">(1957)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">6.</span> <a href="/title/tt0108052/">Schindler's List</a> <span class="lister-item-year text-muted unbold">(1993)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">7.</span> <a href="/title/tt0167260/">The Lord of the Rings: The Return of the King</a> <span class="lister-item-year text-muted unbold">(2003)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">8.</span> <a href="/title/tt0110912/">Pulp Fiction</a> <span class="lister-item-year text-muted unbold">(1994)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">9.</span> <a href="/title/tt0060196/">Il buono, il brutto, il cattivo</a> <span class="lister-item-year text-muted unbold">(1966)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">10.</span> <a href="/title/tt0137523/">Fight Club</a> <span class="lister-item-year text-muted unbold">(1999)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">11.</span> <a href="/title/tt7286456/">Joker</a> <span class="lister-item-year text-muted unbold">(2019)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">12.</span> <a href="/title/tt0120737/">The Lord of the Rings: The Fellowship of the Ring</a> <span class="lister-item-year text-muted unbold">(2001)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">13.</span> <a href="/title/tt0109830/">Forrest Gump</a> <span class="lister-item-year text-muted unbold">(1994)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">14.</span> <a href="/title/tt1375666/">Inception</a> <span class="lister-item-year text-muted unbold">(2010)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">15.</span> <a href="/title/tt0080684/">Star Wars: Episode V - The Empire Strikes Back</a> <span class="lister-item-year text-muted unbold">(1980)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">16.</span> <a href="/title/tt0167261/">The Lord of the Rings: The Two Towers</a> <span class="lister-item-year text-muted unbold">(2002)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">17.</span> <a href="/title/tt0133093/">The Matrix</a> <span class="lister-item-year text-muted unbold">(1999)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">18.</span> <a href="/title/tt0073486/">One Flew Over the Cuckoo's Nest</a> <span class="lister-item-year text-muted unbold">(1975)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">19.</span> <a href="/title/tt0099685/">Goodfellas</a> <span class="lister-item-year text-muted unbold">(1990)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">20.</span> <a href="/title/tt0047478/">Shichinin no samurai</a> <span class="lister-item-year text-muted unbold">(1954)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">21.</span> <a href="/title/tt0114369/">Se7en</a> <span class="lister-item-year text-muted unbold">(1995)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">22.</span> <a href="/title/tt0317248/">Cidade de Deus</a> <span class="lister-item-year text-muted unbold">(2002)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">23.</span> <a href="/title/tt0118799/">La vita è bella</a> <span class="lister-item-year text-muted unbold">(1997)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">24.</span> <a href="/title/tt0102926/">The Silence of the Lambs</a> <span class="lister-item-year text-muted unbold">(1991)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">25.</span> <a href="/title/tt0076759/">Star Wars</a> <span class="lister-item-year text-muted unbold">(1977)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">26.</span> <a href="/title/tt0038650/">It's a Wonderful Life</a> <span class="lister-item-year text-muted unbold">(1946)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">27.</span> <a href="/title/tt0120815/">Saving Private Ryan</a> <span class="lister-item-year text-muted unbold">(1998)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">28.</span> <a href="/title/tt0245429/">Sen to Chihiro no kamikakushi</a> <span class="lister-item-year text-muted unbold">(2001)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">29.</span> <a href="/title/tt0120689/">The Green Mile</a> <span class="lister-item-year text-muted unbold">(1999)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">30.</span> <a href="/title/tt0110413/">Léon</a> <span class="lister-item-year text-muted unbold">(1994)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">31.</span> <a href="/title/tt0056058/">Seppuku</a> <span class="lister-item-year text-muted unbold">(1962)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">32.</span> <a href="/title/tt0816692/">Interstellar</a> <span class="lister-item-year text-muted unbold">(2014)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">33.</span> <a href="/title/tt0114814/">The Usual Suspects</a> <span class="lister-item-year text-muted unbold">(1995)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">34.</span> <a href="/title/tt0110357/">The Lion King</a> <span class="lister-item-year text-muted unbold">(1994)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">35.</span> <a href="/title/tt0120586/">American History X</a> <span class="lister-item-year text-muted unbold">(1998)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">36.</span> <a href="/title/tt0088763/">Back to the Future</a> <span class="lister-item-year text-muted unbold">(1985)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">37.</span> <a href="/title/tt0253474/">The Pianist</a> <span class="lister-item-year text-muted unbold">(2002)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">38.</span> <a href="/title/tt0027977/">Modern Times</a> <span class="lister-item-year text-muted unbold">(1936)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">39.</span> <a href="/title/tt0103064/">Terminator 2: Judgment Day</a> <span class="lister-item-year text-muted unbold">(1991)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">40.</span> <a href="/title/tt1675434/">The Intouchables</a> <span class="lister-item-year text-muted unbold">(2011)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">41.</span> <a href="/title/tt0054215/">Psycho</a> <span class="lister-item-year text-muted unbold">(1960)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">42.</span> <a href="/title/tt0172495/">Gladiator</a> <span class="lister-item-year text-muted unbold">(2000)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">43.</span> <a href="/title/tt0021749/">City Lights</a> <span class="lister-item-year text-muted unbold">(1931)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">44.</span> <a href="/title/tt0407887/">The Departed</a> <span class="lister-item-year text-muted unbold">(2006)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">45.</span> <a href="/title/tt2582802/">Whiplash</a> <span class="lister-item-year text-muted unbold">(2014)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">46.</span> <a href="/title/tt0064116/">Once Upon a Time in the West</a> <span class="lister-item-year text-muted unbold">(1968)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">47.</span> <a href="/title/tt0482571/">The Prestige</a> <span class="lister-item-year text-muted unbold">(2006)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">48.</span> <a href="/title/tt4154796/">Avengers: Endgame</a> <span class="lister-item-year text-muted unbold">(2019)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">49.</span> <a href="/title/tt0034583/">Casablanca</a> <span class="lister-item-year text-muted unbold">(1942)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">50.</span> <a href="/title/tt0095327/">Hotaru no haka</a> <span class="lister-item-year text-muted unbold">(1988)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">51.</span> <a href="/title/tt0047396/">Rear Window</a> <span class="lister-item-year text-muted unbold">(1954)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">52.</span> <a href="/title/tt0095765/">Nuovo Cinema Paradiso</a> <span class="lister-item-year text-muted unbold">(1988)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">53.</span> <a href="/title/tt0078748/">Alien</a> <span class="lister-item-year text-muted unbold">(1979)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">54.</span> <a href="/title/tt0082971/">Raiders of the Lost Ark</a> <span class="lister-item-year text-muted unbold">(1981)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">55.</span> <a href="/title/tt0209144/">Memento</a> <span class="lister-item-year text-muted unbold">(2000)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">56.</span> <a href="/title/tt0078788/">Apocalypse Now</a> <span class="lister-item-year text-muted unbold">(1979)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">57.</span> <a href="/title/tt0032553/">The Great Dictator</a> <span class="lister-item-year text-muted unbold">(1940)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">58.</span> <a href="/title/tt0405094/">The Lives of Others</a> <span class="lister-item-year text-muted unbold">(2006)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">59.</span> <a href="/title/tt4154756/">Avengers: Infinity War</a> <span class="lister-item-year text-muted unbold">(2018)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">60.</span> <a href="/title/tt1853728/">Django Unchained</a> <span class="lister-item-year text-muted unbold">(2012)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">61.</span> <a href="/title/tt4633694/">Spider-Man: Into the Spider-Verse</a> <span class="lister-item-year text-muted unbold">(2018)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">62.</span> <a href="/title/tt0081505/">The Shining</a> <span class="lister-item-year text-muted unbold">(1980)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">63.</span> <a href="/title/tt0050825/">Paths of Glory</a> <span class="lister-item-year text-muted unbold">(1957)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">64.</span> <a href="/title/tt0910970/">WALL·E</a> <span class="lister-item-year text-muted unbold">(2008)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">65.</span> <a href="/title/tt0043014/">Sunset Blvd.</a> <span class="lister-item-year text-muted unbold">(1950)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">66.</span> <a href="/title/tt0057012/">Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb</a> <span class="lister-item-year text-muted unbold">(1964)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">67.</span> <a href="/title/tt0119698/">Mononoke-hime</a> <span class="lister-item-year text-muted unbold">(1997)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">68.</span> <a href="/title/tt0364569/">Oldeuboi</a> <span class="lister-item-year text-muted unbold">(2003)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">69.</span> <a href="/title/tt0051201/">Witness for the Prosecution</a> <span class="lister-item-year text-muted unbold">(1957)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">70.</span> <a href="/title/tt1345836/">The Dark Knight Rises</a> <span class="lister-item-year text-muted unbold">(2012)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">71.</span> <a href="/title/tt0087843/">Once Upon a Time in America</a> <span class="lister-item-year text-muted unbold">(1984)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">72.</span> <a href="/title/tt6751668/">Gisaengchung</a> <span class="lister-item-year text-muted unbold">(2019)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">73.</span> <a href="/title/tt0090605/">Aliens</a> <span class="lister-item-year text-muted unbold">(1986)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">74.</span> <a href="/title/tt0169547/">American Beauty</a> <span class="lister-item-year text-muted unbold">(1999)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">75.</span> <a href="/title/tt2380307/">Coco</a> <span class="lister-item-year text-muted unbold">(I) (2017)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">76.</span> <a href="/title/tt5311514/">Kimi no na wa.</a> <span class="lister-item-year text-muted unbold">(2016)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">77.</span> <a href="/title/tt0112573/">Braveheart</a> <span class="lister-item-year text-muted unbold">(1995)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">78.</span> <a href="/title/tt0082096/">Das Boot</a> <span class="lister-item-year text-muted unbold">(1981)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">79.</span> <a href="/title/tt1187043/">3 Idiots</a> <span class="lister-item-year text-muted unbold">(2009)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">80.</span> <a href="/title/tt0986264/">Taare Zameen Par</a> <span class="lister-item-year text-muted unbold">(2007)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">81.</span> <a href="/title/tt0086190/">Star Wars: Episode VI - Return of the Jedi</a> <span class="lister-item-year text-muted unbold">(1983)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">82.</span> <a href="/title/tt0114709/">Toy Story</a> <span class="lister-item-year text-muted unbold">(1995)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">83.</span> <a href="/title/tt0105236/">Reservoir Dogs</a> <span class="lister-item-year text-muted unbold">(1992)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">84.</span> <a href="/title/tt0086879/">Amadeus</a> <span class="lister-item-year text-muted unbold">(1984)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">85.</span> <a href="/title/tt5074352/">Dangal</a> <span class="lister-item-year text-muted unbold">(2016)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">86.</span> <a href="/title/tt0119217/">Good Will Hunting</a> <span class="lister-item-year text-muted unbold">(1997)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">87.</span> <a href="/title/tt0361748/">Inglourious Basterds</a> <span class="lister-item-year text-muted unbold">(2009)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">88.</span> <a href="/title/tt0022100/">M - Eine Stadt sucht einen Mörder</a> <span class="lister-item-year text-muted unbold">(1931)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">89.</span> <a href="/title/tt0180093/">Requiem for a Dream</a> <span class="lister-item-year text-muted unbold">(2000)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">90.</span> <a href="/title/tt0062622/">2001: A Space Odyssey</a> <span class="lister-item-year text-muted unbold">(1968)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">91.</span> <a href="/title/tt0052357/">Vertigo</a> <span class="lister-item-year text-muted unbold">(1958)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">92.</span> <a href="/title/tt0338013/">Eternal Sunshine of the Spotless Mind</a> <span class="lister-item-year text-muted unbold">(2004)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">93.</span> <a href="/title/tt0033467/">Citizen Kane</a> <span class="lister-item-year text-muted unbold">(1941)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">94.</span> <a href="/title/tt0093058/">Full Metal Jacket</a> <span class="lister-item-year text-muted unbold">(1987)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">95.</span> <a href="/title/tt2106476/">Jagten</a> <span class="lister-item-year text-muted unbold">(2012)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">96.</span> <a href="/title/tt0053125/">North by Northwest</a> <span class="lister-item-year text-muted unbold">(1959)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">97.</span> <a href="/title/tt0066921/">A Clockwork Orange</a> <span class="lister-item-year text-muted unbold">(1971)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">98.</span> <a href="/title/tt0208092/">Snatch</a> <span class="lister-item-year text-muted unbold">(2000)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">99.</span> <a href="/title/tt0211915/">Le fabuleux destin d'Amélie Poulain</a> <span class="lister-item-year text-muted unbold">(2001)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">100.</span> <a href="/title/tt0012349/">The Kid</a> <span class="lister-item-year text-muted unbold">(1921)</span> </h3>]
movies_name = [] # emptylist
for i in name:
for j in i.find_all("a"):
movies_name.append(j.text.replace("\n",""))
movies_name
len(movies_name)
100
#top100 movies name
rating= Soup.find_all("div",class_="ipl-rating-star small")
rating
[<div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">9.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">9.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>]
movie_rating=[]
for i in rating:
movie_rating.append(i.text.replace("\n",""))
movie_rating
len(movie_rating)
100
# top100 movies name
year = Soup.find_all("span",class_="lister-item-year text-muted unbold" )
year
[<span class="lister-item-year text-muted unbold">(1994)</span>, <span class="lister-item-year text-muted unbold">(1972)</span>, <span class="lister-item-year text-muted unbold">(1974)</span>, <span class="lister-item-year text-muted unbold">(2008)</span>, <span class="lister-item-year text-muted unbold">(1957)</span>, <span class="lister-item-year text-muted unbold">(1993)</span>, <span class="lister-item-year text-muted unbold">(2003)</span>, <span class="lister-item-year text-muted unbold">(1994)</span>, <span class="lister-item-year text-muted unbold">(1966)</span>, <span class="lister-item-year text-muted unbold">(1999)</span>, <span class="lister-item-year text-muted unbold">(2019)</span>, <span class="lister-item-year text-muted unbold">(2001)</span>, <span class="lister-item-year text-muted unbold">(1994)</span>, <span class="lister-item-year text-muted unbold">(2010)</span>, <span class="lister-item-year text-muted unbold">(1980)</span>, <span class="lister-item-year text-muted unbold">(2002)</span>, <span class="lister-item-year text-muted unbold">(1999)</span>, <span class="lister-item-year text-muted unbold">(1975)</span>, <span class="lister-item-year text-muted unbold">(1990)</span>, <span class="lister-item-year text-muted unbold">(1954)</span>, <span class="lister-item-year text-muted unbold">(1995)</span>, <span class="lister-item-year text-muted unbold">(2002)</span>, <span class="lister-item-year text-muted unbold">(1997)</span>, <span class="lister-item-year text-muted unbold">(1991)</span>, <span class="lister-item-year text-muted unbold">(1977)</span>, <span class="lister-item-year text-muted unbold">(1946)</span>, <span class="lister-item-year text-muted unbold">(1998)</span>, <span class="lister-item-year text-muted unbold">(2001)</span>, <span class="lister-item-year text-muted unbold">(1999)</span>, <span class="lister-item-year text-muted unbold">(1994)</span>, <span class="lister-item-year text-muted unbold">(1962)</span>, <span class="lister-item-year text-muted unbold">(2014)</span>, <span class="lister-item-year text-muted unbold">(1995)</span>, <span class="lister-item-year text-muted unbold">(1994)</span>, <span class="lister-item-year text-muted unbold">(1998)</span>, <span class="lister-item-year text-muted unbold">(1985)</span>, <span class="lister-item-year text-muted unbold">(2002)</span>, <span class="lister-item-year text-muted unbold">(1936)</span>, <span class="lister-item-year text-muted unbold">(1991)</span>, <span class="lister-item-year text-muted unbold">(2011)</span>, <span class="lister-item-year text-muted unbold">(1960)</span>, <span class="lister-item-year text-muted unbold">(2000)</span>, <span class="lister-item-year text-muted unbold">(1931)</span>, <span class="lister-item-year text-muted unbold">(2006)</span>, <span class="lister-item-year text-muted unbold">(2014)</span>, <span class="lister-item-year text-muted unbold">(1968)</span>, <span class="lister-item-year text-muted unbold">(2006)</span>, <span class="lister-item-year text-muted unbold">(2019)</span>, <span class="lister-item-year text-muted unbold">(1942)</span>, <span class="lister-item-year text-muted unbold">(1988)</span>, <span class="lister-item-year text-muted unbold">(1954)</span>, <span class="lister-item-year text-muted unbold">(1988)</span>, <span class="lister-item-year text-muted unbold">(1979)</span>, <span class="lister-item-year text-muted unbold">(1981)</span>, <span class="lister-item-year text-muted unbold">(2000)</span>, <span class="lister-item-year text-muted unbold">(1979)</span>, <span class="lister-item-year text-muted unbold">(1940)</span>, <span class="lister-item-year text-muted unbold">(2006)</span>, <span class="lister-item-year text-muted unbold">(2018)</span>, <span class="lister-item-year text-muted unbold">(2012)</span>, <span class="lister-item-year text-muted unbold">(2018)</span>, <span class="lister-item-year text-muted unbold">(1980)</span>, <span class="lister-item-year text-muted unbold">(1957)</span>, <span class="lister-item-year text-muted unbold">(2008)</span>, <span class="lister-item-year text-muted unbold">(1950)</span>, <span class="lister-item-year text-muted unbold">(1964)</span>, <span class="lister-item-year text-muted unbold">(1997)</span>, <span class="lister-item-year text-muted unbold">(2003)</span>, <span class="lister-item-year text-muted unbold">(1957)</span>, <span class="lister-item-year text-muted unbold">(2012)</span>, <span class="lister-item-year text-muted unbold">(1984)</span>, <span class="lister-item-year text-muted unbold">(2019)</span>, <span class="lister-item-year text-muted unbold">(1986)</span>, <span class="lister-item-year text-muted unbold">(1999)</span>, <span class="lister-item-year text-muted unbold">(I) (2017)</span>, <span class="lister-item-year text-muted unbold">(2016)</span>, <span class="lister-item-year text-muted unbold">(1995)</span>, <span class="lister-item-year text-muted unbold">(1981)</span>, <span class="lister-item-year text-muted unbold">(2009)</span>, <span class="lister-item-year text-muted unbold">(2007)</span>, <span class="lister-item-year text-muted unbold">(1983)</span>, <span class="lister-item-year text-muted unbold">(1995)</span>, <span class="lister-item-year text-muted unbold">(1992)</span>, <span class="lister-item-year text-muted unbold">(1984)</span>, <span class="lister-item-year text-muted unbold">(2016)</span>, <span class="lister-item-year text-muted unbold">(1997)</span>, <span class="lister-item-year text-muted unbold">(2009)</span>, <span class="lister-item-year text-muted unbold">(1931)</span>, <span class="lister-item-year text-muted unbold">(2000)</span>, <span class="lister-item-year text-muted unbold">(1968)</span>, <span class="lister-item-year text-muted unbold">(1958)</span>, <span class="lister-item-year text-muted unbold">(2004)</span>, <span class="lister-item-year text-muted unbold">(1941)</span>, <span class="lister-item-year text-muted unbold">(1987)</span>, <span class="lister-item-year text-muted unbold">(2012)</span>, <span class="lister-item-year text-muted unbold">(1959)</span>, <span class="lister-item-year text-muted unbold">(1971)</span>, <span class="lister-item-year text-muted unbold">(2000)</span>, <span class="lister-item-year text-muted unbold">(2001)</span>, <span class="lister-item-year text-muted unbold">(1921)</span>]
movie_year=[]
for i in year:
movie_year.append(i.text.replace("\n",""))
movie_year
len(movie_year)
100
import pandas as pd
import numpy as np
df=pd.DataFrame({})
df['movie_rating']=movie_rating[:100]
df['movies_name']=movies_name[:100]
df['movie_year']=movie_year[:100]
df
| movie_rating | movies_name | movie_year | |
|---|---|---|---|
| 0 | 9.3 | The Shawshank Redemption | (1994) |
| 1 | 9.2 | The Godfather | (1972) |
| 2 | 9 | The Godfather: Part II | (1974) |
| 3 | 9 | The Dark Knight | (2008) |
| 4 | 9 | 12 Angry Men | (1957) |
| ... | ... | ... | ... |
| 95 | 8.3 | North by Northwest | (1959) |
| 96 | 8.3 | A Clockwork Orange | (1971) |
| 97 | 8.3 | Snatch | (2000) |
| 98 | 8.3 | Le fabuleux destin d'Amélie Poulain | (2001) |
| 99 | 8.3 | The Kid | (1921) |
100 rows × 3 columns
Write a python program to display IMDB’s Top rated 100 Indian movies’ data (i.e. Name, IMDB rating, Year of release)
page= requests.get("https://www.imdb.com/list/ls056092300/")
page
<Response [200]>
page.content
b'\n\n\n<!DOCTYPE html>\n<html\n xmlns:og="http://ogp.me/ns#"\n xmlns:fb="http://www.facebook.com/2008/fbml">\n <head>\n \n\n <meta charset="utf-8">\n <meta http-equiv="X-UA-Compatible" content="IE=edge">\n\n\n\n\n <script type="text/javascript">var IMDbTimer={starttime: new Date().getTime(),pt:\'java\'};</script>\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadTitle", {wb: 1});\n }\n</script>\n <script>(function(t){ (t.events = t.events || {})["csm_head_pre_title"] = new Date().getTime(); })(IMDbTimer);</script>\n <title>100 Best Indian Films Till Date - IMDb</title>\n <script>(function(t){ (t.events = t.events || {})["csm_head_post_title"] = new Date().getTime(); })(IMDbTimer);</script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadTitle", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadTitle", {wb: 1});\n }\n</script>\n\n <link rel="canonical" href="https://www.imdb.com/list/ls056092300/" />\n <meta property="og:url" content="http://www.imdb.com/list/ls056092300/" />\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadIcons", {wb: 1});\n }\n</script>\n <script>(function(t){ (t.events = t.events || {})["csm_head_pre_icon"] = new Date().getTime(); })(IMDbTimer);</script>\n\n <link rel=\'icon\' sizes=\'32x32\' href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_desktop_32x32._CB1582158068_.png\' />\n <link rel=\'icon\' sizes=\'167x167\' href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_iPad_retina_167x167._CB1582158068_.png\' />\n <link rel=\'icon\' sizes=\'180x180\' href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_iPhone_retina_180x180._CB1582158069_.png\' />\n\n <link href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile._CB479963088_.png\' rel=\'apple-touch-icon\' />\n <link href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile-76x76._CB479962152_.png\' rel=\'apple-touch-icon\' sizes=\'76x76\' />\n <link href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile-120x120._CB479963088_.png\' rel=\'apple-touch-icon\' sizes=\'120x120\' />\n <link href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-web-152x152._CB479963088_.png\' rel=\'apple-touch-icon\' sizes=\'152x152\' />\n\n <link href=\'https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/android-mobile-196x196._CB479962153_.png\' rel=\'shortcut icon\' sizes=\'196x196\' />\n\n <meta name="theme-color" content="#000000" />\n \n <link rel="search" type="application/opensearchdescription+xml" href="https://m.media-amazon.com/images/S/sash/MzfIBMq9GBucYqW.xml" title="IMDb" />\n <script>(function(t){ (t.events = t.events || {})["csm_head_post_icon"] = new Date().getTime(); })(IMDbTimer);</script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadIcons", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadIcons", {wb: 1});\n }\n</script>\n\n <meta property="pageId" content="ls056092300" />\n <meta property="pageType" content="list" />\n <meta property="subpageType" content="title" />\n\n\n <link rel=\'image_src\' href="https://m.media-amazon.com/images/G/01/imdb/images/social/imdb_logo._CB410901634_.png">\n <meta property=\'og:image\' content="https://m.media-amazon.com/images/G/01/imdb/images/social/imdb_logo._CB410901634_.png" />\n\n <meta property=\'fb:app_id\' content=\'115109575169727\' />\n\n <meta property=\'og:title\' content="100 Best Indian Films Till Date - IMDb" />\n <meta property=\'og:site_name\' content=\'IMDb\' />\n <meta name="title" content="100 Best Indian Films Till Date - IMDb" />\n <meta name="description" content="100 Best Indian Films Till Date" />\n <meta property="og:description" content="100 Best Indian Films Till Date" />\n <meta name="request_id" content="2D9X8YX4G4T66CBSDVH4" />\n<script type="application/ld+json">{\n "@context": "http://schema.org",\n "@type": "CreativeWork",\n "about": {\n "@type": "ItemList",\n "itemListElement": [\n {\n "@type": "ListItem",\n "position": "1",\n "url": "/title/tt1773764/"\n },\n {\n "@type": "ListItem",\n "position": "2",\n "url": "/title/tt0119385/"\n },\n {\n "@type": "ListItem",\n "position": "3",\n "url": "/title/tt0052954/"\n },\n {\n "@type": "ListItem",\n "position": "4",\n "url": "/title/tt0169102/"\n },\n {\n "@type": "ListItem",\n "position": "5",\n "url": "/title/tt0048473/"\n },\n {\n "@type": "ListItem",\n "position": "6",\n "url": "/title/tt0057935/"\n },\n {\n "@type": "ListItem",\n "position": "7",\n "url": "/title/tt0405508/"\n },\n {\n "@type": "ListItem",\n "position": "8",\n "url": "/title/tt1327035/"\n },\n {\n "@type": "ListItem",\n "position": "9",\n "url": "/title/tt1187043/"\n },\n {\n "@type": "ListItem",\n "position": "10",\n "url": "/title/tt0043306/"\n },\n {\n "@type": "ListItem",\n "position": "11",\n "url": "/title/tt0093603/"\n },\n {\n "@type": "ListItem",\n "position": "12",\n "url": "/title/tt0048956/"\n },\n {\n "@type": "ListItem",\n "position": "13",\n "url": "/title/tt0251355/"\n },\n {\n "@type": "ListItem",\n "position": "14",\n "url": "/title/tt0050870/"\n },\n {\n "@type": "ListItem",\n "position": "15",\n "url": "/title/tt0076080/"\n },\n {\n "@type": "ListItem",\n "position": "16",\n "url": "/title/tt0073707/"\n },\n {\n "@type": "ListItem",\n "position": "17",\n "url": "/title/tt0065416/"\n },\n {\n "@type": "ListItem",\n "position": "18",\n "url": "/title/tt0050322/"\n },\n {\n "@type": "ListItem",\n "position": "19",\n "url": "/title/tt0112553/"\n },\n {\n "@type": "ListItem",\n "position": "20",\n "url": "/title/tt0154942/"\n },\n {\n "@type": "ListItem",\n "position": "21",\n "url": "/title/tt0045693/"\n },\n {\n "@type": "ListItem",\n "position": "22",\n "url": "/title/tt0073034/"\n },\n {\n "@type": "ListItem",\n "position": "23",\n "url": "/title/tt0095872/"\n },\n {\n "@type": "ListItem",\n "position": "24",\n "url": "/title/tt0054098/"\n },\n {\n "@type": "ListItem",\n "position": "25",\n "url": "/title/tt0090634/"\n },\n {\n "@type": "ListItem",\n "position": "26",\n "url": "/title/tt0050665/"\n },\n {\n "@type": "ListItem",\n "position": "27",\n "url": "/title/tt0063023/"\n },\n {\n "@type": "ListItem",\n "position": "28",\n "url": "/title/tt1954470/"\n },\n {\n "@type": "ListItem",\n "position": "29",\n "url": "/title/tt0059246/"\n },\n {\n "@type": "ListItem",\n "position": "30",\n "url": "/title/tt0195231/"\n },\n {\n "@type": "ListItem",\n "position": "31",\n "url": "/title/tt0105271/"\n },\n {\n "@type": "ListItem",\n "position": "32",\n "url": "/title/tt0093578/"\n },\n {\n "@type": "ListItem",\n "position": "33",\n "url": "/title/tt0054073/"\n },\n {\n "@type": "ListItem",\n "position": "34",\n "url": "/title/tt1524539/"\n },\n {\n "@type": "ListItem",\n "position": "35",\n "url": "/title/tt0085913/"\n },\n {\n "@type": "ListItem",\n "position": "36",\n "url": "/title/tt0098999/"\n },\n {\n "@type": "ListItem",\n "position": "37",\n "url": "/title/tt0232753/"\n },\n {\n "@type": "ListItem",\n "position": "38",\n "url": "/title/tt0211126/"\n },\n {\n "@type": "ListItem",\n "position": "39",\n "url": "/title/tt0292490/"\n },\n {\n "@type": "ListItem",\n "position": "40",\n "url": "/title/tt2356180/"\n },\n {\n "@type": "ListItem",\n "position": "41",\n "url": "/title/tt0072783/"\n },\n {\n "@type": "ListItem",\n "position": "42",\n "url": "/title/tt0112870/"\n },\n {\n "@type": "ListItem",\n "position": "43",\n "url": "/title/tt0986264/"\n },\n {\n "@type": "ListItem",\n "position": "44",\n "url": "/title/tt0085178/"\n },\n {\n "@type": "ListItem",\n "position": "45",\n "url": "/title/tt0075747/"\n },\n {\n "@type": "ListItem",\n "position": "46",\n "url": "/title/tt1305797/"\n },\n {\n "@type": "ListItem",\n "position": "47",\n "url": "/title/tt0086230/"\n },\n {\n "@type": "ListItem",\n "position": "48",\n "url": "/title/tt0396962/"\n },\n {\n "@type": "ListItem",\n "position": "49",\n "url": "/title/tt0102258/"\n },\n {\n "@type": "ListItem",\n "position": "50",\n "url": "/title/tt0154565/"\n },\n {\n "@type": "ListItem",\n "position": "51",\n "url": "/title/tt0048613/"\n },\n {\n "@type": "ListItem",\n "position": "52",\n "url": "/title/tt0312859/"\n },\n {\n "@type": "ListItem",\n "position": "53",\n "url": "/title/tt0110076/"\n },\n {\n "@type": "ListItem",\n "position": "54",\n "url": "/title/tt2218988/"\n },\n {\n "@type": "ListItem",\n "position": "55",\n "url": "/title/tt0109206/"\n },\n {\n "@type": "ListItem",\n "position": "56",\n "url": "/title/tt0323013/"\n },\n {\n "@type": "ListItem",\n "position": "57",\n "url": "/title/tt0400234/"\n },\n {\n "@type": "ListItem",\n "position": "58",\n "url": "/title/tt0074858/"\n },\n {\n "@type": "ListItem",\n "position": "59",\n "url": "/title/tt0154159/"\n },\n {\n "@type": "ListItem",\n "position": "60",\n "url": "/title/tt2181931/"\n },\n {\n "@type": "ListItem",\n "position": "61",\n "url": "/title/tt0061842/"\n },\n {\n "@type": "ListItem",\n "position": "62",\n "url": "/title/tt0067546/"\n },\n {\n "@type": "ListItem",\n "position": "63",\n "url": "/title/tt0379370/"\n },\n {\n "@type": "ListItem",\n "position": "64",\n "url": "/title/tt0053965/"\n },\n {\n "@type": "ListItem",\n "position": "65",\n "url": "/title/tt0056436/"\n },\n {\n "@type": "ListItem",\n "position": "66",\n "url": "/title/tt0076696/"\n },\n {\n "@type": "ListItem",\n "position": "67",\n "url": "/title/tt0263778/"\n },\n {\n "@type": "ListItem",\n "position": "68",\n "url": "/title/tt0267363/"\n },\n {\n "@type": "ListItem",\n "position": "69",\n "url": "/title/tt1180583/"\n },\n {\n "@type": "ListItem",\n "position": "70",\n "url": "/title/tt0329393/"\n },\n {\n "@type": "ListItem",\n "position": "71",\n "url": "/title/tt0097045/"\n },\n {\n "@type": "ListItem",\n "position": "72",\n "url": "/title/tt0109732/"\n },\n {\n "@type": "ListItem",\n "position": "73",\n "url": "/title/tt2717168/"\n },\n {\n "@type": "ListItem",\n "position": "74",\n "url": "/title/tt0086231/"\n },\n {\n "@type": "ListItem",\n "position": "75",\n "url": "/title/tt0374887/"\n },\n {\n "@type": "ListItem",\n "position": "76",\n "url": "/title/tt0088031/"\n },\n {\n "@type": "ListItem",\n "position": "77",\n "url": "/title/tt0067164/"\n },\n {\n "@type": "ListItem",\n "position": "78",\n "url": "/title/tt0832971/"\n },\n {\n "@type": "ListItem",\n "position": "79",\n "url": "/title/tt2146960/"\n },\n {\n "@type": "ListItem",\n "position": "80",\n "url": "/title/tt0373856/"\n },\n {\n "@type": "ListItem",\n "position": "81",\n "url": "/title/tt0215517/"\n },\n {\n "@type": "ListItem",\n "position": "82",\n "url": "/title/tt0499375/"\n },\n {\n "@type": "ListItem",\n "position": "83",\n "url": "/title/tt0109117/"\n },\n {\n "@type": "ListItem",\n "position": "84",\n "url": "/title/tt0058547/"\n },\n {\n "@type": "ListItem",\n "position": "85",\n "url": "/title/tt0076492/"\n },\n {\n "@type": "ListItem",\n "position": "86",\n "url": "/title/tt0064086/"\n },\n {\n "@type": "ListItem",\n "position": "87",\n "url": "/title/tt0118751/"\n },\n {\n "@type": "ListItem",\n "position": "88",\n "url": "/title/tt0437407/"\n },\n {\n "@type": "ListItem",\n "position": "89",\n "url": "/title/tt0047990/"\n },\n {\n "@type": "ListItem",\n "position": "90",\n "url": "/title/tt1461674/"\n },\n {\n "@type": "ListItem",\n "position": "91",\n "url": "/title/tt0172684/"\n },\n {\n "@type": "ListItem",\n "position": "92",\n "url": "/title/tt0376076/"\n },\n {\n "@type": "ListItem",\n "position": "93",\n "url": "/title/tt1045898/"\n },\n {\n "@type": "ListItem",\n "position": "94",\n "url": "/title/tt0059028/"\n },\n {\n "@type": "ListItem",\n "position": "95",\n "url": "/title/tt0085743/"\n },\n {\n "@type": "ListItem",\n "position": "96",\n "url": "/title/tt0052572/"\n },\n {\n "@type": "ListItem",\n "position": "97",\n "url": "/title/tt1286811/"\n },\n {\n "@type": "ListItem",\n "position": "98",\n "url": "/title/tt0265343/"\n },\n {\n "@type": "ListItem",\n "position": "99",\n "url": "/title/tt0375611/"\n },\n {\n "@type": "ListItem",\n "position": "100",\n "url": "/title/tt0072860/"\n }\n ]\n },\n "dateModified": "2013-07-24T02:34Z",\n "name": "100 Best Indian Films Till Date",\n "description": "Here is the list of 100 Best Indian Films till date"\n}</script>\n <script>\n (function (win) {\n win.PLAID_LOAD_FONTS_FIRED = true;\n\n if (typeof win.FontFace !== "undefined"\n && typeof win.Promise !== "undefined") {\n if (win.ue) {\n win.uet("bb", "LoadRoboto", { wb: 1 });\n }\n var allowableLoadTime = 1000;\n var startTimeInt = +new Date();\n var roboto = new FontFace(\'Roboto\',\n \'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3Rv.woff2)\',\n { style:\'normal\', weight: 400 });\n var robotoMedium = new FontFace(\'Roboto\',\n \'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3RvTWVk.woff2)\',\n { style:\'normal\', weight: 500 });\n var robotoBold = new FontFace(\'Roboto\',\n \'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3RvQm9sZA.woff2)\',\n { style:\'normal\', weight: 600 });\n var robotoLoaded = roboto.load();\n var robotoMediumLoaded = robotoMedium.load();\n var robotoBoldLoaded = robotoBold.load();\n\n win.Promise.all([robotoLoaded, robotoMediumLoaded, robotoBoldLoaded]).then(function() {\n var loadTimeInt = +new Date();\n var robotoLoadedCount = 0;\n if ((loadTimeInt - startTimeInt) <= allowableLoadTime) {\n win.document.fonts.add(roboto);\n win.document.fonts.add(robotoMedium);\n win.document.fonts.add(robotoBold);\n robotoLoadedCount++;\n }\n if (win.ue) {\n win.ue.count("roboto-loaded", robotoLoadedCount);\n win.uet("be", "LoadRoboto", { wb: 1 });\n win.uex("ld", "LoadRoboto", { wb: 1 });\n }\n }).catch(function() {\n if (win.ue) {\n win.ue.count("roboto-loaded", 0);\n }\n });\n } else {\n if (win.ue) {\n win.ue.count("roboto-load-not-attempted", 1);\n }\n }\n })(window);\n </script>\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadCSS", {wb: 1});\n }\n</script>\n <script>(function(t){ (t.events = t.events || {})["csm_head_pre_css"] = new Date().getTime(); })(IMDbTimer);</script>\n \n<link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/I/41vmHx-SBDL.css" /><link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/I/41pzfEC8F8L.css" />\n\n<link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/r6TDeHVtyCUngwC.css" />\n<!-- h=ics-onebox-1a-7744d068.us-east-1 -->\n<!--[if IE]><link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/pXHSPBTKPo0GIjW.css" /><![endif]-->\n\n <link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/q88Mgd6SPmx6R1F.css" />\n <link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/dM0$HCaK4vPEd5s.css" />\n <link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/MEsZk7KxG2g8825.css" />\n <link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/$itbxPZLfCmJdmP.css" />\n <noscript>\n <link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/CCc6Ja$8QUPPKkY.css">\n </noscript>\n <script>(function(t){ (t.events = t.events || {})["csm_head_post_css"] = new Date().getTime(); })(IMDbTimer);</script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadCSS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadCSS", {wb: 1});\n }\n</script>\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadJS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadHeaderJS", {wb: 1});\n }\n</script>\n <script>(function(t){ (t.events = t.events || {})["csm_head_pre_ads"] = new Date().getTime(); })(IMDbTimer);</script>\n \n <script type="text/javascript">\n // ensures js doesn\'t die if ads service fails. \n // Note that we need to define the js here, since ad js is being rendered inline after this.\n (function(f) {\n // Fallback javascript, when the ad Service call fails. \n \n if((window.csm == null || window.generic == null || window.consoleLog == null)) {\n if (window.console && console.log) {\n console.log("one or more of window.csm, window.generic or window.consoleLog has been stubbed...");\n }\n }\n \n window.csm = window.csm || { measure:f, record:f, duration:f, listen:f, metrics:{} };\n window.generic = window.generic || { monitoring: { start_timing: f, stop_timing: f } };\n window.consoleLog = window.consoleLog || f;\n })(function() {});\n </script>\n<script type="text/javascript">\n if (!window.RadWidget) {\n window.RadWidget = {\n registerReactWidgetInstance: function(input) {\n window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];\n window.RadWidget[input.widgetName].push({\n id: input.instanceId,\n props: JSON.stringify(input.model)\n })\n },\n getReactWidgetInstances: function(widgetName) {\n return window.RadWidget[widgetName] || []\n }\n };\n }\n</script> <script>\n if (\'csm\' in window) {\n csm.measure(\'csm_head_delivery_finished\');\n }\n </script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadHeaderJS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadHeaderJS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadJS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadJS", {wb: 1});\n }\n</script>\n\n \n </head>\n <body id="styleguide-v2" class="fixed">\n \n<script>\n if (typeof uet == \'function\') {\n uet("bb");\n }\n</script>\n <script>\n if (\'csm\' in window) {\n csm.measure(\'csm_body_delivery_started\');\n }\n </script>\n \n<script>\n if (typeof uet == \'function\') {\n uet("ns");\n }\n</script>\n <style data-styled="gwOpQB iwkRT erYeKd bkeTFm diDBNJ eWjUDO LrpYY dzfmPm dFDExU RQLCk YOYgO ddqdtC hOXnzb cIKARP gTFTwO dKTgZt crQfrC OQYVG hjoCyi hoAGyu cECatH kaVyhF eIWOUD" data-styled-version="4.3.2">\n/* sc-component-id: NavLogo-e02kni-0 */\n.ddqdtC{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:0.25rem;margin-right:auto;-webkit-order:1;-ms-flex-order:1;order:1;position:relative;} @media screen and (min-width:1024px){.ddqdtC{margin-left:auto;margin-right:0.5rem;-webkit-order:0;-ms-flex-order:0;order:0;padding-left:0;}} @media (hover:hover) and (pointer:fine){.ddqdtC:focus{outline:1px dashed currentColor;}.ddqdtC:focus:active{outline:0;}.ddqdtC:before,.ddqdtC:after{border-radius:10%;bottom:0;content:\'\';height:100%;left:0;margin:auto;opacity:0;position:absolute;right:0;top:0;-webkit-transition:opacity .2s cubic-bezier(1,1,1,1);transition:opacity .2s cubic-bezier(1,1,1,1);width:100%;}}\n/* sc-component-id: SearchTypeahead-sc-112a48v-0 */\n.OQYVG li:first-child > ._3CzPBqlWRmSAoWxtvQQ5Eo{border-top:none;}\n/* sc-component-id: FlyoutMenu-xq6xx0-0 */\n.crQfrC{position:relative;} .crQfrC.navbar__flyout__text-button-after-mobile,.crQfrC .navbar__flyout__text-button-after-mobile{display:none;} .crQfrC .navbar__flyout__text-button-after-mobile > div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;} .crQfrC .navbar__flyout--menu{top:100%;position:absolute;margin-top:.25rem;} .crQfrC.crQfrC.navbar__flyout--positionLeft .navbar__flyout--menu{left:0;right:auto;} @media screen and (min-width:600px){.crQfrC.navbar__flyout--breakpoint-m .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-m .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} @media screen and (min-width:1024px){.crQfrC.navbar__flyout--breakpoint-l .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-l .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} @media screen and (min-width:1280px){.crQfrC.navbar__flyout--breakpoint-xl .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-xl .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} .crQfrC .navbar__flyout__button-pointer{-webkit-transition:-webkit-transform 0.2s;-webkit-transition:transform 0.2s;transition:transform 0.2s;-webkit-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0);} .crQfrC.navbar__flyout--isVisible .navbar__flyout__button-pointer{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);}\n/* sc-component-id: SearchCategorySelector__StyledContainer-sc-18f40f7-0 */\n.dKTgZt .search-category-selector__opener{border-radius:2px 0 0 2px;padding:0 0 0 0.5rem;min-height:32px;height:20px;border-right:1px solid rgba(0,0,0,0.3);} .dKTgZt _1L5qcXA4wOKR8LeHJgsqja{cursor:pointer;}\n/* sc-component-id: SearchForm-dxsip9-0 */\n.gTFTwO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0;padding:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;} @media screen and (min-width:600px){.gTFTwO{-webkit-transition:border 0.2s,background-color 0.2s,box-shadow 0.2s;transition:border 0.2s,background-color 0.2s,box-shadow 0.2s;}} .gTFTwO .nav-search__search-input-container{width:100%;padding-right:3.5rem;} .gTFTwO ._1-XI3_I8iwubPnQ1mmvW97{position:absolute;right:.35rem;min-width:2rem;cursor:pointer;top:.35rem;-webkit-transition:all 0.2s;transition:all 0.2s;} @media screen and (min-width:600px){.gTFTwO.q2gp5sSzXI30d2n_razRe ._1-XI3_I8iwubPnQ1mmvW97{background:transparent;opacity:1;}} .gTFTwO .imdb-header-search__input{background:transparent;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;outline:none;padding:1rem 1rem 1rem .75rem;width:100%;} @media screen and (min-width:600px){.gTFTwO .imdb-header-search__input{padding:.375em 0 .375rem .5rem;}} .gTFTwO .imdb-header-search__input::-ms-clear{display:none;}\n/* sc-component-id: SearchBar-sc-1nweg6x-0 */\n.hOXnzb{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;left:0;margin:0;min-height:3.5rem;opacity:0;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:none;transition:none;-webkit-order:3;-ms-flex-order:3;order:3;pointer-events:none;position:absolute;top:0;visibility:hidden;width:100%;z-index:1;} .hOXnzb .imdb-header-search__state-closer{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:-webkit-transform 0.2s 0.1s;-webkit-transition:transform 0.2s 0.1s;transition:transform 0.2s 0.1s;display:inline;margin:.25rem;position:absolute;right:0;top:0;} .hOXnzb .imdb-header-search__state,.hOXnzb .imdb-header-search__input,.hOXnzb .nav-search__search-submit{-moz-appearance:none;-webkit-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;} @media screen and (min-width:600px){.hOXnzb{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0 0.5rem;padding:0;min-height:2.25rem;-webkit-order:3;-ms-flex-order:3;order:3;opacity:1;visibility:visible;pointer-events:auto;position:relative;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.hOXnzb .imdb-header-search__state,.hOXnzb .nav-search__search-submit{padding:0;}.hOXnzb .nav-search__search-submit:focus{outline:var(--ipt-focus-outline-on-base);outline-offset:1px;}.hOXnzb .imdb-header-search__state-closer{display:none;}}\n/* sc-component-id: SearchBar__SearchLauncherButton-sc-1nweg6x-1 */\n.hjoCyi{-webkit-transition:all 0.3s;transition:all 0.3s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-order:3;-ms-flex-order:3;order:3;} @media screen and (min-width:600px){.hjoCyi{-webkit-order:3;-ms-flex-order:3;order:3;}.hjoCyi.imdb-header-search__state-opener{display:none;}}\n/* sc-component-id: SearchBar__MobileSearchStateToggle-sc-1nweg6x-2 */\n.cIKARP:checked ~ .nav-search__search-container{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity 0.2s,-webkit-transform 0.2s;-webkit-transition:opacity 0.2s,transform 0.2s;transition:opacity 0.2s,transform 0.2s;visibility:visible;pointer-events:auto;z-index:100;} .cIKARP:checked ~ .nav-search__search-container .nav-search__search-select,.cIKARP:checked ~ .nav-search__search-container .nav-search__search-submit{display:none;} .cIKARP:checked ~ .nav-search__search-container .imdb-header-search__state-closer{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);} .cIKARP:checked ~ .nav-search__search-container ~ .SearchBar__SearchLauncherButton-sc-1nweg6x-1{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.3s 0.3s;transition:all 0.3s 0.3s;opacity:0;}\n/* sc-component-id: Drawer__StyledContainer-sc-1h7cs9y-0 */\n.bkeTFm._14--k36qjjvLW3hUWHDPb_{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;left:0;overflow:hidden;-webkit-perspective:70vh;-moz-perspective:70vh;-ms-perspective:70vh;perspective:70vh;pointer-events:none;position:fixed;right:0;top:0;visibility:hidden;z-index:100;} .bkeTFm .iRO9SK-8q3D8_287dhn28{box-shadow:none;box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:auto;position:relative;-webkit-transform:translateX(calc(-100% - 36px));-ms-transform:translateX(calc(-100% - 36px));transform:translateX(calc(-100% - 36px));-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transition:all 0.3s,box-shadow 0s;transition:all 0.3s,box-shadow 0s;width:280px;z-index:2;-webkit-overflow-scroll:touch;} .bkeTFm ._1iCYg55DI6ds7d3KVrdYBX{box-sizing:border-box;display:block;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;visibility:hidden;width:100%;will-change:opacity;z-index:1;} .bkeTFm ._3rHHDKyPLOjL8tGKHWMRza{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;min-height:3.5rem;margin-bottom:0.5rem;padding:0.25rem;} .bkeTFm ._2RzUkzyrsjx_BPIQ5uoj5s{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_{pointer-events:auto;visibility:visible;} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_ > .iRO9SK-8q3D8_287dhn28{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);box-shadow:0px 11px 15px -7px rgba(var(--ipt-baseAlt-rgb),0.2),0px 24px 38px 3px rgba(var(--ipt-baseAlt-rgb),0.14),0px 9px 46px 8px rgba(var(--ipt-baseAlt-rgb),0.12);} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_ > ._1iCYg55DI6ds7d3KVrdYBX{opacity:0.5;visibility:visible;} @media screen and (min-width:1024px){.bkeTFm .iRO9SK-8q3D8_287dhn28{width:100%;-webkit-transform:translateY(calc(-100%));-ms-transform:translateY(calc(-100%));transform:translateY(calc(-100%));padding:2rem 0;}.bkeTFm ._3rHHDKyPLOjL8tGKHWMRza{background:none;max-width:1024px;margin:auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 1rem;}.bkeTFm ._3bRJYEaOz1BKUQYqW6yb29{max-width:1024px;margin:auto;}.bkeTFm .WNY8DBPCS1ZbiSd7NoqdP{display:inline;}}\n/* sc-component-id: NavLink-sc-19k0khm-0 */\n.LrpYY .ipc-icon{opacity:0.5;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;} .LrpYY:hover .ipc-icon{opacity:1;} @media screen and (max-width:479px){.LrpYY.nav-link--hideXS{display:none;}} @media screen and (min-width:480px) and (max-width:599px){.LrpYY.nav-link--hideS{display:none;}} @media screen and (min-width:600px) and (max-width:1023px){.LrpYY.nav-link--hideM{display:none;}} @media screen and (min-width:1024px) and (max-width:1279px){.LrpYY.nav-link--hideL{display:none;}} @media screen and (min-width:1280px){.LrpYY.nav-link--hideXL{display:none;}}\n/* sc-component-id: NavLinkCategory__StyledContainer-sc-1zvm8t-0 */\n.eWjUDO ._2vjThdvAXrHx6CofJjm03w{cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid transparent;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:3rem;margin:0;padding:0 1rem;-webkit-transition:color 0.1s ease-in,border-color 0.1s ease-in,opacity 0.12s ease-in;transition:color 0.1s ease-in,border-color 0.1s ease-in,opacity 0.12s ease-in;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;} .eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus{outline:var(--ipt-focus-outline-on-baseAlt);outline-offset:1px;} .eWjUDO ._1tLXJMH37mh4UmvfVF8swF{padding-right:0.75rem;} .eWjUDO ._2aunAih-uMfbdgTUIjnQMd{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;padding-right:0.75rem;text-overflow:ellipsis;white-space:nowrap;} .eWjUDO ._2BeDp2pKthfMnxArm4lS0T{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);} .eWjUDO ._1tLXJMH37mh4UmvfVF8swF,.eWjUDO ._2BeDp2pKthfMnxArm4lS0T{opacity:0.5;-webkit-transition:all 0.2s;transition:all 0.2s;} .eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus ._2BeDp2pKthfMnxArm4lS0T,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:hover ._2BeDp2pKthfMnxArm4lS0T,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus ._1tLXJMH37mh4UmvfVF8swF,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:hover ._1tLXJMH37mh4UmvfVF8swF{opacity:1;} .eWjUDO ._1S9IOoNAVMPB2VikET3Lr2{overflow:hidden;border-bottom:1px solid transparent;-webkit-transition:border-color 0.1s ease-in,height 0.2s;transition:border-color 0.1s ease-in,height 0.2s;} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._2vjThdvAXrHx6CofJjm03w ._1tLXJMH37mh4UmvfVF8swF{opacity:1;} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._2vjThdvAXrHx6CofJjm03w ._2BeDp2pKthfMnxArm4lS0T{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._1S9IOoNAVMPB2VikET3Lr2{display:block;} .eWjUDO:nth-of-type(1) ._2vjThdvAXrHx6CofJjm03w{border-top:none;} @media screen and (min-width:1024px){.eWjUDO.noMarginItem ._2vjThdvAXrHx6CofJjm03w{margin-top:0;}} @media screen and (min-width:1024px){.eWjUDO{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}.eWjUDO ._2vjThdvAXrHx6CofJjm03w{pointer-events:none;margin-top:1.5rem;height:3rem;border:none;}.eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ ._2Q0QZxgQqVpU0nQBqv1xlY ._2vjThdvAXrHx6CofJjm03w ._2aunAih-uMfbdgTUIjnQMd{color:inherit;}.eWjUDO ._1S9IOoNAVMPB2VikET3Lr2{visibility:inherit;height:auto !important;border:0;}.eWjUDO ._2BeDp2pKthfMnxArm4lS0T{display:none;}.eWjUDO ._1tLXJMH37mh4UmvfVF8swF{color:var(--ipt-on-baseAlt-accent1-color);opacity:1;}.eWjUDO .ipc-list__item{height:2rem;}.eWjUDO .ipc-list--baseAlt .ipc-list__item:hover{background:none;-webkit-text-decoration:underline;text-decoration:underline;}} @media screen and (max-width:479px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideXS{display:none;}} @media screen and (min-width:480px) and (max-width:599px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideS{display:none;}} @media screen and (min-width:600px) and (max-width:1023px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideM{display:none;}} @media screen and (min-width:1024px) and (max-width:1279px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideL{display:none;}} @media screen and (min-width:1280px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideXL{display:none;}}\n/* sc-component-id: NavDynamicCategoryList__CategoryGroupContainer-f186ms-0 */\n@media screen and (min-width:1024px){.dzfmPm{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}}\n/* sc-component-id: NavDynamicCategoryList__EmptyContainer-f186ms-1 */\n@media screen and (min-width:1024px){.dFDExU{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}}\n/* sc-component-id: NavLinkCategoryList__StyledContainer-sc-13vymju-0 */\n.diDBNJ ._1cBEhLbHn9YeCkfPvo9USU{list-style:none;margin:0.5rem 0;opacity:0.2;} .diDBNJ ._3xW8qYlqcCPv5fOHeXBer5{margin-bottom:3rem;margin-top:1.5rem;padding:1rem;height:auto;} @media screen and (min-width:1024px){.diDBNJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.diDBNJ ._1BC0pBnjYqz3wST1u3CwmG{display:none;}.diDBNJ ._3xW8qYlqcCPv5fOHeXBer5{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;display:none;}.diDBNJ:focus{outline:var(--ipt-focus-outline-on-baseAlt);outline-offset:1px;}}\n/* sc-component-id: NavLinkCategoryList__LogoNavLink-sc-13vymju-1 */\n.RQLCk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}\n/* sc-component-id: NavLinkCategoryList__TextNavLink-sc-13vymju-2 */\n.YOYgO{margin-top:.25rem;}\n/* sc-component-id: HamburgerMenu-k5mvoq-0 */\n.erYeKd{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-order:0;-ms-flex-order:0;order:0;} .erYeKd.desktop{display:none;} @media screen and (min-width:1024px){.erYeKd{-webkit-order:1;-ms-flex-order:1;order:1;}.erYeKd.mobile{display:none;}.erYeKd.desktop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}\n/* sc-component-id: UserMenu-sc-1poz515-0 */\n.eIWOUD{-webkit-order:6;-ms-flex-order:6;order:6;} @media screen and (min-width:600px){.eIWOUD .navbar__user-menu__username-divider,.eIWOUD .navbar__user-menu__username{display:none;}} @media screen and (min-width:1024px){.eIWOUD{-webkit-order:7;-ms-flex-order:7;order:7;}} .eIWOUD .navbar__user-menu-toggle__button{padding-right:0.25rem;} .eIWOUD .navbar__user-name{max-width:160px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}\n/* sc-component-id: NavWatchlistButton-sc-1b65w5j-0 */\n.kaVyhF{-webkit-order:5;-ms-flex-order:5;order:5;display:none;} @media screen and (min-width:1024px){.kaVyhF{-webkit-order:6;-ms-flex-order:6;order:6;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} .kaVyhF .imdb-header__watchlist-button-count{margin-left:0.5rem;background:var(--ipt-on-base-accent1-color);color:var(--ipt-on-accent1-color);padding:0 0.4rem;border-radius:10px;text-align:center;} .kaVyhF .ipc-button__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}\n/* sc-component-id: NavProFlyout-sc-1cjctnc-0 */\n.hoAGyu{-webkit-order:4;-ms-flex-order:4;order:4;} @media screen and (min-width:1024px){.hoAGyu{-webkit-order:4;-ms-flex-order:4;order:4;}} .hoAGyu .navbar__imdbpro-menu-toggle__name{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;} .hoAGyu .navbar__imdbpro-content .navbar__flyout--menu{background-image:url(//m.media-amazon.com/images/G/01/imdb/images/navbar/imdbpro_navbar_menu_bg-3083451252._V_.png);background-size:cover;padding-left:17px;padding-bottom:25px;padding-top:25px;color:white;font-weight:bold;} .hoAGyu .navbar__imdbpro-imdb-pro-ad{background-repeat:no-repeat;color:white;cursor:pointer;width:573px;overflow:hidden;border-radius:8px;left:initial;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__image{display:inline-block;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__title{color:white;line-height:1.3em;margin-bottom:10px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__line{cursor:inherit;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__link{display:inline-block;-webkit-text-decoration:none;text-decoration:none;vertical-align:middle;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__image{vertical-align:top;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content{font-family:\'Arial\';margin-left:15px;width:400px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content .imdb-pro-ad__line{display:list-item;font-size:12px;list-style-position:inside;list-style-type:disc;margin:0px;padding:.1rem 0;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content .imdb-pro-ad__title{font-size:15px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button{margin-top:15px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button text{fill:#111111;font-size:13px;font-weight:normal;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button svg:hover rect,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button text:hover rect{fill:#f7dd95;} .hoAGyu .navbar__imdbpro-content .sub_nav{background-color:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,0.6);color:#999;height:325px;} .hoAGyu .navbar__imdbpro-content .sub_nav h5{color:#A58500;margin:20px 0 10px;position:relative;}\n/* sc-component-id: LegacyLoginNode-sc-1oajtws-0 */\n.iwkRT{display:none;}\n/* sc-component-id: Root__Header-sc-7p0yen-0 */\n.gwOpQB{padding:0.25rem;margin:0;position:relative;z-index:1000;min-height:3.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;} .gwOpQB a{color:inherit;} .gwOpQB .navbar__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100vw;margin:0;} @media screen and (min-width:600px){.gwOpQB .navbar__inner{padding:0 .75rem;}} @media screen and (min-width:1024px){.gwOpQB .navbar__inner{width:100%;margin:0 auto;}} .gwOpQB label{margin-bottom:0;}\n/* sc-component-id: Root__Separator-sc-7p0yen-1 */\n.cECatH{border:1px solid rgba(var(--ipt-on-baseAlt-rgb),.16);-webkit-order:5;-ms-flex-order:5;order:5;width:1px;height:2rem;margin:0 .5rem;} @media screen and (max-width:600px){.cECatH{display:none;-webkit-order:7;-ms-flex-order:7;order:7;}}</style>\n <div id="14b6d18b-0527-44b6-a343-68c9c2d056ee">\n <nav id="imdbHeader" class="FHCtKBINjbqzCITNiccU0 imdb-header imdb-header--react Root__Header-sc-7p0yen-0 gwOpQB"><div id="nblogin" class="imdb-header__login-state-node"></div><div class="ipc-page-content-container ipc-page-content-container--center navbar__inner" role="presentation"><label id="imdbHeader-navDrawerOpen" class="ipc-icon-button jOOJQ0waXoTX6ZSthGtum HamburgerMenu-k5mvoq-0 erYeKd mobile ipc-icon-button--baseAlt ipc-icon-button--onBase" title="Open Navigation Drawer" role="button" tabindex="0" aria-label="Open Navigation Drawer" aria-disabled="false" for="imdbHeader-navDrawer"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--menu" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"></path></svg></label><label id="imdbHeader-navDrawerOpen--desktop" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button jOOJQ0waXoTX6ZSthGtum HamburgerMenu-k5mvoq-0 erYeKd desktop" role="button" tabindex="0" aria-label="Open Navigation Drawer" aria-disabled="false" for="imdbHeader-navDrawer"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--menu ipc-button__icon ipc-button__icon--pre" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"></path></svg><div class="ipc-button__text">Menu</div></label><input type="checkbox" class="_146x-LuQBSfM9yosRvjSGF" name="imdbHeader-navDrawer" id="imdbHeader-navDrawer" aria-hidden="true" hidden=""/><aside class="_14--k36qjjvLW3hUWHDPb_ _32i38MKalFVUkNAqPm88ln imdb-header__nav-drawer Drawer__StyledContainer-sc-1h7cs9y-0 bkeTFm" role="presentation" data-testid="drawer"><div class="iRO9SK-8q3D8_287dhn28" role="presentation" aria-hidden="true" data-testid="panel"><div class="_3rHHDKyPLOjL8tGKHWMRza" role="presentation" data-testid="panel-header"><a href="/?ref_=nv_home"><svg class="ipc-logo WNY8DBPCS1ZbiSd7NoqdP" xmlns="http://www.w3.org/2000/svg" width="98" height="56" viewBox="0 0 64 32" version="1.1"><g fill="#F5C518"><rect x="0" y="0" width="100%" height="100%" rx="4"></rect></g><g transform="translate(8.000000, 7.000000)" fill="#000000" fill-rule="nonzero"><polygon points="0 18 5 18 5 0 0 0"></polygon><path d="M15.6725178,0 L14.5534833,8.40846934 L13.8582008,3.83502426 C13.65661,2.37009263 13.4632474,1.09175121 13.278113,0 L7,0 L7,18 L11.2416347,18 L11.2580911,6.11380679 L13.0436094,18 L16.0633571,18 L17.7583653,5.8517865 L17.7707076,18 L22,18 L22,0 L15.6725178,0 Z"></path><path d="M24,18 L24,0 L31.8045586,0 C33.5693522,0 35,1.41994415 35,3.17660424 L35,14.8233958 C35,16.5777858 33.5716617,18 31.8045586,18 L24,18 Z M29.8322479,3.2395236 C29.6339219,3.13233348 29.2545158,3.08072342 28.7026524,3.08072342 L28.7026524,14.8914865 C29.4312846,14.8914865 29.8796736,14.7604764 30.0478195,14.4865461 C30.2159654,14.2165858 30.3021941,13.486105 30.3021941,12.2871637 L30.3021941,5.3078959 C30.3021941,4.49404499 30.272014,3.97397442 30.2159654,3.74371416 C30.1599168,3.5134539 30.0348852,3.34671372 29.8322479,3.2395236 Z"></path><path d="M44.4299079,4.50685823 L44.749518,4.50685823 C46.5447098,4.50685823 48,5.91267586 48,7.64486762 L48,14.8619906 C48,16.5950653 46.5451816,18 44.749518,18 L44.4299079,18 C43.3314617,18 42.3602746,17.4736618 41.7718697,16.6682739 L41.4838962,17.7687785 L37,17.7687785 L37,0 L41.7843263,0 L41.7843263,5.78053556 C42.4024982,5.01015739 43.3551514,4.50685823 44.4299079,4.50685823 Z M43.4055679,13.2842155 L43.4055679,9.01907814 C43.4055679,8.31433946 43.3603268,7.85185468 43.2660746,7.63896485 C43.1718224,7.42607505 42.7955881,7.2893916 42.5316822,7.2893916 C42.267776,7.2893916 41.8607934,7.40047379 41.7816216,7.58767002 L41.7816216,9.01907814 L41.7816216,13.4207851 L41.7816216,14.8074788 C41.8721037,15.0130276 42.2602358,15.1274059 42.5316822,15.1274059 C42.8031285,15.1274059 43.1982131,15.0166981 43.281155,14.8074788 C43.3640968,14.5982595 43.4055679,14.0880581 43.4055679,13.2842155 Z"></path></g></svg></a><label class="ipc-icon-button _2RzUkzyrsjx_BPIQ5uoj5s ipc-icon-button--baseAlt ipc-icon-button--onBase" title="Close Navigation Drawer" role="button" tabindex="0" aria-label="Close Navigation Drawer" aria-disabled="false" for="imdbHeader-navDrawer"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--clear" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"></path></svg></label></div><div class="_3bRJYEaOz1BKUQYqW6yb29" role="presentation" data-testid="panel-content"><div role="presentation" class="_3wpok4xkiX-9E61ruFL_RA NavLinkCategoryList__StyledContainer-sc-13vymju-0 diDBNJ"><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-mov" tabindex="-1" data-category-id="mov" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand Movies Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-mov" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--movie" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M18 4v1h-2V4c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1H6V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Movies</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/calendar/?ref_=nv_mv_cal" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Release Calendar</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/list/ls016522954/?ref_=nv_tvv_dvd" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">DVD & Blu-ray Releases</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/top/?ref_=nv_mv_250" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Top Rated Movies</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/moviemeter/?ref_=nv_mv_mpm" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Most Popular Movies</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/genre/?ref_=nv_ch_gr" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Browse Movies by Genre</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/boxoffice/?ref_=nv_ch_cht" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Top Box Office</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/showtimes/?ref_=nv_mv_sh" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Showtimes & Tickets</span></a><a role="menuitem" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/movies-in-theaters/?ref_=nv_mv_inth" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">In Theaters</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/coming-soon/?ref_=nv_mv_cs" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Coming Soon</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/movie/?ref_=nv_nw_mv" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Movie News</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/india/toprated/?ref_=nv_mv_in" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">India Movie Spotlight</span></a></ul></div></div></span></div><div data-testid="grouped-link-category" class="NavDynamicCategoryList__CategoryGroupContainer-f186ms-0 dzfmPm"><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-tvshows" tabindex="-1" data-category-id="tvshows" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand TV Shows Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-tvshows" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--television" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">TV Shows</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/whats-on-tv/?ref_=nv_tv_ontv" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">What's on TV & Streaming</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/toptv/?ref_=nv_tvv_250" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Top Rated Shows</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/tvmeter/?ref_=nv_tvv_mptv" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Most Popular Shows</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/genre/" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Browse TV Shows by Genre</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/tv/?ref_=nv_nw_tv" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">TV News</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/india/tv?ref_=nv_tv_in" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">India TV Spotlight</span></a></ul></div></div></span></div><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-video" tabindex="-1" data-category-id="video" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand Watch Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-video" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--video-library" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1zm17-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 12.5v-9l5.47 4.1c.27.2.27.6 0 .8L12 14.5z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Watch</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/what-to-watch/?ref_=nv_watch" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">What to Watch</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/trailers/?ref_=nv_mv_tr" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Latest Trailers</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/originals/?ref_=nv_sf_ori" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">IMDb Originals</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/imdbpicks/?ref_=nv_pi" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">IMDb Picks</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/podcasts/?ref_=nv_pod" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">IMDb Podcasts</span></a></ul></div></div></span></div></div><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-awards" tabindex="-1" data-category-id="awards" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand Awards & Events Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-awards" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--star-circle-filled" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm3.23 15.39L12 15.45l-3.22 1.94a.502.502 0 0 1-.75-.54l.85-3.66-2.83-2.45a.505.505 0 0 1 .29-.88l3.74-.32 1.46-3.45c.17-.41.75-.41.92 0l1.46 3.44 3.74.32a.5.5 0 0 1 .28.88l-2.83 2.45.85 3.67c.1.43-.36.77-.74.54z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Awards & Events</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/oscars/?ref_=nv_ev_acd" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Oscars</span></a><a role="menuitem" class="ipc-list__item nav-link nav-link--hideL nav-link--hideXL NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://m.imdb.com/feature/bestpicture/?ref_=nv_ch_osc" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Best Picture Winners</span></a><a role="menuitem" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/search/title/?count=100&groups=oscar_best_picture_winners&sort=year%2Cdesc&ref_=nv_ch_osc" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Best Picture Winners</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/golden-globes/?ref_=nv_ev_gg" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Golden Globes</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/emmys/?ref_=nv_ev_rte" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Emmys</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/starmeterawards/?ref_=nv_ev_sma" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">STARmeter Awards</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/comic-con/?ref_=nv_ev_comic" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">San Diego Comic-Con</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/nycc/?ref_=nv_ev_nycc" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">New York Comic-Con</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/sundance/?ref_=nv_ev_sun" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Sundance Film Festival</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/toronto/?ref_=nv_ev_tor" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Toronto Int'l Film Festival</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/awards-central/?ref_=nv_ev_awrd" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Awards Central</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/festival-central/?ref_=nv_ev_fc" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Festival Central</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/event/all/?ref_=nv_ev_all" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">All Events</span></a></ul></div></div></span></div><div class="_2BpsDlqEMlo9unX-C84Nji noMarginItem NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-celebs" tabindex="-1" data-category-id="celebs" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand Celebs Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-celebs" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--people" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05.02.01.03.03.04.04 1.14.83 1.93 1.94 1.93 3.41V18c0 .35-.07.69-.18 1H22c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Celebs</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/bornondate/?ref_=nv_cel_brn" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Born Today</span></a><a role="menuitem" class="ipc-list__item nav-link nav-link--hideL nav-link--hideXL NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://m.imdb.com/chart/starmeter/?ref_=nv_cel_brn" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Most Popular Celebs</span></a><a role="menuitem" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/search/name/?match_all=true&ref_=nv_cel_m" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Most Popular Celebs</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/celebrity/?ref_=nv_cel_nw" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Celebrity News</span></a></ul></div></div></span></div><div data-testid="nav-link-category" class="NavDynamicCategoryList__EmptyContainer-f186ms-1 dFDExU"></div><div class="_2BpsDlqEMlo9unX-C84Nji noMarginItem NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input type="radio" class="s6lVaL5MYgQM-fYJ9KWp7" name="nav-categories-list" id="nav-link-categories-comm" tabindex="-1" data-category-id="comm" hidden="" aria-hidden="true"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label role="button" aria-label="Expand Community Nav Links" class="_2vjThdvAXrHx6CofJjm03w" tabindex="0" for="nav-link-categories-comm" data-testid="category-expando"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--earth" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Community</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div class="_1S9IOoNAVMPB2VikET3Lr2" aria-hidden="true" aria-expanded="false" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://help.imdb.com/imdb?ref_=cons_nb_hlp" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Help Center</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://contribute.imdb.com/czone?ref_=nv_cm_cz" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Contributor Zone</span></a><a role="menuitem" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/poll/?ref_=nv_cm_pl" tabindex="-1" aria-disabled="false"><span class="ipc-list-item__text" role="presentation">Polls</span></a></ul></div></div></span></div><a role="menuitem" class="ipc-list__item nav-link _3xW8qYlqcCPv5fOHeXBer5 NavLink-sc-19k0khm-0 LrpYY" href="https://pro.imdb.com?ref_=cons_nb_hm&rf=cons_nb_hm" target="_blank" aria-label="Go To IMDb Pro" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><div class="_33PK8nBHiT1fGjnfXwum3v NavLinkCategoryList__LogoNavLink-sc-13vymju-1 RQLCk"><svg class="ipc-logo" width="52" height="14" viewBox="0 0 52 14" xmlns="http://www.w3.org/2000/svg" version="1.1"><g fill="currentColor"><rect x="0" y="1" width="3.21" height="12.34"></rect><path d="M10,1 L9.3,6.76 L8.84,3.63 C8.7,2.62 8.58,1.75 8.45,1 L4.3,1 L4.3,13.34 L7.11,13.34 L7.11,5.19 L8.3,13.34 L10.3,13.34 L11.42,5 L11.42,13.33 L14.22,13.33 L14.22,1 L10,1 Z"></path><path d="M19.24,3.22 C19.3711159,3.29185219 19.4602235,3.42180078 19.48,3.57 C19.5340993,3.92393477 19.554191,4.28223587 19.54,4.64 L19.54,9.42 C19.578852,9.92887392 19.5246327,10.4405682 19.38,10.93 C19.27,11.12 18.99,11.21 18.53,11.21 L18.53,3.11 C18.7718735,3.09406934 19.0142863,3.13162626 19.24,3.22 Z M19.24,13.34 C19.8163127,13.3574057 20.3928505,13.3138302 20.96,13.21 C21.3245396,13.1481159 21.6680909,12.9969533 21.96,12.77 C22.2288287,12.5438006 22.4209712,12.2398661 22.51,11.9 C22.643288,11.1679419 22.6969338,10.4236056 22.67,9.68 L22.67,5.34 C22.6662002,4.55669241 22.6060449,3.77467335 22.49,3 C22.43037,2.59841431 22.260779,2.22116094 22,1.91 C21.6636187,1.56093667 21.2326608,1.317654 20.76,1.21 C19.7709421,1.02848785 18.7647002,0.958050915 17.76,1 L15.32,1 L15.32,13.34 L19.24,13.34 Z"></path><path d="M27.86,10.34 C27.8769902,10.7218086 27.8501483,11.1043064 27.78,11.48 C27.72,11.63 27.46,11.71 27.26,11.71 C27.0954951,11.7299271 26.9386363,11.6349863 26.88,11.48 C26.7930212,11.1542289 26.7592527,10.8165437 26.78,10.48 L26.78,7.18 C26.7626076,6.84408875 26.7929089,6.50740774 26.87,6.18 C26.9317534,6.03447231 27.0833938,5.94840616 27.24,5.97 C27.43,5.97 27.7,6.05 27.76,6.21 C27.8468064,6.53580251 27.8805721,6.87345964 27.86,7.21 L27.86,10.34 Z M23.7,1 L23.7,13.34 L26.58,13.34 L26.78,12.55 C27.0112432,12.8467609 27.3048209,13.0891332 27.64,13.26 C28.0022345,13.4198442 28.394069,13.5016184 28.79,13.5 C29.2588971,13.515288 29.7196211,13.3746089 30.1,13.1 C30.4399329,12.8800058 30.6913549,12.5471372 30.81,12.16 C30.9423503,11.6167622 31.0061799,11.0590937 31,10.5 L31,7 C31.0087531,6.51279482 30.9920637,6.02546488 30.95,5.54 C30.904474,5.28996521 30.801805,5.05382649 30.65,4.85 C30.4742549,4.59691259 30.2270668,4.40194735 29.94,4.29 C29.5869438,4.15031408 29.2096076,4.08232558 28.83,4.09 C28.4361722,4.08961884 28.0458787,4.16428368 27.68,4.31 C27.3513666,4.46911893 27.0587137,4.693713 26.82,4.97 L26.82,1 L23.7,1 Z"></path><path d="M32.13,1 L35.32,1 C35.9925574,0.978531332 36.6650118,1.04577677 37.32,1.2 C37.717112,1.29759578 38.0801182,1.50157071 38.37,1.79 C38.6060895,2.05302496 38.7682605,2.37391646 38.84,2.72 C38.935586,3.27463823 38.9757837,3.8374068 38.96,4.4 L38.96,5.46 C38.9916226,6.03689533 38.9100917,6.61440551 38.72,7.16 C38.5402933,7.53432344 38.2260614,7.82713037 37.84,7.98 C37.3049997,8.18709035 36.7332458,8.28238268 36.16,8.26 L35.31,8.26 L35.31,13.16 L32.13,13.16 L32.13,1 Z M35.29,3.08 L35.29,6.18 L35.53,6.18 C35.7515781,6.20532753 35.9725786,6.12797738 36.13,5.97 C36.2717869,5.69610033 36.3308522,5.38687568 36.3,5.08 L36.3,4.08 C36.3390022,3.79579475 36.2713114,3.5072181 36.11,3.27 C35.8671804,3.11299554 35.5771259,3.04578777 35.29,3.08 Z"></path><path d="M42,4.36 L41.89,5.52 C42.28,4.69 43.67,4.42 44.41,4.37 L43.6,7.3 C43.2290559,7.27725357 42.8582004,7.34593052 42.52,7.5 C42.3057075,7.61238438 42.1519927,7.81367763 42.1,8.05 C42.0178205,8.59259006 41.9843538,9.14144496 42,9.69 L42,13.16 L39.34,13.16 L39.34,4.36 L42,4.36 Z"></path><path d="M51.63,9.71 C51.6472876,10.3265292 51.6003682,10.9431837 51.49,11.55 C51.376862,11.9620426 51.1639158,12.3398504 50.87,12.65 C50.5352227,13.001529 50.1148049,13.2599826 49.65,13.4 C49.0994264,13.5686585 48.5257464,13.6496486 47.95,13.64 C47.3333389,13.6524659 46.7178074,13.5818311 46.12,13.43 C45.6996896,13.322764 45.3140099,13.1092627 45,12.81 C44.7275808,12.5275876 44.5254637,12.1850161 44.41,11.81 C44.2627681,11.2181509 44.1921903,10.6098373 44.2,10 L44.2,7.64 C44.1691064,6.9584837 44.2780071,6.27785447 44.52,5.64 C44.7547114,5.12751365 45.1616363,4.71351186 45.67,4.47 C46.3337168,4.13941646 47.0688388,3.97796445 47.81,4 C48.4454888,3.98667568 49.0783958,4.08482705 49.68,4.29 C50.1352004,4.42444561 50.5506052,4.66819552 50.89,5 C51.1535526,5.26601188 51.3550281,5.58700663 51.48,5.94 C51.6001358,6.42708696 51.6506379,6.92874119 51.63,7.43 L51.63,9.71 Z M48.39,6.73 C48.412199,6.42705368 48.3817488,6.12255154 48.3,5.83 C48.2091142,5.71223121 48.0687606,5.64325757 47.92,5.64325757 C47.7712394,5.64325757 47.6308858,5.71223121 47.54,5.83 C47.447616,6.12046452 47.4136298,6.42634058 47.44,6.73 L47.44,10.93 C47.4168299,11.2204468 47.4508034,11.5126191 47.54,11.79 C47.609766,11.9270995 47.7570827,12.0067302 47.91,11.99 C48.0639216,12.0108082 48.2159732,11.9406305 48.3,11.81 C48.3790864,11.5546009 48.4096133,11.2866434 48.39,11.02 L48.39,6.73 Z"></path></g></svg><div class="NavLinkCategoryList__TextNavLink-sc-13vymju-2 YOYgO">For Industry Professionals</div></div></span><span class="ipc-list-item__icon ipc-list-item__icon--post" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--launch" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M16 16.667H8A.669.669 0 0 1 7.333 16V8c0-.367.3-.667.667-.667h3.333c.367 0 .667-.3.667-.666C12 6.3 11.7 6 11.333 6h-4C6.593 6 6 6.6 6 7.333v9.334C6 17.4 6.6 18 7.333 18h9.334C17.4 18 18 17.4 18 16.667v-4c0-.367-.3-.667-.667-.667-.366 0-.666.3-.666.667V16c0 .367-.3.667-.667.667zm-2.667-10c0 .366.3.666.667.666h1.727L9.64 13.42a.664.664 0 1 0 .94.94l6.087-6.087V10c0 .367.3.667.666.667.367 0 .667-.3.667-.667V6h-4c-.367 0-.667.3-.667.667z"></path></svg></span></a></div></div></div><label class="_1iCYg55DI6ds7d3KVrdYBX" data-testid="backdrop" role="button" for="imdbHeader-navDrawer" tabindex="0" aria-hidden="true" aria-label="Close Navigation Drawer"></label></aside><a class="NavLogo-e02kni-0 ddqdtC imdb-header__logo-link _3XaDsUnZG7ZfFqFF37dZPv" id="home_img_holder" href="/?ref_=nv_home" aria-label="Home"><svg id="home_img" class="ipc-logo" xmlns="http://www.w3.org/2000/svg" width="64" height="32" viewBox="0 0 64 32" version="1.1"><g fill="#F5C518"><rect x="0" y="0" width="100%" height="100%" rx="4"></rect></g><g transform="translate(8.000000, 7.000000)" fill="#000000" fill-rule="nonzero"><polygon points="0 18 5 18 5 0 0 0"></polygon><path d="M15.6725178,0 L14.5534833,8.40846934 L13.8582008,3.83502426 C13.65661,2.37009263 13.4632474,1.09175121 13.278113,0 L7,0 L7,18 L11.2416347,18 L11.2580911,6.11380679 L13.0436094,18 L16.0633571,18 L17.7583653,5.8517865 L17.7707076,18 L22,18 L22,0 L15.6725178,0 Z"></path><path d="M24,18 L24,0 L31.8045586,0 C33.5693522,0 35,1.41994415 35,3.17660424 L35,14.8233958 C35,16.5777858 33.5716617,18 31.8045586,18 L24,18 Z M29.8322479,3.2395236 C29.6339219,3.13233348 29.2545158,3.08072342 28.7026524,3.08072342 L28.7026524,14.8914865 C29.4312846,14.8914865 29.8796736,14.7604764 30.0478195,14.4865461 C30.2159654,14.2165858 30.3021941,13.486105 30.3021941,12.2871637 L30.3021941,5.3078959 C30.3021941,4.49404499 30.272014,3.97397442 30.2159654,3.74371416 C30.1599168,3.5134539 30.0348852,3.34671372 29.8322479,3.2395236 Z"></path><path d="M44.4299079,4.50685823 L44.749518,4.50685823 C46.5447098,4.50685823 48,5.91267586 48,7.64486762 L48,14.8619906 C48,16.5950653 46.5451816,18 44.749518,18 L44.4299079,18 C43.3314617,18 42.3602746,17.4736618 41.7718697,16.6682739 L41.4838962,17.7687785 L37,17.7687785 L37,0 L41.7843263,0 L41.7843263,5.78053556 C42.4024982,5.01015739 43.3551514,4.50685823 44.4299079,4.50685823 Z M43.4055679,13.2842155 L43.4055679,9.01907814 C43.4055679,8.31433946 43.3603268,7.85185468 43.2660746,7.63896485 C43.1718224,7.42607505 42.7955881,7.2893916 42.5316822,7.2893916 C42.267776,7.2893916 41.8607934,7.40047379 41.7816216,7.58767002 L41.7816216,9.01907814 L41.7816216,13.4207851 L41.7816216,14.8074788 C41.8721037,15.0130276 42.2602358,15.1274059 42.5316822,15.1274059 C42.8031285,15.1274059 43.1982131,15.0166981 43.281155,14.8074788 C43.3640968,14.5982595 43.4055679,14.0880581 43.4055679,13.2842155 Z"></path></g></svg></a><input type="checkbox" class="imdb-header-search__state EL4bTiUhQdfIvyX_PMRVv SearchBar__MobileSearchStateToggle-sc-1nweg6x-2 cIKARP" id="navSearch-searchState" name="navSearch-searchState" aria-hidden="true" hidden=""/><div id="suggestion-search-container" class="nav-search__search-container _2cVsg1cgtNxl8NEGDHTPH6 SearchBar-sc-1nweg6x-0 hOXnzb"><form id="nav-search-form" name="nav-search-form" method="get" action="/find" class="_19kygDgP4Og4wL_TIXtDmm imdb-header__search-form SearchForm-dxsip9-0 gTFTwO" role="search"><div class="search-category-selector SearchCategorySelector__StyledContainer-sc-18f40f7-0 dKTgZt"><div class="FlyoutMenu-xq6xx0-0 crQfrC navbar__flyout--breakpoint-m navbar__flyout--positionLeft"><label class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-base ipc-button--theme-base ipc-button--on-textPrimary ipc-text-button navbar__flyout__text-button-after-mobile search-category-selector__opener P7UFTypc7bsdHDd2RHdil nav-search-form__categories" role="button" tabindex="0" aria-label="All" aria-disabled="false" for="navbar-search-category-select"><div class="ipc-button__text">All<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--arrow-drop-down navbar__flyout__button-pointer" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M8.71 11.71l2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71H9.41c-.89 0-1.33 1.08-.7 1.71z"></path></svg></div></label><input type="checkbox" class="ipc-menu__focused-state" id="navbar-search-category-select" name="navbar-search-category-select" hidden="" tabindex="-1" aria-hidden="true"/><div class="ipc-menu mdc-menu ipc-menu--not-initialized ipc-menu--on-baseAlt ipc-menu--anchored ipc-menu--with-checkbox ipc-menu--expand-from-top-left navbar__flyout--menu" data-menu-id="navbar-search-category-select" role="presentation"><div class="ipc-menu__items mdc-menu__items" role="presentation"><span id="navbar-search-category-select-contents"><ul class="ipc-list _2crW0ewf49BFHCKEEUJ_9o ipc-list--baseAlt" role="menu" aria-orientation="vertical"><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja _3lrXaniHRqyCb5hUFHbcds" aria-label="All" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--search _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg>All</span></a><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" aria-label="Titles" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--movie _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M18 4v1h-2V4c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1H6V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"></path></svg>Titles</span></a><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" aria-label="TV Episodes" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--television _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"></path></svg>TV Episodes</span></a><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" aria-label="Celebs" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--people _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05.02.01.03.03.04.04 1.14.83 1.93 1.94 1.93 3.41V18c0 .35-.07.69-.18 1H22c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5z"></path></svg>Celebs</span></a><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" aria-label="Companies" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--business _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M12 7V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2h-8zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm9 12h-7v-2h2v-2h-2v-2h2v-2h-2V9h7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1zm-1-8h-2v2h2v-2zm0 4h-2v2h2v-2z"></path></svg>Companies</span></a><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" aria-label="Keywords" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--label _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84l3.96-5.58a.99.99 0 0 0 0-1.16l-3.96-5.58z"></path></svg>Keywords</span></a><li role="separator" class="ipc-list-divider"></li><a role="menuitem" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" href="https://www.imdb.com/search/" tabindex="0" aria-disabled="false"><span class="ipc-list-item__text" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--find-in-page _2re8nTkPmRXI_TBcLnh1u8" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M20 19.59V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.86.56-1.89.88-3 .82-2.37-.11-4.4-1.96-4.72-4.31a5.013 5.013 0 0 1 5.83-5.61c1.95.33 3.57 1.85 4 3.78.33 1.46.01 2.82-.7 3.9L20 19.59zM9 13c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"></path></svg>Advanced Search</span><span class="ipc-list-item__icon ipc-list-item__icon--post" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--chevron-right" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></a></ul></span></div></div></div></div><div class="nav-search__search-input-container SearchTypeahead-sc-112a48v-0 OQYVG"><div role="combobox" aria-haspopup="listbox" aria-owns="react-autowhatever-1" aria-expanded="false" class="react-autosuggest__container"><input type="text" value="" autoComplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" class="imdb-header-search__input _3gDVKsXm3b_VAMhhSw1haV react-autosuggest__input" id="suggestion-search" name="q" placeholder="Search IMDb" aria-label="Search IMDb" autoCapitalize="off" autoCorrect="off"/></div></div><button id="suggestion-search-button" type="submit" aria-label="Submit Search" class="nav-search__search-submit _1-XI3_I8iwubPnQ1mmvW97"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--magnify" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></button><input type="hidden" name="ref_" value="nv_sr_sm"/></form><label id="imdbHeader-searchClose" class="ipc-icon-button imdb-header-search__state-closer ipc-icon-button--baseAlt ipc-icon-button--onBase" title="Close Search" role="button" tabindex="0" aria-label="Close Search" aria-disabled="false" for="navSearch-searchState"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--clear" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"></path></svg></label></div><label id="imdbHeader-searchOpen" class="ipc-icon-button imdb-header-search__state-opener SearchBar__SearchLauncherButton-sc-1nweg6x-1 hjoCyi ipc-icon-button--baseAlt ipc-icon-button--onBase" title="Open Search" role="button" tabindex="0" aria-label="Open Search" aria-disabled="false" for="navSearch-searchState"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="ipc-icon ipc-icon--magnify" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></label><div class="navbar__imdbpro NavProFlyout-sc-1cjctnc-0 hoAGyu"><div class="navbar__imdbpro-content FlyoutMenu-xq6xx0-0 crQfrC navbar__flyout--breakpoint-l"><a class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button navbar__flyout__text-button-after-mobile navbar__imdb-pro--toggle" role="button" tabindex="0" aria-label="Go To IMDb Pro" aria-disabled="false" href="https://pro.imdb.com/login/ap?u=/login/lwa&imdbPageAction=signUp&rf=cons_nb_hm&ref_=cons_nb_hm"><div class="ipc-button__text"><svg class="ipc-logo navbar__imdbpro-menu-toggle__name" width="52" height="14" viewBox="0 0 52 14" xmlns="http://www.w3.org/2000/svg" version="1.1"><g fill="currentColor"><rect x="0" y="1" width="3.21" height="12.34"></rect><path d="M10,1 L9.3,6.76 L8.84,3.63 C8.7,2.62 8.58,1.75 8.45,1 L4.3,1 L4.3,13.34 L7.11,13.34 L7.11,5.19 L8.3,13.34 L10.3,13.34 L11.42,5 L11.42,13.33 L14.22,13.33 L14.22,1 L10,1 Z"></path><path d="M19.24,3.22 C19.3711159,3.29185219 19.4602235,3.42180078 19.48,3.57 C19.5340993,3.92393477 19.554191,4.28223587 19.54,4.64 L19.54,9.42 C19.578852,9.92887392 19.5246327,10.4405682 19.38,10.93 C19.27,11.12 18.99,11.21 18.53,11.21 L18.53,3.11 C18.7718735,3.09406934 19.0142863,3.13162626 19.24,3.22 Z M19.24,13.34 C19.8163127,13.3574057 20.3928505,13.3138302 20.96,13.21 C21.3245396,13.1481159 21.6680909,12.9969533 21.96,12.77 C22.2288287,12.5438006 22.4209712,12.2398661 22.51,11.9 C22.643288,11.1679419 22.6969338,10.4236056 22.67,9.68 L22.67,5.34 C22.6662002,4.55669241 22.6060449,3.77467335 22.49,3 C22.43037,2.59841431 22.260779,2.22116094 22,1.91 C21.6636187,1.56093667 21.2326608,1.317654 20.76,1.21 C19.7709421,1.02848785 18.7647002,0.958050915 17.76,1 L15.32,1 L15.32,13.34 L19.24,13.34 Z"></path><path d="M27.86,10.34 C27.8769902,10.7218086 27.8501483,11.1043064 27.78,11.48 C27.72,11.63 27.46,11.71 27.26,11.71 C27.0954951,11.7299271 26.9386363,11.6349863 26.88,11.48 C26.7930212,11.1542289 26.7592527,10.8165437 26.78,10.48 L26.78,7.18 C26.7626076,6.84408875 26.7929089,6.50740774 26.87,6.18 C26.9317534,6.03447231 27.0833938,5.94840616 27.24,5.97 C27.43,5.97 27.7,6.05 27.76,6.21 C27.8468064,6.53580251 27.8805721,6.87345964 27.86,7.21 L27.86,10.34 Z M23.7,1 L23.7,13.34 L26.58,13.34 L26.78,12.55 C27.0112432,12.8467609 27.3048209,13.0891332 27.64,13.26 C28.0022345,13.4198442 28.394069,13.5016184 28.79,13.5 C29.2588971,13.515288 29.7196211,13.3746089 30.1,13.1 C30.4399329,12.8800058 30.6913549,12.5471372 30.81,12.16 C30.9423503,11.6167622 31.0061799,11.0590937 31,10.5 L31,7 C31.0087531,6.51279482 30.9920637,6.02546488 30.95,5.54 C30.904474,5.28996521 30.801805,5.05382649 30.65,4.85 C30.4742549,4.59691259 30.2270668,4.40194735 29.94,4.29 C29.5869438,4.15031408 29.2096076,4.08232558 28.83,4.09 C28.4361722,4.08961884 28.0458787,4.16428368 27.68,4.31 C27.3513666,4.46911893 27.0587137,4.693713 26.82,4.97 L26.82,1 L23.7,1 Z"></path><path d="M32.13,1 L35.32,1 C35.9925574,0.978531332 36.6650118,1.04577677 37.32,1.2 C37.717112,1.29759578 38.0801182,1.50157071 38.37,1.79 C38.6060895,2.05302496 38.7682605,2.37391646 38.84,2.72 C38.935586,3.27463823 38.9757837,3.8374068 38.96,4.4 L38.96,5.46 C38.9916226,6.03689533 38.9100917,6.61440551 38.72,7.16 C38.5402933,7.53432344 38.2260614,7.82713037 37.84,7.98 C37.3049997,8.18709035 36.7332458,8.28238268 36.16,8.26 L35.31,8.26 L35.31,13.16 L32.13,13.16 L32.13,1 Z M35.29,3.08 L35.29,6.18 L35.53,6.18 C35.7515781,6.20532753 35.9725786,6.12797738 36.13,5.97 C36.2717869,5.69610033 36.3308522,5.38687568 36.3,5.08 L36.3,4.08 C36.3390022,3.79579475 36.2713114,3.5072181 36.11,3.27 C35.8671804,3.11299554 35.5771259,3.04578777 35.29,3.08 Z"></path><path d="M42,4.36 L41.89,5.52 C42.28,4.69 43.67,4.42 44.41,4.37 L43.6,7.3 C43.2290559,7.27725357 42.8582004,7.34593052 42.52,7.5 C42.3057075,7.61238438 42.1519927,7.81367763 42.1,8.05 C42.0178205,8.59259006 41.9843538,9.14144496 42,9.69 L42,13.16 L39.34,13.16 L39.34,4.36 L42,4.36 Z"></path><path d="M51.63,9.71 C51.6472876,10.3265292 51.6003682,10.9431837 51.49,11.55 C51.376862,11.9620426 51.1639158,12.3398504 50.87,12.65 C50.5352227,13.001529 50.1148049,13.2599826 49.65,13.4 C49.0994264,13.5686585 48.5257464,13.6496486 47.95,13.64 C47.3333389,13.6524659 46.7178074,13.5818311 46.12,13.43 C45.6996896,13.322764 45.3140099,13.1092627 45,12.81 C44.7275808,12.5275876 44.5254637,12.1850161 44.41,11.81 C44.2627681,11.2181509 44.1921903,10.6098373 44.2,10 L44.2,7.64 C44.1691064,6.9584837 44.2780071,6.27785447 44.52,5.64 C44.7547114,5.12751365 45.1616363,4.71351186 45.67,4.47 C46.3337168,4.13941646 47.0688388,3.97796445 47.81,4 C48.4454888,3.98667568 49.0783958,4.08482705 49.68,4.29 C50.1352004,4.42444561 50.5506052,4.66819552 50.89,5 C51.1535526,5.26601188 51.3550281,5.58700663 51.48,5.94 C51.6001358,6.42708696 51.6506379,6.92874119 51.63,7.43 L51.63,9.71 Z M48.39,6.73 C48.412199,6.42705368 48.3817488,6.12255154 48.3,5.83 C48.2091142,5.71223121 48.0687606,5.64325757 47.92,5.64325757 C47.7712394,5.64325757 47.6308858,5.71223121 47.54,5.83 C47.447616,6.12046452 47.4136298,6.42634058 47.44,6.73 L47.44,10.93 C47.4168299,11.2204468 47.4508034,11.5126191 47.54,11.79 C47.609766,11.9270995 47.7570827,12.0067302 47.91,11.99 C48.0639216,12.0108082 48.2159732,11.9406305 48.3,11.81 C48.3790864,11.5546009 48.4096133,11.2866434 48.39,11.02 L48.39,6.73 Z"></path></g></svg></div></a></div></div><div class="Root__Separator-sc-7p0yen-1 cECatH"></div><div class="NavWatchlistButton-sc-1b65w5j-0 kaVyhF imdb-header__watchlist-button"><a class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button" role="button" tabindex="0" aria-disabled="false" href="/list/watchlist?ref_=nv_usr_wl_all_0"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--watchlist ipc-button__icon ipc-button__icon--pre" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M17 3c1.05 0 1.918.82 1.994 1.851L19 5v16l-7-3-7 3V5c0-1.05.82-1.918 1.851-1.994L7 3h10zm-4 4h-2v3H8v2h3v3h2v-3h3v-2h-3V7z" fill="currentColor"></path></svg><div class="ipc-button__text">Watchlist</div></a></div><div class="_3x17Igk9XRXcaKrcG3_MXQ navbar__user UserMenu-sc-1poz515-0 eIWOUD"><a class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button imdb-header__signin-text" role="button" tabindex="0" aria-disabled="false" href="/registration/signin?ref=nv_generic_lgin"><div class="ipc-button__text">Sign In</div></a></div></div></nav><svg style="width:0;height:0;overflow:hidden;display:block" xmlns="http://www.w3.org/2000/svg" version="1.1"><defs><linearGradient id="ipc-svg-gradient-tv-logo-t" x1="31.973%" y1="53.409%" x2="153.413%" y2="-16.853%"><stop stop-color="#D01F49" offset="21.89%"></stop><stop stop-color="#E8138B" offset="83.44%"></stop></linearGradient><linearGradient id="ipc-svg-gradient-tv-logo-v" x1="-38.521%" y1="84.997%" x2="104.155%" y2="14.735%"><stop stop-color="#D01F49" offset="21.89%"></stop><stop stop-color="#E8138B" offset="83.44%"></stop></linearGradient></defs></svg>\n </div>\n<script type="text/javascript">\n if (!window.RadWidget) {\n window.RadWidget = {\n registerReactWidgetInstance: function(input) {\n window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];\n window.RadWidget[input.widgetName].push({\n id: input.instanceId,\n props: JSON.stringify(input.model)\n })\n },\n getReactWidgetInstances: function(widgetName) {\n return window.RadWidget[widgetName] || []\n }\n };\n }\n</script> <script type="text/javascript">\n window[\'RadWidget\'].registerReactWidgetInstance({\n widgetName: "IMDbConsumerSiteNavFeatureV1",\n instanceId: "14b6d18b-0527-44b6-a343-68c9c2d056ee",\n model: {"username":null,"isLoggedIn":false,"showIMDbTVLink":false,"weblabs":[]}\n });\n </script>\n<script>\n if (typeof uet == \'function\') {\n uet("ne");\n }\n</script>\n\n <style>\n .oscars-site-stripe {\n background-color: #000;\n overflow: hidden;\n display: flex;\n justify-content: center;\n }\n .oscars-site-stripe__img--sm {\n height: 64px;\n }\n </style>\n <div class="oscars-site-stripe">\n </div>\n\n\n <div id="wrapper">\n <div id="root" class="redesign">\n <div id="nb20" class="navbarSprite">\n <div id="supertab">\t\n <!-- no content received for slot: top_ad -->\n <script>\n if (window && window.mediaOrchestrator) {\n window.mediaOrchestrator.publish(\'mediaPlaybackEvent\', {\n type: \'no-autoplay-video-ad-detected\',\n slotName: \'top_ad\',\n timestamp: Date.now()\n });\n }\n </script>\n\t\n</div>\n\t\n <!-- no content received for slot: navstrip -->\n\t\n\t\n <!-- no content received for slot: injected_navstrip -->\n\t\n </div>\n \n\n <div id="pagecontent" class="pagecontent">\n\t\n <!-- no content received for slot: injected_billboard -->\n\t\n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n <div id="content-2-wide">\n <div id="main">\n\n \n \n \n\n \n \n \n\n <div class="article listo">\n <div class="overflow-menu">\n <div class="circle">\n <div class="vertical-ellipsis">\n <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 \n 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>\n </svg>\n </div>\n </div>\n <div class="pop-up-dialog">\n <ul class="pop-up-menu-list-items">\n <li><a href="/list/ls056092300/copy"\nclass="pop-up-menu-list-item-link" >\nCopy from this list\n</a></li>\n <li><a href="/list/ls056092300/export"\nclass="pop-up-menu-list-item-link" >\nExport\n</a></li>\n <li><a href="/listo/report?list=ls056092300"\nclass="pop-up-menu-list-item-link" >\nReport this list\n</a></li>\n </ul>\n </div>\n </div>\n \n <h1 class="header list-name">100 Best Indian Films Till Date</h1>\n <span id="list-overview-summary" class="list-overview text-small">\n by <a href="/user/ur40466907/"\n>yashmishra91</a>\n <span class="ghost">|</span> <span id="list-overview-created" class="text-muted">created - 23 Jul 2013</span>\n <span class="ghost">|</span> <span id="list-overview-lastupdated" class="text-muted">updated - 24 Jul 2013</span>\n <span class="ghost">|</span> <svg class="privacy-public item-privacy-lock" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path class="path" d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"/>\n </svg>\n <span class="privacy-overview text-muted">\n Public\n </span>\n </span>\n<div class="list-description"><p>Here is the list of 100 Best Indian Films till date</p></div>\n <div class="faceter nojs-hidden">\n <div class="faceter-header">\n <span class="expand">\n <span class="global-sprite double-arrow down active"></span> <strong>Refine</strong>\n </span>\n <span class="facets-active">\n <span class="empty text-muted">See titles to watch instantly, titles you haven\'t rated, etc</span>\n </span>\n </div>\n <div class="faceter-content">\n <div class="faceter-categories">\n <ul>\n <li class="faceter-category" data-for="watch_options">\n <strong>Instant Watch Options</strong>\n </li>\n <li class="faceter-category" data-for="genres">\n <strong>Genres</strong>\n </li>\n <li class="faceter-category" data-for="title_type">\n <strong>Movies or TV</strong>\n </li>\n <li class="faceter-category" data-for="imdb_rating">\n <strong>IMDb Rating</strong>\n </li>\n <li class="faceter-category" data-for="in_theaters">\n <strong>In Theaters</strong>\n </li>\n <li class="faceter-category" data-for="release_date">\n <strong>Release Year</strong>\n </li>\n <li class="faceter-category" data-for="keywords">\n <strong>Keywords</strong>\n </li>\n </ul>\n </div><div class="faceter-facets">\n <div class="faceter-fieldset watch_options">\n <fieldset data-join="and" name="watch_option">\n <label class="unbold">\n <input type=checkbox data-count="37" name="has_video_prime_instant_video" ref-marker="ttls_ref_inst_piv"/>\n <span class="faceter-facet-text">Prime Video</span>\n <span class="text-muted text-small">(37)</span>\n </label>\n <br />\n </fieldset>\n </div>\n <div class="faceter-fieldset genres">\n <fieldset data-join="and" name="genres">\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="92" name="Drama" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Drama</span>\n <span class="text-muted text-small">(92)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="33" name="Romance" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Romance</span>\n <span class="text-muted text-small">(33)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="26" name="Comedy" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Comedy</span>\n <span class="text-muted text-small">(26)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="25" name="Musical" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Musical</span>\n <span class="text-muted text-small">(25)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="17" name="Crime" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Crime</span>\n <span class="text-muted text-small">(17)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="16" name="Action" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Action</span>\n <span class="text-muted text-small">(16)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="10" name="Thriller" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Thriller</span>\n <span class="text-muted text-small">(10)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="5" name="Biography" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Biography</span>\n <span class="text-muted text-small">(5)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="5" name="Family" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Family</span>\n <span class="text-muted text-small">(5)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="5" name="War" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">War</span>\n <span class="text-muted text-small">(5)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="3" name="History" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">History</span>\n <span class="text-muted text-small">(3)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="2" name="Adventure" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Adventure</span>\n <span class="text-muted text-small">(2)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="2" name="Fantasy" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Fantasy</span>\n <span class="text-muted text-small">(2)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="2" name="Music" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Music</span>\n <span class="text-muted text-small">(2)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="2" name="Mystery" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Mystery</span>\n <span class="text-muted text-small">(2)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="2" name="Sci-Fi" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Sci-Fi</span>\n <span class="text-muted text-small">(2)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="2" name="Sport" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Sport</span>\n <span class="text-muted text-small">(2)</span>\n </label>\n </span>\n <span class="col-2">\n <label class="unbold">\n <input type=checkbox data-count="1" name="Western" ref-marker="ttls_ref_gnr"/>\n <span class="faceter-facet-text">Western</span>\n <span class="text-muted text-small">(1)</span>\n </label>\n </span>\n </fieldset>\n </div>\n <div class="faceter-fieldset title_type">\n <fieldset data-join="or" name="title_type">\n <label class="unbold">\n <input type=checkbox data-count="100" name="movie" ref-marker="ttls_ref_typ"/>\n <span class="faceter-facet-text">Feature Film</span>\n <span class="text-muted text-small">(100)</span>\n </label>\n <br />\n </fieldset>\n </div>\n <div class="faceter-fieldset imdb_rating">\n <fieldset data-join="between" name="user_rating">\n <legend class="text-muted unbold" data-tag="IMDb Rating">IMDb user rating (average)</legend>\n <span></span>\n <select name=\'min\' value=\'0.0\' ref-marker="ttls_ref_rt_usr">\n <option value="1">1</option>\n <option value="1.1">1.1</option>\n <option value="1.2">1.2</option>\n <option value="1.3">1.3</option>\n <option value="1.4">1.4</option>\n <option value="1.5">1.5</option>\n <option value="1.6">1.6</option>\n <option value="1.7">1.7</option>\n <option value="1.8">1.8</option>\n <option value="1.9">1.9</option>\n <option value="2.0">2.0</option>\n <option value="2.1">2.1</option>\n <option value="2.2">2.2</option>\n <option value="2.3">2.3</option>\n <option value="2.4">2.4</option>\n <option value="2.5">2.5</option>\n <option value="2.6">2.6</option>\n <option value="2.7">2.7</option>\n <option value="2.8">2.8</option>\n <option value="2.9">2.9</option>\n <option value="3.0">3.0</option>\n <option value="3.1">3.1</option>\n <option value="3.2">3.2</option>\n <option value="3.3">3.3</option>\n <option value="3.4">3.4</option>\n <option value="3.5">3.5</option>\n <option value="3.6">3.6</option>\n <option value="3.7">3.7</option>\n <option value="3.8">3.8</option>\n <option value="3.9">3.9</option>\n <option value="4.0">4.0</option>\n <option value="4.1">4.1</option>\n <option value="4.2">4.2</option>\n <option value="4.3">4.3</option>\n <option value="4.4">4.4</option>\n <option value="4.5">4.5</option>\n <option value="4.6">4.6</option>\n <option value="4.7">4.7</option>\n <option value="4.8">4.8</option>\n <option value="4.9">4.9</option>\n <option value="5.0">5.0</option>\n <option value="5.1">5.1</option>\n <option value="5.2">5.2</option>\n <option value="5.3">5.3</option>\n <option value="5.4">5.4</option>\n <option value="5.5">5.5</option>\n <option value="5.6">5.6</option>\n <option value="5.7">5.7</option>\n <option value="5.8">5.8</option>\n <option value="5.9">5.9</option>\n <option value="6.0">6.0</option>\n <option value="6.1">6.1</option>\n <option value="6.2">6.2</option>\n <option value="6.3">6.3</option>\n <option value="6.4">6.4</option>\n <option value="6.5">6.5</option>\n <option value="6.6">6.6</option>\n <option value="6.7">6.7</option>\n <option value="6.8">6.8</option>\n <option value="6.9">6.9</option>\n <option value="7.0">7.0</option>\n <option value="7.1">7.1</option>\n <option value="7.2">7.2</option>\n <option value="7.3">7.3</option>\n <option value="7.4">7.4</option>\n <option value="7.5">7.5</option>\n <option value="7.6">7.6</option>\n <option value="7.7">7.7</option>\n <option value="7.8">7.8</option>\n <option value="7.9">7.9</option>\n <option value="8.0">8.0</option>\n <option value="8.1">8.1</option>\n <option value="8.2">8.2</option>\n <option value="8.3">8.3</option>\n <option value="8.4">8.4</option>\n <option value="8.5">8.5</option>\n <option value="8.6">8.6</option>\n <option value="8.7">8.7</option>\n <option value="8.8">8.8</option>\n <option value="8.9">8.9</option>\n <option value="9.0">9.0</option>\n <option value="9.1">9.1</option>\n <option value="9.2">9.2</option>\n <option value="9.3">9.3</option>\n <option value="9.4">9.4</option>\n <option value="9.5">9.5</option>\n <option value="9.6">9.6</option>\n <option value="9.7">9.7</option>\n <option value="9.8">9.8</option>\n <option value="9.9">9.9</option>\n <option value="10">10</option>\n </select>\n <span>to</span>\n <select name=\'max\' value=\'0.0\' ref-marker="ttls_ref_rt_usr">\n <option value="10">10</option>\n <option value="9.9">9.9</option>\n <option value="9.8">9.8</option>\n <option value="9.7">9.7</option>\n <option value="9.6">9.6</option>\n <option value="9.5">9.5</option>\n <option value="9.4">9.4</option>\n <option value="9.3">9.3</option>\n <option value="9.2">9.2</option>\n <option value="9.1">9.1</option>\n <option value="9.0">9.0</option>\n <option value="8.9">8.9</option>\n <option value="8.8">8.8</option>\n <option value="8.7">8.7</option>\n <option value="8.6">8.6</option>\n <option value="8.5">8.5</option>\n <option value="8.4">8.4</option>\n <option value="8.3">8.3</option>\n <option value="8.2">8.2</option>\n <option value="8.1">8.1</option>\n <option value="8.0">8.0</option>\n <option value="7.9">7.9</option>\n <option value="7.8">7.8</option>\n <option value="7.7">7.7</option>\n <option value="7.6">7.6</option>\n <option value="7.5">7.5</option>\n <option value="7.4">7.4</option>\n <option value="7.3">7.3</option>\n <option value="7.2">7.2</option>\n <option value="7.1">7.1</option>\n <option value="7.0">7.0</option>\n <option value="6.9">6.9</option>\n <option value="6.8">6.8</option>\n <option value="6.7">6.7</option>\n <option value="6.6">6.6</option>\n <option value="6.5">6.5</option>\n <option value="6.4">6.4</option>\n <option value="6.3">6.3</option>\n <option value="6.2">6.2</option>\n <option value="6.1">6.1</option>\n <option value="6.0">6.0</option>\n <option value="5.9">5.9</option>\n <option value="5.8">5.8</option>\n <option value="5.7">5.7</option>\n <option value="5.6">5.6</option>\n <option value="5.5">5.5</option>\n <option value="5.4">5.4</option>\n <option value="5.3">5.3</option>\n <option value="5.2">5.2</option>\n <option value="5.1">5.1</option>\n <option value="5.0">5.0</option>\n <option value="4.9">4.9</option>\n <option value="4.8">4.8</option>\n <option value="4.7">4.7</option>\n <option value="4.6">4.6</option>\n <option value="4.5">4.5</option>\n <option value="4.4">4.4</option>\n <option value="4.3">4.3</option>\n <option value="4.2">4.2</option>\n <option value="4.1">4.1</option>\n <option value="4.0">4.0</option>\n <option value="3.9">3.9</option>\n <option value="3.8">3.8</option>\n <option value="3.7">3.7</option>\n <option value="3.6">3.6</option>\n <option value="3.5">3.5</option>\n <option value="3.4">3.4</option>\n <option value="3.3">3.3</option>\n <option value="3.2">3.2</option>\n <option value="3.1">3.1</option>\n <option value="3.0">3.0</option>\n <option value="2.9">2.9</option>\n <option value="2.8">2.8</option>\n <option value="2.7">2.7</option>\n <option value="2.6">2.6</option>\n <option value="2.5">2.5</option>\n <option value="2.4">2.4</option>\n <option value="2.3">2.3</option>\n <option value="2.2">2.2</option>\n <option value="2.1">2.1</option>\n <option value="2.0">2.0</option>\n <option value="1.9">1.9</option>\n <option value="1.8">1.8</option>\n <option value="1.7">1.7</option>\n <option value="1.6">1.6</option>\n <option value="1.5">1.5</option>\n <option value="1.4">1.4</option>\n <option value="1.3">1.3</option>\n <option value="1.2">1.2</option>\n <option value="1.1">1.1</option>\n <option value="1">1</option>\n </select>\n </fieldset>\n <fieldset data-join="between" name="num_votes">\n <legend class="text-muted unbold" data-tag="Votes">Number of votes</legend>\n <span></span>\n <input type="text" name="min" \n data-validation="^[0-9]\\d*$" size=10 value="" ref-marker="ttls_ref_rt_vt">\n <span>to</span>\n <input type="text" name="max" \n data-validation="^[0-9]\\d*$" size=10 value="" ref-marker="ttls_ref_rt_vt">\n<a href="#"\ntitle="Search" class="btn small secondary faceter-search-btn" data-group="num_votes"> »\n</a> </fieldset>\n </div>\n <div class="faceter-fieldset in_theaters">\n <fieldset data-join="and" name="now_playing">\n <label class="unbold">\n <input type=radio ref-marker="ttls_ref_sh_fav" data-count="" name="in_theaters" value="favorite" />\n <span class="faceter-facet-text">In Favorite Theaters</span>\n </label>\n <br />\n <label class="unbold">\n <input type=radio ref-marker="ttls_ref_sh_you" data-count="" name="in_theaters" value="restrict" />\n <span class="faceter-facet-text">In Theaters Near You</span>\n </label>\n <br />\n <hr />\n </fieldset>\n <a href="#"\nclass="faceter-reset" data-fieldset="in_theaters">Reset</a>\n </div>\n <div class="faceter-fieldset release_date">\n <fieldset data-join="between" name="release_date">\n <legend class="text-muted unbold" data-tag="Released">Release year or range</legend>\n <span></span>\n <input type="text" name="min" \n data-validation="^[0-9]\\d*$" size=10 value="" ref-marker="ttls_ref_yr">\n <span>to</span>\n <input type="text" name="max" \n data-validation="^[0-9]\\d*$" size=10 value="" ref-marker="ttls_ref_yr">\n<a href="#"\ntitle="Search" class="btn small secondary faceter-search-btn" data-group="release_date"> »\n</a> </fieldset>\n </div>\n <div class="faceter-fieldset keywords">\n <fieldset data-join="and" name="keywords">\n <label class="unbold">\n <input type=checkbox data-count="30" name="death" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Death</span>\n <span class="text-muted text-small">(30)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="29" name="love" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Love</span>\n <span class="text-muted text-small">(29)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="26" name="husband-wife-relationship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Husband Wife Relationship</span>\n <span class="text-muted text-small">(26)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="22" name="father-son-relationship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Father Son Relationship</span>\n <span class="text-muted text-small">(22)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="21" name="friendship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Friendship</span>\n <span class="text-muted text-small">(21)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="21" name="one-word-title" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">One Word Title</span>\n <span class="text-muted text-small">(21)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="21" name="train" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Train</span>\n <span class="text-muted text-small">(21)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="19" name="cult-film" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Cult Film</span>\n <span class="text-muted text-small">(19)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="18" name="mother-son-relationship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Mother Son Relationship</span>\n <span class="text-muted text-small">(18)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="18" name="murder" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Murder</span>\n <span class="text-muted text-small">(18)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="17" name="based-on-novel" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Based On Novel</span>\n <span class="text-muted text-small">(17)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="16" name="india" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">India</span>\n <span class="text-muted text-small">(16)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="16" name="title-spoken-by-character" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Title Spoken By Character</span>\n <span class="text-muted text-small">(16)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="15" name="family-relationships" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Family Relationships</span>\n <span class="text-muted text-small">(15)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="15" name="flashback" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Flashback</span>\n <span class="text-muted text-small">(15)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="15" name="muslim" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Muslim</span>\n <span class="text-muted text-small">(15)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="15" name="wedding" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Wedding</span>\n <span class="text-muted text-small">(15)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="14" name="drunkenness" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Drunkenness</span>\n <span class="text-muted text-small">(14)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="14" name="marriage" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Marriage</span>\n <span class="text-muted text-small">(14)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="14" name="rain" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Rain</span>\n <span class="text-muted text-small">(14)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="13" name="police" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Police</span>\n <span class="text-muted text-small">(13)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="12" name="anger" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Anger</span>\n <span class="text-muted text-small">(12)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="12" name="beating" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Beating</span>\n <span class="text-muted text-small">(12)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="12" name="dancer" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Dancer</span>\n <span class="text-muted text-small">(12)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="12" name="local-blockbuster" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Local Blockbuster</span>\n <span class="text-muted text-small">(12)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="12" name="tragic-event" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Tragic Event</span>\n <span class="text-muted text-small">(12)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="12" name="village" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Village</span>\n <span class="text-muted text-small">(12)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="11" name="based-on-true-story" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Based On True Story</span>\n <span class="text-muted text-small">(11)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="11" name="dancing" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Dancing</span>\n <span class="text-muted text-small">(11)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="11" name="father-daughter-relationship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Father Daughter Relationship</span>\n <span class="text-muted text-small">(11)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="11" name="hindu" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Hindu</span>\n <span class="text-muted text-small">(11)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="11" name="mumbai-india" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Mumbai India</span>\n <span class="text-muted text-small">(11)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="11" name="poverty" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Poverty</span>\n <span class="text-muted text-small">(11)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="10" name="fight" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Fight</span>\n <span class="text-muted text-small">(10)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="10" name="friend" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Friend</span>\n <span class="text-muted text-small">(10)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="10" name="song" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Song</span>\n <span class="text-muted text-small">(10)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="10" name="train-station" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Train Station</span>\n <span class="text-muted text-small">(10)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="alcoholic" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Alcoholic</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="blood" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Blood</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="character-name-in-title" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Character Name In Title</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="drinking" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Drinking</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="face-slap" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Face Slap</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="gangster" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Gangster</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="grief" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Grief</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="mistaken-identity" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Mistaken Identity</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="singing" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Singing</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="tragedy" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Tragedy</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="unrequited-love" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Unrequited Love</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="9" name="violence" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Violence</span>\n <span class="text-muted text-small">(9)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="8" name="anti-hero" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Anti Hero</span>\n <span class="text-muted text-small">(8)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="8" name="arranged-marriage" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Arranged Marriage</span>\n <span class="text-muted text-small">(8)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="8" name="hospital" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Hospital</span>\n <span class="text-muted text-small">(8)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="8" name="love-triangle" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Love Triangle</span>\n <span class="text-muted text-small">(8)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="8" name="photograph" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Photograph</span>\n <span class="text-muted text-small">(8)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="8" name="police-station" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Police Station</span>\n <span class="text-muted text-small">(8)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="8" name="revenge" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Revenge</span>\n <span class="text-muted text-small">(8)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="8" name="singer" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Singer</span>\n <span class="text-muted text-small">(8)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="character-name-as-title" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Character Name As Title</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="death-of-friend" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Death Of Friend</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="escape" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Escape</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="freeze-frame" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Freeze Frame</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="kidnapping" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Kidnapping</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="party" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Party</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="patriotism" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Patriotism</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="poetry" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Poetry</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="police-officer" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Police Officer</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="pregnancy" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Pregnancy</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="prison" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Prison</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="rural-setting" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Rural Setting</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="suicide" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Suicide</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="telephone-call" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Telephone Call</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="7" name="voice-over-narration" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Voice Over Narration</span>\n <span class="text-muted text-small">(7)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="arrest" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Arrest</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="brother-brother-relationship" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Brother Brother Relationship</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="character-repeating-someone-else\'s-dialogue" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Character Repeating Someone Else\'s Dialogue</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="coming-of-age" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Coming Of Age</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="dance" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Dance</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="death-of-protagonist" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Death Of Protagonist</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="directorial-debut" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Directorial Debut</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="dog" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Dog</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="dual-role" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Dual Role</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="explosion" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Explosion</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="famous-line" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Famous Line</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="female-protagonist" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Female Protagonist</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="gun" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Gun</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="hotel" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Hotel</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="independent-film" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Independent Film</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="loneliness" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Loneliness</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="loss-of-father" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Loss Of Father</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="mistress" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Mistress</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="restaurant" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Restaurant</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="rivalry" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Rivalry</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="told-in-flashback" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Told In Flashback</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="6" name="torture" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Torture</span>\n <span class="text-muted text-small">(6)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="5" name="adultery" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Adultery</span>\n <span class="text-muted text-small">(5)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="5" name="alcoholism" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Alcoholism</span>\n <span class="text-muted text-small">(5)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="5" name="anguish" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Anguish</span>\n <span class="text-muted text-small">(5)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="5" name="attempted-murder" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Attempted Murder</span>\n <span class="text-muted text-small">(5)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="5" name="bare-chested-male" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Bare Chested Male</span>\n <span class="text-muted text-small">(5)</span>\n </label>\n <br />\n <label class="unbold">\n <input type=checkbox data-count="5" name="beach" ref-marker="ttls_ref_key"/>\n <span class="faceter-facet-text">Beach</span>\n <span class="text-muted text-small">(5)</span>\n </label>\n <br />\n </fieldset>\n </div>\n </div>\n </div>\n <div class="hidden faceter-working">\n </div>\n </div>\n <div class="lister list detail sub-list">\n\n <div class="header filmosearch">\n <div class="nav">\n <div class="lister-controls float-right lister-activated">\n <div class="lister-control-group">\n Sort by: <br />\n <select class="lister-sort-by" name="sort">\n<option value="list_order:ascending" selected="selected">List Order</option>\n<option value="moviemeter:ascending">Popularity</option>\n<option value="alpha:ascending">Alphabetical</option>\n<option value="user_rating:descending">IMDb Rating</option>\n<option value="num_votes:descending">Number of Votes</option>\n<option value="release_date:descending">Release Date</option>\n<option value="runtime:descending">Runtime</option>\n<option value="date_added:descending">Date Added</option>\n </select>\n \n <span class="global-sprite lister-sort-reverse descending" data-sort="list_order:descending" title="Ascending order"></span>\n </div>\n <div class="lister-control-group">\n View: <br />\n <span title="Grid view" data-mode="grid"\n class="global-sprite lister-mode grid" ref-marker=ttls_vw_grd + ></span>\n <span title="Detail view" data-mode="detail"\n class="global-sprite lister-mode detail" ref-marker=ttls_vm_dtl + ></span>\n <span title="Compact view" data-mode="simple"\n class="global-sprite lister-mode simple" ref-marker=ttls_vw_smp + ></span>\n </div>\n </div>\n <div class="desc lister-total-num-results">\n 100 titles\n </div>\n <div class="clear"></div>\n </div>\n </div>\n <div class="clear"></div>\n <div class="lister-list">\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1773764">\n\n\n<a href="/title/tt1773764/"\n> <img alt="Ship of Theseus"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTU5Njc1NjkxMl5BMl5BanBnXkFtZTgwNTkzNTQwMDE@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt1773764"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">1.</span>\n \n <a href="/title/tt1773764/"\n>Ship of Theseus</a>\n <span class="lister-item-year text-muted unbold">(2012)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">139 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1773764" data-tconst="tt1773764" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1773764">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1773764" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1773764"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe film explores questions of identity, justice, beauty, meaning and death through an experimental photographer, an ailing monk and a young stockbroker.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1628153/"\n>Anand Gandhi</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm3733098/"\n>Aydah El-Kashef</a>, \n<a href="/name/nm6814353/"\n>Yogesh Shah</a>, \n<a href="/name/nm3822917/"\n>Faraz Khan</a>, \n<a href="/name/nm6814354/"\n>Hannan Youssef</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="7102">7,102</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1773764" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0119385">\n\n\n<a href="/title/tt0119385/"\n> <img alt="Iruvar"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZDg5MGJjM2EtZWVmYS00MDNkLTg1MDQtOGU3MmIzNjg2Mjk4XkEyXkFqcGdeQXVyNjE1OTQ0NjA@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0119385"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">2.</span>\n \n <a href="/title/tt0119385/"\n>Iruvar</a>\n <span class="lister-item-year text-muted unbold">(1997)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">140 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nBiography, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0119385" data-tconst="tt0119385" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0119385">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0119385" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0119385"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA struggling actor and a writer-politician become friends as young men and rise to great heights in cinema and politics respectively. But when both become contenders for the top political post in the state, a rift develops between them.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0711745/"\n>Mani Ratnam</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0482320/"\n>Mohanlal</a>, \n<a href="/name/nm0695177/"\n>Prakash Raj</a>, \n<a href="/name/nm0706787/"\n>Aishwarya Rai Bachchan</a>, \n<a href="/name/nm0310221/"\n>Gautami</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="5591">5,591</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0119385" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0052954">\n\n\n<a href="/title/tt0052954/"\n> <img alt="Kaagaz Ke Phool"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMzUzMDI1OTctODgwOS00NDNhLTg3ZDEtNTY2OTQ4NjBhMGIwXkEyXkFqcGdeQXVyMTMzMjU3NzA0._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0052954"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">3.</span>\n \n <a href="/title/tt0052954/"\n>Kaagaz Ke Phool</a>\n <span class="lister-item-year text-muted unbold">(1959)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">148 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nRomance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0052954" data-tconst="tt0052954" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0052954">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0052954" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0052954"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nSuresh Sinha, a famous director, discovers star potential in Shanti, a woman he stumbled into one rainy evening, and casts her as the lead in a film. In a twist of fate, Shanti becomes a superstar and Suresh faces a decline in his career.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0244870/"\n>Guru Dutt</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0716851/"\n>Waheeda Rehman</a>, \n<a href="/name/nm0244870/"\n>Guru Dutt</a>, \n<a href="/name/nm0045132/"\n>Kumari Naaz</a>, \n<a href="/name/nm0907888/"\n>Johnny Walker</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="2207">2,207</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0052954" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0169102">\n\n\n<a href="/title/tt0169102/"\n> <img alt="Lagaan: Once Upon a Time in India"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNDYxNWUzZmYtOGQxMC00MTdkLTkxOTctYzkyOGIwNWQxZjhmXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0169102"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">4.</span>\n \n <a href="/title/tt0169102/"\n>Lagaan: Once Upon a Time in India</a>\n <span class="lister-item-year text-muted unbold">(2001)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">224 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical, Sport </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0169102" data-tconst="tt0169102" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0169102">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0169102" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0169102"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">84 </span>\n Metascore\n </div>\n<p class="">\nThe people of a small village in Victorian India stake their future on a game of cricket against their ruthless British rulers.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0332950/"\n>Ashutosh Gowariker</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0451148/"\n>Aamir Khan</a>, \n<a href="/name/nm0944834/"\n>Raghuvir Yadav</a>, \n<a href="/name/nm0961737/"\n>Gracy Singh</a>, \n<a href="/name/nm0791226/"\n>Rachel Shelley</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="109031">109,031</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="70,147">$0.07M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0169102" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0048473">\n\n\n<a href="/title/tt0048473/"\n> <img alt="Pather Panchali"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNDE5YmMxYjEtZjNjNC00NjM2LWE2ZjctOTkyNGMxODRiMGNiXkEyXkFqcGdeQXVyNTgyNTA4MjM@._V1_UY209_CR4,0,140,209_AL_.jpg"\ndata-tconst="tt0048473"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">5.</span>\n \n <a href="/title/tt0048473/"\n>Pather Panchali</a>\n <span class="lister-item-year text-muted unbold">(1955)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">125 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0048473" data-tconst="tt0048473" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0048473">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0048473" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0048473"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nImpoverished priest Harihar Ray, dreaming of a better life for himself and his family, leaves his rural Bengal village in search of work.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0006249/"\n>Satyajit Ray</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0052333/"\n>Kanu Bannerjee</a>, \n<a href="/name/nm0052334/"\n>Karuna Bannerjee</a>, \n<a href="/name/nm0052343/"\n>Subir Banerjee</a>, \n<a href="/name/nm0222447/"\n>Chunibala Devi</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="27942">27,942</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="536,364">$0.54M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0048473" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0057935">\n\n\n<a href="/title/tt0057935/"\n> <img alt="Charulata"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNzE1NjhiMDktOWE1ZS00YmQ3LWFjM2UtMDYzZjEyZWZkZWZjXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0057935"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">6.</span>\n \n <a href="/title/tt0057935/"\n>Charulata</a>\n <span class="lister-item-year text-muted unbold">(1964)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">117 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0057935" data-tconst="tt0057935" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0057935">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0057935" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0057935"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe lonely wife of a newspaper editor falls in love with her visiting cousin-in-law, who shares her love for literature.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0006249/"\n>Satyajit Ray</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0154164/"\n>Soumitra Chatterjee</a>, \n<a href="/name/nm0611538/"\n>Madhabi Mukherjee</a>, \n<a href="/name/nm0611561/"\n>Shailen Mukherjee</a>, \n<a href="/name/nm0315929/"\n>Shyamal Ghoshal</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="5796">5,796</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="77,820">$0.08M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0057935" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0405508">\n\n\n<a href="/title/tt0405508/"\n> <img alt="Rang De Basanti"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYThmZDA0YmQtMWJhNy00MDQwLTk0Y2YtMDhmZTE5ZjhlNjliXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt0405508"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">7.</span>\n \n <a href="/title/tt0405508/"\n>Rang De Basanti</a>\n <span class="lister-item-year text-muted unbold">(2006)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">167 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0405508" data-tconst="tt0405508" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0405508">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0405508" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0405508"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe story of six young Indians who assist an English woman to film a documentary on the freedom fighters from their past, and the events that lead them to relive the long-forgotten saga of freedom.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1018493/"\n>Rakeysh Omprakash Mehra</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0451148/"\n>Aamir Khan</a>, \n<a href="/name/nm1675786/"\n>Soha Ali Khan</a>, \n<a href="/name/nm1413459/"\n>Siddharth</a>, \n<a href="/name/nm0430817/"\n>Sharman Joshi</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="116202">116,202</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="2,197,331">$2.20M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0405508" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1327035">\n\n\n<a href="/title/tt1327035/"\n> <img alt="Dev.D"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYjU1NjczNzYtYmFjOC00NzkxLTg4YTUtNGYzMTk3NTU0ZDE3XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt1327035"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">8.</span>\n \n <a href="/title/tt1327035/"\n>Dev.D</a>\n <span class="lister-item-year text-muted unbold">(2009)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">144 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1327035" data-tconst="tt1327035" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1327035">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1327035" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1327035"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nAfter breaking up with his childhood sweetheart, a young man finds solace in drugs. Meanwhile, a teenage girl is caught in the world of prostitution. Will they be destroyed, or will they find redemption?</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0440604/"\n>Anurag Kashyap</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1867717/"\n>Abhay Deol</a>, \n<a href="/name/nm2977124/"\n>Mahie Gill</a>, \n<a href="/name/nm3202701/"\n>Kalki Koechlin</a>, \n<a href="/name/nm0080349/"\n>Dibyendu Bhattacharya</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="29724">29,724</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="10,950">$0.01M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1327035" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1187043">\n\n\n<a href="/title/tt1187043/"\n> <img alt="3 Idiots"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNTkyOGVjMGEtNmQzZi00NzFlLTlhOWQtODYyMDc2ZGJmYzFhXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt1187043"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">9.</span>\n \n <a href="/title/tt1187043/"\n>3 Idiots</a>\n <span class="lister-item-year text-muted unbold">(2009)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">170 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1187043" data-tconst="tt1187043" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1187043">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1187043" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1187043"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">67 </span>\n Metascore\n </div>\n<p class="">\nTwo friends are searching for their long lost companion. They revisit their college days and recall the memories of their friend who inspired them to think differently, even as the rest of the world called them "idiots".</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0386246/"\n>Rajkumar Hirani</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0451148/"\n>Aamir Khan</a>, \n<a href="/name/nm0534856/"\n>Madhavan</a>, \n<a href="/name/nm1587175/"\n>Mona Singh</a>, \n<a href="/name/nm0430817/"\n>Sharman Joshi</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="365759">365,759</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="6,532,908">$6.53M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1187043" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0043306">\n\n\n<a href="/title/tt0043306/"\n> <img alt="Awaara"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZDY5NmYzY2UtYWFiMy00MTRmLWEwNDQtZjRjMWUxYTNhMTM3XkEyXkFqcGdeQXVyMDkwNTkwNg@@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0043306"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">10.</span>\n \n <a href="/title/tt0043306/"\n>Awaara</a>\n <span class="lister-item-year text-muted unbold">(1951)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">193 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0043306" data-tconst="tt0043306" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0043306">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0043306" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0043306"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA poor young man named Raj joins a criminal gang to feed his mother. But when he falls in love with Rita, he decides to reform himself for her.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0004292/"\n>Raj Kapoor</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004292/"\n>Raj Kapoor</a>, \n<a href="/name/nm0004291/"\n>Nargis</a>, \n<a href="/name/nm0004432/"\n>Prithviraj Kapoor</a>, \n<a href="/name/nm0802144/"\n>K.N. Singh</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="3917">3,917</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0043306" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0093603">\n\n\n<a href="/title/tt0093603/"\n> <img alt="Nayakan"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZmFiYjJkNTEtZDdlMi00YTA5LTk1YTYtMDgxM2M2MTRmNGFhXkEyXkFqcGdeQXVyNjc5Mjg4Nzc@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0093603"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">11.</span>\n \n <a href="/title/tt0093603/"\n>Nayakan</a>\n <span class="lister-item-year text-muted unbold">(1987)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">156 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0093603" data-tconst="tt0093603" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0093603">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0093603" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0093603"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA common man\'s struggles against a corrupt police force put him on the wrong side of the law. He becomes a don, who is loved and respected by many, but his growing power and influence exact a heavy toll.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0711745/"\n>Mani Ratnam</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0352032/"\n>Kamal Haasan</a>, \n<a href="/name/nm0764853/"\n>Saranya Ponvannan</a>, \n<a href="/name/nm0304265/"\n>Delhi Ganesh</a>, \n<a href="/name/nm0417301/"\n>Janakaraj</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="18189">18,189</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0093603" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0048956">\n\n\n<a href="/title/tt0048956/"\n> <img alt="Aparajito"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZGFmYTBkYmEtNTNmMi00YWExLWIyY2ItYjYzMjEyMGNjOWFmXkEyXkFqcGdeQXVyNTgyNTA4MjM@._V1_UY209_CR4,0,140,209_AL_.jpg"\ndata-tconst="tt0048956"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">12.</span>\n \n <a href="/title/tt0048956/"\n>Aparajito</a>\n <span class="lister-item-year text-muted unbold">(1956)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">110 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0048956" data-tconst="tt0048956" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0048956">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0048956" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0048956"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nFollowing his father\'s death, a boy leaves home to study in Calcutta, while his mother must face a life alone.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0006249/"\n>Satyajit Ray</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0348483/"\n>Pinaki Sengupta</a>, \n<a href="/name/nm0315871/"\n>Smaran Ghosal</a>, \n<a href="/name/nm0011967/"\n>Kamala Adhikari</a>, \n<a href="/name/nm0051837/"\n>Lalchand Banerjee</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="12926">12,926</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="170,215">$0.17M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0048956" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0251355">\n\n\n<a href="/title/tt0251355/"\n> <img alt="Pushpaka Vimana"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOGJhYWQxYzUtNmFhZi00NDI3LWEzNjMtYjgzZDg3NTQ1NWQzXkEyXkFqcGdeQXVyODEzOTQwNTY@._V1_UY209_CR6,0,140,209_AL_.jpg"\ndata-tconst="tt0251355"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">13.</span>\n \n <a href="/title/tt0251355/"\n>Pushpaka Vimana</a>\n <span class="lister-item-year text-muted unbold">(1987)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">125 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0251355" data-tconst="tt0251355" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0251355">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0251355" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0251355"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA silent movie about an unemployed young man.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0801870/"\n>Singeetam Srinivasa Rao</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0352032/"\n>Kamal Haasan</a>, \n<a href="/name/nm0023839/"\n>Amala Akkineni</a>, \n<a href="/name/nm0025627/"\n>Tinnu Anand</a>, \n<a href="/name/nm0006770/"\n>Narayana P.L.</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="3368">3,368</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0251355" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0050870">\n\n\n<a href="/title/tt0050870/"\n> <img alt="Pyaasa"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZWJiNDk4NjgtYTczYi00MjNkLWI5OTItYTcxN2EwNjNiNDIyXkEyXkFqcGdeQXVyMTMzMTQ1Mjcw._V1_UY209_CR14,0,140,209_AL_.jpg"\ndata-tconst="tt0050870"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">14.</span>\n \n <a href="/title/tt0050870/"\n>Pyaasa</a>\n <span class="lister-item-year text-muted unbold">(1957)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">146 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0050870" data-tconst="tt0050870" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0050870">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0050870" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0050870"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA talented but indigent poet Vijay struggles for love and recognition in this selfish world.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0244870/"\n>Guru Dutt</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0244870/"\n>Guru Dutt</a>, \n<a href="/name/nm0716851/"\n>Waheeda Rehman</a>, \n<a href="/name/nm0802366/"\n>Mala Sinha</a>, \n<a href="/name/nm0716839/"\n>Rehman</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="6005">6,005</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0050870" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0076080">\n\n\n<a href="/title/tt0076080/"\n> <img alt="Ghatashraddha"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYjQ2YjgyMTctZTdiMS00N2E0LWI2M2QtYzNhNmNmY2VhNDJlL2ltYWdlXkEyXkFqcGdeQXVyNzE4OTYxODc@._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0076080"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">15.</span>\n \n <a href="/title/tt0076080/"\n>Ghatashraddha</a>\n <span class="lister-item-year text-muted unbold">(1977)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">144 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0076080" data-tconst="tt0076080" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0076080">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0076080" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0076080"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA young Brahmin Vedic school student, who is from an aristocratic family, befriends his school master\'s daughter who is a pregnant widow. The boy tries but fails in concealing his friend\'s ... <a href="/title/tt0076080/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0440424/"\n>Girish Kasaravalli</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1859919/"\n>Narayan Bhatt</a>, \n<a href="/name/nm0412673/"\n>Ramaswamy Iyengar</a>, \n<a href="/name/nm1854838/"\n>Janganath</a>, \n<a href="/name/nm1069586/"\n>Ajith Kumar</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="135">135</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0076080" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0073707">\n\n\n<a href="/title/tt0073707/"\n> <img alt="Sholay"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOGZiM2IwODktNTdiMC00MGU1LWEyZTYtOTk4NTkwYmJkNmI1L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR6,0,140,209_AL_.jpg"\ndata-tconst="tt0073707"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">16.</span>\n \n <a href="/title/tt0073707/"\n>Sholay</a>\n <span class="lister-item-year text-muted unbold">(1975)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">204 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Adventure, Comedy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0073707" data-tconst="tt0073707" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0073707">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0073707" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0073707"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nAfter his family is murdered by a notorious and ruthless bandit, a former police officer enlists the services of two outlaws to capture the bandit.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0802693/"\n>Ramesh Sippy</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0474876/"\n>Sanjeev Kumar</a>, \n<a href="/name/nm0004429/"\n>Dharmendra</a>, \n<a href="/name/nm0000821/"\n>Amitabh Bachchan</a>, \n<a href="/name/nm0451166/"\n>Amjad Khan</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="53449">53,449</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0073707" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0065416">\n\n\n<a href="/title/tt0065416/"\n> <img alt="Aradhana"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BODg5NGYyMDYtMzM5NS00MWVmLWE2YTItNDU0MjlmYjEyZDc5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR10,0,140,209_AL_.jpg"\ndata-tconst="tt0065416"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">17.</span>\n \n <a href="/title/tt0065416/"\n>Aradhana</a>\n <span class="lister-item-year text-muted unbold">(1969)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">169 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0065416" data-tconst="tt0065416" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0065416">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0065416" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0065416"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nArun meets Vandana during a vacation and very soon they secretly get married.Arun is a air force pilot an dies in a crash leaving pregnant Vandana heartbroken.As her marriage was never ... <a href="/title/tt0065416/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0759662/"\n>Shakti Samanta</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004435/"\n>Rajesh Khanna</a>, \n<a href="/name/nm0846616/"\n>Sharmila Tagore</a>, \n<a href="/name/nm0474895/"\n>Sujit Kumar</a>, \n<a href="/name/nm0416077/"\n>Farida Jalal</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1776">1,776</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0065416" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0050322">\n\n\n<a href="/title/tt0050322/"\n> <img alt="Do Ankhen Barah Haath"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMDU3Yjc4MjItMjdhMy00YzU0LTg3OWItZWQzYjAyNGQ4MTZmXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR8,0,140,209_AL_.jpg"\ndata-tconst="tt0050322"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">18.</span>\n \n <a href="/title/tt0050322/"\n>Do Ankhen Barah Haath</a>\n <span class="lister-item-year text-muted unbold">(1957)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">143 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0050322" data-tconst="tt0050322" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0050322">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0050322" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0050322"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nProgressive, reform-minded young warden gets permission to take six surly murderers from prison to dilapidated country farm, to rehabilitate it and themselves through hard work and kindly guidance.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0788391/"\n>Shantaram Rajaram Vankudre</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0788391/"\n>Shantaram Rajaram Vankudre</a>, \n<a href="/name/nm0761890/"\n>Sandhya</a>, \n<a href="/name/nm0880419/"\n>Ulhas</a>, \n<a href="/name/nm0904494/"\n>B.M. Vyas</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1754">1,754</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0050322" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0112553">\n\n\n<a href="/title/tt0112553/"\n> <img alt="Bombay"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNDA2NjYzNTAtMzEzZS00ZDBiLWJjYjctOTM5OGRhMDU2ZTI4XkEyXkFqcGdeQXVyNjc5Mjg4Nzc@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0112553"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">19.</span>\n \n <a href="/title/tt0112553/"\n>Bombay</a>\n <span class="lister-item-year text-muted unbold">(1995)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">141 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0112553" data-tconst="tt0112553" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0112553">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0112553" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0112553"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA Hindu man and a Muslim woman fall in love in a small village and move to Mumbai, where they have two children. However, growing religious tensions and erupting riots threaten to tear the family apart.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0711745/"\n>Mani Ratnam</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0841552/"\n>Arvind Swamy</a>, \n<a href="/name/nm0463539/"\n>Manisha Koirala</a>, \n<a href="/name/nm0621937/"\n>Nassar</a>, \n<a href="/name/nm1390149/"\n>Kitty</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="12065">12,065</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0112553" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0154942">\n\n\n<a href="/title/tt0154942/"\n> <img alt="Neecha Nagar"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYmFiNWEyYjUtZmEwNS00ZTQyLWJkMjYtMzA3MDNlM2Y4ZmUyXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0154942"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">20.</span>\n \n <a href="/title/tt0154942/"\n>Neecha Nagar</a>\n <span class="lister-item-year text-muted unbold">(1946)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">122 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0154942" data-tconst="tt0154942" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0154942">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0154942" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0154942"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe films takes an expressionist look at the gulf between the rich and poor in the society. The film centers on a wealthy and capacious landlord, Sarkar (Rafi Peer) who lives in a palatial ... <a href="/title/tt0154942/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0025608/"\n>Chetan Anand</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0031692/"\n>Rafiq Anwar</a>, \n<a href="/name/nm0025628/"\n>Uma Anand</a>, \n<a href="/name/nm0442470/"\n>Kamini Kaushal</a>, \n<a href="/name/nm5085600/"\n>Rafi Peer</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="199">199</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0154942" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0045693">\n\n\n<a href="/title/tt0045693/"\n> <img alt="Do Bigha Zamin"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BODYzNjNiNDYtNDY3Yi00YzExLTkzNzUtZGY3MDM5NTgxZWU3XkEyXkFqcGdeQXVyNDI3NjcxMDA@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0045693"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">21.</span>\n \n <a href="/title/tt0045693/"\n>Do Bigha Zamin</a>\n <span class="lister-item-year text-muted unbold">(1953)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">131 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0045693" data-tconst="tt0045693" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0045693">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0045693" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0045693"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nIn the hope of earning enough money to pay off his debts and save his land, a poor farmer becomes a rickshaw puller in the Calcutta and faces many difficulties.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0746950/"\n>Bimal Roy</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0756379/"\n>Balraj Sahni</a>, \n<a href="/name/nm0747131/"\n>Nirupa Roy</a>, \n<a href="/name/nm2727823/"\n>Ratan Kumar</a>, \n<a href="/name/nm0613407/"\n>Murad</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1934">1,934</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0045693" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0073034">\n\n\n<a href="/title/tt0073034/"\n> <img alt="Garm Hava"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYWI5OGEwYWQtZGZhMy00NTAyLTk5Y2YtZjRkMDg2NDAyMjMxXkEyXkFqcGdeQXVyMzU0NzkwMDg@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0073034"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">22.</span>\n \n <a href="/title/tt0073034/"\n>Garm Hava</a>\n <span class="lister-item-year text-muted unbold">(1974)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">(Banned)</span>\n <span class="ghost">|</span> \n <span class="runtime">146 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0073034" data-tconst="tt0073034" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0073034">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0073034" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0073034"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nIn post-partition India, a Muslim businessman and his family struggle for their rights in a country which was once their own.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0766166/"\n>M.S. Sathyu</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0756379/"\n>Balraj Sahni</a>, \n<a href="/name/nm0359845/"\n>A.K. Hangal</a>, \n<a href="/name/nm0796496/"\n>Gita Siddharth</a>, \n<a href="/name/nm0368098/"\n>Jamal Hashmi</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="722">722</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0073034" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0095872">\n\n\n<a href="/title/tt0095872/"\n> <img alt="Piravi"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNzU2NDVjZTctZmI5ZC00ZjA1LTg1ODAtN2NjMzZlNDZiMWZmXkEyXkFqcGdeQXVyMjkxNzQ1NDI@._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0095872"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">23.</span>\n \n <a href="/title/tt0095872/"\n>Piravi</a>\n <span class="lister-item-year text-muted unbold">(1989)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">Unrated</span>\n <span class="ghost">|</span> \n <span class="runtime">110 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0095872" data-tconst="tt0095872" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0095872">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0095872" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0095872"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nRaghu, the only son of Raghava Chakyar was born late for him. So he poured his entire love and affection on him. Raghu, studying in an engineering college in a far away city has to arrive ... <a href="/title/tt0095872/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0440267/"\n>Shaji N. Karun</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0695939/"\n>Premji</a>, \n<a href="/name/nm0033610/"\n>Archana</a>, \n<a href="/name/nm0471470/"\n>Lakshmi Krishnamurthy</a>, \n<a href="/name/nm2818206/"\n>V.K. Sriraman</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="256">256</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0095872" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0054098">\n\n\n<a href="/title/tt0054098/"\n> <img alt="Mughal-E-Azam"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMmM2YWQ3MzctOTk1NS00NThhLWExY2MtYjQzZGRmZTFiYWY3XkEyXkFqcGdeQXVyMjUxMTY3ODM@._V1_UY209_CR6,0,140,209_AL_.jpg"\ndata-tconst="tt0054098"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">24.</span>\n \n <a href="/title/tt0054098/"\n>Mughal-E-Azam</a>\n <span class="lister-item-year text-muted unbold">(1960)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">PG</span>\n <span class="ghost">|</span> \n <span class="runtime">197 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance, War </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0054098" data-tconst="tt0054098" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0054098">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0054098" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0054098"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA 16th century prince falls in love with a court dancer and battles with his emperor father.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0039339/"\n>K. Asif</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004432/"\n>Prithviraj Kapoor</a>, \n<a href="/name/nm0534870/"\n>Madhubala</a>, \n<a href="/name/nm0474801/"\n>Dilip Kumar</a>, \n<a href="/name/nm0451862/"\n>Durga Khote</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="7803">7,803</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="161,434">$0.16M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0054098" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0090634">\n\n\n<a href="/title/tt0090634/"\n> <img alt="Amma Ariyan"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYWQ5ZjFkNzAtNzQ5Ny00MmY4LWEwMmMtNmRhNzE4ZTU2ZWYxXkEyXkFqcGdeQXVyMjkxNzQ1NDI@._V1_UY209_CR34,0,140,209_AL_.jpg"\ndata-tconst="tt0090634"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">25.</span>\n \n <a href="/title/tt0090634/"\n>Amma Ariyan</a>\n <span class="lister-item-year text-muted unbold">(1986)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">115 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0090634" data-tconst="tt0090634" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0090634">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0090634" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0090634"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe story revolves around the incidents following the death of a young Naxalite, upon whose death his friends travel to the village where his mother lives to inform her of the death of her only son.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0008943/"\n>John Abraham</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1117321/"\n>Kunhulakshmi Amma</a>, \n<a href="/name/nm0049413/"\n>Nilambur Balan</a>, \n<a href="/name/nm1118325/"\n>Harinarayan</a>, \n<a href="/name/nm0558593/"\n>Joy Mathew</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="186">186</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0090634" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0050665">\n\n\n<a href="/title/tt0050665/"\n> <img alt="Madhumati"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BN2E2NmRlMGMtM2I5NS00MDc1LTgzZjktODljMmM4OTkyY2Y3XkEyXkFqcGdeQXVyNTc0MTc5NQ@@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0050665"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">26.</span>\n \n <a href="/title/tt0050665/"\n>Madhumati</a>\n <span class="lister-item-year text-muted unbold">(1958)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">110 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nFantasy, Musical, Mystery </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0050665" data-tconst="tt0050665" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0050665">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0050665" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0050665"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA young man takes shelter in a mansion when a landslide blocks his route to the railway station. Then, he finds the mansion familiar and soon learns about the story of his previous birth.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0746950/"\n>Bimal Roy</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0474801/"\n>Dilip Kumar</a>, \n<a href="/name/nm0904537/"\n>Vyjayanthimala</a>, \n<a href="/name/nm0907888/"\n>Johnny Walker</a>, \n<a href="/name/nm0695199/"\n>Pran</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1357">1,357</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0050665" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0063023">\n\n\n<a href="/title/tt0063023/"\n> <img alt="Goopy Gyne Bagha Byne"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZTEwZGI4MjktZjg4ZS00ZWNjLWE4ODctOTVhYjVhNGI5NGU2XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR6,0,140,209_AL_.jpg"\ndata-tconst="tt0063023"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">27.</span>\n \n <a href="/title/tt0063023/"\n>Goopy Gyne Bagha Byne</a>\n <span class="lister-item-year text-muted unbold">(1969)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">132 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAdventure, Comedy, Family </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0063023" data-tconst="tt0063023" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0063023">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0063023" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0063023"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nGoopy wants to sing, and Bagha wants to play the dhol. They meet accidentally and are helped by King of Ghosts. With newly endowed abilities, they land in kingdom of Shundi, where their ... <a href="/title/tt0063023/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0006249/"\n>Satyajit Ray</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0154170/"\n>Tapan Chatterjee</a>, \n<a href="/name/nm0315917/"\n>Rabi Ghosh</a>, \n<a href="/name/nm0051831/"\n>Ajoy Banerjee</a>, \n<a href="/name/nm4878254/"\n>Iva Banerjee</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="2355">2,355</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0063023" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1954470">\n\n\n<a href="/title/tt1954470/"\n> <img alt="Gangs of Wasseypur"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTc5NjY4MjUwNF5BMl5BanBnXkFtZTgwODM3NzM5MzE@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt1954470"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">28.</span>\n \n <a href="/title/tt1954470/"\n>Gangs of Wasseypur</a>\n <span class="lister-item-year text-muted unbold">(2012)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">321 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1954470" data-tconst="tt1954470" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1954470">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1954470" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1954470"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">89 </span>\n Metascore\n </div>\n<p class="">\nA clash between Sultan and Shahid Khan leads to the expulsion of Khan from Wasseypur, and ignites a deadly blood feud spanning three generations.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0440604/"\n>Anurag Kashyap</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0048075/"\n>Manoj Bajpayee</a>, \n<a href="/name/nm3190246/"\n>Richa Chadha</a>, \n<a href="/name/nm1596350/"\n>Nawazuddin Siddiqui</a>, \n<a href="/name/nm0223606/"\n>Tigmanshu Dhulia</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="89101">89,101</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1954470" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0059246">\n\n\n<a href="/title/tt0059246/"\n> <img alt="Guide"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOTM4ZjhiNGItMzE2My00YjM0LWE5ZTEtYTA5NDMzZDJlOWQ3XkEyXkFqcGdeQXVyODMyODMxNDY@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0059246"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">29.</span>\n \n <a href="/title/tt0059246/"\n>Guide</a>\n <span class="lister-item-year text-muted unbold">(1965)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">183 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0059246" data-tconst="tt0059246" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0059246">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0059246" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0059246"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nWhen mistaken to be a sage by some villagers, an ex-tour guide reflects on his past and lost love to search for spiritual wisdom to guide the villagers.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0025629/"\n>Vijay Anand</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0007147/"\n>Dev Anand</a>, \n<a href="/name/nm0716851/"\n>Waheeda Rehman</a>, \n<a href="/name/nm0158332/"\n>Leela Chitnis</a>, \n<a href="/name/nm0403952/"\n>Anwar Hussain</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="7786">7,786</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0059246" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0195231">\n\n\n<a href="/title/tt0195231/"\n> <img alt="Satya"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTMwMjk3MzA2OF5BMl5BanBnXkFtZTcwNjU2ODgzMQ@@._V1_UY209_CR4,0,140,209_AL_.jpg"\ndata-tconst="tt0195231"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">30.</span>\n \n <a href="/title/tt0195231/"\n>Satya</a>\n <span class="lister-item-year text-muted unbold">(1998)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">170 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0195231" data-tconst="tt0195231" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0195231">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0195231" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0195231"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nAn innocent man is embroiled in underworld after being falsely charged and sets out to punish the perpetrators who subjected his life to misery.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0890060/"\n>Ram Gopal Varma</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0149835/"\n>J.D. Chakravarthi</a>, \n<a href="/name/nm0048075/"\n>Manoj Bajpayee</a>, \n<a href="/name/nm0007107/"\n>Urmila Matondkar</a>, \n<a href="/name/nm0712546/"\n>Paresh Rawal</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="14339">14,339</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0195231" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0105271">\n\n\n<a href="/title/tt0105271/"\n> <img alt="Roja"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTBlZTk1YTMtZTQ2Ni00YzhkLWJiNDEtNWI2NjE0M2I4ZmYzXkEyXkFqcGdeQXVyNjc5Mjg4Nzc@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0105271"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">31.</span>\n \n <a href="/title/tt0105271/"\n>Roja</a>\n <span class="lister-item-year text-muted unbold">(1992)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">137 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0105271" data-tconst="tt0105271" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0105271">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0105271" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0105271"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA woman from a village in Tamil Nadu marries a sophisticated city dweller and moves with him to Kashmir, where all is rosy - until he gets kidnapped by militants.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0711745/"\n>Mani Ratnam</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0841552/"\n>Arvind Swamy</a>, \n<a href="/name/nm0534866/"\n>Madhoo</a>, \n<a href="/name/nm0438488/"\n>Pankaj Kapur</a>, \n<a href="/name/nm0621937/"\n>Nassar</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="12360">12,360</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0105271" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0093578">\n\n\n<a href="/title/tt0093578/"\n> <img alt="Mr. India"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZTdhMmJjYjMtMjZmOC00NjhkLWE3MjQtODAzNDI4NmM5OTA5XkEyXkFqcGdeQXVyODAzNzAwOTU@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0093578"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">32.</span>\n \n <a href="/title/tt0093578/"\n>Mr. India</a>\n <span class="lister-item-year text-muted unbold">(1987)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">179 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Comedy, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0093578" data-tconst="tt0093578" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0093578">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0093578" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0093578"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA poor but big-hearted man takes orphans into his home. After discovering his scientist father\'s invisibility device, he rises to the occasion and fights to save his children and all of India from the clutches of a megalomaniac.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001408/"\n>Shekhar Kapur</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0438463/"\n>Anil Kapoor</a>, \n<a href="/name/nm0004437/"\n>Sridevi</a>, \n<a href="/name/nm0700869/"\n>Amrish Puri</a>, \n<a href="/name/nm0442479/"\n>Satish Kaushik</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="14757">14,757</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0093578" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0054073">\n\n\n<a href="/title/tt0054073/"\n> <img alt="The Cloud-Capped Star"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BY2NiMGFiMzMtNDg1MC00MDc1LTg5N2UtNTAzZDI0ZjNkOWM2XkEyXkFqcGdeQXVyNTgyNTA4MjM@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt0054073"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">33.</span>\n \n <a href="/title/tt0054073/"\n>The Cloud-Capped Star</a>\n <span class="lister-item-year text-muted unbold">(1960)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">126 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0054073" data-tconst="tt0054073" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0054073">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0054073" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0054073"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA selfless young woman (Supriya Choudhury) sacrifices her own happiness for her unappreciative family.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0315547/"\n>Ritwik Ghatak</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0159350/"\n>Supriya Choudhury</a>, \n<a href="/name/nm0154110/"\n>Anil Chatterjee</a>, \n<a href="/name/nm0611525/"\n>Gyanesh Mukherjee</a>, \n<a href="/name/nm0080346/"\n>Bijon Bhattacharya</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="2632">2,632</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0054073" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1524539">\n\n\n<a href="/title/tt1524539/"\n> <img alt="Harishchandrachi Factory"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOTA5YmIxNDgtNzVlZS00OTljLWEyNzItMmI4YmNlY2JlYTA4XkEyXkFqcGdeQXVyMzA5NzAyMDU@._V1_UY209_CR8,0,140,209_AL_.jpg"\ndata-tconst="tt1524539"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">34.</span>\n \n <a href="/title/tt1524539/"\n>Harishchandrachi Factory</a>\n <span class="lister-item-year text-muted unbold">(2009)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">96 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nBiography, Comedy, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1524539" data-tconst="tt1524539" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1524539">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1524539" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1524539"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nIn 1913 India\'s cinema industry is born from Dadasaheb Phalke\'s efforts to make <a href="/title/tt0003311">Raja Harishchandra</a> (1913), India\'s first feature-length B&W silent film.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm3642647/"\n>Paresh Mokashi</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0534852/"\n>Nandu Madhav</a>, \n<a href="/name/nm3252571/"\n>Vibhawari Deshpande</a>, \n<a href="/name/nm3644131/"\n>Atharva Karve</a>, \n<a href="/name/nm3640891/"\n>Mohit Gokhale</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="2354">2,354</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1524539" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0085913">\n\n\n<a href="/title/tt0085913/"\n> <img alt="Masoom"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjZjZGM1OGQtNDgyOS00M2Y4LWI2MDgtN2JjMTM1M2U0Mzk0XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR8,0,140,209_AL_.jpg"\ndata-tconst="tt0085913"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">35.</span>\n \n <a href="/title/tt0085913/"\n>Masoom</a>\n <span class="lister-item-year text-muted unbold">(1983)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">165 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0085913" data-tconst="tt0085913" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0085913">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0085913" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0085913"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA happy family goes through turbulent times because of a big mistake by one of the family members.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001408/"\n>Shekhar Kapur</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0787462/"\n>Naseeruddin Shah</a>, \n<a href="/name/nm0000818/"\n>Shabana Azmi</a>, \n<a href="/name/nm0361407/"\n>Jugal Hansraj</a>, \n<a href="/name/nm0007107/"\n>Urmila Matondkar</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="3873">3,873</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0085913" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0098999">\n\n\n<a href="/title/tt0098999/"\n> <img alt="Agneepath"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOGIyNGNhN2EtYTZiNC00MDJjLWI2M2ItZjA1MTBlYmNiODNlXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR10,0,140,209_AL_.jpg"\ndata-tconst="tt0098999"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">36.</span>\n \n <a href="/title/tt0098999/"\n>Agneepath</a>\n <span class="lister-item-year text-muted unbold">(1990)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">16</span>\n <span class="ghost">|</span> \n <span class="runtime">174 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0098999" data-tconst="tt0098999" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0098999">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0098999" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0098999"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA young boy\'s quest for revenge leads him to become a gangster as an adult, and with each day he becomes more and more like his enemies. Can he find vengeance and redemption?</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0002172/"\n>Mukul Anand</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000821/"\n>Amitabh Bachchan</a>, \n<a href="/name/nm0149822/"\n>Mithun Chakraborty</a>, \n<a href="/name/nm0534863/"\n>Madhavi</a>, \n<a href="/name/nm0624174/"\n>Neelam Kothari</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="8673">8,673</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0098999" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0232753">\n\n\n<a href="/title/tt0232753/"\n> <img alt="Tabarana Kathe"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjVjZTFhNDctMzRhNC00Nzg4LTg5ZGEtNDYxOWEzMTE0YTRkXkEyXkFqcGdeQXVyODEzOTQwNTY@._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0232753"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">37.</span>\n \n <a href="/title/tt0232753/"\n>Tabarana Kathe</a>\n <span class="lister-item-year text-muted unbold">(1986)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">179 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0232753" data-tconst="tt0232753" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0232753">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0232753" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0232753"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\n <a href="/updates?update=tt0232753%3Aoutlines.add.1"\n>Add a Plot</a>\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0440424/"\n>Girish Kasaravalli</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm2637070/"\n>Nalini Murthy</a>, \n<a href="/name/nm2640174/"\n>R. Nagesh</a>, \n<a href="/name/nm0352031/"\n>Charu Haasan</a>, \n<a href="/name/nm2639493/"\n>Vaishali Kasaravalli</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="75">75</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0232753" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0211126">\n\n\n<a href="/title/tt0211126/"\n> <img alt="Zakhm"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZjQ1Y2VjMDAtNjc2MS00ZDhhLTgxNzEtMDE0ZjYzZGVhODAyXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt0211126"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">38.</span>\n \n <a href="/title/tt0211126/"\n>Zakhm</a>\n <span class="lister-item-year text-muted unbold">(1998)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">125 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0211126" data-tconst="tt0211126" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0211126">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0211126" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0211126"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nAmidst religious riots, a son deals with his mother\'s life-threatening injuries, and her last request.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0080315/"\n>Mahesh Bhatt</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0222426/"\n>Ajay Devgn</a>, \n<a href="/name/nm0080324/"\n>Pooja Bhatt</a>, \n<a href="/name/nm0015459/"\n>Nagarjuna Akkineni</a>, \n<a href="/name/nm0007114/"\n>Sonali Bendre</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="3095">3,095</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0211126" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0292490">\n\n\n<a href="/title/tt0292490/"\n> <img alt="Dil Chahta Hai"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjRjMTYwMTYtMmRkNi00MmVkLWE0MjQtNmM3YjI0NWFhZDNmXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0292490"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">39.</span>\n \n <a href="/title/tt0292490/"\n>Dil Chahta Hai</a>\n <span class="lister-item-year text-muted unbold">(2001)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">Unrated</span>\n <span class="ghost">|</span> \n <span class="runtime">183 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0292490" data-tconst="tt0292490" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0292490">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0292490" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0292490"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThree inseparable childhood friends are just out of college. Nothing comes between them - until they each fall in love, and their wildly different approaches to relationships creates tension.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1027719/"\n>Farhan Akhtar</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0451148/"\n>Aamir Khan</a>, \n<a href="/name/nm0451307/"\n>Saif Ali Khan</a>, \n<a href="/name/nm0451379/"\n>Akshaye Khanna</a>, \n<a href="/name/nm0006689/"\n>Preity Zinta</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="69439">69,439</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="300,000">$0.30M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0292490" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt2356180">\n\n\n<a href="/title/tt2356180/"\n> <img alt="Bhaag Milkha Bhaag"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTY1Nzg4MjcwN15BMl5BanBnXkFtZTcwOTc1NTk1OQ@@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt2356180"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">40.</span>\n \n <a href="/title/tt2356180/"\n>Bhaag Milkha Bhaag</a>\n <span class="lister-item-year text-muted unbold">(2013)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">186 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nBiography, Drama, Sport </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt2356180" data-tconst="tt2356180" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt2356180">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt2356180" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt2356180"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe truth behind the ascension of <a href="/name/nm2245260">Milkha Singh</a> who was scarred because of the India-Pakistan partition.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1018493/"\n>Rakeysh Omprakash Mehra</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1027719/"\n>Farhan Akhtar</a>, \n<a href="/name/nm2128238/"\n>Sonam Kapoor</a>, \n<a href="/name/nm0539497/"\n>Pawan Malhotra</a>, \n<a href="/name/nm0539562/"\n>Art Malik</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="64479">64,479</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="1,626,289">$1.63M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt2356180" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0072783">\n\n\n<a href="/title/tt0072783/"\n> <img alt="Chupke Chupke"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjAzMjMzMzU2N15BMl5BanBnXkFtZTgwMDkxOTE3NDE@._V1_UY209_CR8,0,140,209_AL_.jpg"\ndata-tconst="tt0072783"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">41.</span>\n \n <a href="/title/tt0072783/"\n>Chupke Chupke</a>\n <span class="lister-item-year text-muted unbold">(1975)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">146 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0072783" data-tconst="tt0072783" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0072783">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0072783" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0072783"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA newly wedded husband plays a practical joke on his wife\'s family with full support from his wife and friends.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0611531/"\n>Hrishikesh Mukherjee</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004429/"\n>Dharmendra</a>, \n<a href="/name/nm0846616/"\n>Sharmila Tagore</a>, \n<a href="/name/nm0000821/"\n>Amitabh Bachchan</a>, \n<a href="/name/nm0080149/"\n>Jaya Bachchan</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="12154">12,154</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0072783" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0112870">\n\n\n<a href="/title/tt0112870/"\n> <img alt="Dilwale Dulhania Le Jayenge"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMDQ2ZmE2NTMtZDE3NC00YzFjLWJhNmEtMDEzMTI5ZjU2ZGM0XkEyXkFqcGdeQXVyNTkzNDQ4ODc@._V1_UY209_CR8,0,140,209_AL_.jpg"\ndata-tconst="tt0112870"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">42.</span>\n \n <a href="/title/tt0112870/"\n>Dilwale Dulhania Le Jayenge</a>\n <span class="lister-item-year text-muted unbold">(1995)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">189 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0112870" data-tconst="tt0112870" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0112870">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0112870" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0112870"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nWhen Raj meets Simran in Europe, it isn\'t love at first sight but when Simran moves to India for an arranged marriage, love makes its presence felt.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0159147/"\n>Aditya Chopra</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0451321/"\n>Shah Rukh Khan</a>, \n<a href="/name/nm0004418/"\n>Kajol</a>, \n<a href="/name/nm0700869/"\n>Amrish Puri</a>, \n<a href="/name/nm0416077/"\n>Farida Jalal</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="66184">66,184</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0112870" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0986264">\n\n\n<a href="/title/tt0986264/"\n> <img alt="Taare Zameen Par"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMDhjZWViN2MtNzgxOS00NmI4LThiZDQtZDI3MzM4MDE4NTc0XkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt0986264"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">43.</span>\n \n <a href="/title/tt0986264/"\n>Taare Zameen Par</a>\n <span class="lister-item-year text-muted unbold">(2007)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">165 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Family </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0986264" data-tconst="tt0986264" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0986264">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0986264" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0986264"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nAn eight-year-old boy is thought to be a lazy trouble-maker, until the new art teacher has the patience and compassion to discover the real problem behind his struggles in school.</p>\n <p class="text-muted text-small">\n Directors:\n<a href="/name/nm0451148/"\n>Aamir Khan</a>, \n<a href="/name/nm1244760/"\n>Amole Gupte</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm2594301/"\n>Darsheel Safary</a>, \n<a href="/name/nm0451148/"\n>Aamir Khan</a>, \n<a href="/name/nm1538116/"\n>Tisca Chopra</a>, \n<a href="/name/nm1479650/"\n>Vipin Sharma</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="179729">179,729</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="1,223,869">$1.22M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0986264" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0085178">\n\n\n<a href="/title/tt0085178/"\n> <img alt="Ardh Satya"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNjE4YjZiZmMtZTE5Zi00YmIzLTkzZWItZjA5ZGMxMDEyOWRlXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR1,0,140,209_AL_.jpg"\ndata-tconst="tt0085178"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">44.</span>\n \n <a href="/title/tt0085178/"\n>Ardh Satya</a>\n <span class="lister-item-year text-muted unbold">(1983)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">130 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0085178" data-tconst="tt0085178" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0085178">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0085178" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0085178"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA newly appointed police rookie deals with corruption, romance, and brutality.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0631539/"\n>Govind Nihalani</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0700875/"\n>Om Puri</a>, \n<a href="/name/nm0665599/"\n>Smita Patil</a>, \n<a href="/name/nm0700869/"\n>Amrish Puri</a>, \n<a href="/name/nm0408371/"\n>Shafi Inamdar</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1646">1,646</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0085178" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0075747">\n\n\n<a href="/title/tt0075747/"\n> <img alt="Bhumika"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYWFjOWMxY2ItZmUyNy00YzUxLWJmM2QtYTY1YTA4NjFmMDVlXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR16,0,140,209_AL_.jpg"\ndata-tconst="tt0075747"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">45.</span>\n \n <a href="/title/tt0075747/"\n>Bhumika</a>\n <span class="lister-item-year text-muted unbold">(1977)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">142 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0075747" data-tconst="tt0075747" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0075747">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0075747" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0075747"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA girl learns music from her courtesan grandmother and breaks into the burgeoning show business industry of 1930s Bombay, which eventually leads to decades of superstardom as well as romantic entanglements.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0070867/"\n>Shyam Benegal</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0665599/"\n>Smita Patil</a>, \n<a href="/name/nm0619047/"\n>Anant Nag</a>, \n<a href="/name/nm0787462/"\n>Naseeruddin Shah</a>, \n<a href="/name/nm0700869/"\n>Amrish Puri</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="628">628</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0075747" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1305797">\n\n\n<a href="/title/tt1305797/"\n> <img alt="Enthiran"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZmI0YmZkOGUtMTcwZS00MTk4LTg5ODQtOTliNWU2MTcwZjQ3XkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UY209_CR12,0,140,209_AL_.jpg"\ndata-tconst="tt1305797"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">46.</span>\n \n <a href="/title/tt1305797/"\n>Enthiran</a>\n <span class="lister-item-year text-muted unbold">(2010)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">155 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Sci-Fi </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1305797" data-tconst="tt1305797" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1305797">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1305797" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1305797"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA brilliant scientist creates a humanoid robot to protect mankind, but things go awry when human emotions are programmed and inner turmoil causes the robot to switch sides.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0788171/"\n>S. Shankar</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0707425/"\n>Rajinikanth</a>, \n<a href="/name/nm0706787/"\n>Aishwarya Rai Bachchan</a>, \n<a href="/name/nm0219939/"\n>Danny Denzongpa</a>, \n<a href="/name/nm1962272/"\n>Santhanam</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="26071">26,071</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="4,373,898">$4.37M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1305797" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0086230">\n\n\n<a href="/title/tt0086230/"\n> <img alt="Sadma"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYzIyNmMyY2EtNzYwZS00MWI3LWIzZDUtNmIxZmRiODYzZWQ2XkEyXkFqcGdeQXVyODEzOTQwNTY@._V1_UY209_CR8,0,140,209_AL_.jpg"\ndata-tconst="tt0086230"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">47.</span>\n \n <a href="/title/tt0086230/"\n>Sadma</a>\n <span class="lister-item-year text-muted unbold">(1983)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">141 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0086230" data-tconst="tt0086230" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0086230">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0086230" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0086230"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA head injury causes a woman to regresses to childhood. Lost and confused, she is eventually befriended by a school teacher.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0536818/"\n>Balu Mahendra</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0352032/"\n>Kamal Haasan</a>, \n<a href="/name/nm0004437/"\n>Sridevi</a>, \n<a href="/name/nm0004109/"\n>Gulshan Grover</a>, \n<a href="/name/nm0810426/"\n>Silk Smitha</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="3076">3,076</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0086230" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0396962">\n\n\n<a href="/title/tt0396962/"\n> <img alt="Shwaas"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNDE3YWJjZWYtZTIxZC00NjEwLWE1NjgtYmQzYmZhYmE3NjM5XkEyXkFqcGdeQXVyMzc0ODYyNzk@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0396962"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">48.</span>\n \n <a href="/title/tt0396962/"\n>Shwaas</a>\n <span class="lister-item-year text-muted unbold">(2004)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">107 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0396962" data-tconst="tt0396962" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0396962">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0396962" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0396962"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore unfavorable">36 </span>\n Metascore\n </div>\n<p class="">\nThis story is about how an old man tried to show his grandson the preciousness and beauty of life in a no win situation such as cancer. It is about keeping a positive attitude towards life.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1680304/"\n>Sandeep Sawant</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1550913/"\n>Arun Nalawade</a>, \n<a href="/name/nm1727096/"\n>Ashwin Chitale</a>, \n<a href="/name/nm1276263/"\n>Sandeep Kulkarni</a>, \n<a href="/name/nm1576284/"\n>Amruta Subhash</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1503">1,503</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="1,042">$0.00M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0396962" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0102258">\n\n\n<a href="/title/tt0102258/"\n> <img alt="Lamhe"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZjhhZTc3YzQtNGJjMy00MzI4LWE3Y2EtZDNiNzVkZTM2OTdhXkEyXkFqcGdeQXVyNTkzNDQ4ODc@._V1_UY209_CR8,0,140,209_AL_.jpg"\ndata-tconst="tt0102258"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">49.</span>\n \n <a href="/title/tt0102258/"\n>Lamhe</a>\n <span class="lister-item-year text-muted unbold">(1991)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">187 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0102258" data-tconst="tt0102258" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0102258">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0102258" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0102258"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nWhen the young Viren comes to India for the first time, he is captivated by Pallavi. When he learns she is already spoken for, he returns to London a broken man. When he gets the news of ... <a href="/title/tt0102258/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0007181/"\n>Yash Chopra</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0438463/"\n>Anil Kapoor</a>, \n<a href="/name/nm0004437/"\n>Sridevi</a>, \n<a href="/name/nm0451600/"\n>Anupam Kher</a>, \n<a href="/name/nm0716851/"\n>Waheeda Rehman</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="2713">2,713</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0102258" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0154565">\n\n\n<a href="/title/tt0154565/"\n> <img alt="Haqeeqat"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNjYyMWUwYjEtYjkzZi00YTZlLWEzMGQtNDYwZTVlNDM5ZDhjXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR10,0,140,209_AL_.jpg"\ndata-tconst="tt0154565"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">50.</span>\n \n <a href="/title/tt0154565/"\n>Haqeeqat</a>\n <span class="lister-item-year text-muted unbold">(1964)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">184 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Musical, War </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0154565" data-tconst="tt0154565" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0154565">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0154565" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0154565"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA platoon of Indian soldiers encounters harsh realities while fighting in the Sino-Indian War of 1962.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0025608/"\n>Chetan Anand</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0756379/"\n>Balraj Sahni</a>, \n<a href="/name/nm0004429/"\n>Dharmendra</a>, \n<a href="/name/nm0025629/"\n>Vijay Anand</a>, \n<a href="/name/nm0611532/"\n>Indrani Mukherjee</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="488">488</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0154565" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0048613">\n\n\n<a href="/title/tt0048613/"\n> <img alt="Shree 420"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNzg4Y2NjZjctMzU3My00YTY4LWJmNjUtZmMxNzVlZWRkNTk4XkEyXkFqcGdeQXVyNjQ1MDcxNzM@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0048613"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">51.</span>\n \n <a href="/title/tt0048613/"\n>Shree 420</a>\n <span class="lister-item-year text-muted unbold">(1955)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">168 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0048613" data-tconst="tt0048613" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0048613">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0048613" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0048613"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nWhen a young man from a small town decides to make it big in a city, he faces several challenges.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0004292/"\n>Raj Kapoor</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004291/"\n>Nargis</a>, \n<a href="/name/nm0004292/"\n>Raj Kapoor</a>, \n<a href="/name/nm0618918/"\n>Nadira</a>, \n<a href="/name/nm0625973/"\n>Nemo</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="2684">2,684</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0048613" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0312859">\n\n\n<a href="/title/tt0312859/"\n> <img alt="Kannathil Muthamittal"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTQ0YmIzOGQtNGMwNS00ODE0LTg3NjAtY2UxYzU0ODdjZTIwXkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0312859"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">52.</span>\n \n <a href="/title/tt0312859/"\n>Kannathil Muthamittal</a>\n <span class="lister-item-year text-muted unbold">(2002)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">136 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Drama, War </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0312859" data-tconst="tt0312859" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0312859">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0312859" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0312859"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA little girl is told by her parents that she is adopted. Determined to find her real mother, she begs to be taken to Sri Lanka, where her mother works with a militant group of activists.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0711745/"\n>Mani Ratnam</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0534856/"\n>Madhavan</a>, \n<a href="/name/nm0801264/"\n>Simran</a>, \n<a href="/name/nm0695177/"\n>Prakash Raj</a>, \n<a href="/name/nm0201903/"\n>Nandita Das</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="7995">7,995</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0312859" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0110076">\n\n\n<a href="/title/tt0110076/"\n> <img alt="Hum Aapke Hain Koun..!"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZjc0ODAwMmItMmQwMy00MmRmLThjOGYtZGEwYjQ2ZjcyYzA3XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0110076"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">53.</span>\n \n <a href="/title/tt0110076/"\n>Hum Aapke Hain Koun..!</a>\n <span class="lister-item-year text-muted unbold">(1994)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">206 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Musical </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0110076" data-tconst="tt0110076" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0110076">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0110076" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0110076"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nPrem and Nisha meet and fall in love at the wedding of their elder siblings, but their plans to be together are put in jeopardy when Nisha\'s sister dies, leaving behind a baby.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0054744/"\n>Sooraj R. Barjatya</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0002043/"\n>Madhuri Dixit</a>, \n<a href="/name/nm0006795/"\n>Salman Khan</a>, \n<a href="/name/nm0046894/"\n>Mohnish Bahl</a>, \n<a href="/name/nm0787509/"\n>Renuka Shahane</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="20177">20,177</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0110076" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt2218988">\n\n\n<a href="/title/tt2218988/"\n> <img alt="Ustad Hotel"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNWYzYjk3YzItNzBhMC00NmQwLTk0MmUtNzU5MWNmNDI2Mzg0XkEyXkFqcGdeQXVyODE0NjUxNzY@._V1_UY209_CR8,0,140,209_AL_.jpg"\ndata-tconst="tt2218988"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">54.</span>\n \n <a href="/title/tt2218988/"\n>Ustad Hotel</a>\n <span class="lister-item-year text-muted unbold">(2012)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">151 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt2218988" data-tconst="tt2218988" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt2218988">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt2218988" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt2218988"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nFaisi wants to go to UK to become a professional chef but circumstances force him to assist his grandfather in a small restaurant in Kozhikode city, changing his outlook on life forever.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm2057169/"\n>Anwar Rasheed</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm4921260/"\n>Dulquer Salmaan</a>, \n<a href="/name/nm0858128/"\n>Thilakan</a>, \n<a href="/name/nm1388202/"\n>Siddique</a>, \n<a href="/name/nm3383930/"\n>Nithya Menen</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="13105">13,105</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt2218988" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0109206">\n\n\n<a href="/title/tt0109206/"\n> <img alt="Bandit Queen"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOThkN2U4ZTItYmQzYi00YzBlLWJjNzAtZjRkZjQ4ODc4OTk0XkEyXkFqcGdeQXVyMTMxMTY0OTQ@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0109206"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">55.</span>\n \n <a href="/title/tt0109206/"\n>Bandit Queen</a>\n <span class="lister-item-year text-muted unbold">(1994)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">(Banned)</span>\n <span class="ghost">|</span> \n <span class="runtime">119 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nBiography, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0109206" data-tconst="tt0109206" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0109206">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0109206" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0109206"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe story of the bandit queen Phoolan Devi who was sent to prison in 1983 and got free in 1994.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0001408/"\n>Shekhar Kapur</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0084443/"\n>Seema Biswas</a>, \n<a href="/name/nm0659241/"\n>Nirmal Pandey</a>, \n<a href="/name/nm0900267/"\n>Rajesh Vivek</a>, \n<a href="/name/nm0944834/"\n>Raghuvir Yadav</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="4657">4,657</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="399,748">$0.40M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0109206" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0323013">\n\n\n<a href="/title/tt0323013/"\n> <img alt="Lakshya"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BY2Y0NjY5ZTctZWMzNC00MDQ4LTkyMWUtOGZkMzk4NWNhYWI5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0323013"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">56.</span>\n \n <a href="/title/tt0323013/"\n>Lakshya</a>\n <span class="lister-item-year text-muted unbold">(2004)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">186 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Drama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0323013" data-tconst="tt0323013" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0323013">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0323013" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0323013"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nAn aimless, jobless, irresponsible grown man joins the army and matures into a battlefield hero.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1027719/"\n>Farhan Akhtar</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004335/"\n>Hrithik Roshan</a>, \n<a href="/name/nm0006689/"\n>Preity Zinta</a>, \n<a href="/name/nm0000821/"\n>Amitabh Bachchan</a>, \n<a href="/name/nm0700875/"\n>Om Puri</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="22160">22,160</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="752,344">$0.75M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0323013" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0400234">\n\n\n<a href="/title/tt0400234/"\n> <img alt="Black Friday"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYWRjMDlmNGYtOGFhYy00ZWU4LTk3MzEtOTI4ZTgxN2Y5NGNkXkEyXkFqcGdeQXVyNzU3Nzk4MDQ@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0400234"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">57.</span>\n \n <a href="/title/tt0400234/"\n>Black Friday</a>\n <span class="lister-item-year text-muted unbold">(2004)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">(Banned)</span>\n <span class="ghost">|</span> \n <span class="runtime">143 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0400234" data-tconst="tt0400234" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0400234">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0400234" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0400234"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">76 </span>\n Metascore\n </div>\n<p class="">\nA film about the investigations following the 1993 serial Bombay bomb blasts, told through the different stories of the people involved --police, conspirators, victims, middlemen.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0440604/"\n>Anurag Kashyap</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1946407/"\n>Kay Kay Menon</a>, \n<a href="/name/nm0539497/"\n>Pawan Malhotra</a>, \n<a href="/name/nm0820282/"\n>Aditya Srivastav</a>, \n<a href="/name/nm0080349/"\n>Dibyendu Bhattacharya</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="19909">19,909</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="34,000">$0.03M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0400234" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0074858">\n\n\n<a href="/title/tt0074858/"\n> <img alt="Manthan"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYjRlZmEyYTMtYjY5My00MmU0LTk1MjQtOGE5N2NmYTQ0Y2JiXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0074858"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">58.</span>\n \n <a href="/title/tt0074858/"\n>Manthan</a>\n <span class="lister-item-year text-muted unbold">(1976)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">134 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0074858" data-tconst="tt0074858" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0074858">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0074858" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0074858"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nDr.Rao (Girih Karnad) is a Vetinary doc, who comes to this village with the aim of starting a Milk Co-operative society for the welfare of the villagers. But the wealthy businessman ... <a href="/title/tt0074858/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0070867/"\n>Shyam Benegal</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0439784/"\n>Girish Karnad</a>, \n<a href="/name/nm0665599/"\n>Smita Patil</a>, \n<a href="/name/nm0787462/"\n>Naseeruddin Shah</a>, \n<a href="/name/nm0619047/"\n>Anant Nag</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="572">572</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0074858" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0154159">\n\n\n<a href="/title/tt0154159/"\n> <img alt="Apoorva Raagangal"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjg0ZjkyZmQtYmY1ZC00NmRmLWJlNjktMWU5NWIxMzk1NzNiXkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0154159"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">59.</span>\n \n <a href="/title/tt0154159/"\n>Apoorva Raagangal</a>\n <span class="lister-item-year text-muted unbold">(1975)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">144 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0154159" data-tconst="tt0154159" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0154159">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0154159" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0154159"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nDrama and melodrama follow two relationships involving single parents.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0049335/"\n>K. Balachander</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0352032/"\n>Kamal Haasan</a>, \n<a href="/name/nm1139300/"\n>Major Sundarrajan</a>, \n<a href="/name/nm0820286/"\n>Srividya</a>, \n<a href="/name/nm0419707/"\n>Jayasudha</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="384">384</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0154159" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt2181931">\n\n\n<a href="/title/tt2181931/"\n> <img alt="English Vinglish"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjQ5YWVmYmYtOWFiZC00NGMxLWEwODctZDM2MWI4YWViN2E5XkEyXkFqcGdeQXVyNjQ2MjQ5NzM@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt2181931"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">60.</span>\n \n <a href="/title/tt2181931/"\n>English Vinglish</a>\n <span class="lister-item-year text-muted unbold">(2012)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">134 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Family </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt2181931" data-tconst="tt2181931" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt2181931">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt2181931" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt2181931"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA quiet, sweet tempered housewife endures small slights from her well-educated husband and daughter every day because of her inability to speak and understand English.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1903006/"\n>Gauri Shinde</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004437/"\n>Sridevi</a>, \n<a href="/name/nm1300009/"\n>Adil Hussain</a>, \n<a href="/name/nm0623854/"\n>Mehdi Nebbou</a>, \n<a href="/name/nm3591550/"\n>Priya Anand</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="34889">34,889</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="1,670,773">$1.67M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt2181931" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0061842">\n\n\n<a href="/title/tt0061842/"\n> <img alt="Jewel Thief"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMDcyMWZmOTUtMWQ2ZS00Mzg4LTk4ODItY2JmZDBhYzYzNjFlXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR4,0,140,209_AL_.jpg"\ndata-tconst="tt0061842"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">61.</span>\n \n <a href="/title/tt0061842/"\n>Jewel Thief</a>\n <span class="lister-item-year text-muted unbold">(1967)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">186 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama, Musical </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0061842" data-tconst="tt0061842" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0061842">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0061842" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0061842"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA Police Commissioner\'s son comes under suspicion for being a jewel thief.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0025629/"\n>Vijay Anand</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0006369/"\n>Ashok Kumar</a>, \n<a href="/name/nm0007147/"\n>Dev Anand</a>, \n<a href="/name/nm0904537/"\n>Vyjayanthimala</a>, \n<a href="/name/nm0849863/"\n>Tanuja</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1830">1,830</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0061842" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0067546">\n\n\n<a href="/title/tt0067546/"\n> <img alt="Pakeezah"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BODk3M2VlMDMtYmI4Ny00ODZlLTg4Y2QtN2ZmNzM0ZDJmOTEyXkEyXkFqcGdeQXVyNDQxNjcxNQ@@._V1_UY209_CR5,0,140,209_AL_.jpg"\ndata-tconst="tt0067546"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">62.</span>\n \n <a href="/title/tt0067546/"\n>Pakeezah</a>\n <span class="lister-item-year text-muted unbold">(1972)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">147 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nMusical, Romance, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0067546" data-tconst="tt0067546" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0067546">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0067546" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0067546"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nIn Lucknow at the turn of the century, a dancer and courtesan believes that her pure soul and body will enable her to find true love and honor.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0025399/"\n>Kamal Amrohi</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0006369/"\n>Ashok Kumar</a>, \n<a href="/name/nm0474932/"\n>Meena Kumari</a>, \n<a href="/name/nm0474855/"\n>Raaj Kumar</a>, \n<a href="/name/nm0474940/"\n>Veena</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1583">1,583</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0067546" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0379370">\n\n\n<a href="/title/tt0379370/"\n> <img alt="Maqbool"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTE2NjYzOWUtMDgyZS00NGY3LTk5ZDctODMxNGYyNjUyODIwXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR5,0,140,209_AL_.jpg"\ndata-tconst="tt0379370"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">63.</span>\n \n <a href="/title/tt0379370/"\n>Maqbool</a>\n <span class="lister-item-year text-muted unbold">(2003)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">132 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0379370" data-tconst="tt0379370" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0379370">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0379370" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0379370"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe intrigue of the Shakespearean tragedy \'Macbeth\' is transposed to the Mumbai underworld.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0080235/"\n>Vishal Bhardwaj</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0451234/"\n>Irrfan Khan</a>, \n<a href="/name/nm0007102/"\n>Tabu</a>, \n<a href="/name/nm0438488/"\n>Pankaj Kapur</a>, \n<a href="/name/nm0787462/"\n>Naseeruddin Shah</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="10301">10,301</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0379370" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0053965">\n\n\n<a href="/title/tt0053965/"\n> <img alt="Jis Desh Men Ganga Behti Hai"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZWZkMjE5YjItY2U4OC00NjJiLTk1NTEtMzY3NzM1YjljYzZjXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR4,0,140,209_AL_.jpg"\ndata-tconst="tt0053965"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">64.</span>\n \n <a href="/title/tt0053965/"\n>Jis Desh Men Ganga Behti Hai</a>\n <span class="lister-item-year text-muted unbold">(1960)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">167 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0053965" data-tconst="tt0053965" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0053965">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0053965" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0053965"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA simple-minded small-time singer joins a group of bandits and becomes the cause for their moral transformation and turnaround.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0439731/"\n>Radhu Karmakar</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004292/"\n>Raj Kapoor</a>, \n<a href="/name/nm0655803/"\n>Padmini</a>, \n<a href="/name/nm0695199/"\n>Pran</a>, \n<a href="/name/nm0151266/"\n>Chanchal</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="456">456</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0053965" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0056436">\n\n\n<a href="/title/tt0056436/"\n> <img alt="Sahib Bibi Aur Ghulam"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNGFmMTc4M2MtZjYzMC00MWIwLWI0YzgtYTk0MzAxYjg3MmIyXkEyXkFqcGdeQXVyMTMzMjEyOTg5._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0056436"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">65.</span>\n \n <a href="/title/tt0056436/"\n>Sahib Bibi Aur Ghulam</a>\n <span class="lister-item-year text-muted unbold">(1962)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">152 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0056436" data-tconst="tt0056436" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0056436">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0056436" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0056436"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA lowly servant, Bhognath gets close to the wife of his employer and narrates her story through his eyes and perspective.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0023551/"\n>Abrar Alvi</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0474932/"\n>Meena Kumari</a>, \n<a href="/name/nm0244870/"\n>Guru Dutt</a>, \n<a href="/name/nm0716839/"\n>Rehman</a>, \n<a href="/name/nm0716851/"\n>Waheeda Rehman</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1618">1,618</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0056436" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0076696">\n\n\n<a href="/title/tt0076696/"\n> <img alt="Shatranj Ke Khilari"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMWJhYTY5Y2EtODU5NC00MzRmLWFhMDgtNmQ5OTE2YjBlMjNlXkEyXkFqcGdeQXVyNjMwMjk0MTQ@._V1_UY209_CR6,0,140,209_AL_.jpg"\ndata-tconst="tt0076696"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">66.</span>\n \n <a href="/title/tt0076696/"\n>Shatranj Ke Khilari</a>\n <span class="lister-item-year text-muted unbold">(1977)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">129 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, History </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0076696" data-tconst="tt0076696" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0076696">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0076696" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0076696"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nWazed Ali Shah was the ruler of one of the last independent kingdoms of India. The British, intent on controlling this rich country, had sent General Outram on a secret mission to clear the... <a href="/title/tt0076696/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0006249/"\n>Satyajit Ray</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0474876/"\n>Sanjeev Kumar</a>, \n<a href="/name/nm0006762/"\n>Saeed Jaffrey</a>, \n<a href="/name/nm0000818/"\n>Shabana Azmi</a>, \n<a href="/name/nm0416077/"\n>Farida Jalal</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="3419">3,419</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0076696" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0263778">\n\n\n<a href="/title/tt0263778/"\n> <img alt="Narthanasala"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNWQ3MzUzYzUtOTAxOS00ODYzLWFjY2ItOGIwNjQ4NTEzY2YxXkEyXkFqcGdeQXVyNjQ1MDcxNzM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0263778"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">67.</span>\n \n <a href="/title/tt0263778/"\n>Narthanasala</a>\n <span class="lister-item-year text-muted unbold">(1963)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">175 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0263778" data-tconst="tt0263778" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0263778">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0263778" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0263778"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThis film deals with the Virata Parvam (Book of Virata) of the epic Mahabharatam dictated by Vyasa Maharshi.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0710563/"\n>Kamalakara Kameshwara Rao</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0767800/"\n>Savitri</a>, \n<a href="/name/nm0004417/"\n>N.T. Rama Rao</a>, \n<a href="/name/nm0199227/"\n>Rajagopal Dandamudi</a>, \n<a href="/name/nm0710036/"\n>S.V. Ranga Rao</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="243">243</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0263778" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0267363">\n\n\n<a href="/title/tt0267363/"\n> <img alt="Chandni Bar"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZWY0YjdjZTktMDQxMC00NjUxLWEyZjMtYmMwMjRjZDczYjlkXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt0267363"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">68.</span>\n \n <a href="/title/tt0267363/"\n>Chandni Bar</a>\n <span class="lister-item-year text-muted unbold">(2001)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">150 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0267363" data-tconst="tt0267363" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0267363">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0267363" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0267363"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA displaced woman is forced to become a beer-bar dancer, and sire children of a gangster.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1055105/"\n>Madhur Bhandarkar</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0007102/"\n>Tabu</a>, \n<a href="/name/nm0474609/"\n>Atul Kulkarni</a>, \n<a href="/name/nm1056425/"\n>Rajpal Yadav</a>, \n<a href="/name/nm0904503/"\n>Shri Vallabh Vyas</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="2539">2,539</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0267363" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1180583">\n\n\n<a href="/title/tt1180583/"\n> <img alt="Vaaranam Aayiram"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZGVjZDdjNTEtNTk0MS00MGZhLWIwOWEtMTE4NGU0YTNlNzVlXkEyXkFqcGdeQXVyODE0NjUxNzY@._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt1180583"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">69.</span>\n \n <a href="/title/tt1180583/"\n>Vaaranam Aayiram</a>\n <span class="lister-item-year text-muted unbold">(2008)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">169 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Drama, Musical </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1180583" data-tconst="tt1180583" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1180583">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1180583" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1180583"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA father and son help each other through growing up, romance, tragedy, and adventure.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1069826/"\n>Gautham Vasudev Menon</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1421814/"\n>Suriya</a>, \n<a href="/name/nm0801264/"\n>Simran</a>, \n<a href="/name/nm1631667/"\n>Ramya</a>, \n<a href="/name/nm1213820/"\n>Sameera Reddy</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="11578">11,578</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1180583" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0329393">\n\n\n<a href="/title/tt0329393/"\n> <img alt="Mr. and Mrs. Iyer"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNTcyNzA0MzktYWI5NS00Nzk2LTkzYjctMmE4ZGMxN2JkNjIxXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0329393"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">70.</span>\n \n <a href="/title/tt0329393/"\n>Mr. and Mrs. Iyer</a>\n <span class="lister-item-year text-muted unbold">(2002)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">120 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0329393" data-tconst="tt0329393" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0329393">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0329393" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0329393"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore mixed">50 </span>\n Metascore\n </div>\n<p class="">\nDuring a bus journey, a devout Hindu Brahmin woman protects a Muslim man when communal rioting breaks out.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0031967/"\n>Aparna Sen</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0097893/"\n>Rahul Bose</a>, \n<a href="/name/nm1234298/"\n>Konkona Sen Sharma</a>, \n<a href="/name/nm0756380/"\n>Bhisham Sahni</a>, \n<a href="/name/nm0797773/"\n>Surekha Sikri</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="4756">4,756</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0329393" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0097045">\n\n\n<a href="/title/tt0097045/"\n> <img alt="Chandni"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOTQ2MDFiODEtNjRhNi00NDJjLWFiYTEtMjAxNTY1ZjNhMjFiXkEyXkFqcGdeQXVyNTkzNDQ4ODc@._V1_UY209_CR8,0,140,209_AL_.jpg"\ndata-tconst="tt0097045"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">71.</span>\n \n <a href="/title/tt0097045/"\n>Chandni</a>\n <span class="lister-item-year text-muted unbold">(1989)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">186 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0097045" data-tconst="tt0097045" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0097045">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0097045" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0097045"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nFate leaves Chandni shattered as her love Rohit disappears from her life. She meets Lalit and they befriend each other until Rohit knocks on her door.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0007181/"\n>Yash Chopra</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004437/"\n>Sridevi</a>, \n<a href="/name/nm0438501/"\n>Rishi Kapoor</a>, \n<a href="/name/nm0451396/"\n>Vinod Khanna</a>, \n<a href="/name/nm0716851/"\n>Waheeda Rehman</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1716">1,716</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0097045" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0109732">\n\n\n<a href="/title/tt0109732/"\n> <img alt="English, August"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNzZjMzIzZmYtOWM5Yy00NjljLThmNzQtYTgwMmY5OGFiY2FkXkEyXkFqcGdeQXVyMzU0NzkwMDg@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0109732"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">72.</span>\n \n <a href="/title/tt0109732/"\n>English, August</a>\n <span class="lister-item-year text-muted unbold">(1994)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">118 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Comedy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0109732" data-tconst="tt0109732" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0109732">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0109732" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0109732"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nAgasyta, an urban bengali who seamlessly shuttles between Ella Fitzgerald and Rabindra Sangeet, joins the Indian administration service and gets posted in the lap of India\'s hinterland - a ... <a href="/title/tt0109732/synopsis"\n>See full synopsis</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0070865/"\n>Dev Benegal</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0044343/"\n>Tanvi Azmi</a>, \n<a href="/name/nm0097893/"\n>Rahul Bose</a>, \n<a href="/name/nm11621457/"\n>Rupen Bose</a>, \n<a href="/name/nm0766146/"\n>Shivaji Satam</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="137">137</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0109732" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt2717168">\n\n\n<a href="/title/tt2717168/"\n> <img alt="Celluloid"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZTQzZGM1YmUtNzBkMC00ZGI3LTk1NjEtODAwMWE4MTZmYTY3XkEyXkFqcGdeQXVyNTIxMjg4Nzc@._V1_UY209_CR34,0,140,209_AL_.jpg"\ndata-tconst="tt2717168"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">73.</span>\n \n <a href="/title/tt2717168/"\n>Celluloid</a>\n <span class="lister-item-year text-muted unbold">(2013)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">129 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nBiography, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt2717168" data-tconst="tt2717168" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt2717168">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt2717168" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt2717168"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe story of J C Daniel, who made the first ever Malayalam film \'Vigathakumaran\' in 1928, resulting in his exile and eventual downfall.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0436382/"\n>Kamal</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1335387/"\n>Prithviraj Sukumaran</a>, \n<a href="/name/nm0820208/"\n>Sreenivasan</a>, \n<a href="/name/nm1952830/"\n>Mamta Mohandas</a>, \n<a href="/name/nm5832913/"\n>Chandini</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1418">1,418</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt2717168" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0086231">\n\n\n<a href="/title/tt0086231/"\n> <img alt="Sagara Sangamam"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNmJhYzQ0MjUtZmM4OS00ZmI4LTgxZjctNjE4Y2MyNjc3NzM2XkEyXkFqcGdeQXVyODEzOTQwNTY@._V1_UY209_CR4,0,140,209_AL_.jpg"\ndata-tconst="tt0086231"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">74.</span>\n \n <a href="/title/tt0086231/"\n>Sagara Sangamam</a>\n <span class="lister-item-year text-muted unbold">(1983)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">160 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Music, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0086231" data-tconst="tt0086231" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0086231">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0086231" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0086231"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA classical dancer, Balakrishna, (Kamal Haasan) faces many struggles, but is eventually redeemed.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0899649/"\n>K. Viswanath</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0352032/"\n>Kamal Haasan</a>, \n<a href="/name/nm0419685/"\n>Jaya Prada</a>, \n<a href="/name/nm0764871/"\n>Sarath Babu</a>, \n<a href="/name/nm0004465/"\n>Sailaja S.P.</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="3004">3,004</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0086231" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0374887">\n\n\n<a href="/title/tt0374887/"\n> <img alt="Munna Bhai M.B.B.S."\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMzQ4MTBlYTQtMzJkYS00OGNjLTk1MWYtNzQ0OTQ0OWEyOWU1XkEyXkFqcGdeQXVyNDgyODgxNjE@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt0374887"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">75.</span>\n \n <a href="/title/tt0374887/"\n>Munna Bhai M.B.B.S.</a>\n <span class="lister-item-year text-muted unbold">(2003)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">156 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0374887" data-tconst="tt0374887" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0374887">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0374887" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0374887"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA gangster sets out to fulfill his father\'s dream of becoming a doctor.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0386246/"\n>Rajkumar Hirani</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004569/"\n>Sanjay Dutt</a>, \n<a href="/name/nm0451174/"\n>Arshad Warsi</a>, \n<a href="/name/nm0961737/"\n>Gracy Singh</a>, \n<a href="/name/nm0004570/"\n>Sunil Dutt</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="77550">77,550</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0374887" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0088031">\n\n\n<a href="/title/tt0088031/"\n> <img alt="Saaransh"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZjQ0YjFlM2YtN2ZhZC00NWQ1LWI1N2QtYzg2NDI0N2UxMjViXkEyXkFqcGdeQXVyNTgyNTA4MjM@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0088031"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">76.</span>\n \n <a href="/title/tt0088031/"\n>Saaransh</a>\n <span class="lister-item-year text-muted unbold">(1984)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">137 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0088031" data-tconst="tt0088031" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0088031">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0088031" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0088031"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nAn old couple lend a room on rent after recent death of the bread earner of the family, their only son. A budding actress starts living with them, who is in love with a local politician\'s only son. The movie shows what later ensues.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0080315/"\n>Mahesh Bhatt</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0368990/"\n>Rohini Hattangadi</a>, \n<a href="/name/nm0451600/"\n>Anupam Kher</a>, \n<a href="/name/nm0713618/"\n>Soni Razdan</a>, \n<a href="/name/nm0415834/"\n>Madan Jain</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1832">1,832</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0088031" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0067164">\n\n\n<a href="/title/tt0067164/"\n> <img alt="Guddi"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNGQ3ODdlNmUtYmE4Yy00MWU5LWJhYTYtN2JlMGE5Yzg5YTIyXkEyXkFqcGdeQXVyMTQwMzQ1MA@@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0067164"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">77.</span>\n \n <a href="/title/tt0067164/"\n>Guddi</a>\n <span class="lister-item-year text-muted unbold">(1971)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">121 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Comedy, Family </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0067164" data-tconst="tt0067164" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0067164">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0067164" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0067164"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA teenage girl will not accept her family\'s attempt to arrange a marriage for her, as her heart is currently too full of love for the movies and heartthrob actor "Dharmendra."</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0611531/"\n>Hrishikesh Mukherjee</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004429/"\n>Dharmendra</a>, \n<a href="/name/nm0080149/"\n>Jaya Bachchan</a>, \n<a href="/name/nm0764407/"\n>Sumita Sanyal</a>, \n<a href="/name/nm0244884/"\n>Utpal Dutt</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1056">1,056</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0067164" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0832971">\n\n\n<a href="/title/tt0832971/"\n> <img alt="Vanaja"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTIwMTA4MjcxOF5BMl5BanBnXkFtZTcwMTQ3MzYzMQ@@._V1_UY209_CR12,0,140,209_AL_.jpg"\ndata-tconst="tt0832971"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">78.</span>\n \n <a href="/title/tt0832971/"\n>Vanaja</a>\n <span class="lister-item-year text-muted unbold">(2006)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">111 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0832971" data-tconst="tt0832971" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0832971">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0832971" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0832971"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nVanaja, the 15 year old daughter of a financially troubled fisherman goes to work in the local landlady\'s house in hopes of learning Kuchipudi dance. She does well, but when the Landlady\'s ... <a href="/title/tt0832971/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm2336638/"\n>Rajnesh Domalpalli</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm2357033/"\n>Mamatha Bhukya</a>, \n<a href="/name/nm2351870/"\n>Urmila Dammannagari</a>, \n<a href="/name/nm2352481/"\n>Ramachandriah Marikanti</a>, \n<a href="/name/nm2356631/"\n>Krishnamma Gundimalla</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="513">513</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="145,927">$0.15M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0832971" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt2146960">\n\n\n<a href="/title/tt2146960/"\n> <img alt="Vazhakku Enn 18/9"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZWZjMjliNjQtZWIwYy00ZWMwLTlhNzgtMWEzYzFjOTZhYjQyXkEyXkFqcGdeQXVyODk1MzE5NDA@._V1_UY209_CR6,0,140,209_AL_.jpg"\ndata-tconst="tt2146960"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">79.</span>\n \n <a href="/title/tt2146960/"\n>Vazhakku Enn 18/9</a>\n <span class="lister-item-year text-muted unbold">(2012)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">124 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nCrime, Drama, Thriller </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt2146960" data-tconst="tt2146960" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt2146960">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt2146960" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt2146960"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA girl gets in trouble when her boyfriend films her private moments on his mobile phone without her knowledge.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1475260/"\n>Balaji Sakthivel</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm5036793/"\n>Sri</a>, \n<a href="/name/nm5036684/"\n>Mithun Murali</a>, \n<a href="/name/nm5043571/"\n>Urmila Mahanta</a>, \n<a href="/name/nm5043023/"\n>Manisha Yadav</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="2174">2,174</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt2146960" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0373856">\n\n\n<a href="/title/tt0373856/"\n> <img alt="Gangaajal"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYjRjOWViZTgtYjA4Ny00MWJiLTkxYzktMzdlOGRmMWYwOTdjXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR8,0,140,209_AL_.jpg"\ndata-tconst="tt0373856"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">80.</span>\n \n <a href="/title/tt0373856/"\n>Gangaajal</a>\n <span class="lister-item-year text-muted unbold">(2003)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">157 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.8</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0373856" data-tconst="tt0373856" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0373856">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0373856" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0373856"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nAn IPS officer motivates and leads a dysfunctional, corrupt police force of Tezpur to fight against the corrupt politician.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0422552/"\n>Prakash Jha</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0222426/"\n>Ajay Devgn</a>, \n<a href="/name/nm0961737/"\n>Gracy Singh</a>, \n<a href="/name/nm0430803/"\n>Mohan Joshi</a>, \n<a href="/name/nm1004985/"\n>Yashpal Sharma</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="16474">16,474</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0373856" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0215517">\n\n\n<a href="/title/tt0215517/"\n> <img alt="Angoor"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMGQ0YTQ4YzktZTMzYy00NWZhLTk0MGEtMzQ0YTE5OWUzN2U5XkEyXkFqcGdeQXVyMTgwMjgwMjM@._V1_UY209_CR11,0,140,209_AL_.jpg"\ndata-tconst="tt0215517"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">81.</span>\n \n <a href="/title/tt0215517/"\n>Angoor</a>\n <span class="lister-item-year text-muted unbold">(1982)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">131 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.3</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0215517" data-tconst="tt0215517" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0215517">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0215517" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0215517"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nBased on Shakespeare\'s \'A Comedy of Errors\', this is a story of identical twins (2 pairs) and mistaken identities.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0347899/"\n>Gulzar</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0474876/"\n>Sanjeev Kumar</a>, \n<a href="/name/nm0154139/"\n>Moushumi Chatterjee</a>, \n<a href="/name/nm0894340/"\n>Deven Verma</a>, \n<a href="/name/nm0045119/"\n>Aruna Irani</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="5038">5,038</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0215517" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0499375">\n\n\n<a href="/title/tt0499375/"\n> <img alt="Guru"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZWE3OGQyYTQtMGQzNy00YjI0LTkwYWUtY2FjZjNmODFlNDNkXkEyXkFqcGdeQXVyMTEzNzg0Mjkx._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt0499375"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">82.</span>\n \n <a href="/title/tt0499375/"\n>Guru</a>\n <span class="lister-item-year text-muted unbold">(2007)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">162 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0499375" data-tconst="tt0499375" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0499375">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0499375" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0499375"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">70 </span>\n Metascore\n </div>\n<p class="">\nA villager, Gurukant Desai, arrives in Bombay 1958, and rises from its streets to become the GURU, the biggest tycoon in Indian history.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0711745/"\n>Mani Ratnam</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0149822/"\n>Mithun Chakraborty</a>, \n<a href="/name/nm0045393/"\n>Abhishek Bachchan</a>, \n<a href="/name/nm0706787/"\n>Aishwarya Rai Bachchan</a>, \n<a href="/name/nm0534856/"\n>Madhavan</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="22830">22,830</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="2,087,000">$2.09M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0499375" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0109117">\n\n\n<a href="/title/tt0109117/"\n> <img alt="Andaz Apna Apna"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZTIwYzRjMGYtZWQ0Ni00NDZhLThhZDYtOGViZGJiZTkwMzk2XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR8,0,140,209_AL_.jpg"\ndata-tconst="tt0109117"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">83.</span>\n \n <a href="/title/tt0109117/"\n>Andaz Apna Apna</a>\n <span class="lister-item-year text-muted unbold">(1994)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">160 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Comedy, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0109117" data-tconst="tt0109117" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0109117">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0109117" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0109117"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nTwo slackers competing for the affections of an heiress inadvertently become her protectors from an evil criminal.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0764316/"\n>Rajkumar Santoshi</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0451148/"\n>Aamir Khan</a>, \n<a href="/name/nm0006795/"\n>Salman Khan</a>, \n<a href="/name/nm0849199/"\n>Raveena Tandon</a>, \n<a href="/name/nm0006433/"\n>Karisma Kapoor</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="51577">51,577</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0109117" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0058547">\n\n\n<a href="/title/tt0058547/"\n> <img alt="Sangam"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMzkxY2QwNzgtYWU3NS00NGE0LWJkZDUtZTFhMDA4MGI0NzhkXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR10,0,140,209_AL_.jpg"\ndata-tconst="tt0058547"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">84.</span>\n \n <a href="/title/tt0058547/"\n>Sangam</a>\n <span class="lister-item-year text-muted unbold">(I) (1964)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">238 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0058547" data-tconst="tt0058547" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0058547">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0058547" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0058547"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nReturning home from war after being assumed dead, a pilot weds the woman he has long loved, unaware that she had been planning to marry his best friend.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0004292/"\n>Raj Kapoor</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0004292/"\n>Raj Kapoor</a>, \n<a href="/name/nm0006348/"\n>Rajendra Kumar</a>, \n<a href="/name/nm0904537/"\n>Vyjayanthimala</a>, \n<a href="/name/nm0407002/"\n>Iftekhar</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1669">1,669</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0058547" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0076492">\n\n\n<a href="/title/tt0076492/"\n> <img alt="Oka Oori Katha"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYWQ0MDM4OTgtOTllNy00YTU1LTgwNmItNGYxYWRhODFjYWI1XkEyXkFqcGdeQXVyNDI3NjcxMDA@._V1_UY209_CR9,0,140,209_AL_.jpg"\ndata-tconst="tt0076492"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">85.</span>\n \n <a href="/title/tt0076492/"\n>Oka Oori Katha</a>\n <span class="lister-item-year text-muted unbold">(1978)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">116 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0076492" data-tconst="tt0076492" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0076492">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0076492" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0076492"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe father of a son living on the fringes of a village believes that working is a fools game, for the lord takes what little the workers make. When a young woman enters their home tensions begin to rise and their idle life is threatened.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0784019/"\n>Mrinal Sen</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1022721/"\n>Krishna A.R.</a>, \n<a href="/name/nm0474850/"\n>Pradeep Kumar</a>, \n<a href="/name/nm1128422/"\n>G. Narayana Rao</a>, \n<a href="/name/nm1115041/"\n>M.V. Vasudeva Rao</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="70">70</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0076492" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0064086">\n\n\n<a href="/title/tt0064086/"\n> <img alt="Bhuvan Shome"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BODM5MzBiMGQtNjUzMS00NDExLWFjYzctMDY5NDk3MjE4YTA4XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR6,0,140,209_AL_.jpg"\ndata-tconst="tt0064086"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">86.</span>\n \n <a href="/title/tt0064086/"\n>Bhuvan Shome</a>\n <span class="lister-item-year text-muted unbold">(1969)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">96 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0064086" data-tconst="tt0064086" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0064086">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0064086" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0064086"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA lonely bureaucrat goes on holiday to a Gujarat village where a young peasant woman helps him see beyond his job and develop a newfound empathy for people.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0784019/"\n>Mrinal Sen</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0244884/"\n>Utpal Dutt</a>, \n<a href="/name/nm0611663/"\n>Suhasini Mulay</a>, \n<a href="/name/nm0154161/"\n>Shekhar Chatterjee</a>, \n<a href="/name/nm0576404/"\n>Sadhu Meher</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="432">432</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0064086" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0118751">\n\n\n<a href="/title/tt0118751/"\n> <img alt="Border"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNWYwYmExOWQtYzNkOS00NWY5LWE4NTEtYTcwY2FiYmQ0OTg5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR9,0,140,209_AL_.jpg"\ndata-tconst="tt0118751"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">87.</span>\n \n <a href="/title/tt0118751/"\n>Border</a>\n <span class="lister-item-year text-muted unbold">(I) (1997)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">176 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Drama, History </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0118751" data-tconst="tt0118751" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0118751">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0118751" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0118751"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nIn 1971, along the border region of Longewala, a small battalion of Indian soldiers goes up against a large Pakistani strike force.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0244892/"\n>J.P. Dutta</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0219971/"\n>Sunny Deol</a>, \n<a href="/name/nm0792911/"\n>Sunil Shetty</a>, \n<a href="/name/nm0451379/"\n>Akshaye Khanna</a>, \n<a href="/name/nm0006763/"\n>Jackie Shroff</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="15021">15,021</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0118751" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0437407">\n\n\n<a href="/title/tt0437407/"\n> <img alt="Parineeta"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMTcwOTEyMTYyM15BMl5BanBnXkFtZTcwMTEyMTAzMQ@@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0437407"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">88.</span>\n \n <a href="/title/tt0437407/"\n>Parineeta</a>\n <span class="lister-item-year text-muted unbold">(2005)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">130 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0437407" data-tconst="tt0437407" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0437407">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0437407" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0437407"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe lifelong romance between Lolita (Balan) and Shekar (Khan) is upset by the arrival of another man.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1224879/"\n>Pradeep Sarkar</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1799038/"\n>Vidya Balan</a>, \n<a href="/name/nm0451307/"\n>Saif Ali Khan</a>, \n<a href="/name/nm0004569/"\n>Sanjay Dutt</a>, \n<a href="/name/nm1069850/"\n>Dia Mirza</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="8994">8,994</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="802,758">$0.80M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0437407" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0047990">\n\n\n<a href="/title/tt0047990/"\n> <img alt="Devdas"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMjUxZjE4OWMtMTBmMC00NGU2LWI0ODEtYTQ4ODMwNTkxYjMyXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR6,0,140,209_AL_.jpg"\ndata-tconst="tt0047990"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">89.</span>\n \n <a href="/title/tt0047990/"\n>Devdas</a>\n <span class="lister-item-year text-muted unbold">(1955)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">159 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Musical, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.9</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0047990" data-tconst="tt0047990" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0047990">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0047990" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0047990"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe scion of a wealthy landowner family turns to alcohol and self-pity and slowly self-destructs after class differences force him to break off his relationship with his childhood sweetheart.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0746950/"\n>Bimal Roy</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0474801/"\n>Dilip Kumar</a>, \n<a href="/name/nm0784042/"\n>Suchitra Sen</a>, \n<a href="/name/nm0904537/"\n>Vyjayanthimala</a>, \n<a href="/name/nm0609359/"\n>Motilal</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="1829">1,829</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0047990" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1461674">\n\n\n<a href="/title/tt1461674/"\n> <img alt="Abohomaan"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BOWI2ZjdlNGItYmI2OC00MDczLWJlOGEtNWYzOWJiNTQ2OWVjXkEyXkFqcGdeQXVyNjA3OTI5MjA@._V1_UY209_CR5,0,140,209_AL_.jpg"\ndata-tconst="tt1461674"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">90.</span>\n \n <a href="/title/tt1461674/"\n>Abohomaan</a>\n <span class="lister-item-year text-muted unbold">(2009)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">122 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1461674" data-tconst="tt1461674" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1461674">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1461674" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1461674"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nAbohomaan tells the story of Aniket, one of the finest filmmakers of Bengal in eastern India and the loves of his life. Devoted to his craft, Aniket met and fell in love with his wife ... <a href="/title/tt1461674/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0315916/"\n>Rituparno Ghosh</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0212541/"\n>Dipankar Dey</a>, \n<a href="/name/nm0788164/"\n>Mamata Shankar</a>, \n<a href="/name/nm1702868/"\n>Jisshu Sengupta</a>, \n<a href="/name/nm3089359/"\n>Ananya Chatterjee</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="589">589</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1461674" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0172684">\n\n\n<a href="/title/tt0172684/"\n> <img alt="Kuch Kuch Hota Hai"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNGNhNWMwNTgtZmNlOS00OGM3LWIxYzItOWQwZDJjMzQ3MzRlXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR3,0,140,209_AL_.jpg"\ndata-tconst="tt0172684"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">91.</span>\n \n <a href="/title/tt0172684/"\n>Kuch Kuch Hota Hai</a>\n <span class="lister-item-year text-muted unbold">(1998)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">177 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Musical </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.6</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0172684" data-tconst="tt0172684" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0172684">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0172684" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0172684"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nDuring their college years, Anjali was in love with her best-friend Rahul, but he had eyes only for Tina. Years later, Rahul and the now-deceased Tina\'s eight-year-old daughter attempts to reunite her father and Anjali.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0424103/"\n>Karan Johar</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0451321/"\n>Shah Rukh Khan</a>, \n<a href="/name/nm0004418/"\n>Kajol</a>, \n<a href="/name/nm0611552/"\n>Rani Mukerji</a>, \n<a href="/name/nm0755705/"\n>Sana Saeed</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="50190">50,190</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="2,100,000">$2.10M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0172684" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0376076">\n\n\n<a href="/title/tt0376076/"\n> <img alt="Pithamagan"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYzI5NDdlYWItMWIzNC00MjIwLWJmOGUtYjY2YjlhNmQ0N2E4XkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UY209_CR5,0,140,209_AL_.jpg"\ndata-tconst="tt0376076"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">92.</span>\n \n <a href="/title/tt0376076/"\n>Pithamagan</a>\n <span class="lister-item-year text-muted unbold">(2003)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">139 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0376076" data-tconst="tt0376076" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0376076">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0376076" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0376076"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nChittan, a social outcast, has grown up in a cemetery. A drug dealer finds him a job in a cannabis farm. In prison, he meets a conman, Shakti. This friendship transforms him from his stony existence.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm1220246/"\n>Bala</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1417314/"\n>Vikram</a>, \n<a href="/name/nm1421814/"\n>Suriya</a>, \n<a href="/name/nm0481798/"\n>Laila</a>, \n<a href="/name/nm1294683/"\n>Sangeetha</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="6134">6,134</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0376076" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1045898">\n\n\n<a href="/title/tt1045898/"\n> <img alt="Veyyil"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNjQ3NzczNTgtYTdjMS00MWNhLWFjNjEtZDA2NTU4NDgxMmRhXkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UY209_CR11,0,140,209_AL_.jpg"\ndata-tconst="tt1045898"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">93.</span>\n \n <a href="/title/tt1045898/"\n>Veyyil</a>\n <span class="lister-item-year text-muted unbold">(2006)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">UA</span>\n <span class="ghost">|</span> \n <span class="runtime">136 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1045898" data-tconst="tt1045898" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1045898">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1045898" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1045898"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nStory of two brothers told from the perspective of older brother who recalls his childhood memories where he runs away from home and returns after 20 years. The rest of the film is all ... <a href="/title/tt1045898/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm2677913/"\n>Vasanthabalan</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm1367730/"\n>Pasupathy</a>, \n<a href="/name/nm1467000/"\n>Bharath Srinivasan</a>, \n<a href="/name/nm1418952/"\n>Bhavana</a>, \n<a href="/name/nm3444244/"\n>Priyanka Nair</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="726">726</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1045898" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0059028">\n\n\n<a href="/title/tt0059028/"\n> <img alt="Chemmeen"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYmNmZWYwZWYtZmNiYS00ZmUzLTgyM2ItYzA0MzFlMTVkOGE0XkEyXkFqcGdeQXVyMjkxNzQ1NDI@._V1_UY209_CR6,0,140,209_AL_.jpg"\ndata-tconst="tt0059028"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">94.</span>\n \n <a href="/title/tt0059028/"\n>Chemmeen</a>\n <span class="lister-item-year text-muted unbold">(1965)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">140 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.7</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0059028" data-tconst="tt0059028" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0059028">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0059028" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0059028"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nKarutthamma, the daughter of a Hindu fisherman, falls in love with a Muslim fish trader. However, social prejudices seem to ruin their love life and invite the wrath of their communities. ... <a href="/title/tt0059028/plotsummary"\n>See full summary</a> »\n</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0439253/"\n>Ramu Kariat</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0766163/"\n>Sathyan</a>, \n<a href="/name/nm0790659/"\n>Sheela</a>, \n<a href="/name/nm0534867/"\n>Madhu</a>, \n<a href="/name/nm0619758/"\n>Kottarakkara Sridharan Nair</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="489">489</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0059028" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0085743">\n\n\n<a href="/title/tt0085743/"\n> <img alt="Jaane Bhi Do Yaaro"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BMDE0Y2NhYjEtNWM3MS00MzFiLTlkODctYmViY2Q4OTczYWI2XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR9,0,140,209_AL_.jpg"\ndata-tconst="tt0085743"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">95.</span>\n \n <a href="/title/tt0085743/"\n>Jaane Bhi Do Yaaro</a>\n <span class="lister-item-year text-muted unbold">(1983)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">132 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0085743" data-tconst="tt0085743" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0085743">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0085743" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0085743"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nTwo friends, attempting to start-up their own photo studio, come across shady dealings, corruption and murder, and must fight to bring the guilty to light.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0787453/"\n>Kundan Shah</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0787462/"\n>Naseeruddin Shah</a>, \n<a href="/name/nm0060629/"\n>Ravi Baswani</a>, \n<a href="/name/nm0080268/"\n>Bhakti Barve</a>, \n<a href="/name/nm0787474/"\n>Satish Shah</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="13685">13,685</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0085743" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0052572">\n\n\n<a href="/title/tt0052572/"\n> <img alt="Apur Sansar"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNWQzOWVlYzItNTQ4ZS00OThjLWJjNWQtNDM1Yzk0ZDM4NWY4XkEyXkFqcGdeQXVyNTgyNTA4MjM@._V1_UY209_CR4,0,140,209_AL_.jpg"\ndata-tconst="tt0052572"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">96.</span>\n \n <a href="/title/tt0052572/"\n>Apur Sansar</a>\n <span class="lister-item-year text-muted unbold">(1959)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">105 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.5</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0052572" data-tconst="tt0052572" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0052572">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0052572" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0052572"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThis final installment in Satyajit Ray\'s Apu Trilogy follows Apu\'s life as an orphaned adult aspiring to be a writer.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0006249/"\n>Satyajit Ray</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0154164/"\n>Soumitra Chatterjee</a>, \n<a href="/name/nm0846616/"\n>Sharmila Tagore</a>, \n<a href="/name/nm0149845/"\n>Alok Chakravarty</a>, \n<a href="/name/nm0611575/"\n>Swapan Mukherjee</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="13403">13,403</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="16,000">$0.02M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0052572" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt1286811">\n\n\n<a href="/title/tt1286811/"\n> <img alt="Kanchivaram"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNDJhM2FiNTYtMmFiMC00ZmJhLWJjYzItZmY0ODk4YjY2YzQzXkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UX140_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt1286811"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">97.</span>\n \n <a href="/title/tt1286811/"\n>Kanchivaram</a>\n <span class="lister-item-year text-muted unbold">(2008)</span>\n</h3>\n <p class="text-muted text-small">\n \n <span class="runtime">117 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt1286811" data-tconst="tt1286811" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt1286811">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt1286811" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt1286811"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nA poor silk weaver promises his wife to dress their newborn daughter in a silk saree for her marriage. Facing systemic oppression and the vicissitudes of his fortune, he struggles to keep his word.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0698184/"\n>Priyadarshan</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0695177/"\n>Prakash Raj</a>, \n<a href="/name/nm1597362/"\n>Shreya Reddy</a>, \n<a href="/name/nm3833238/"\n>Shammu</a>, \n<a href="/name/nm0820200/"\n>Sreekumar</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="656">656</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt1286811" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0265343">\n\n\n<a href="/title/tt0265343/"\n> <img alt="Monsoon Wedding"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BZWMzMDJhMjgtZjk2NS00ZDM4LThmOGMtOTQzYWU3N2Y4Y2M2XkEyXkFqcGdeQXVyNjQ2MjQ5NzM@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0265343"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">98.</span>\n \n <a href="/title/tt0265343/"\n>Monsoon Wedding</a>\n <span class="lister-item-year text-muted unbold">(2001)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">A</span>\n <span class="ghost">|</span> \n <span class="runtime">114 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nComedy, Drama, Romance </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7.4</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0265343" data-tconst="tt0265343" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0265343">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0265343" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0265343"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n <div class="inline-block ratings-metascore">\n<span class="metascore favorable">77 </span>\n Metascore\n </div>\n<p class="">\nA stressed father, a bride-to-be with a secret, a smitten event planner, and relatives from around the world create much ado about the preparations for an arranged marriage in India.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0619762/"\n>Mira Nair</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0787462/"\n>Naseeruddin Shah</a>, \n<a href="/name/nm0239267/"\n>Lillete Dubey</a>, \n<a href="/name/nm0156858/"\n>Shefali Shah</a>, \n<a href="/name/nm0704694/"\n>Vijay Raaz</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="25285">25,285</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="13,876,974">$13.88M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0265343" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0375611">\n\n\n<a href="/title/tt0375611/"\n> <img alt="Black"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BNTI5MmE5M2UtZjIzYS00M2JjLWIwNDItYTY2ZWNiODBmYTBiXkEyXkFqcGdeQXVyNjQ2MjQ5NzM@._V1_UY209_CR2,0,140,209_AL_.jpg"\ndata-tconst="tt0375611"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">99.</span>\n \n <a href="/title/tt0375611/"\n>Black</a>\n <span class="lister-item-year text-muted unbold">(2005)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">122 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nDrama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.2</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0375611" data-tconst="tt0375611" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0375611">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0375611" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0375611"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nThe cathartic tale of a young woman who can\'t see, hear or talk and the teacher who brings a ray of light into her dark world.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0080220/"\n>Sanjay Leela Bhansali</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000821/"\n>Amitabh Bachchan</a>, \n<a href="/name/nm0611552/"\n>Rani Mukerji</a>, \n<a href="/name/nm1617909/"\n>Shernaz Patel</a>, \n<a href="/name/nm1754159/"\n>Ayesha Kapoor</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="34118">34,118</span>\n <span class="ghost">|</span> <span class="text-muted">Gross:</span>\n <span name="nv" data-value="733,094">$0.73M</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0375611" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n <div class="lister-item mode-detail">\n <div class="lister-item-image ribbonize" data-tconst="tt0072860">\n\n\n<a href="/title/tt0072860/"\n> <img alt="Deewaar"\nclass="loadlate"\nloadlate="https://m.media-amazon.com/images/M/MV5BYWE5ZGEyNWItOGQ5YS00YjE0LTliMDgtZmNmNGVkOWIyYjRiXkEyXkFqcGdeQXVyMTI0NTA1MDI3._V1_UY209_CR0,0,140,209_AL_.jpg"\ndata-tconst="tt0072860"\nheight="209"\nsrc="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png"\nwidth="140" />\n</a> </div>\n <div class="lister-item-content">\n<h3 class="lister-item-header">\n <span class="lister-item-index unbold text-primary">100.</span>\n \n <a href="/title/tt0072860/"\n>Deewaar</a>\n <span class="lister-item-year text-muted unbold">(1975)</span>\n</h3>\n <p class="text-muted text-small">\n <span class="certificate">U</span>\n <span class="ghost">|</span> \n <span class="runtime">174 min</span>\n <span class="ghost">|</span> \n <span class="genre">\nAction, Crime, Drama </span>\n </p>\n\n\n <div class="ipl-rating-widget">\n <div class="ipl-rating-star small">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8.1</span>\n </div>\n <div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">\n <input type="checkbox" class="ipl-rating-interactive__state" id="checkbox-tt0072860" data-tconst="tt0072860" data-reftag="ur_rt">\n <label class="ipl-rating-interactive__star-container" for="checkbox-tt0072860">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">0</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </label>\n <div class="ipl-rating-selector" id="ipl-rating-selector-tt0072860" data-value="0">\n <div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">\n <div class="ipl-rating-selector__reset">\n <a href="#void"> <svg class="ipl-icon ipl-cancel-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n</a>\n </div>\n <span class="ipl-rating-selector__divider"></span>\n <form class="ipl-rating-selector__star-list" method="post" action="/ratings/_ajax/title">\n <a href="#void" class="ipl-rating-selector__star-link " data-value="1">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">1</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="2">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">2</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="3">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">3</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="4">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">4</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="5">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">5</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="6">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">6</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="7">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">7</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="8">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">8</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="9">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">9</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <a href="#void" class="ipl-rating-selector__star-link " data-value="10">\n <div class="ipl-rating-star ipl-rating-interactive__star">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M0 0h24v24H0z" fill="none"/>\n <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">10</span>\n </div>\n <div class="ipl-rating-star ipl-rating-interactive__star--empty ">\n <span class="ipl-rating-star__star">\n <svg class="ipl-icon ipl-star-border-icon " xmlns="http://www.w3.org/2000/svg" fill="#000000" height="24" viewBox="0 0 24 24" width="24">\n <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>\n <path d="M0 0h24v24H0z" fill="none"/>\n </svg>\n </span>\n <span class="ipl-rating-star__rating">Rate</span>\n </div>\n </a>\n <fieldset class="ipl-rating-selector__fieldset">\n <input type="hidden" name="tconst" value="tt0072860"/>\n <input type="text" name="rating" value="0"/>\n <input type="hidden" name="csrfToken" value=""/>\n <input type="hidden" name="tracking_tag" value="ur_rt"/>\n <input type="hidden" name="pageType" value="list"/>\n <input type="hidden" name="subpageType" value="title"/>\n </fieldset>\n <noscript>\n <input type="submit" class="ipl-rating-selector__rating-submit" value="Vote"/>\n </noscript>\n </form>\n <span class="ipl-rating-selector__rating-value">0</span>\n </div>\n <div class="ipl-rating-selector__error ipl-rating-selector__wrapper">\n <span>Error: please try again.</span>\n </div>\n </div>\n <div class="ipl-rating-interactive__loader">\n <img src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif" alt="loading" />\n </div>\n </div>\n </div>\n<p class="">\nVijay struggles as a dockworker and eventually becomes a leading figure of the underworld, while his younger brother Ravi is an educated, upright policeman. This divide causes problems in their relationship.</p>\n <p class="text-muted text-small">\n Director:\n<a href="/name/nm0007181/"\n>Yash Chopra</a>\n <span class="ghost">|</span> \n Stars:\n<a href="/name/nm0000821/"\n>Amitabh Bachchan</a>, \n<a href="/name/nm0004434/"\n>Shashi Kapoor</a>, \n<a href="/name/nm0747131/"\n>Nirupa Roy</a>, \n<a href="/name/nm0044916/"\n>Parveen Babi</a>\n </p>\n <p class="text-muted text-small">\n <span class="text-muted">Votes:</span>\n <span name="nv" data-value="10556">10,556</span>\n </p>\n <div class="wtw-option-standalone" data-tconst="tt0072860" data-watchtype="minibar" data-baseref="wl_li"></div>\n </div>\n <div class="clear"></div>\n </div>\n </div>\n <div class="row text-center lister-working hidden"></div>\n <div class="footer filmosearch">\n <div class="desc">\n </div>\n </div>\n </div>\n\n </div>\n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n </div>\n <div id="sidebar">\n\t\n <!-- no content received for slot: top_rhs -->\n\t\n <div class="list-create-widget">\n<a href="/list/create"\n> <button type="button" class="btn-raised btn-raised--primary ">create a new list</button>\n</a> <div class="create-list-description">\n List your movie, TV & celebrity picks.\n </div>\n </div>\n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n <div class="aux-content-widget-2 list-activity-widget">\n <h3>List Activity</h3>\n <div class="list-activity">\n <span class="views-number-label">Views: </span>\n <span class="views-number-value">83,387</span>\n | in last week <span class="views-number-value">64</span>\n </div>\n </div>\n\n \n \n \n\n \n \n \n <div class="aux-content-widget-2" id="social-share-widget">\n <h3>Tell Your Friends</h3>\n <div class="social">\n <div class="social_networking">\n <span><strong>Share</strong> this list:</span>\n <a onclick="window.open("https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls056092300%2F", \'newWindow\', \'width=626, height=436\'); return false;" href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls056092300%2F" target="_blank" title="Share on Facebook" class="share_icon facebook"></a>\n <a onclick="window.open("https://twitter.com/intent/tweet?text=%20-%20http%3A%2F%2Fwww.imdb.com%2Flist%2Fls056092300%2F", \'newWindow\', \'width=815, height=436\'); return false;" href="https://twitter.com/intent/tweet?text=%20-%20http%3A%2F%2Fwww.imdb.com%2Flist%2Fls056092300%2F" target="_blank" title="Share on Twitter" class="share_icon twitter"></a>\n <a onclick="$(\'div.social input[name=share-link]\').show().select(); return false;" title="Share the page" class="share_icon share_url_link" href="http://www.imdb.com/list/ls056092300/"></a>\n </div>\n <input type="text" name="share-link" value="http://www.imdb.com/list/ls056092300/" readonly>\n </div>\n </div>\n\n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n <div class="aux-content-widget-2" id="feedback-widget">\n <strong>Feedback?</strong> <a href="https://help.imdb.com/article/imdb/general-information/getsatisfaction-community-access-you-re-about-to-leave-imdb-com/GP4FF3REXES9AR3P"\n>Tell us what you think about this feature.</a>\n </div>\n\n \n \n \n\n \n \n \n <div class="aux-content-widget-2">\n <div id="listsWidget">\n <h3>\n Other Lists by yashmishra91\n </h3>\n <div class="list-preview even">\n <div class="list-preview-item-narrow">\n<a href="/list/ls056092300"\n><img height="86" width="86" alt="list image" title="list image" src="https://m.media-amazon.com/images/S/sash/8ZhQrGnWn9cWUVQ.png" class="loadlate hidden " loadlate="https://m.media-amazon.com/images/M/MV5BMTU5Njc1NjkxMl5BMl5BanBnXkFtZTgwNTkzNTQwMDE@._V1_UX86_CR0,0,86,86_AL_.jpg" /></a> </div>\n <div class="list_name">\n <strong><a href="/list/ls056092300"\n>\n100 Best Indian Films Till Date\n</a></strong>\n </div>\n <div class="list_meta">\n a list of 100 titles\n \n \n </div>\n <div class="clear"> </div>\n </div>\n <div class="see-more">\n <a href="/user/ur40466907/lists"\n>See all lists by yashmishra91</a> »\n </div>\n </div>\n </div>\n\n \n \n \n\n \n \n \n </div>\n </div>\n <br class="clear"/>\n\n \n \n \n\n \n \n \n <br class="clear" />\n </div>\n\n\n <div id="rvi-div">\n <div class="recently-viewed">\n <div class="header">\n <div class="rhs">\n <a id="clear_rvi" href="#">Clear your history</a>\n </div>\n <h3>Recently Viewed</h3>\n </div>\n <div class="items"> </div>\n </div>\n </div>\n\n\t\n <!-- no content received for slot: bottom_ad -->\n\t\n\n <script type="text/javascript">\n try {\n window.lumierePlayer = window.lumierePlayer || {};\n window.lumierePlayer.weblab = JSON.parse(\'{"IMDB_VIDEO_PLAYER_162496":"C"}\');\n } catch (error) {\n if (window.ueLogError) {\n window.ueLogError(error, {\n logLevel: "WARN",\n attribution: "videoplayer",\n message: "Failed to parse weblabs for video player."\n });\n }\n }\n </script>\n </div>\n </div>\n \n<script>\n if (typeof uet == \'function\') {\n uet("bb", "desktopFooter", {wb: 1});\n }\n</script>\n <div id="4594234e-9d5b-42e3-8ac7-5c4820083dec">\n <footer class="imdb-footer VUGIPjGgHtzvbHiU19iTQ"><div class="_32mc4FXftSbwhpJwmGCYUQ"><div class="ipc-page-content-container ipc-page-content-container--center" role="presentation"><a class="ipc-button ipc-button--double-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-accent1 ipc-button--theme-baseAlt imdb-footer__open-in-app-button" role="button" tabindex="0" aria-disabled="false" href="https://slyb.app.link/SKdyQ6A449"><div class="ipc-button__text">Get the IMDb App</div></a></div></div><div class="ipc-page-content-container ipc-page-content-container--center _2AR8CsLqQAMCT1_Q7eidSY" role="presentation"><div class="imdb-footer__links"><div class="_2Wc8yXs8SzGv7TVS-oOmhT"><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li role="presentation" class="ipc-inline-list__item"><a class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" title="Facebook" role="button" tabindex="0" aria-label="Facebook" aria-disabled="false" target="_blank" rel="nofollow noopener" href="https://facebook.com/imdb"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--facebook" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M20.896 2H3.104C2.494 2 2 2.494 2 3.104v17.792C2 21.506 2.494 22 3.104 22h9.579v-7.745h-2.607v-3.018h2.607V9.01c0-2.584 1.577-3.99 3.882-3.99 1.104 0 2.052.082 2.329.119v2.7h-1.598c-1.254 0-1.496.595-1.496 1.47v1.927h2.989l-.39 3.018h-2.6V22h5.097c.61 0 1.104-.494 1.104-1.104V3.104C22 2.494 21.506 2 20.896 2"></path></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" title="Instagram" role="button" tabindex="0" aria-label="Instagram" aria-disabled="false" target="_blank" rel="nofollow noopener" href="https://instagram.com/imdb"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--instagram" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M11.997 2.04c-2.715 0-3.056.011-4.122.06-1.064.048-1.79.217-2.426.463a4.901 4.901 0 0 0-1.771 1.151 4.89 4.89 0 0 0-1.153 1.767c-.247.635-.416 1.36-.465 2.422C2.011 8.967 2 9.307 2 12.017s.011 3.049.06 4.113c.049 1.062.218 1.787.465 2.422a4.89 4.89 0 0 0 1.153 1.767 4.901 4.901 0 0 0 1.77 1.15c.636.248 1.363.416 2.427.465 1.066.048 1.407.06 4.122.06s3.055-.012 4.122-.06c1.064-.049 1.79-.217 2.426-.464a4.901 4.901 0 0 0 1.77-1.15 4.89 4.89 0 0 0 1.154-1.768c.247-.635.416-1.36.465-2.422.048-1.064.06-1.404.06-4.113 0-2.71-.012-3.05-.06-4.114-.049-1.062-.218-1.787-.465-2.422a4.89 4.89 0 0 0-1.153-1.767 4.901 4.901 0 0 0-1.77-1.15c-.637-.247-1.363-.416-2.427-.464-1.067-.049-1.407-.06-4.122-.06m0 1.797c2.67 0 2.985.01 4.04.058.974.045 1.503.207 1.856.344.466.181.8.397 1.15.746.349.35.566.682.747 1.147.137.352.3.88.344 1.853.048 1.052.058 1.368.058 4.032 0 2.664-.01 2.98-.058 4.031-.044.973-.207 1.501-.344 1.853a3.09 3.09 0 0 1-.748 1.147c-.35.35-.683.565-1.15.746-.352.137-.88.3-1.856.344-1.054.048-1.37.058-4.04.058-2.669 0-2.985-.01-4.039-.058-.974-.044-1.504-.207-1.856-.344a3.098 3.098 0 0 1-1.15-.746 3.09 3.09 0 0 1-.747-1.147c-.137-.352-.3-.88-.344-1.853-.049-1.052-.059-1.367-.059-4.031 0-2.664.01-2.98.059-4.032.044-.973.207-1.501.344-1.853a3.09 3.09 0 0 1 .748-1.147c.35-.349.682-.565 1.149-.746.352-.137.882-.3 1.856-.344 1.054-.048 1.37-.058 4.04-.058"></path><path d="M11.997 15.342a3.329 3.329 0 0 1-3.332-3.325 3.329 3.329 0 0 1 3.332-3.326 3.329 3.329 0 0 1 3.332 3.326 3.329 3.329 0 0 1-3.332 3.325m0-8.449a5.128 5.128 0 0 0-5.134 5.124 5.128 5.128 0 0 0 5.134 5.123 5.128 5.128 0 0 0 5.133-5.123 5.128 5.128 0 0 0-5.133-5.124m6.536-.203c0 .662-.537 1.198-1.2 1.198a1.198 1.198 0 1 1 1.2-1.197"></path></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" title="Twitch" role="button" tabindex="0" aria-label="Twitch" aria-disabled="false" target="_blank" rel="nofollow noopener" href="https://twitch.tv/IMDb"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--twitch" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M3.406 2h18.596v12.814l-5.469 5.47H12.47L9.813 22.94H7.001v-2.657H2V5.594L3.406 2zm16.721 11.876v-10H5.125v13.126h4.22v2.656L12 17.002h5l3.126-3.126z"></path><path d="M17.002 7.47v5.469h-1.875v-5.47zM12.001 7.47v5.469h-1.875v-5.47z"></path></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" title="Twitter" role="button" tabindex="0" aria-label="Twitter" aria-disabled="false" target="_blank" rel="nofollow noopener" href="https://twitter.com/imdb"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--twitter" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M8.29 19.936c7.547 0 11.675-6.13 11.675-11.446 0-.175-.004-.348-.012-.52A8.259 8.259 0 0 0 22 5.886a8.319 8.319 0 0 1-2.356.633 4.052 4.052 0 0 0 1.804-2.225c-.793.46-1.67.796-2.606.976A4.138 4.138 0 0 0 15.847 4c-2.266 0-4.104 1.802-4.104 4.023 0 .315.036.622.107.917a11.728 11.728 0 0 1-8.458-4.203 3.949 3.949 0 0 0-.556 2.022 4 4 0 0 0 1.826 3.348 4.136 4.136 0 0 1-1.858-.503l-.001.051c0 1.949 1.415 3.575 3.292 3.944a4.193 4.193 0 0 1-1.853.07c.522 1.597 2.037 2.76 3.833 2.793a8.34 8.34 0 0 1-5.096 1.722A8.51 8.51 0 0 1 2 18.13a11.785 11.785 0 0 0 6.29 1.807"></path></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" title="YouTube" role="button" tabindex="0" aria-label="YouTube" aria-disabled="false" target="_blank" rel="nofollow noopener" href="https://youtube.com/imdb/"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" class="ipc-icon ipc-icon--youtube" viewBox="0 0 24 24" fill="currentColor" role="presentation"><path d="M9.955 14.955v-5.91L15.182 12l-5.227 2.955zm11.627-7.769a2.505 2.505 0 0 0-1.768-1.768C18.254 5 12 5 12 5s-6.254 0-7.814.418c-.86.23-1.538.908-1.768 1.768C2 8.746 2 12 2 12s0 3.254.418 4.814c.23.86.908 1.538 1.768 1.768C5.746 19 12 19 12 19s6.254 0 7.814-.418a2.505 2.505 0 0 0 1.768-1.768C22 15.254 22 12 22 12s0-3.254-.418-4.814z"></path></svg></a></li></ul></div><div><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li role="presentation" class="ipc-inline-list__item zgFV3U-XECrqVQnyDbx2B"><a href="https://slyb.app.link/SKdyQ6A449" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Get the IMDb App<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item X17C45Q1MH_7XboLL_EEG"><a href="?mode=desktop&ref_=m_ft_dsk" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color">View Full Site</a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://help.imdb.com/imdb" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Help<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://help.imdb.com/article/imdb/general-information/imdb-site-index/GNCX7BHNSPBTFALQ#so" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Site Index<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://pro.imdb.com?ref_=ft_pro&rf=cons_tf_pro" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">IMDbPro<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://www.boxofficemojo.com" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Box Office Mojo<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://developer.imdb.com/" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">IMDb Developer<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li></ul></div><div><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li role="presentation" class="ipc-inline-list__item"><a href="https://www.imdb.com/pressroom/?ref_=ft_pr" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color">Press Room</a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://advertising.amazon.com/resources/ad-specs/imdb/" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Advertising<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://www.amazon.jobs/en/teams/imdb" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Jobs<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><a href="/conditions?ref_=ft_cou" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color">Conditions of Use</a></li><li role="presentation" class="ipc-inline-list__item"><a href="/privacy?ref_=ft_pvc" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color">Privacy Policy</a></li><li role="presentation" class="ipc-inline-list__item"><a href="https://www.amazon.com/b/?&node=5160028011" target="_blank" class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch">Interest-Based Ads<svg class="ipc-link__launch-icon" width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li role="presentation" class="ipc-inline-list__item"><div id="teconsent" class="_2mulh8fx3PjJyxvyLovP4w"></div></li></ul></div></div><div class="imdb-footer__logo _1eKbSAFyeJgUyBUy2VbcS_"><svg aria-label="IMDb, an Amazon company" title="IMDb, an Amazon company" width="160" height="18" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path d="M26.707 2.45c-3.227 2.374-7.906 3.637-11.935 3.637C9.125 6.087 4.04 4.006.193.542-.11.27.161-.101.523.109 4.675 2.517 9.81 3.968 15.111 3.968c3.577 0 7.51-.74 11.127-2.27.546-.23 1.003.358.47.752z" id="ftr__a"/><path d="M4.113 1.677C3.7 1.15 1.385 1.427.344 1.552c-.315.037-.364-.237-.08-.436C2.112-.178 5.138.196 5.49.629c.354.437-.093 3.462-1.824 4.906-.266.222-.52.104-.401-.19.39-.97 1.261-3.14.848-3.668z" id="ftr__c"/><path d="M.435 1.805V.548A.311.311 0 0 1 .755.23l5.65-.001c.181 0 .326.13.326.317v1.078c-.002.181-.154.417-.425.791L3.378 6.582c1.087-.026 2.236.137 3.224.69.222.125.282.309.3.49v1.342c0 .185-.203.398-.417.287-1.74-.908-4.047-1.008-5.97.011-.197.104-.403-.107-.403-.292V7.835c0-.204.004-.552.21-.863l3.392-4.85H.761a.314.314 0 0 1-.326-.317z" id="ftr__e"/><path d="M2.247 9.655H.528a.323.323 0 0 1-.307-.29L.222.569C.222.393.37.253.554.253h1.601a.323.323 0 0 1 .313.295v1.148h.031C2.917.586 3.703.067 4.762.067c1.075 0 1.75.518 2.23 1.629C7.41.586 8.358.067 9.369.067c.722 0 1.508.296 1.99.963.545.74.433 1.813.433 2.757l-.002 5.551a.324.324 0 0 1-.331.317H9.74a.321.321 0 0 1-.308-.316l-.001-4.663c0-.37.032-1.296-.048-1.647-.128-.593-.514-.76-1.011-.76-.418 0-.85.278-1.027.722-.177.445-.161 1.185-.161 1.685v4.662a.323.323 0 0 1-.331.317H5.137a.322.322 0 0 1-.31-.316l-.001-4.663c0-.981.16-2.424-1.059-2.424-1.236 0-1.188 1.406-1.188 2.424v4.662a.324.324 0 0 1-.332.317z" id="ftr__g"/><path d="M4.037.067c2.551 0 3.931 2.184 3.931 4.96 0 2.684-1.524 4.814-3.931 4.814C1.533 9.84.169 7.656.169 4.935.17 2.195 1.55.067 4.037.067zm.015 1.796c-1.267 0-1.347 1.721-1.347 2.795 0 1.073-.016 3.368 1.332 3.368 1.332 0 1.395-1.851 1.395-2.98 0-.74-.031-1.629-.256-2.332-.193-.61-.578-.851-1.124-.851z" id="ftr__i"/><path d="M2.206 9.655H.493a.321.321 0 0 1-.308-.316L.182.54a.325.325 0 0 1 .33-.287h1.595c.15.007.274.109.305.245v1.346h.033C2.926.641 3.6.067 4.788.067c.77 0 1.524.277 2.006 1.037.449.703.449 1.887.449 2.739v5.535a.325.325 0 0 1-.33.277H5.19a.324.324 0 0 1-.306-.277V4.602c0-.962.113-2.37-1.075-2.37-.418 0-.803.278-.995.704-.24.537-.273 1.074-.273 1.666v4.736a.328.328 0 0 1-.335.317z" id="ftr__k"/><path d="M8.314 8.295c.11.156.134.341-.006.455-.35.294-.974.834-1.318 1.139l-.004-.004a.357.357 0 0 1-.406.04c-.571-.473-.673-.692-.986-1.142-.943.958-1.611 1.246-2.834 1.246-1.447 0-2.573-.89-2.573-2.672 0-1.39.756-2.337 1.833-2.8.933-.409 2.235-.483 3.233-.595V3.74c0-.409.032-.89-.209-1.243-.21-.315-.611-.445-.965-.445-.656 0-1.238.335-1.382 1.029-.03.154-.143.307-.298.315l-1.667-.18c-.14-.032-.297-.144-.256-.358C.859.842 2.684.234 4.32.234c.837 0 1.93.222 2.59.853.836.78.755 1.818.755 2.95v2.67c0 .804.335 1.155.65 1.588zM5.253 5.706v-.37c-1.244 0-2.557.265-2.557 1.724 0 .742.386 1.244 1.045 1.244.483 0 .917-.297 1.19-.78.338-.593.322-1.15.322-1.818z" id="ftr__m"/><path d="M8.203 8.295c.11.156.135.341-.005.455-.352.294-.976.834-1.319 1.139l-.004-.004a.356.356 0 0 1-.406.04c-.571-.473-.673-.692-.985-1.142-.944.958-1.613 1.246-2.835 1.246-1.447 0-2.573-.89-2.573-2.672 0-1.39.756-2.337 1.833-2.8.933-.409 2.236-.483 3.233-.595V3.74c0-.409.032-.89-.21-1.243-.208-.315-.61-.445-.964-.445-.656 0-1.239.335-1.382 1.029-.03.154-.142.307-.298.315l-1.666-.18C.48 3.184.324 3.072.365 2.858.748.842 2.573.234 4.209.234c.836 0 1.93.222 2.59.853.835.78.755 1.818.755 2.95v2.67c0 .804.335 1.155.649 1.588zM5.142 5.706v-.37c-1.243 0-2.557.265-2.557 1.724 0 .742.386 1.244 1.045 1.244.482 0 .917-.297 1.19-.78.338-.593.322-1.15.322-1.818z" id="ftr__o"/><path d="M2.935 10.148c-.88 0-1.583-.25-2.11-.75-.527-.501-.79-1.171-.79-2.011 0-.902.322-1.622.967-2.159.644-.538 1.511-.806 2.602-.806.694 0 1.475.104 2.342.315V3.513c0-.667-.151-1.136-.455-1.408-.304-.271-.821-.407-1.553-.407-.855 0-1.691.123-2.509.37-.285.087-.464.13-.539.13-.148 0-.223-.111-.223-.334v-.5c0-.16.025-.278.075-.352C.79.938.89.87 1.039.808c.383-.173.87-.312 1.459-.417A9.997 9.997 0 0 1 4.255.234c1.177 0 2.045.244 2.602.731.557.489.836 1.233.836 2.233v6.338c0 .247-.124.37-.372.37h-.798c-.236 0-.373-.117-.41-.351l-.093-.612c-.445.383-.939.68-1.477.89-.54.21-1.076.315-1.608.315zm.446-1.39c.41 0 .836-.08 1.282-.241.447-.16.874-.395 1.283-.704v-1.89a8.408 8.408 0 0 0-1.97-.241c-1.401 0-2.1.537-2.1 1.612 0 .47.13.831.39 1.084.26.254.632.38 1.115.38z" id="ftr__q"/><path d="M.467 9.907c-.248 0-.372-.124-.372-.37V.883C.095.635.219.51.467.51h.817c.125 0 .22.026.288.075.068.05.115.142.14.277l.111.686C3 .672 4.24.234 5.541.234c.904 0 1.592.238 2.063.713.471.476.707 1.165.707 2.066v6.524c0 .246-.124.37-.372.37H6.842c-.248 0-.372-.124-.372-.37V3.625c0-.655-.133-1.137-.4-1.445-.266-.31-.684-.464-1.254-.464-.979 0-1.94.315-2.881.946v6.875c0 .246-.125.37-.372.37H.467z" id="ftr__s"/><path d="M4.641 9.859c-1.462 0-2.58-.417-3.355-1.251C.51 7.774.124 6.566.124 4.985c0-1.569.4-2.783 1.2-3.641C2.121.486 3.252.055 4.714.055c.67 0 1.326.118 1.971.353.136.05.232.111.288.185.056.074.083.198.083.37v.501c0 .248-.08.37-.241.37-.062 0-.162-.018-.297-.055a5.488 5.488 0 0 0-1.544-.222c-1.04 0-1.79.262-2.248.787-.459.526-.688 1.362-.688 2.511v.241c0 1.124.232 1.949.697 2.474.465.525 1.198.788 2.203.788a5.98 5.98 0 0 0 1.672-.26c.136-.037.23-.056.279-.056.161 0 .242.124.242.371v.5c0 .162-.025.279-.075.353-.05.074-.148.142-.297.204-.608.259-1.314.389-2.119.389z" id="ftr__u"/><path d="M4.598 10.185c-1.413 0-2.516-.438-3.31-1.316C.497 7.992.1 6.769.1 5.199c0-1.555.397-2.773 1.19-3.65C2.082.673 3.185.235 4.598.235c1.412 0 2.515.438 3.308 1.316.793.876 1.19 2.094 1.19 3.65 0 1.569-.397 2.792-1.19 3.669-.793.878-1.896 1.316-3.308 1.316zm0-1.483c1.747 0 2.62-1.167 2.62-3.502 0-2.323-.873-3.484-2.62-3.484S1.977 2.877 1.977 5.2c0 2.335.874 3.502 2.62 3.502z" id="ftr__w"/><path d="M.396 9.907c-.248 0-.371-.124-.371-.37V.883C.025.635.148.51.396.51h.818a.49.49 0 0 1 .288.075c.068.05.115.142.14.277l.111.594C2.943.64 4.102.234 5.23.234c1.152 0 1.934.438 2.342 1.315C8.798.672 10.025.234 11.25.234c.856 0 1.512.24 1.971.722.458.482.688 1.168.688 2.057v6.524c0 .246-.124.37-.372.37h-1.097c-.248 0-.371-.124-.371-.37V3.533c0-.618-.119-1.075-.354-1.372-.235-.297-.607-.445-1.115-.445-.904 0-1.815.278-2.732.834.012.087.018.18.018.278v6.709c0 .246-.124.37-.372.37H6.42c-.249 0-.372-.124-.372-.37V3.533c0-.618-.118-1.075-.353-1.372-.235-.297-.608-.445-1.115-.445-.942 0-1.847.272-2.714.815v7.006c0 .246-.125.37-.372.37H.396z" id="ftr__y"/><path d="M.617 13.724c-.248 0-.371-.124-.371-.37V.882c0-.247.123-.37.371-.37h.818c.248 0 .39.123.428.37l.093.594C2.897.648 3.944.234 5.096.234c1.203 0 2.15.435 2.845 1.307.693.87 1.04 2.053 1.04 3.548 0 1.52-.365 2.736-1.096 3.65-.731.915-1.704 1.372-2.918 1.372-1.116 0-2.076-.365-2.881-1.094v4.337c0 .246-.125.37-.372.37H.617zM4.54 8.628c1.71 0 2.566-1.149 2.566-3.447 0-1.173-.208-2.044-.624-2.612-.415-.569-1.05-.853-1.904-.853-.88 0-1.711.284-2.491.853v5.17c.805.593 1.623.889 2.453.889z" id="ftr__A"/><path d="M2.971 10.148c-.88 0-1.583-.25-2.11-.75-.526-.501-.79-1.171-.79-2.011 0-.902.322-1.622.967-2.159.644-.538 1.512-.806 2.602-.806.694 0 1.475.104 2.342.315V3.513c0-.667-.15-1.136-.455-1.408-.304-.271-.821-.407-1.552-.407-.855 0-1.692.123-2.509.37-.285.087-.465.13-.54.13-.148 0-.223-.111-.223-.334v-.5c0-.16.025-.278.075-.352.05-.074.148-.142.297-.204.384-.173.87-.312 1.46-.417A9.991 9.991 0 0 1 4.29.234c1.177 0 2.045.244 2.603.731.557.489.836 1.233.836 2.233v6.338c0 .247-.125.37-.372.37h-.799c-.236 0-.372-.117-.41-.351l-.092-.612a5.09 5.09 0 0 1-1.478.89 4.4 4.4 0 0 1-1.608.315zm.446-1.39c.41 0 .836-.08 1.283-.241.446-.16.874-.395 1.282-.704v-1.89a8.403 8.403 0 0 0-1.97-.241c-1.4 0-2.1.537-2.1 1.612 0 .47.13.831.39 1.084.26.254.632.38 1.115.38z" id="ftr__C"/><path d="M.503 9.907c-.248 0-.371-.124-.371-.37V.883C.132.635.255.51.503.51h.818a.49.49 0 0 1 .288.075c.068.05.115.142.14.277l.111.686C3.037.672 4.277.234 5.578.234c.904 0 1.592.238 2.063.713.47.476.706 1.165.706 2.066v6.524c0 .246-.123.37-.371.37H6.879c-.248 0-.372-.124-.372-.37V3.625c0-.655-.133-1.137-.4-1.445-.266-.31-.684-.464-1.254-.464-.98 0-1.94.315-2.882.946v6.875c0 .246-.124.37-.371.37H.503z" id="ftr__E"/><path d="M1.988 13.443c-.397 0-.75-.043-1.059-.13-.15-.037-.251-.1-.307-.185a.684.684 0 0 1-.084-.37v-.483c0-.234.093-.352.28-.352.06 0 .154.013.278.037.124.025.291.037.502.037.459 0 .82-.114 1.087-.343.266-.228.505-.633.716-1.213l.353-.945L.167.675C.08.465.037.316.037.23c0-.149.086-.222.26-.222h1.115c.198 0 .334.03.409.093.075.062.148.197.223.407l2.602 7.19 2.51-7.19c.074-.21.148-.345.222-.407.075-.062.211-.093.41-.093h1.04c.174 0 .261.073.261.222 0 .086-.044.235-.13.445l-4.09 10.377c-.334.853-.725 1.464-1.17 1.835-.446.37-1.017.556-1.711.556z" id="ftr__G"/></defs><g fill="none" fill-rule="evenodd"><g transform="translate(31.496 11.553)"><mask id="ftr__b" fill="currentColor"><use xlink:href="#ftr__a"/></mask><path fill="currentColor" mask="url(#ftr__b)" d="M.04 6.088h26.91V.04H.04z"/></g><g transform="translate(55.433 10.797)"><mask id="ftr__d" fill="currentColor"><use xlink:href="#ftr__c"/></mask><path fill="currentColor" mask="url(#ftr__d)" d="M.05 5.664h5.564V.222H.05z"/></g><g transform="translate(55.433 .97)"><mask id="ftr__f" fill="currentColor"><use xlink:href="#ftr__e"/></mask><path fill="currentColor" mask="url(#ftr__f)" d="M.11 9.444h6.804V.222H.111z"/></g><g transform="translate(33.008 .97)"><mask id="ftr__h" fill="currentColor"><use xlink:href="#ftr__g"/></mask><path fill="currentColor" mask="url(#ftr__h)" d="M.191 9.655h11.611V.04H.192z"/></g><g transform="translate(62.992 .97)"><mask id="ftr__j" fill="currentColor"><use xlink:href="#ftr__i"/></mask><path fill="currentColor" mask="url(#ftr__j)" d="M.141 9.867h7.831V.04H.142z"/></g><g transform="translate(72.063 .97)"><mask id="ftr__l" fill="currentColor"><use xlink:href="#ftr__k"/></mask><path fill="currentColor" mask="url(#ftr__l)" d="M.171 9.655h7.076V.04H.17z"/></g><g transform="translate(46.11 .718)"><mask id="ftr__n" fill="currentColor"><use xlink:href="#ftr__m"/></mask><path fill="currentColor" mask="url(#ftr__n)" d="M.181 10.059h8.225V.232H.18z"/></g><g transform="translate(23.685 .718)"><mask id="ftr__p" fill="currentColor"><use xlink:href="#ftr__o"/></mask><path fill="currentColor" mask="url(#ftr__p)" d="M.05 10.059h8.255V.232H.05z"/></g><g transform="translate(0 .718)"><mask id="ftr__r" fill="currentColor"><use xlink:href="#ftr__q"/></mask><path fill="currentColor" mask="url(#ftr__r)" d="M.03 10.15h7.68V.231H.03z"/></g><g transform="translate(10.33 .718)"><mask id="ftr__t" fill="currentColor"><use xlink:href="#ftr__s"/></mask><path fill="currentColor" mask="url(#ftr__t)" d="M.07 9.907h8.255V.232H.071z"/></g><g transform="translate(84.157 .97)"><mask id="ftr__v" fill="currentColor"><use xlink:href="#ftr__u"/></mask><path fill="currentColor" mask="url(#ftr__v)" d="M.11 9.867h7.046V.04H.11z"/></g><g transform="translate(92.472 .718)"><mask id="ftr__x" fill="currentColor"><use xlink:href="#ftr__w"/></mask><path fill="currentColor" mask="url(#ftr__x)" d="M.08 10.21h9.041V.232H.081z"/></g><g transform="translate(103.811 .718)"><mask id="ftr__z" fill="currentColor"><use xlink:href="#ftr__y"/></mask><path fill="currentColor" mask="url(#ftr__z)" d="M.02 9.907H13.93V.232H.02z"/></g><g transform="translate(120.189 .718)"><mask id="ftr__B" fill="currentColor"><use xlink:href="#ftr__A"/></mask><path fill="currentColor" mask="url(#ftr__B)" d="M.242 13.747H9.01V.232H.242z"/></g><g transform="translate(130.772 .718)"><mask id="ftr__D" fill="currentColor"><use xlink:href="#ftr__C"/></mask><path fill="currentColor" mask="url(#ftr__D)" d="M.06 10.15h7.68V.231H.06z"/></g><g transform="translate(141.102 .718)"><mask id="ftr__F" fill="currentColor"><use xlink:href="#ftr__E"/></mask><path fill="currentColor" mask="url(#ftr__F)" d="M.131 9.907h8.224V.232H.131z"/></g><g transform="translate(150.677 1.222)"><mask id="ftr__H" fill="currentColor"><use xlink:href="#ftr__G"/></mask><path fill="currentColor" mask="url(#ftr__H)" d="M.02 13.455h9.071V0H.021z"/></g></g></svg></div><p class="imdb-footer__copyright _2-iNNCFskmr4l2OFN2DRsf">\xc2\xa9 1990-<!-- -->2021<!-- --> by IMDb.com, Inc.</p></div></footer><svg style="width:0;height:0;overflow:hidden;display:block" xmlns="http://www.w3.org/2000/svg" version="1.1"><defs><linearGradient id="ipc-svg-gradient-tv-logo-t" x1="31.973%" y1="53.409%" x2="153.413%" y2="-16.853%"><stop stop-color="#D01F49" offset="21.89%"></stop><stop stop-color="#E8138B" offset="83.44%"></stop></linearGradient><linearGradient id="ipc-svg-gradient-tv-logo-v" x1="-38.521%" y1="84.997%" x2="104.155%" y2="14.735%"><stop stop-color="#D01F49" offset="21.89%"></stop><stop stop-color="#E8138B" offset="83.44%"></stop></linearGradient></defs></svg>\n </div>\n<script type="text/javascript">\n if (!window.RadWidget) {\n window.RadWidget = {\n registerReactWidgetInstance: function(input) {\n window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];\n window.RadWidget[input.widgetName].push({\n id: input.instanceId,\n props: JSON.stringify(input.model)\n })\n },\n getReactWidgetInstances: function(widgetName) {\n return window.RadWidget[widgetName] || []\n }\n };\n }\n</script> <script type="text/javascript">\n window[\'RadWidget\'].registerReactWidgetInstance({\n widgetName: "IMDbConsumerSiteFooterFeatureV1",\n instanceId: "4594234e-9d5b-42e3-8ac7-5c4820083dec",\n model: {"ResponsiveFooterModel":{"showIMDbTVLink":false,"desktopLink":"?mode=desktop&ref_=m_ft_dsk","showDesktopLink":true}}\n });\n </script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "desktopFooter", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "desktopFooter", {wb: 1});\n }\n</script>\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "LoadHeaderJS", {wb: 1});\n }\n</script>\n\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/EbJ50esdfIcjt2R.js"></script>\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/Q$vpA-vTfEkXQYW.js"></script>\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/EtkwkDagnYhJNZk.js"></script>\n\n\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/3wL0We-DlKJbHux.js"></script>\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/pEaYC0JytMRJx29.js"></script>\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/D-WNvtV4PDafd7p.js"></script>\n<script type="text/javascript" src="https://m.media-amazon.com/images/S/sash/N8lg9BrsJ0WtXtp.js"></script>\n\n <script type="text/javascript">\n function jQueryOnReady(remaining_count) {\n if (window.jQuery && typeof $.fn.watchlistRibbon !== \'undefined\') {\n jQuery(\n function() {\n var listConfig = imdb.userlists.getListerInitConfig(\n {\n listId : \'ls056092300\',\n refMarker : \'ttls\',\n mode : \'detail\',\n page : 1,\n viewMoreOption : \'PAGINATE\',\n sortField : \'list_order\',\n sortDirection : \'asc\',\n showtimesDate : \'\',\n explore : \'\',\n ajaxURL : \'/list/ls056092300/_ajax\',\n externalCallbacks : [window.imdb.CS.loadMoreUpdate],\n }\n );\n imdb.userlists.listerInit(listConfig);\n }\n\n );\n jQuery(\n function() {\n var isAdvertisingThemed = !!(window.custom && window.custom.full_page && window.custom.full_page.theme),\n url = "https://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls056092300%2F&colorscheme=light",\n like = document.getElementById(\'iframe_like\');\n\n if (!isAdvertisingThemed && like) {\n like.src = url;\n like.onload = function () {\n if (typeof uex == \'function\') { uex(\'ld\', \'facebook_like_iframe\', {wb: 1}); }\n };\n } else if (isAdvertisingThemed) {\n $(\'.social_networking_like\').closest(\'.aux-content-widget-2\').hide();\n }\n }\n\n );\n } else if (remaining_count > 0) {\n setTimeout(function() { jQueryOnReady(remaining_count-1) }, 100);\n }\n }\n jQueryOnReady(50);\n </script>\n\n\n<script type="text/javascript">window.webpackManifest_IMDbConsumerSiteNavFeature={}</script><script type="text/javascript">window.webpackManifest_IMDbConsumerSiteFooterFeature={}</script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/81ylQlbn1fL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/61SeeyqsNHL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/61vDTVmJCNL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/41TeoVoT7fL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/31827uXCh4L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/31P6K1kIR-L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/41Pr-woKLCL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/51GDom0+d0L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/61Ka2ezTX9L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/019vMGkrlkL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/11UNuUz7BzL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/21QhnrxvhtL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/01EjywnajPL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/01eEXY1YetL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/21n5fdlWBhL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/21a9eB+eAFL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/01X4+ME2ObL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/61bggxN4hhL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/81Bd+VCEo9L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/41uka3OgCRL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/31ROAIgElzL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/31VYLn8dVDL.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/01qhBQyMr+L.js"></script><script crossorigin="anonymous" type="text/javascript" src="https://m.media-amazon.com/images/I/412zhLIJTNL.js"></script>\n\n\n<script>\n if (typeof uet == \'function\') {\n uet("bb", "RenderBranchSDK", {wb: 1});\n }\n</script>\n <script>\n if (\'csm\' in window) {\n csm.measure(\'csm_RenderBranchSDK_started\');\n }\n </script>\n <script class="ics-branch-sdk-script">\n if (document.domain.startsWith(\'m.\')) {\n\n function logBranchMetric(metricName, n) {\n if (window && window.ue && typeof window.ue.count === \'function\') {\n window.ue.count(metricName, n);\n }\n }\n\n logBranchMetric(\'BranchSDK.Requests\', 1);\n if (uet) {\n uet(\'bb\', \'LoadBranchSDK\', {wb: 1});\n }\n (function(b,r,a,n,c,h,_,s,d,k){if(!b[n]||!b[n]._q){for(;s<_.length;)c(h,_[s++]);d=r.createElement(a);d.async=1;d.src="https://cdn.branch.io/branch-2.58.0.min.js";k=r.getElementsByTagName(a)[0];k.parentNode.insertBefore(d,k);b[n]=h}})(window,document,"script","branch",function(b,r){b[r]=function(){b._q.push([r,arguments])}},{_q:[],_v:1},"addListener applyCode autoAppIndex banner closeBanner closeJourney creditHistory credits data deepview deepviewCta first getCode init link logout redeem referrals removeListener sendSMS setBranchViewData setIdentity track validateCode trackCommerceEvent logEvent disableTracking".split(" "), 0);\n branch.init(\'key_live_jdSfREMXW6WE9FcCt5HWFbhgswmprlIn\', { timeout: 2000 }, (err, data) => {\n if (uet && uex) {\n uet(\'be\', \'LoadBranchSDK\', {wb: 1});\n uex(\'ld\', \'LoadBranchSDK\', {wb: 1} )\n }\n if (err) {\n console.log(\'Branch init error\', err);\n logBranchMetric(\'BranchSDK.Error\', 1);\n } else {\n logBranchMetric(\'BranchSDK.Error\', 0);\n logBranchMetric(\'BranchSDK.Initialized\', 1);\n\n branch.setBranchViewData(\n {\n \'$deeplink_path\': \'/list/ls056092300/\'\n }\n );\n branch.setIdentity(\'000-0000000-0000000\', (err, data) => {\n if (err) {\n console.log(\'Branch setIdentity error\', err);\n logBranchMetric(\'BranchSDK.Error\', 1);\n } else {\n logBranchMetric(\'BranchSDK.Error\', 0);\n }\n });\n }\n });\n }\n </script>\n <script>\n if (\'csm\' in window) {\n csm.measure(\'csm_RenderBranchSDK_finished\');\n }\n </script>\n<script>\n if (typeof uet == \'function\') {\n uet("be", "RenderBranchSDK", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "RenderBranchSDK", {wb: 1});\n }\n</script>\n\n\n<script>\n if (typeof uet == \'function\') {\n uet("be", "LoadFooterJS", {wb: 1});\n }\n</script>\n<script>\n if (typeof uex == \'function\') {\n uex("ld", "LoadFooterJS", {wb: 1});\n }\n</script>\n \n <div id="servertime" time="3027"/>\n\n\n\n<script>\n if (typeof uet == \'function\') {\n uet("be");\n }\n</script>\n \n </body>\n</html>\n'
Soup = BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<script type="text/javascript">var IMDbTimer={starttime: new Date().getTime(),pt:'java'};</script>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadTitle", {wb: 1});
}
</script>
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_title"] = new Date().getTime(); })(IMDbTimer);</script>
<title>100 Best Indian Films Till Date - IMDb</title>
<script>(function(t){ (t.events = t.events || {})["csm_head_post_title"] = new Date().getTime(); })(IMDbTimer);</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadTitle", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadTitle", {wb: 1});
}
</script>
<link href="https://www.imdb.com/list/ls056092300/" rel="canonical"/>
<meta content="http://www.imdb.com/list/ls056092300/" property="og:url"/>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadIcons", {wb: 1});
}
</script>
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_icon"] = new Date().getTime(); })(IMDbTimer);</script>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_desktop_32x32._CB1582158068_.png" rel="icon" sizes="32x32"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_iPad_retina_167x167._CB1582158068_.png" rel="icon" sizes="167x167"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_iPhone_retina_180x180._CB1582158069_.png" rel="icon" sizes="180x180"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile._CB479963088_.png" rel="apple-touch-icon"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile-76x76._CB479962152_.png" rel="apple-touch-icon" sizes="76x76"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-mobile-120x120._CB479963088_.png" rel="apple-touch-icon" sizes="120x120"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/apple-touch-icon-web-152x152._CB479963088_.png" rel="apple-touch-icon" sizes="152x152"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/android-mobile-196x196._CB479962153_.png" rel="shortcut icon" sizes="196x196"/>
<meta content="#000000" name="theme-color"/>
<link href="https://m.media-amazon.com/images/S/sash/MzfIBMq9GBucYqW.xml" rel="search" title="IMDb" type="application/opensearchdescription+xml"/>
<script>(function(t){ (t.events = t.events || {})["csm_head_post_icon"] = new Date().getTime(); })(IMDbTimer);</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadIcons", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadIcons", {wb: 1});
}
</script>
<meta content="ls056092300" property="pageId"/>
<meta content="list" property="pageType"/>
<meta content="title" property="subpageType"/>
<link href="https://m.media-amazon.com/images/G/01/imdb/images/social/imdb_logo._CB410901634_.png" rel="image_src"/>
<meta content="https://m.media-amazon.com/images/G/01/imdb/images/social/imdb_logo._CB410901634_.png" property="og:image"/>
<meta content="115109575169727" property="fb:app_id"/>
<meta content="100 Best Indian Films Till Date - IMDb" property="og:title"/>
<meta content="IMDb" property="og:site_name"/>
<meta content="100 Best Indian Films Till Date - IMDb" name="title"/>
<meta content="100 Best Indian Films Till Date" name="description"/>
<meta content="100 Best Indian Films Till Date" property="og:description"/>
<meta content="2D9X8YX4G4T66CBSDVH4" name="request_id"/>
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "CreativeWork",
"about": {
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "1",
"url": "/title/tt1773764/"
},
{
"@type": "ListItem",
"position": "2",
"url": "/title/tt0119385/"
},
{
"@type": "ListItem",
"position": "3",
"url": "/title/tt0052954/"
},
{
"@type": "ListItem",
"position": "4",
"url": "/title/tt0169102/"
},
{
"@type": "ListItem",
"position": "5",
"url": "/title/tt0048473/"
},
{
"@type": "ListItem",
"position": "6",
"url": "/title/tt0057935/"
},
{
"@type": "ListItem",
"position": "7",
"url": "/title/tt0405508/"
},
{
"@type": "ListItem",
"position": "8",
"url": "/title/tt1327035/"
},
{
"@type": "ListItem",
"position": "9",
"url": "/title/tt1187043/"
},
{
"@type": "ListItem",
"position": "10",
"url": "/title/tt0043306/"
},
{
"@type": "ListItem",
"position": "11",
"url": "/title/tt0093603/"
},
{
"@type": "ListItem",
"position": "12",
"url": "/title/tt0048956/"
},
{
"@type": "ListItem",
"position": "13",
"url": "/title/tt0251355/"
},
{
"@type": "ListItem",
"position": "14",
"url": "/title/tt0050870/"
},
{
"@type": "ListItem",
"position": "15",
"url": "/title/tt0076080/"
},
{
"@type": "ListItem",
"position": "16",
"url": "/title/tt0073707/"
},
{
"@type": "ListItem",
"position": "17",
"url": "/title/tt0065416/"
},
{
"@type": "ListItem",
"position": "18",
"url": "/title/tt0050322/"
},
{
"@type": "ListItem",
"position": "19",
"url": "/title/tt0112553/"
},
{
"@type": "ListItem",
"position": "20",
"url": "/title/tt0154942/"
},
{
"@type": "ListItem",
"position": "21",
"url": "/title/tt0045693/"
},
{
"@type": "ListItem",
"position": "22",
"url": "/title/tt0073034/"
},
{
"@type": "ListItem",
"position": "23",
"url": "/title/tt0095872/"
},
{
"@type": "ListItem",
"position": "24",
"url": "/title/tt0054098/"
},
{
"@type": "ListItem",
"position": "25",
"url": "/title/tt0090634/"
},
{
"@type": "ListItem",
"position": "26",
"url": "/title/tt0050665/"
},
{
"@type": "ListItem",
"position": "27",
"url": "/title/tt0063023/"
},
{
"@type": "ListItem",
"position": "28",
"url": "/title/tt1954470/"
},
{
"@type": "ListItem",
"position": "29",
"url": "/title/tt0059246/"
},
{
"@type": "ListItem",
"position": "30",
"url": "/title/tt0195231/"
},
{
"@type": "ListItem",
"position": "31",
"url": "/title/tt0105271/"
},
{
"@type": "ListItem",
"position": "32",
"url": "/title/tt0093578/"
},
{
"@type": "ListItem",
"position": "33",
"url": "/title/tt0054073/"
},
{
"@type": "ListItem",
"position": "34",
"url": "/title/tt1524539/"
},
{
"@type": "ListItem",
"position": "35",
"url": "/title/tt0085913/"
},
{
"@type": "ListItem",
"position": "36",
"url": "/title/tt0098999/"
},
{
"@type": "ListItem",
"position": "37",
"url": "/title/tt0232753/"
},
{
"@type": "ListItem",
"position": "38",
"url": "/title/tt0211126/"
},
{
"@type": "ListItem",
"position": "39",
"url": "/title/tt0292490/"
},
{
"@type": "ListItem",
"position": "40",
"url": "/title/tt2356180/"
},
{
"@type": "ListItem",
"position": "41",
"url": "/title/tt0072783/"
},
{
"@type": "ListItem",
"position": "42",
"url": "/title/tt0112870/"
},
{
"@type": "ListItem",
"position": "43",
"url": "/title/tt0986264/"
},
{
"@type": "ListItem",
"position": "44",
"url": "/title/tt0085178/"
},
{
"@type": "ListItem",
"position": "45",
"url": "/title/tt0075747/"
},
{
"@type": "ListItem",
"position": "46",
"url": "/title/tt1305797/"
},
{
"@type": "ListItem",
"position": "47",
"url": "/title/tt0086230/"
},
{
"@type": "ListItem",
"position": "48",
"url": "/title/tt0396962/"
},
{
"@type": "ListItem",
"position": "49",
"url": "/title/tt0102258/"
},
{
"@type": "ListItem",
"position": "50",
"url": "/title/tt0154565/"
},
{
"@type": "ListItem",
"position": "51",
"url": "/title/tt0048613/"
},
{
"@type": "ListItem",
"position": "52",
"url": "/title/tt0312859/"
},
{
"@type": "ListItem",
"position": "53",
"url": "/title/tt0110076/"
},
{
"@type": "ListItem",
"position": "54",
"url": "/title/tt2218988/"
},
{
"@type": "ListItem",
"position": "55",
"url": "/title/tt0109206/"
},
{
"@type": "ListItem",
"position": "56",
"url": "/title/tt0323013/"
},
{
"@type": "ListItem",
"position": "57",
"url": "/title/tt0400234/"
},
{
"@type": "ListItem",
"position": "58",
"url": "/title/tt0074858/"
},
{
"@type": "ListItem",
"position": "59",
"url": "/title/tt0154159/"
},
{
"@type": "ListItem",
"position": "60",
"url": "/title/tt2181931/"
},
{
"@type": "ListItem",
"position": "61",
"url": "/title/tt0061842/"
},
{
"@type": "ListItem",
"position": "62",
"url": "/title/tt0067546/"
},
{
"@type": "ListItem",
"position": "63",
"url": "/title/tt0379370/"
},
{
"@type": "ListItem",
"position": "64",
"url": "/title/tt0053965/"
},
{
"@type": "ListItem",
"position": "65",
"url": "/title/tt0056436/"
},
{
"@type": "ListItem",
"position": "66",
"url": "/title/tt0076696/"
},
{
"@type": "ListItem",
"position": "67",
"url": "/title/tt0263778/"
},
{
"@type": "ListItem",
"position": "68",
"url": "/title/tt0267363/"
},
{
"@type": "ListItem",
"position": "69",
"url": "/title/tt1180583/"
},
{
"@type": "ListItem",
"position": "70",
"url": "/title/tt0329393/"
},
{
"@type": "ListItem",
"position": "71",
"url": "/title/tt0097045/"
},
{
"@type": "ListItem",
"position": "72",
"url": "/title/tt0109732/"
},
{
"@type": "ListItem",
"position": "73",
"url": "/title/tt2717168/"
},
{
"@type": "ListItem",
"position": "74",
"url": "/title/tt0086231/"
},
{
"@type": "ListItem",
"position": "75",
"url": "/title/tt0374887/"
},
{
"@type": "ListItem",
"position": "76",
"url": "/title/tt0088031/"
},
{
"@type": "ListItem",
"position": "77",
"url": "/title/tt0067164/"
},
{
"@type": "ListItem",
"position": "78",
"url": "/title/tt0832971/"
},
{
"@type": "ListItem",
"position": "79",
"url": "/title/tt2146960/"
},
{
"@type": "ListItem",
"position": "80",
"url": "/title/tt0373856/"
},
{
"@type": "ListItem",
"position": "81",
"url": "/title/tt0215517/"
},
{
"@type": "ListItem",
"position": "82",
"url": "/title/tt0499375/"
},
{
"@type": "ListItem",
"position": "83",
"url": "/title/tt0109117/"
},
{
"@type": "ListItem",
"position": "84",
"url": "/title/tt0058547/"
},
{
"@type": "ListItem",
"position": "85",
"url": "/title/tt0076492/"
},
{
"@type": "ListItem",
"position": "86",
"url": "/title/tt0064086/"
},
{
"@type": "ListItem",
"position": "87",
"url": "/title/tt0118751/"
},
{
"@type": "ListItem",
"position": "88",
"url": "/title/tt0437407/"
},
{
"@type": "ListItem",
"position": "89",
"url": "/title/tt0047990/"
},
{
"@type": "ListItem",
"position": "90",
"url": "/title/tt1461674/"
},
{
"@type": "ListItem",
"position": "91",
"url": "/title/tt0172684/"
},
{
"@type": "ListItem",
"position": "92",
"url": "/title/tt0376076/"
},
{
"@type": "ListItem",
"position": "93",
"url": "/title/tt1045898/"
},
{
"@type": "ListItem",
"position": "94",
"url": "/title/tt0059028/"
},
{
"@type": "ListItem",
"position": "95",
"url": "/title/tt0085743/"
},
{
"@type": "ListItem",
"position": "96",
"url": "/title/tt0052572/"
},
{
"@type": "ListItem",
"position": "97",
"url": "/title/tt1286811/"
},
{
"@type": "ListItem",
"position": "98",
"url": "/title/tt0265343/"
},
{
"@type": "ListItem",
"position": "99",
"url": "/title/tt0375611/"
},
{
"@type": "ListItem",
"position": "100",
"url": "/title/tt0072860/"
}
]
},
"dateModified": "2013-07-24T02:34Z",
"name": "100 Best Indian Films Till Date",
"description": "Here is the list of 100 Best Indian Films till date"
}</script>
<script>
(function (win) {
win.PLAID_LOAD_FONTS_FIRED = true;
if (typeof win.FontFace !== "undefined"
&& typeof win.Promise !== "undefined") {
if (win.ue) {
win.uet("bb", "LoadRoboto", { wb: 1 });
}
var allowableLoadTime = 1000;
var startTimeInt = +new Date();
var roboto = new FontFace('Roboto',
'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3Rv.woff2)',
{ style:'normal', weight: 400 });
var robotoMedium = new FontFace('Roboto',
'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3RvTWVk.woff2)',
{ style:'normal', weight: 500 });
var robotoBold = new FontFace('Roboto',
'url(https://m.media-amazon.com/images/G/01/IMDb/cm9ib3RvQm9sZA.woff2)',
{ style:'normal', weight: 600 });
var robotoLoaded = roboto.load();
var robotoMediumLoaded = robotoMedium.load();
var robotoBoldLoaded = robotoBold.load();
win.Promise.all([robotoLoaded, robotoMediumLoaded, robotoBoldLoaded]).then(function() {
var loadTimeInt = +new Date();
var robotoLoadedCount = 0;
if ((loadTimeInt - startTimeInt) <= allowableLoadTime) {
win.document.fonts.add(roboto);
win.document.fonts.add(robotoMedium);
win.document.fonts.add(robotoBold);
robotoLoadedCount++;
}
if (win.ue) {
win.ue.count("roboto-loaded", robotoLoadedCount);
win.uet("be", "LoadRoboto", { wb: 1 });
win.uex("ld", "LoadRoboto", { wb: 1 });
}
}).catch(function() {
if (win.ue) {
win.ue.count("roboto-loaded", 0);
}
});
} else {
if (win.ue) {
win.ue.count("roboto-load-not-attempted", 1);
}
}
})(window);
</script>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadCSS", {wb: 1});
}
</script>
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_css"] = new Date().getTime(); })(IMDbTimer);</script>
<link href="https://m.media-amazon.com/images/I/41vmHx-SBDL.css" rel="stylesheet" type="text/css"/><link href="https://m.media-amazon.com/images/I/41pzfEC8F8L.css" rel="stylesheet" type="text/css"/>
<link href="https://m.media-amazon.com/images/S/sash/r6TDeHVtyCUngwC.css" rel="stylesheet" type="text/css"/>
<!-- h=ics-onebox-1a-7744d068.us-east-1 -->
<!--[if IE]><link rel="stylesheet" type="text/css" href="https://m.media-amazon.com/images/S/sash/pXHSPBTKPo0GIjW.css" /><![endif]-->
<link href="https://m.media-amazon.com/images/S/sash/q88Mgd6SPmx6R1F.css" rel="stylesheet" type="text/css"/>
<link href="https://m.media-amazon.com/images/S/sash/dM0$HCaK4vPEd5s.css" rel="stylesheet" type="text/css"/>
<link href="https://m.media-amazon.com/images/S/sash/MEsZk7KxG2g8825.css" rel="stylesheet" type="text/css"/>
<link href="https://m.media-amazon.com/images/S/sash/$itbxPZLfCmJdmP.css" rel="stylesheet" type="text/css"/>
<noscript>
<link href="https://m.media-amazon.com/images/S/sash/CCc6Ja$8QUPPKkY.css" rel="stylesheet" type="text/css"/>
</noscript>
<script>(function(t){ (t.events = t.events || {})["csm_head_post_css"] = new Date().getTime(); })(IMDbTimer);</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadCSS", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadCSS", {wb: 1});
}
</script>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadJS", {wb: 1});
}
</script>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadHeaderJS", {wb: 1});
}
</script>
<script>(function(t){ (t.events = t.events || {})["csm_head_pre_ads"] = new Date().getTime(); })(IMDbTimer);</script>
<script type="text/javascript">
// ensures js doesn't die if ads service fails.
// Note that we need to define the js here, since ad js is being rendered inline after this.
(function(f) {
// Fallback javascript, when the ad Service call fails.
if((window.csm == null || window.generic == null || window.consoleLog == null)) {
if (window.console && console.log) {
console.log("one or more of window.csm, window.generic or window.consoleLog has been stubbed...");
}
}
window.csm = window.csm || { measure:f, record:f, duration:f, listen:f, metrics:{} };
window.generic = window.generic || { monitoring: { start_timing: f, stop_timing: f } };
window.consoleLog = window.consoleLog || f;
})(function() {});
</script>
<script type="text/javascript">
if (!window.RadWidget) {
window.RadWidget = {
registerReactWidgetInstance: function(input) {
window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];
window.RadWidget[input.widgetName].push({
id: input.instanceId,
props: JSON.stringify(input.model)
})
},
getReactWidgetInstances: function(widgetName) {
return window.RadWidget[widgetName] || []
}
};
}
</script> <script>
if ('csm' in window) {
csm.measure('csm_head_delivery_finished');
}
</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadHeaderJS", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadHeaderJS", {wb: 1});
}
</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadJS", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadJS", {wb: 1});
}
</script>
</head>
<body class="fixed" id="styleguide-v2">
<script>
if (typeof uet == 'function') {
uet("bb");
}
</script>
<script>
if ('csm' in window) {
csm.measure('csm_body_delivery_started');
}
</script>
<script>
if (typeof uet == 'function') {
uet("ns");
}
</script>
<style data-styled="gwOpQB iwkRT erYeKd bkeTFm diDBNJ eWjUDO LrpYY dzfmPm dFDExU RQLCk YOYgO ddqdtC hOXnzb cIKARP gTFTwO dKTgZt crQfrC OQYVG hjoCyi hoAGyu cECatH kaVyhF eIWOUD" data-styled-version="4.3.2">
/* sc-component-id: NavLogo-e02kni-0 */
.ddqdtC{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:0.25rem;margin-right:auto;-webkit-order:1;-ms-flex-order:1;order:1;position:relative;} @media screen and (min-width:1024px){.ddqdtC{margin-left:auto;margin-right:0.5rem;-webkit-order:0;-ms-flex-order:0;order:0;padding-left:0;}} @media (hover:hover) and (pointer:fine){.ddqdtC:focus{outline:1px dashed currentColor;}.ddqdtC:focus:active{outline:0;}.ddqdtC:before,.ddqdtC:after{border-radius:10%;bottom:0;content:'';height:100%;left:0;margin:auto;opacity:0;position:absolute;right:0;top:0;-webkit-transition:opacity .2s cubic-bezier(1,1,1,1);transition:opacity .2s cubic-bezier(1,1,1,1);width:100%;}}
/* sc-component-id: SearchTypeahead-sc-112a48v-0 */
.OQYVG li:first-child > ._3CzPBqlWRmSAoWxtvQQ5Eo{border-top:none;}
/* sc-component-id: FlyoutMenu-xq6xx0-0 */
.crQfrC{position:relative;} .crQfrC.navbar__flyout__text-button-after-mobile,.crQfrC .navbar__flyout__text-button-after-mobile{display:none;} .crQfrC .navbar__flyout__text-button-after-mobile > div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;} .crQfrC .navbar__flyout--menu{top:100%;position:absolute;margin-top:.25rem;} .crQfrC.crQfrC.navbar__flyout--positionLeft .navbar__flyout--menu{left:0;right:auto;} @media screen and (min-width:600px){.crQfrC.navbar__flyout--breakpoint-m .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-m .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} @media screen and (min-width:1024px){.crQfrC.navbar__flyout--breakpoint-l .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-l .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} @media screen and (min-width:1280px){.crQfrC.navbar__flyout--breakpoint-xl .navbar__flyout__icon-on-mobile{display:none;}.crQfrC.navbar__flyout--breakpoint-xl .navbar__flyout__text-button-after-mobile{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} .crQfrC .navbar__flyout__button-pointer{-webkit-transition:-webkit-transform 0.2s;-webkit-transition:transform 0.2s;transition:transform 0.2s;-webkit-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0);} .crQfrC.navbar__flyout--isVisible .navbar__flyout__button-pointer{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);}
/* sc-component-id: SearchCategorySelector__StyledContainer-sc-18f40f7-0 */
.dKTgZt .search-category-selector__opener{border-radius:2px 0 0 2px;padding:0 0 0 0.5rem;min-height:32px;height:20px;border-right:1px solid rgba(0,0,0,0.3);} .dKTgZt _1L5qcXA4wOKR8LeHJgsqja{cursor:pointer;}
/* sc-component-id: SearchForm-dxsip9-0 */
.gTFTwO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0;padding:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;} @media screen and (min-width:600px){.gTFTwO{-webkit-transition:border 0.2s,background-color 0.2s,box-shadow 0.2s;transition:border 0.2s,background-color 0.2s,box-shadow 0.2s;}} .gTFTwO .nav-search__search-input-container{width:100%;padding-right:3.5rem;} .gTFTwO ._1-XI3_I8iwubPnQ1mmvW97{position:absolute;right:.35rem;min-width:2rem;cursor:pointer;top:.35rem;-webkit-transition:all 0.2s;transition:all 0.2s;} @media screen and (min-width:600px){.gTFTwO.q2gp5sSzXI30d2n_razRe ._1-XI3_I8iwubPnQ1mmvW97{background:transparent;opacity:1;}} .gTFTwO .imdb-header-search__input{background:transparent;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;outline:none;padding:1rem 1rem 1rem .75rem;width:100%;} @media screen and (min-width:600px){.gTFTwO .imdb-header-search__input{padding:.375em 0 .375rem .5rem;}} .gTFTwO .imdb-header-search__input::-ms-clear{display:none;}
/* sc-component-id: SearchBar-sc-1nweg6x-0 */
.hOXnzb{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;left:0;margin:0;min-height:3.5rem;opacity:0;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:none;transition:none;-webkit-order:3;-ms-flex-order:3;order:3;pointer-events:none;position:absolute;top:0;visibility:hidden;width:100%;z-index:1;} .hOXnzb .imdb-header-search__state-closer{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:-webkit-transform 0.2s 0.1s;-webkit-transition:transform 0.2s 0.1s;transition:transform 0.2s 0.1s;display:inline;margin:.25rem;position:absolute;right:0;top:0;} .hOXnzb .imdb-header-search__state,.hOXnzb .imdb-header-search__input,.hOXnzb .nav-search__search-submit{-moz-appearance:none;-webkit-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;} @media screen and (min-width:600px){.hOXnzb{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0 0.5rem;padding:0;min-height:2.25rem;-webkit-order:3;-ms-flex-order:3;order:3;opacity:1;visibility:visible;pointer-events:auto;position:relative;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.hOXnzb .imdb-header-search__state,.hOXnzb .nav-search__search-submit{padding:0;}.hOXnzb .nav-search__search-submit:focus{outline:var(--ipt-focus-outline-on-base);outline-offset:1px;}.hOXnzb .imdb-header-search__state-closer{display:none;}}
/* sc-component-id: SearchBar__SearchLauncherButton-sc-1nweg6x-1 */
.hjoCyi{-webkit-transition:all 0.3s;transition:all 0.3s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-order:3;-ms-flex-order:3;order:3;} @media screen and (min-width:600px){.hjoCyi{-webkit-order:3;-ms-flex-order:3;order:3;}.hjoCyi.imdb-header-search__state-opener{display:none;}}
/* sc-component-id: SearchBar__MobileSearchStateToggle-sc-1nweg6x-2 */
.cIKARP:checked ~ .nav-search__search-container{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity 0.2s,-webkit-transform 0.2s;-webkit-transition:opacity 0.2s,transform 0.2s;transition:opacity 0.2s,transform 0.2s;visibility:visible;pointer-events:auto;z-index:100;} .cIKARP:checked ~ .nav-search__search-container .nav-search__search-select,.cIKARP:checked ~ .nav-search__search-container .nav-search__search-submit{display:none;} .cIKARP:checked ~ .nav-search__search-container .imdb-header-search__state-closer{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);} .cIKARP:checked ~ .nav-search__search-container ~ .SearchBar__SearchLauncherButton-sc-1nweg6x-1{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.3s 0.3s;transition:all 0.3s 0.3s;opacity:0;}
/* sc-component-id: Drawer__StyledContainer-sc-1h7cs9y-0 */
.bkeTFm._14--k36qjjvLW3hUWHDPb_{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;left:0;overflow:hidden;-webkit-perspective:70vh;-moz-perspective:70vh;-ms-perspective:70vh;perspective:70vh;pointer-events:none;position:fixed;right:0;top:0;visibility:hidden;z-index:100;} .bkeTFm .iRO9SK-8q3D8_287dhn28{box-shadow:none;box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:auto;position:relative;-webkit-transform:translateX(calc(-100% - 36px));-ms-transform:translateX(calc(-100% - 36px));transform:translateX(calc(-100% - 36px));-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transition:all 0.3s,box-shadow 0s;transition:all 0.3s,box-shadow 0s;width:280px;z-index:2;-webkit-overflow-scroll:touch;} .bkeTFm ._1iCYg55DI6ds7d3KVrdYBX{box-sizing:border-box;display:block;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;visibility:hidden;width:100%;will-change:opacity;z-index:1;} .bkeTFm ._3rHHDKyPLOjL8tGKHWMRza{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;min-height:3.5rem;margin-bottom:0.5rem;padding:0.25rem;} .bkeTFm ._2RzUkzyrsjx_BPIQ5uoj5s{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_{pointer-events:auto;visibility:visible;} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_ > .iRO9SK-8q3D8_287dhn28{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);box-shadow:0px 11px 15px -7px rgba(var(--ipt-baseAlt-rgb),0.2),0px 24px 38px 3px rgba(var(--ipt-baseAlt-rgb),0.14),0px 9px 46px 8px rgba(var(--ipt-baseAlt-rgb),0.12);} ._146x-LuQBSfM9yosRvjSGF:checked ~ .bkeTFm._14--k36qjjvLW3hUWHDPb_ > ._1iCYg55DI6ds7d3KVrdYBX{opacity:0.5;visibility:visible;} @media screen and (min-width:1024px){.bkeTFm .iRO9SK-8q3D8_287dhn28{width:100%;-webkit-transform:translateY(calc(-100%));-ms-transform:translateY(calc(-100%));transform:translateY(calc(-100%));padding:2rem 0;}.bkeTFm ._3rHHDKyPLOjL8tGKHWMRza{background:none;max-width:1024px;margin:auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 1rem;}.bkeTFm ._3bRJYEaOz1BKUQYqW6yb29{max-width:1024px;margin:auto;}.bkeTFm .WNY8DBPCS1ZbiSd7NoqdP{display:inline;}}
/* sc-component-id: NavLink-sc-19k0khm-0 */
.LrpYY .ipc-icon{opacity:0.5;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;} .LrpYY:hover .ipc-icon{opacity:1;} @media screen and (max-width:479px){.LrpYY.nav-link--hideXS{display:none;}} @media screen and (min-width:480px) and (max-width:599px){.LrpYY.nav-link--hideS{display:none;}} @media screen and (min-width:600px) and (max-width:1023px){.LrpYY.nav-link--hideM{display:none;}} @media screen and (min-width:1024px) and (max-width:1279px){.LrpYY.nav-link--hideL{display:none;}} @media screen and (min-width:1280px){.LrpYY.nav-link--hideXL{display:none;}}
/* sc-component-id: NavLinkCategory__StyledContainer-sc-1zvm8t-0 */
.eWjUDO ._2vjThdvAXrHx6CofJjm03w{cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid transparent;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:3rem;margin:0;padding:0 1rem;-webkit-transition:color 0.1s ease-in,border-color 0.1s ease-in,opacity 0.12s ease-in;transition:color 0.1s ease-in,border-color 0.1s ease-in,opacity 0.12s ease-in;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;} .eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus{outline:var(--ipt-focus-outline-on-baseAlt);outline-offset:1px;} .eWjUDO ._1tLXJMH37mh4UmvfVF8swF{padding-right:0.75rem;} .eWjUDO ._2aunAih-uMfbdgTUIjnQMd{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;padding-right:0.75rem;text-overflow:ellipsis;white-space:nowrap;} .eWjUDO ._2BeDp2pKthfMnxArm4lS0T{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);} .eWjUDO ._1tLXJMH37mh4UmvfVF8swF,.eWjUDO ._2BeDp2pKthfMnxArm4lS0T{opacity:0.5;-webkit-transition:all 0.2s;transition:all 0.2s;} .eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus ._2BeDp2pKthfMnxArm4lS0T,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:hover ._2BeDp2pKthfMnxArm4lS0T,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:focus ._1tLXJMH37mh4UmvfVF8swF,.eWjUDO ._2vjThdvAXrHx6CofJjm03w:hover ._1tLXJMH37mh4UmvfVF8swF{opacity:1;} .eWjUDO ._1S9IOoNAVMPB2VikET3Lr2{overflow:hidden;border-bottom:1px solid transparent;-webkit-transition:border-color 0.1s ease-in,height 0.2s;transition:border-color 0.1s ease-in,height 0.2s;} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._2vjThdvAXrHx6CofJjm03w ._1tLXJMH37mh4UmvfVF8swF{opacity:1;} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._2vjThdvAXrHx6CofJjm03w ._2BeDp2pKthfMnxArm4lS0T{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);} .eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ span ._1S9IOoNAVMPB2VikET3Lr2{display:block;} .eWjUDO:nth-of-type(1) ._2vjThdvAXrHx6CofJjm03w{border-top:none;} @media screen and (min-width:1024px){.eWjUDO.noMarginItem ._2vjThdvAXrHx6CofJjm03w{margin-top:0;}} @media screen and (min-width:1024px){.eWjUDO{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}.eWjUDO ._2vjThdvAXrHx6CofJjm03w{pointer-events:none;margin-top:1.5rem;height:3rem;border:none;}.eWjUDO .s6lVaL5MYgQM-fYJ9KWp7:checked ~ ._2Q0QZxgQqVpU0nQBqv1xlY ._2vjThdvAXrHx6CofJjm03w ._2aunAih-uMfbdgTUIjnQMd{color:inherit;}.eWjUDO ._1S9IOoNAVMPB2VikET3Lr2{visibility:inherit;height:auto !important;border:0;}.eWjUDO ._2BeDp2pKthfMnxArm4lS0T{display:none;}.eWjUDO ._1tLXJMH37mh4UmvfVF8swF{color:var(--ipt-on-baseAlt-accent1-color);opacity:1;}.eWjUDO .ipc-list__item{height:2rem;}.eWjUDO .ipc-list--baseAlt .ipc-list__item:hover{background:none;-webkit-text-decoration:underline;text-decoration:underline;}} @media screen and (max-width:479px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideXS{display:none;}} @media screen and (min-width:480px) and (max-width:599px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideS{display:none;}} @media screen and (min-width:600px) and (max-width:1023px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideM{display:none;}} @media screen and (min-width:1024px) and (max-width:1279px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideL{display:none;}} @media screen and (min-width:1280px){.eWjUDO._2BpsDlqEMlo9unX-C84Nji--hideXL{display:none;}}
/* sc-component-id: NavDynamicCategoryList__CategoryGroupContainer-f186ms-0 */
@media screen and (min-width:1024px){.dzfmPm{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}}
/* sc-component-id: NavDynamicCategoryList__EmptyContainer-f186ms-1 */
@media screen and (min-width:1024px){.dFDExU{-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;}}
/* sc-component-id: NavLinkCategoryList__StyledContainer-sc-13vymju-0 */
.diDBNJ ._1cBEhLbHn9YeCkfPvo9USU{list-style:none;margin:0.5rem 0;opacity:0.2;} .diDBNJ ._3xW8qYlqcCPv5fOHeXBer5{margin-bottom:3rem;margin-top:1.5rem;padding:1rem;height:auto;} @media screen and (min-width:1024px){.diDBNJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.diDBNJ ._1BC0pBnjYqz3wST1u3CwmG{display:none;}.diDBNJ ._3xW8qYlqcCPv5fOHeXBer5{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;display:none;}.diDBNJ:focus{outline:var(--ipt-focus-outline-on-baseAlt);outline-offset:1px;}}
/* sc-component-id: NavLinkCategoryList__LogoNavLink-sc-13vymju-1 */
.RQLCk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
/* sc-component-id: NavLinkCategoryList__TextNavLink-sc-13vymju-2 */
.YOYgO{margin-top:.25rem;}
/* sc-component-id: HamburgerMenu-k5mvoq-0 */
.erYeKd{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-order:0;-ms-flex-order:0;order:0;} .erYeKd.desktop{display:none;} @media screen and (min-width:1024px){.erYeKd{-webkit-order:1;-ms-flex-order:1;order:1;}.erYeKd.mobile{display:none;}.erYeKd.desktop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}
/* sc-component-id: UserMenu-sc-1poz515-0 */
.eIWOUD{-webkit-order:6;-ms-flex-order:6;order:6;} @media screen and (min-width:600px){.eIWOUD .navbar__user-menu__username-divider,.eIWOUD .navbar__user-menu__username{display:none;}} @media screen and (min-width:1024px){.eIWOUD{-webkit-order:7;-ms-flex-order:7;order:7;}} .eIWOUD .navbar__user-menu-toggle__button{padding-right:0.25rem;} .eIWOUD .navbar__user-name{max-width:160px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
/* sc-component-id: NavWatchlistButton-sc-1b65w5j-0 */
.kaVyhF{-webkit-order:5;-ms-flex-order:5;order:5;display:none;} @media screen and (min-width:1024px){.kaVyhF{-webkit-order:6;-ms-flex-order:6;order:6;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}} .kaVyhF .imdb-header__watchlist-button-count{margin-left:0.5rem;background:var(--ipt-on-base-accent1-color);color:var(--ipt-on-accent1-color);padding:0 0.4rem;border-radius:10px;text-align:center;} .kaVyhF .ipc-button__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
/* sc-component-id: NavProFlyout-sc-1cjctnc-0 */
.hoAGyu{-webkit-order:4;-ms-flex-order:4;order:4;} @media screen and (min-width:1024px){.hoAGyu{-webkit-order:4;-ms-flex-order:4;order:4;}} .hoAGyu .navbar__imdbpro-menu-toggle__name{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;} .hoAGyu .navbar__imdbpro-content .navbar__flyout--menu{background-image:url(//m.media-amazon.com/images/G/01/imdb/images/navbar/imdbpro_navbar_menu_bg-3083451252._V_.png);background-size:cover;padding-left:17px;padding-bottom:25px;padding-top:25px;color:white;font-weight:bold;} .hoAGyu .navbar__imdbpro-imdb-pro-ad{background-repeat:no-repeat;color:white;cursor:pointer;width:573px;overflow:hidden;border-radius:8px;left:initial;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__image{display:inline-block;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__title{color:white;line-height:1.3em;margin-bottom:10px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__line{cursor:inherit;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__link{display:inline-block;-webkit-text-decoration:none;text-decoration:none;vertical-align:middle;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__image{vertical-align:top;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content{font-family:'Arial';margin-left:15px;width:400px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content .imdb-pro-ad__line{display:list-item;font-size:12px;list-style-position:inside;list-style-type:disc;margin:0px;padding:.1rem 0;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-ad__content .imdb-pro-ad__title{font-size:15px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button{margin-top:15px;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button text{fill:#111111;font-size:13px;font-weight:normal;} .hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button svg:hover rect,.hoAGyu .navbar__imdbpro-imdb-pro-ad .imdb-pro-new__button text:hover rect{fill:#f7dd95;} .hoAGyu .navbar__imdbpro-content .sub_nav{background-color:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,0.6);color:#999;height:325px;} .hoAGyu .navbar__imdbpro-content .sub_nav h5{color:#A58500;margin:20px 0 10px;position:relative;}
/* sc-component-id: LegacyLoginNode-sc-1oajtws-0 */
.iwkRT{display:none;}
/* sc-component-id: Root__Header-sc-7p0yen-0 */
.gwOpQB{padding:0.25rem;margin:0;position:relative;z-index:1000;min-height:3.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;} .gwOpQB a{color:inherit;} .gwOpQB .navbar__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100vw;margin:0;} @media screen and (min-width:600px){.gwOpQB .navbar__inner{padding:0 .75rem;}} @media screen and (min-width:1024px){.gwOpQB .navbar__inner{width:100%;margin:0 auto;}} .gwOpQB label{margin-bottom:0;}
/* sc-component-id: Root__Separator-sc-7p0yen-1 */
.cECatH{border:1px solid rgba(var(--ipt-on-baseAlt-rgb),.16);-webkit-order:5;-ms-flex-order:5;order:5;width:1px;height:2rem;margin:0 .5rem;} @media screen and (max-width:600px){.cECatH{display:none;-webkit-order:7;-ms-flex-order:7;order:7;}}</style>
<div id="14b6d18b-0527-44b6-a343-68c9c2d056ee">
<nav class="FHCtKBINjbqzCITNiccU0 imdb-header imdb-header--react Root__Header-sc-7p0yen-0 gwOpQB" id="imdbHeader"><div class="imdb-header__login-state-node" id="nblogin"></div><div class="ipc-page-content-container ipc-page-content-container--center navbar__inner" role="presentation"><label aria-disabled="false" aria-label="Open Navigation Drawer" class="ipc-icon-button jOOJQ0waXoTX6ZSthGtum HamburgerMenu-k5mvoq-0 erYeKd mobile ipc-icon-button--baseAlt ipc-icon-button--onBase" for="imdbHeader-navDrawer" id="imdbHeader-navDrawerOpen" role="button" tabindex="0" title="Open Navigation Drawer"><svg class="ipc-icon ipc-icon--menu" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"></path></svg></label><label aria-disabled="false" aria-label="Open Navigation Drawer" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button jOOJQ0waXoTX6ZSthGtum HamburgerMenu-k5mvoq-0 erYeKd desktop" for="imdbHeader-navDrawer" id="imdbHeader-navDrawerOpen--desktop" role="button" tabindex="0"><svg class="ipc-icon ipc-icon--menu ipc-button__icon ipc-button__icon--pre" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"></path></svg><div class="ipc-button__text">Menu</div></label><input aria-hidden="true" class="_146x-LuQBSfM9yosRvjSGF" hidden="" id="imdbHeader-navDrawer" name="imdbHeader-navDrawer" type="checkbox"/><aside class="_14--k36qjjvLW3hUWHDPb_ _32i38MKalFVUkNAqPm88ln imdb-header__nav-drawer Drawer__StyledContainer-sc-1h7cs9y-0 bkeTFm" data-testid="drawer" role="presentation"><div aria-hidden="true" class="iRO9SK-8q3D8_287dhn28" data-testid="panel" role="presentation"><div class="_3rHHDKyPLOjL8tGKHWMRza" data-testid="panel-header" role="presentation"><a href="/?ref_=nv_home"><svg class="ipc-logo WNY8DBPCS1ZbiSd7NoqdP" height="56" version="1.1" viewbox="0 0 64 32" width="98" xmlns="http://www.w3.org/2000/svg"><g fill="#F5C518"><rect height="100%" rx="4" width="100%" x="0" y="0"></rect></g><g fill="#000000" fill-rule="nonzero" transform="translate(8.000000, 7.000000)"><polygon points="0 18 5 18 5 0 0 0"></polygon><path d="M15.6725178,0 L14.5534833,8.40846934 L13.8582008,3.83502426 C13.65661,2.37009263 13.4632474,1.09175121 13.278113,0 L7,0 L7,18 L11.2416347,18 L11.2580911,6.11380679 L13.0436094,18 L16.0633571,18 L17.7583653,5.8517865 L17.7707076,18 L22,18 L22,0 L15.6725178,0 Z"></path><path d="M24,18 L24,0 L31.8045586,0 C33.5693522,0 35,1.41994415 35,3.17660424 L35,14.8233958 C35,16.5777858 33.5716617,18 31.8045586,18 L24,18 Z M29.8322479,3.2395236 C29.6339219,3.13233348 29.2545158,3.08072342 28.7026524,3.08072342 L28.7026524,14.8914865 C29.4312846,14.8914865 29.8796736,14.7604764 30.0478195,14.4865461 C30.2159654,14.2165858 30.3021941,13.486105 30.3021941,12.2871637 L30.3021941,5.3078959 C30.3021941,4.49404499 30.272014,3.97397442 30.2159654,3.74371416 C30.1599168,3.5134539 30.0348852,3.34671372 29.8322479,3.2395236 Z"></path><path d="M44.4299079,4.50685823 L44.749518,4.50685823 C46.5447098,4.50685823 48,5.91267586 48,7.64486762 L48,14.8619906 C48,16.5950653 46.5451816,18 44.749518,18 L44.4299079,18 C43.3314617,18 42.3602746,17.4736618 41.7718697,16.6682739 L41.4838962,17.7687785 L37,17.7687785 L37,0 L41.7843263,0 L41.7843263,5.78053556 C42.4024982,5.01015739 43.3551514,4.50685823 44.4299079,4.50685823 Z M43.4055679,13.2842155 L43.4055679,9.01907814 C43.4055679,8.31433946 43.3603268,7.85185468 43.2660746,7.63896485 C43.1718224,7.42607505 42.7955881,7.2893916 42.5316822,7.2893916 C42.267776,7.2893916 41.8607934,7.40047379 41.7816216,7.58767002 L41.7816216,9.01907814 L41.7816216,13.4207851 L41.7816216,14.8074788 C41.8721037,15.0130276 42.2602358,15.1274059 42.5316822,15.1274059 C42.8031285,15.1274059 43.1982131,15.0166981 43.281155,14.8074788 C43.3640968,14.5982595 43.4055679,14.0880581 43.4055679,13.2842155 Z"></path></g></svg></a><label aria-disabled="false" aria-label="Close Navigation Drawer" class="ipc-icon-button _2RzUkzyrsjx_BPIQ5uoj5s ipc-icon-button--baseAlt ipc-icon-button--onBase" for="imdbHeader-navDrawer" role="button" tabindex="0" title="Close Navigation Drawer"><svg class="ipc-icon ipc-icon--clear" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"></path></svg></label></div><div class="_3bRJYEaOz1BKUQYqW6yb29" data-testid="panel-content" role="presentation"><div class="_3wpok4xkiX-9E61ruFL_RA NavLinkCategoryList__StyledContainer-sc-13vymju-0 diDBNJ" role="presentation"><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="mov" hidden="" id="nav-link-categories-mov" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand Movies Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-mov" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--movie" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M18 4v1h-2V4c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1H6V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Movies</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/calendar/?ref_=nv_mv_cal" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Release Calendar</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/list/ls016522954/?ref_=nv_tvv_dvd" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">DVD & Blu-ray Releases</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/top/?ref_=nv_mv_250" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Top Rated Movies</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/moviemeter/?ref_=nv_mv_mpm" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Most Popular Movies</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/genre/?ref_=nv_ch_gr" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Browse Movies by Genre</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/boxoffice/?ref_=nv_ch_cht" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Top Box Office</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/showtimes/?ref_=nv_mv_sh" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Showtimes & Tickets</span></a><a aria-disabled="false" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/movies-in-theaters/?ref_=nv_mv_inth" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">In Theaters</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/coming-soon/?ref_=nv_mv_cs" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Coming Soon</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/movie/?ref_=nv_nw_mv" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Movie News</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/india/toprated/?ref_=nv_mv_in" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">India Movie Spotlight</span></a></ul></div></div></span></div><div class="NavDynamicCategoryList__CategoryGroupContainer-f186ms-0 dzfmPm" data-testid="grouped-link-category"><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="tvshows" hidden="" id="nav-link-categories-tvshows" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand TV Shows Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-tvshows" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--television" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">TV Shows</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/whats-on-tv/?ref_=nv_tv_ontv" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">What's on TV & Streaming</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/toptv/?ref_=nv_tvv_250" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Top Rated Shows</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/chart/tvmeter/?ref_=nv_tvv_mptv" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Most Popular Shows</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/genre/" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Browse TV Shows by Genre</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/tv/?ref_=nv_nw_tv" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">TV News</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/india/tv?ref_=nv_tv_in" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">India TV Spotlight</span></a></ul></div></div></span></div><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="video" hidden="" id="nav-link-categories-video" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand Watch Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-video" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--video-library" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1zm17-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 12.5v-9l5.47 4.1c.27.2.27.6 0 .8L12 14.5z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Watch</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/what-to-watch/?ref_=nv_watch" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">What to Watch</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/trailers/?ref_=nv_mv_tr" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Latest Trailers</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/originals/?ref_=nv_sf_ori" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">IMDb Originals</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/imdbpicks/?ref_=nv_pi" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">IMDb Picks</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/podcasts/?ref_=nv_pod" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">IMDb Podcasts</span></a></ul></div></div></span></div></div><div class="_2BpsDlqEMlo9unX-C84Nji NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="awards" hidden="" id="nav-link-categories-awards" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand Awards & Events Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-awards" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--star-circle-filled" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm3.23 15.39L12 15.45l-3.22 1.94a.502.502 0 0 1-.75-.54l.85-3.66-2.83-2.45a.505.505 0 0 1 .29-.88l3.74-.32 1.46-3.45c.17-.41.75-.41.92 0l1.46 3.44 3.74.32a.5.5 0 0 1 .28.88l-2.83 2.45.85 3.67c.1.43-.36.77-.74.54z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Awards & Events</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/oscars/?ref_=nv_ev_acd" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Oscars</span></a><a aria-disabled="false" class="ipc-list__item nav-link nav-link--hideL nav-link--hideXL NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://m.imdb.com/feature/bestpicture/?ref_=nv_ch_osc" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Best Picture Winners</span></a><a aria-disabled="false" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/search/title/?count=100&groups=oscar_best_picture_winners&sort=year%2Cdesc&ref_=nv_ch_osc" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Best Picture Winners</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/golden-globes/?ref_=nv_ev_gg" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Golden Globes</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/emmys/?ref_=nv_ev_rte" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Emmys</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/starmeterawards/?ref_=nv_ev_sma" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">STARmeter Awards</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/comic-con/?ref_=nv_ev_comic" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">San Diego Comic-Con</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/nycc/?ref_=nv_ev_nycc" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">New York Comic-Con</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/sundance/?ref_=nv_ev_sun" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Sundance Film Festival</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/toronto/?ref_=nv_ev_tor" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Toronto Int'l Film Festival</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/awards-central/?ref_=nv_ev_awrd" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Awards Central</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/festival-central/?ref_=nv_ev_fc" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Festival Central</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/event/all/?ref_=nv_ev_all" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">All Events</span></a></ul></div></div></span></div><div class="_2BpsDlqEMlo9unX-C84Nji noMarginItem NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="celebs" hidden="" id="nav-link-categories-celebs" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand Celebs Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-celebs" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--people" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05.02.01.03.03.04.04 1.14.83 1.93 1.94 1.93 3.41V18c0 .35-.07.69-.18 1H22c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Celebs</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/feature/bornondate/?ref_=nv_cel_brn" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Born Today</span></a><a aria-disabled="false" class="ipc-list__item nav-link nav-link--hideL nav-link--hideXL NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://m.imdb.com/chart/starmeter/?ref_=nv_cel_brn" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Most Popular Celebs</span></a><a aria-disabled="false" class="ipc-list__item nav-link nav-link--hideXS nav-link--hideS nav-link--hideM NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://www.imdb.com/search/name/?match_all=true&ref_=nv_cel_m" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Most Popular Celebs</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/news/celebrity/?ref_=nv_cel_nw" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Celebrity News</span></a></ul></div></div></span></div><div class="NavDynamicCategoryList__EmptyContainer-f186ms-1 dFDExU" data-testid="nav-link-category"></div><div class="_2BpsDlqEMlo9unX-C84Nji noMarginItem NavLinkCategory__StyledContainer-sc-1zvm8t-0 eWjUDO" data-testid="nav-link-category" role="presentation"><input aria-hidden="true" class="s6lVaL5MYgQM-fYJ9KWp7" data-category-id="comm" hidden="" id="nav-link-categories-comm" name="nav-categories-list" tabindex="-1" type="radio"/><span class="_2Q0QZxgQqVpU0nQBqv1xlY"><label aria-label="Expand Community Nav Links" class="_2vjThdvAXrHx6CofJjm03w" data-testid="category-expando" for="nav-link-categories-comm" role="button" tabindex="0"><span class="_1tLXJMH37mh4UmvfVF8swF"><svg class="ipc-icon ipc-icon--earth" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"></path></svg></span><span class="_2aunAih-uMfbdgTUIjnQMd">Community</span><span class="_2BeDp2pKthfMnxArm4lS0T"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></label><div aria-expanded="false" aria-hidden="true" class="_1S9IOoNAVMPB2VikET3Lr2" data-testid="list-container"><div class="_1IQgIe3JwGh2arzItRgYN3" role="presentation"><ul aria-orientation="vertical" class="ipc-list _1gB7giE3RrFWXvlzwjWk-q ipc-list--baseAlt" role="menu"><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://help.imdb.com/imdb?ref_=cons_nb_hlp" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Help Center</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="https://contribute.imdb.com/czone?ref_=nv_cm_cz" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Contributor Zone</span></a><a aria-disabled="false" class="ipc-list__item nav-link NavLink-sc-19k0khm-0 LrpYY ipc-list__item--indent-one" href="/poll/?ref_=nv_cm_pl" role="menuitem" tabindex="-1"><span class="ipc-list-item__text" role="presentation">Polls</span></a></ul></div></div></span></div><a aria-disabled="false" aria-label="Go To IMDb Pro" class="ipc-list__item nav-link _3xW8qYlqcCPv5fOHeXBer5 NavLink-sc-19k0khm-0 LrpYY" href="https://pro.imdb.com?ref_=cons_nb_hm&rf=cons_nb_hm" role="menuitem" tabindex="0" target="_blank"><span class="ipc-list-item__text" role="presentation"><div class="_33PK8nBHiT1fGjnfXwum3v NavLinkCategoryList__LogoNavLink-sc-13vymju-1 RQLCk"><svg class="ipc-logo" height="14" version="1.1" viewbox="0 0 52 14" width="52" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor"><rect height="12.34" width="3.21" x="0" y="1"></rect><path d="M10,1 L9.3,6.76 L8.84,3.63 C8.7,2.62 8.58,1.75 8.45,1 L4.3,1 L4.3,13.34 L7.11,13.34 L7.11,5.19 L8.3,13.34 L10.3,13.34 L11.42,5 L11.42,13.33 L14.22,13.33 L14.22,1 L10,1 Z"></path><path d="M19.24,3.22 C19.3711159,3.29185219 19.4602235,3.42180078 19.48,3.57 C19.5340993,3.92393477 19.554191,4.28223587 19.54,4.64 L19.54,9.42 C19.578852,9.92887392 19.5246327,10.4405682 19.38,10.93 C19.27,11.12 18.99,11.21 18.53,11.21 L18.53,3.11 C18.7718735,3.09406934 19.0142863,3.13162626 19.24,3.22 Z M19.24,13.34 C19.8163127,13.3574057 20.3928505,13.3138302 20.96,13.21 C21.3245396,13.1481159 21.6680909,12.9969533 21.96,12.77 C22.2288287,12.5438006 22.4209712,12.2398661 22.51,11.9 C22.643288,11.1679419 22.6969338,10.4236056 22.67,9.68 L22.67,5.34 C22.6662002,4.55669241 22.6060449,3.77467335 22.49,3 C22.43037,2.59841431 22.260779,2.22116094 22,1.91 C21.6636187,1.56093667 21.2326608,1.317654 20.76,1.21 C19.7709421,1.02848785 18.7647002,0.958050915 17.76,1 L15.32,1 L15.32,13.34 L19.24,13.34 Z"></path><path d="M27.86,10.34 C27.8769902,10.7218086 27.8501483,11.1043064 27.78,11.48 C27.72,11.63 27.46,11.71 27.26,11.71 C27.0954951,11.7299271 26.9386363,11.6349863 26.88,11.48 C26.7930212,11.1542289 26.7592527,10.8165437 26.78,10.48 L26.78,7.18 C26.7626076,6.84408875 26.7929089,6.50740774 26.87,6.18 C26.9317534,6.03447231 27.0833938,5.94840616 27.24,5.97 C27.43,5.97 27.7,6.05 27.76,6.21 C27.8468064,6.53580251 27.8805721,6.87345964 27.86,7.21 L27.86,10.34 Z M23.7,1 L23.7,13.34 L26.58,13.34 L26.78,12.55 C27.0112432,12.8467609 27.3048209,13.0891332 27.64,13.26 C28.0022345,13.4198442 28.394069,13.5016184 28.79,13.5 C29.2588971,13.515288 29.7196211,13.3746089 30.1,13.1 C30.4399329,12.8800058 30.6913549,12.5471372 30.81,12.16 C30.9423503,11.6167622 31.0061799,11.0590937 31,10.5 L31,7 C31.0087531,6.51279482 30.9920637,6.02546488 30.95,5.54 C30.904474,5.28996521 30.801805,5.05382649 30.65,4.85 C30.4742549,4.59691259 30.2270668,4.40194735 29.94,4.29 C29.5869438,4.15031408 29.2096076,4.08232558 28.83,4.09 C28.4361722,4.08961884 28.0458787,4.16428368 27.68,4.31 C27.3513666,4.46911893 27.0587137,4.693713 26.82,4.97 L26.82,1 L23.7,1 Z"></path><path d="M32.13,1 L35.32,1 C35.9925574,0.978531332 36.6650118,1.04577677 37.32,1.2 C37.717112,1.29759578 38.0801182,1.50157071 38.37,1.79 C38.6060895,2.05302496 38.7682605,2.37391646 38.84,2.72 C38.935586,3.27463823 38.9757837,3.8374068 38.96,4.4 L38.96,5.46 C38.9916226,6.03689533 38.9100917,6.61440551 38.72,7.16 C38.5402933,7.53432344 38.2260614,7.82713037 37.84,7.98 C37.3049997,8.18709035 36.7332458,8.28238268 36.16,8.26 L35.31,8.26 L35.31,13.16 L32.13,13.16 L32.13,1 Z M35.29,3.08 L35.29,6.18 L35.53,6.18 C35.7515781,6.20532753 35.9725786,6.12797738 36.13,5.97 C36.2717869,5.69610033 36.3308522,5.38687568 36.3,5.08 L36.3,4.08 C36.3390022,3.79579475 36.2713114,3.5072181 36.11,3.27 C35.8671804,3.11299554 35.5771259,3.04578777 35.29,3.08 Z"></path><path d="M42,4.36 L41.89,5.52 C42.28,4.69 43.67,4.42 44.41,4.37 L43.6,7.3 C43.2290559,7.27725357 42.8582004,7.34593052 42.52,7.5 C42.3057075,7.61238438 42.1519927,7.81367763 42.1,8.05 C42.0178205,8.59259006 41.9843538,9.14144496 42,9.69 L42,13.16 L39.34,13.16 L39.34,4.36 L42,4.36 Z"></path><path d="M51.63,9.71 C51.6472876,10.3265292 51.6003682,10.9431837 51.49,11.55 C51.376862,11.9620426 51.1639158,12.3398504 50.87,12.65 C50.5352227,13.001529 50.1148049,13.2599826 49.65,13.4 C49.0994264,13.5686585 48.5257464,13.6496486 47.95,13.64 C47.3333389,13.6524659 46.7178074,13.5818311 46.12,13.43 C45.6996896,13.322764 45.3140099,13.1092627 45,12.81 C44.7275808,12.5275876 44.5254637,12.1850161 44.41,11.81 C44.2627681,11.2181509 44.1921903,10.6098373 44.2,10 L44.2,7.64 C44.1691064,6.9584837 44.2780071,6.27785447 44.52,5.64 C44.7547114,5.12751365 45.1616363,4.71351186 45.67,4.47 C46.3337168,4.13941646 47.0688388,3.97796445 47.81,4 C48.4454888,3.98667568 49.0783958,4.08482705 49.68,4.29 C50.1352004,4.42444561 50.5506052,4.66819552 50.89,5 C51.1535526,5.26601188 51.3550281,5.58700663 51.48,5.94 C51.6001358,6.42708696 51.6506379,6.92874119 51.63,7.43 L51.63,9.71 Z M48.39,6.73 C48.412199,6.42705368 48.3817488,6.12255154 48.3,5.83 C48.2091142,5.71223121 48.0687606,5.64325757 47.92,5.64325757 C47.7712394,5.64325757 47.6308858,5.71223121 47.54,5.83 C47.447616,6.12046452 47.4136298,6.42634058 47.44,6.73 L47.44,10.93 C47.4168299,11.2204468 47.4508034,11.5126191 47.54,11.79 C47.609766,11.9270995 47.7570827,12.0067302 47.91,11.99 C48.0639216,12.0108082 48.2159732,11.9406305 48.3,11.81 C48.3790864,11.5546009 48.4096133,11.2866434 48.39,11.02 L48.39,6.73 Z"></path></g></svg><div class="NavLinkCategoryList__TextNavLink-sc-13vymju-2 YOYgO">For Industry Professionals</div></div></span><span class="ipc-list-item__icon ipc-list-item__icon--post" role="presentation"><svg class="ipc-icon ipc-icon--launch" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M16 16.667H8A.669.669 0 0 1 7.333 16V8c0-.367.3-.667.667-.667h3.333c.367 0 .667-.3.667-.666C12 6.3 11.7 6 11.333 6h-4C6.593 6 6 6.6 6 7.333v9.334C6 17.4 6.6 18 7.333 18h9.334C17.4 18 18 17.4 18 16.667v-4c0-.367-.3-.667-.667-.667-.366 0-.666.3-.666.667V16c0 .367-.3.667-.667.667zm-2.667-10c0 .366.3.666.667.666h1.727L9.64 13.42a.664.664 0 1 0 .94.94l6.087-6.087V10c0 .367.3.667.666.667.367 0 .667-.3.667-.667V6h-4c-.367 0-.667.3-.667.667z"></path></svg></span></a></div></div></div><label aria-hidden="true" aria-label="Close Navigation Drawer" class="_1iCYg55DI6ds7d3KVrdYBX" data-testid="backdrop" for="imdbHeader-navDrawer" role="button" tabindex="0"></label></aside><a aria-label="Home" class="NavLogo-e02kni-0 ddqdtC imdb-header__logo-link _3XaDsUnZG7ZfFqFF37dZPv" href="/?ref_=nv_home" id="home_img_holder"><svg class="ipc-logo" height="32" id="home_img" version="1.1" viewbox="0 0 64 32" width="64" xmlns="http://www.w3.org/2000/svg"><g fill="#F5C518"><rect height="100%" rx="4" width="100%" x="0" y="0"></rect></g><g fill="#000000" fill-rule="nonzero" transform="translate(8.000000, 7.000000)"><polygon points="0 18 5 18 5 0 0 0"></polygon><path d="M15.6725178,0 L14.5534833,8.40846934 L13.8582008,3.83502426 C13.65661,2.37009263 13.4632474,1.09175121 13.278113,0 L7,0 L7,18 L11.2416347,18 L11.2580911,6.11380679 L13.0436094,18 L16.0633571,18 L17.7583653,5.8517865 L17.7707076,18 L22,18 L22,0 L15.6725178,0 Z"></path><path d="M24,18 L24,0 L31.8045586,0 C33.5693522,0 35,1.41994415 35,3.17660424 L35,14.8233958 C35,16.5777858 33.5716617,18 31.8045586,18 L24,18 Z M29.8322479,3.2395236 C29.6339219,3.13233348 29.2545158,3.08072342 28.7026524,3.08072342 L28.7026524,14.8914865 C29.4312846,14.8914865 29.8796736,14.7604764 30.0478195,14.4865461 C30.2159654,14.2165858 30.3021941,13.486105 30.3021941,12.2871637 L30.3021941,5.3078959 C30.3021941,4.49404499 30.272014,3.97397442 30.2159654,3.74371416 C30.1599168,3.5134539 30.0348852,3.34671372 29.8322479,3.2395236 Z"></path><path d="M44.4299079,4.50685823 L44.749518,4.50685823 C46.5447098,4.50685823 48,5.91267586 48,7.64486762 L48,14.8619906 C48,16.5950653 46.5451816,18 44.749518,18 L44.4299079,18 C43.3314617,18 42.3602746,17.4736618 41.7718697,16.6682739 L41.4838962,17.7687785 L37,17.7687785 L37,0 L41.7843263,0 L41.7843263,5.78053556 C42.4024982,5.01015739 43.3551514,4.50685823 44.4299079,4.50685823 Z M43.4055679,13.2842155 L43.4055679,9.01907814 C43.4055679,8.31433946 43.3603268,7.85185468 43.2660746,7.63896485 C43.1718224,7.42607505 42.7955881,7.2893916 42.5316822,7.2893916 C42.267776,7.2893916 41.8607934,7.40047379 41.7816216,7.58767002 L41.7816216,9.01907814 L41.7816216,13.4207851 L41.7816216,14.8074788 C41.8721037,15.0130276 42.2602358,15.1274059 42.5316822,15.1274059 C42.8031285,15.1274059 43.1982131,15.0166981 43.281155,14.8074788 C43.3640968,14.5982595 43.4055679,14.0880581 43.4055679,13.2842155 Z"></path></g></svg></a><input aria-hidden="true" class="imdb-header-search__state EL4bTiUhQdfIvyX_PMRVv SearchBar__MobileSearchStateToggle-sc-1nweg6x-2 cIKARP" hidden="" id="navSearch-searchState" name="navSearch-searchState" type="checkbox"/><div class="nav-search__search-container _2cVsg1cgtNxl8NEGDHTPH6 SearchBar-sc-1nweg6x-0 hOXnzb" id="suggestion-search-container"><form action="/find" class="_19kygDgP4Og4wL_TIXtDmm imdb-header__search-form SearchForm-dxsip9-0 gTFTwO" id="nav-search-form" method="get" name="nav-search-form" role="search"><div class="search-category-selector SearchCategorySelector__StyledContainer-sc-18f40f7-0 dKTgZt"><div class="FlyoutMenu-xq6xx0-0 crQfrC navbar__flyout--breakpoint-m navbar__flyout--positionLeft"><label aria-disabled="false" aria-label="All" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-base ipc-button--theme-base ipc-button--on-textPrimary ipc-text-button navbar__flyout__text-button-after-mobile search-category-selector__opener P7UFTypc7bsdHDd2RHdil nav-search-form__categories" for="navbar-search-category-select" role="button" tabindex="0"><div class="ipc-button__text">All<svg class="ipc-icon ipc-icon--arrow-drop-down navbar__flyout__button-pointer" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M8.71 11.71l2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71H9.41c-.89 0-1.33 1.08-.7 1.71z"></path></svg></div></label><input aria-hidden="true" class="ipc-menu__focused-state" hidden="" id="navbar-search-category-select" name="navbar-search-category-select" tabindex="-1" type="checkbox"/><div class="ipc-menu mdc-menu ipc-menu--not-initialized ipc-menu--on-baseAlt ipc-menu--anchored ipc-menu--with-checkbox ipc-menu--expand-from-top-left navbar__flyout--menu" data-menu-id="navbar-search-category-select" role="presentation"><div class="ipc-menu__items mdc-menu__items" role="presentation"><span id="navbar-search-category-select-contents"><ul aria-orientation="vertical" class="ipc-list _2crW0ewf49BFHCKEEUJ_9o ipc-list--baseAlt" role="menu"><a aria-disabled="false" aria-label="All" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja _3lrXaniHRqyCb5hUFHbcds" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--search _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg>All</span></a><a aria-disabled="false" aria-label="Titles" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--movie _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M18 4v1h-2V4c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1H6V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1v-1h2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h2v1c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1s-1 .45-1 1zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"></path></svg>Titles</span></a><a aria-disabled="false" aria-label="TV Episodes" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--television _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2zm-1 14H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1z"></path></svg>TV Episodes</span></a><a aria-disabled="false" aria-label="Celebs" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--people _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05.02.01.03.03.04.04 1.14.83 1.93 1.94 1.93 3.41V18c0 .35-.07.69-.18 1H22c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5z"></path></svg>Celebs</span></a><a aria-disabled="false" aria-label="Companies" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--business _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M12 7V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2h-8zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm9 12h-7v-2h2v-2h-2v-2h2v-2h-2V9h7c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1zm-1-8h-2v2h2v-2zm0 4h-2v2h2v-2z"></path></svg>Companies</span></a><a aria-disabled="false" aria-label="Keywords" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--label _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84l3.96-5.58a.99.99 0 0 0 0-1.16l-3.96-5.58z"></path></svg>Keywords</span></a><li class="ipc-list-divider" role="separator"></li><a aria-disabled="false" class="ipc-list__item _1L5qcXA4wOKR8LeHJgsqja" href="https://www.imdb.com/search/" role="menuitem" tabindex="0"><span class="ipc-list-item__text" role="presentation"><svg class="ipc-icon ipc-icon--find-in-page _2re8nTkPmRXI_TBcLnh1u8" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M20 19.59V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.86.56-1.89.88-3 .82-2.37-.11-4.4-1.96-4.72-4.31a5.013 5.013 0 0 1 5.83-5.61c1.95.33 3.57 1.85 4 3.78.33 1.46.01 2.82-.7 3.9L20 19.59zM9 13c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"></path></svg>Advanced Search</span><span class="ipc-list-item__icon ipc-list-item__icon--post" role="presentation"><svg class="ipc-icon ipc-icon--chevron-right" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"></path></svg></span></a></ul></span></div></div></div></div><div class="nav-search__search-input-container SearchTypeahead-sc-112a48v-0 OQYVG"><div aria-expanded="false" aria-haspopup="listbox" aria-owns="react-autowhatever-1" class="react-autosuggest__container" role="combobox"><input aria-autocomplete="list" aria-controls="react-autowhatever-1" aria-label="Search IMDb" autocapitalize="off" autocomplete="off" autocorrect="off" class="imdb-header-search__input _3gDVKsXm3b_VAMhhSw1haV react-autosuggest__input" id="suggestion-search" name="q" placeholder="Search IMDb" type="text" value=""/></div></div><button aria-label="Submit Search" class="nav-search__search-submit _1-XI3_I8iwubPnQ1mmvW97" id="suggestion-search-button" type="submit"><svg class="ipc-icon ipc-icon--magnify" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></button><input name="ref_" type="hidden" value="nv_sr_sm"/></form><label aria-disabled="false" aria-label="Close Search" class="ipc-icon-button imdb-header-search__state-closer ipc-icon-button--baseAlt ipc-icon-button--onBase" for="navSearch-searchState" id="imdbHeader-searchClose" role="button" tabindex="0" title="Close Search"><svg class="ipc-icon ipc-icon--clear" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"></path></svg></label></div><label aria-disabled="false" aria-label="Open Search" class="ipc-icon-button imdb-header-search__state-opener SearchBar__SearchLauncherButton-sc-1nweg6x-1 hjoCyi ipc-icon-button--baseAlt ipc-icon-button--onBase" for="navSearch-searchState" id="imdbHeader-searchOpen" role="button" tabindex="0" title="Open Search"><svg class="ipc-icon ipc-icon--magnify" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></label><div class="navbar__imdbpro NavProFlyout-sc-1cjctnc-0 hoAGyu"><div class="navbar__imdbpro-content FlyoutMenu-xq6xx0-0 crQfrC navbar__flyout--breakpoint-l"><a aria-disabled="false" aria-label="Go To IMDb Pro" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button navbar__flyout__text-button-after-mobile navbar__imdb-pro--toggle" href="https://pro.imdb.com/login/ap?u=/login/lwa&imdbPageAction=signUp&rf=cons_nb_hm&ref_=cons_nb_hm" role="button" tabindex="0"><div class="ipc-button__text"><svg class="ipc-logo navbar__imdbpro-menu-toggle__name" height="14" version="1.1" viewbox="0 0 52 14" width="52" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor"><rect height="12.34" width="3.21" x="0" y="1"></rect><path d="M10,1 L9.3,6.76 L8.84,3.63 C8.7,2.62 8.58,1.75 8.45,1 L4.3,1 L4.3,13.34 L7.11,13.34 L7.11,5.19 L8.3,13.34 L10.3,13.34 L11.42,5 L11.42,13.33 L14.22,13.33 L14.22,1 L10,1 Z"></path><path d="M19.24,3.22 C19.3711159,3.29185219 19.4602235,3.42180078 19.48,3.57 C19.5340993,3.92393477 19.554191,4.28223587 19.54,4.64 L19.54,9.42 C19.578852,9.92887392 19.5246327,10.4405682 19.38,10.93 C19.27,11.12 18.99,11.21 18.53,11.21 L18.53,3.11 C18.7718735,3.09406934 19.0142863,3.13162626 19.24,3.22 Z M19.24,13.34 C19.8163127,13.3574057 20.3928505,13.3138302 20.96,13.21 C21.3245396,13.1481159 21.6680909,12.9969533 21.96,12.77 C22.2288287,12.5438006 22.4209712,12.2398661 22.51,11.9 C22.643288,11.1679419 22.6969338,10.4236056 22.67,9.68 L22.67,5.34 C22.6662002,4.55669241 22.6060449,3.77467335 22.49,3 C22.43037,2.59841431 22.260779,2.22116094 22,1.91 C21.6636187,1.56093667 21.2326608,1.317654 20.76,1.21 C19.7709421,1.02848785 18.7647002,0.958050915 17.76,1 L15.32,1 L15.32,13.34 L19.24,13.34 Z"></path><path d="M27.86,10.34 C27.8769902,10.7218086 27.8501483,11.1043064 27.78,11.48 C27.72,11.63 27.46,11.71 27.26,11.71 C27.0954951,11.7299271 26.9386363,11.6349863 26.88,11.48 C26.7930212,11.1542289 26.7592527,10.8165437 26.78,10.48 L26.78,7.18 C26.7626076,6.84408875 26.7929089,6.50740774 26.87,6.18 C26.9317534,6.03447231 27.0833938,5.94840616 27.24,5.97 C27.43,5.97 27.7,6.05 27.76,6.21 C27.8468064,6.53580251 27.8805721,6.87345964 27.86,7.21 L27.86,10.34 Z M23.7,1 L23.7,13.34 L26.58,13.34 L26.78,12.55 C27.0112432,12.8467609 27.3048209,13.0891332 27.64,13.26 C28.0022345,13.4198442 28.394069,13.5016184 28.79,13.5 C29.2588971,13.515288 29.7196211,13.3746089 30.1,13.1 C30.4399329,12.8800058 30.6913549,12.5471372 30.81,12.16 C30.9423503,11.6167622 31.0061799,11.0590937 31,10.5 L31,7 C31.0087531,6.51279482 30.9920637,6.02546488 30.95,5.54 C30.904474,5.28996521 30.801805,5.05382649 30.65,4.85 C30.4742549,4.59691259 30.2270668,4.40194735 29.94,4.29 C29.5869438,4.15031408 29.2096076,4.08232558 28.83,4.09 C28.4361722,4.08961884 28.0458787,4.16428368 27.68,4.31 C27.3513666,4.46911893 27.0587137,4.693713 26.82,4.97 L26.82,1 L23.7,1 Z"></path><path d="M32.13,1 L35.32,1 C35.9925574,0.978531332 36.6650118,1.04577677 37.32,1.2 C37.717112,1.29759578 38.0801182,1.50157071 38.37,1.79 C38.6060895,2.05302496 38.7682605,2.37391646 38.84,2.72 C38.935586,3.27463823 38.9757837,3.8374068 38.96,4.4 L38.96,5.46 C38.9916226,6.03689533 38.9100917,6.61440551 38.72,7.16 C38.5402933,7.53432344 38.2260614,7.82713037 37.84,7.98 C37.3049997,8.18709035 36.7332458,8.28238268 36.16,8.26 L35.31,8.26 L35.31,13.16 L32.13,13.16 L32.13,1 Z M35.29,3.08 L35.29,6.18 L35.53,6.18 C35.7515781,6.20532753 35.9725786,6.12797738 36.13,5.97 C36.2717869,5.69610033 36.3308522,5.38687568 36.3,5.08 L36.3,4.08 C36.3390022,3.79579475 36.2713114,3.5072181 36.11,3.27 C35.8671804,3.11299554 35.5771259,3.04578777 35.29,3.08 Z"></path><path d="M42,4.36 L41.89,5.52 C42.28,4.69 43.67,4.42 44.41,4.37 L43.6,7.3 C43.2290559,7.27725357 42.8582004,7.34593052 42.52,7.5 C42.3057075,7.61238438 42.1519927,7.81367763 42.1,8.05 C42.0178205,8.59259006 41.9843538,9.14144496 42,9.69 L42,13.16 L39.34,13.16 L39.34,4.36 L42,4.36 Z"></path><path d="M51.63,9.71 C51.6472876,10.3265292 51.6003682,10.9431837 51.49,11.55 C51.376862,11.9620426 51.1639158,12.3398504 50.87,12.65 C50.5352227,13.001529 50.1148049,13.2599826 49.65,13.4 C49.0994264,13.5686585 48.5257464,13.6496486 47.95,13.64 C47.3333389,13.6524659 46.7178074,13.5818311 46.12,13.43 C45.6996896,13.322764 45.3140099,13.1092627 45,12.81 C44.7275808,12.5275876 44.5254637,12.1850161 44.41,11.81 C44.2627681,11.2181509 44.1921903,10.6098373 44.2,10 L44.2,7.64 C44.1691064,6.9584837 44.2780071,6.27785447 44.52,5.64 C44.7547114,5.12751365 45.1616363,4.71351186 45.67,4.47 C46.3337168,4.13941646 47.0688388,3.97796445 47.81,4 C48.4454888,3.98667568 49.0783958,4.08482705 49.68,4.29 C50.1352004,4.42444561 50.5506052,4.66819552 50.89,5 C51.1535526,5.26601188 51.3550281,5.58700663 51.48,5.94 C51.6001358,6.42708696 51.6506379,6.92874119 51.63,7.43 L51.63,9.71 Z M48.39,6.73 C48.412199,6.42705368 48.3817488,6.12255154 48.3,5.83 C48.2091142,5.71223121 48.0687606,5.64325757 47.92,5.64325757 C47.7712394,5.64325757 47.6308858,5.71223121 47.54,5.83 C47.447616,6.12046452 47.4136298,6.42634058 47.44,6.73 L47.44,10.93 C47.4168299,11.2204468 47.4508034,11.5126191 47.54,11.79 C47.609766,11.9270995 47.7570827,12.0067302 47.91,11.99 C48.0639216,12.0108082 48.2159732,11.9406305 48.3,11.81 C48.3790864,11.5546009 48.4096133,11.2866434 48.39,11.02 L48.39,6.73 Z"></path></g></svg></div></a></div></div><div class="Root__Separator-sc-7p0yen-1 cECatH"></div><div class="NavWatchlistButton-sc-1b65w5j-0 kaVyhF imdb-header__watchlist-button"><a aria-disabled="false" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button" href="/list/watchlist?ref_=nv_usr_wl_all_0" role="button" tabindex="0"><svg class="ipc-icon ipc-icon--watchlist ipc-button__icon ipc-button__icon--pre" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M17 3c1.05 0 1.918.82 1.994 1.851L19 5v16l-7-3-7 3V5c0-1.05.82-1.918 1.851-1.994L7 3h10zm-4 4h-2v3H8v2h3v3h2v-3h3v-2h-3V7z" fill="currentColor"></path></svg><div class="ipc-button__text">Watchlist</div></a></div><div class="_3x17Igk9XRXcaKrcG3_MXQ navbar__user UserMenu-sc-1poz515-0 eIWOUD"><a aria-disabled="false" class="ipc-button ipc-button--single-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-baseAlt ipc-button--theme-baseAlt ipc-button--on-textPrimary ipc-text-button imdb-header__signin-text" href="/registration/signin?ref=nv_generic_lgin" role="button" tabindex="0"><div class="ipc-button__text">Sign In</div></a></div></div></nav><svg style="width:0;height:0;overflow:hidden;display:block" version="1.1" xmlns="http://www.w3.org/2000/svg"><defs><lineargradient id="ipc-svg-gradient-tv-logo-t" x1="31.973%" x2="153.413%" y1="53.409%" y2="-16.853%"><stop offset="21.89%" stop-color="#D01F49"></stop><stop offset="83.44%" stop-color="#E8138B"></stop></lineargradient><lineargradient id="ipc-svg-gradient-tv-logo-v" x1="-38.521%" x2="104.155%" y1="84.997%" y2="14.735%"><stop offset="21.89%" stop-color="#D01F49"></stop><stop offset="83.44%" stop-color="#E8138B"></stop></lineargradient></defs></svg>
</div>
<script type="text/javascript">
if (!window.RadWidget) {
window.RadWidget = {
registerReactWidgetInstance: function(input) {
window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];
window.RadWidget[input.widgetName].push({
id: input.instanceId,
props: JSON.stringify(input.model)
})
},
getReactWidgetInstances: function(widgetName) {
return window.RadWidget[widgetName] || []
}
};
}
</script> <script type="text/javascript">
window['RadWidget'].registerReactWidgetInstance({
widgetName: "IMDbConsumerSiteNavFeatureV1",
instanceId: "14b6d18b-0527-44b6-a343-68c9c2d056ee",
model: {"username":null,"isLoggedIn":false,"showIMDbTVLink":false,"weblabs":[]}
});
</script>
<script>
if (typeof uet == 'function') {
uet("ne");
}
</script>
<style>
.oscars-site-stripe {
background-color: #000;
overflow: hidden;
display: flex;
justify-content: center;
}
.oscars-site-stripe__img--sm {
height: 64px;
}
</style>
<div class="oscars-site-stripe">
</div>
<div id="wrapper">
<div class="redesign" id="root">
<div class="navbarSprite" id="nb20">
<div id="supertab">
<!-- no content received for slot: top_ad -->
<script>
if (window && window.mediaOrchestrator) {
window.mediaOrchestrator.publish('mediaPlaybackEvent', {
type: 'no-autoplay-video-ad-detected',
slotName: 'top_ad',
timestamp: Date.now()
});
}
</script>
</div>
<!-- no content received for slot: navstrip -->
<!-- no content received for slot: injected_navstrip -->
</div>
<div class="pagecontent" id="pagecontent">
<!-- no content received for slot: injected_billboard -->
<div id="content-2-wide">
<div id="main">
<div class="article listo">
<div class="overflow-menu">
<div class="circle">
<div class="vertical-ellipsis">
<svg fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9
2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"></path>
</svg>
</div>
</div>
<div class="pop-up-dialog">
<ul class="pop-up-menu-list-items">
<li><a class="pop-up-menu-list-item-link" href="/list/ls056092300/copy">
Copy from this list
</a></li>
<li><a class="pop-up-menu-list-item-link" href="/list/ls056092300/export">
Export
</a></li>
<li><a class="pop-up-menu-list-item-link" href="/listo/report?list=ls056092300">
Report this list
</a></li>
</ul>
</div>
</div>
<h1 class="header list-name">100 Best Indian Films Till Date</h1>
<span class="list-overview text-small" id="list-overview-summary">
by <a href="/user/ur40466907/">yashmishra91</a>
<span class="ghost">|</span> <span class="text-muted" id="list-overview-created">created - 23 Jul 2013</span>
<span class="ghost">|</span> <span class="text-muted" id="list-overview-lastupdated">updated - 24 Jul 2013</span>
<span class="ghost">|</span> <svg class="privacy-public item-privacy-lock" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path class="path" d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path>
</svg>
<span class="privacy-overview text-muted">
Public
</span>
</span>
<div class="list-description"><p>Here is the list of 100 Best Indian Films till date</p></div>
<div class="faceter nojs-hidden">
<div class="faceter-header">
<span class="expand">
<span class="global-sprite double-arrow down active"></span> <strong>Refine</strong>
</span>
<span class="facets-active">
<span class="empty text-muted">See titles to watch instantly, titles you haven't rated, etc</span>
</span>
</div>
<div class="faceter-content">
<div class="faceter-categories">
<ul>
<li class="faceter-category" data-for="watch_options">
<strong>Instant Watch Options</strong>
</li>
<li class="faceter-category" data-for="genres">
<strong>Genres</strong>
</li>
<li class="faceter-category" data-for="title_type">
<strong>Movies or TV</strong>
</li>
<li class="faceter-category" data-for="imdb_rating">
<strong>IMDb Rating</strong>
</li>
<li class="faceter-category" data-for="in_theaters">
<strong>In Theaters</strong>
</li>
<li class="faceter-category" data-for="release_date">
<strong>Release Year</strong>
</li>
<li class="faceter-category" data-for="keywords">
<strong>Keywords</strong>
</li>
</ul>
</div><div class="faceter-facets">
<div class="faceter-fieldset watch_options">
<fieldset data-join="and" name="watch_option">
<label class="unbold">
<input data-count="37" name="has_video_prime_instant_video" ref-marker="ttls_ref_inst_piv" type="checkbox"/>
<span class="faceter-facet-text">Prime Video</span>
<span class="text-muted text-small">(37)</span>
</label>
<br/>
</fieldset>
</div>
<div class="faceter-fieldset genres">
<fieldset data-join="and" name="genres">
<span class="col-2">
<label class="unbold">
<input data-count="92" name="Drama" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Drama</span>
<span class="text-muted text-small">(92)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="33" name="Romance" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Romance</span>
<span class="text-muted text-small">(33)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="26" name="Comedy" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Comedy</span>
<span class="text-muted text-small">(26)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="25" name="Musical" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Musical</span>
<span class="text-muted text-small">(25)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="17" name="Crime" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Crime</span>
<span class="text-muted text-small">(17)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="16" name="Action" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Action</span>
<span class="text-muted text-small">(16)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="10" name="Thriller" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Thriller</span>
<span class="text-muted text-small">(10)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="5" name="Biography" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Biography</span>
<span class="text-muted text-small">(5)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="5" name="Family" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Family</span>
<span class="text-muted text-small">(5)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="5" name="War" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">War</span>
<span class="text-muted text-small">(5)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="3" name="History" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">History</span>
<span class="text-muted text-small">(3)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="2" name="Adventure" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Adventure</span>
<span class="text-muted text-small">(2)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="2" name="Fantasy" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Fantasy</span>
<span class="text-muted text-small">(2)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="2" name="Music" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Music</span>
<span class="text-muted text-small">(2)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="2" name="Mystery" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Mystery</span>
<span class="text-muted text-small">(2)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="2" name="Sci-Fi" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Sci-Fi</span>
<span class="text-muted text-small">(2)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="2" name="Sport" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Sport</span>
<span class="text-muted text-small">(2)</span>
</label>
</span>
<span class="col-2">
<label class="unbold">
<input data-count="1" name="Western" ref-marker="ttls_ref_gnr" type="checkbox"/>
<span class="faceter-facet-text">Western</span>
<span class="text-muted text-small">(1)</span>
</label>
</span>
</fieldset>
</div>
<div class="faceter-fieldset title_type">
<fieldset data-join="or" name="title_type">
<label class="unbold">
<input data-count="100" name="movie" ref-marker="ttls_ref_typ" type="checkbox"/>
<span class="faceter-facet-text">Feature Film</span>
<span class="text-muted text-small">(100)</span>
</label>
<br/>
</fieldset>
</div>
<div class="faceter-fieldset imdb_rating">
<fieldset data-join="between" name="user_rating">
<legend class="text-muted unbold" data-tag="IMDb Rating">IMDb user rating (average)</legend>
<span></span>
<select name="min" ref-marker="ttls_ref_rt_usr" value="0.0">
<option value="1">1</option>
<option value="1.1">1.1</option>
<option value="1.2">1.2</option>
<option value="1.3">1.3</option>
<option value="1.4">1.4</option>
<option value="1.5">1.5</option>
<option value="1.6">1.6</option>
<option value="1.7">1.7</option>
<option value="1.8">1.8</option>
<option value="1.9">1.9</option>
<option value="2.0">2.0</option>
<option value="2.1">2.1</option>
<option value="2.2">2.2</option>
<option value="2.3">2.3</option>
<option value="2.4">2.4</option>
<option value="2.5">2.5</option>
<option value="2.6">2.6</option>
<option value="2.7">2.7</option>
<option value="2.8">2.8</option>
<option value="2.9">2.9</option>
<option value="3.0">3.0</option>
<option value="3.1">3.1</option>
<option value="3.2">3.2</option>
<option value="3.3">3.3</option>
<option value="3.4">3.4</option>
<option value="3.5">3.5</option>
<option value="3.6">3.6</option>
<option value="3.7">3.7</option>
<option value="3.8">3.8</option>
<option value="3.9">3.9</option>
<option value="4.0">4.0</option>
<option value="4.1">4.1</option>
<option value="4.2">4.2</option>
<option value="4.3">4.3</option>
<option value="4.4">4.4</option>
<option value="4.5">4.5</option>
<option value="4.6">4.6</option>
<option value="4.7">4.7</option>
<option value="4.8">4.8</option>
<option value="4.9">4.9</option>
<option value="5.0">5.0</option>
<option value="5.1">5.1</option>
<option value="5.2">5.2</option>
<option value="5.3">5.3</option>
<option value="5.4">5.4</option>
<option value="5.5">5.5</option>
<option value="5.6">5.6</option>
<option value="5.7">5.7</option>
<option value="5.8">5.8</option>
<option value="5.9">5.9</option>
<option value="6.0">6.0</option>
<option value="6.1">6.1</option>
<option value="6.2">6.2</option>
<option value="6.3">6.3</option>
<option value="6.4">6.4</option>
<option value="6.5">6.5</option>
<option value="6.6">6.6</option>
<option value="6.7">6.7</option>
<option value="6.8">6.8</option>
<option value="6.9">6.9</option>
<option value="7.0">7.0</option>
<option value="7.1">7.1</option>
<option value="7.2">7.2</option>
<option value="7.3">7.3</option>
<option value="7.4">7.4</option>
<option value="7.5">7.5</option>
<option value="7.6">7.6</option>
<option value="7.7">7.7</option>
<option value="7.8">7.8</option>
<option value="7.9">7.9</option>
<option value="8.0">8.0</option>
<option value="8.1">8.1</option>
<option value="8.2">8.2</option>
<option value="8.3">8.3</option>
<option value="8.4">8.4</option>
<option value="8.5">8.5</option>
<option value="8.6">8.6</option>
<option value="8.7">8.7</option>
<option value="8.8">8.8</option>
<option value="8.9">8.9</option>
<option value="9.0">9.0</option>
<option value="9.1">9.1</option>
<option value="9.2">9.2</option>
<option value="9.3">9.3</option>
<option value="9.4">9.4</option>
<option value="9.5">9.5</option>
<option value="9.6">9.6</option>
<option value="9.7">9.7</option>
<option value="9.8">9.8</option>
<option value="9.9">9.9</option>
<option value="10">10</option>
</select>
<span>to</span>
<select name="max" ref-marker="ttls_ref_rt_usr" value="0.0">
<option value="10">10</option>
<option value="9.9">9.9</option>
<option value="9.8">9.8</option>
<option value="9.7">9.7</option>
<option value="9.6">9.6</option>
<option value="9.5">9.5</option>
<option value="9.4">9.4</option>
<option value="9.3">9.3</option>
<option value="9.2">9.2</option>
<option value="9.1">9.1</option>
<option value="9.0">9.0</option>
<option value="8.9">8.9</option>
<option value="8.8">8.8</option>
<option value="8.7">8.7</option>
<option value="8.6">8.6</option>
<option value="8.5">8.5</option>
<option value="8.4">8.4</option>
<option value="8.3">8.3</option>
<option value="8.2">8.2</option>
<option value="8.1">8.1</option>
<option value="8.0">8.0</option>
<option value="7.9">7.9</option>
<option value="7.8">7.8</option>
<option value="7.7">7.7</option>
<option value="7.6">7.6</option>
<option value="7.5">7.5</option>
<option value="7.4">7.4</option>
<option value="7.3">7.3</option>
<option value="7.2">7.2</option>
<option value="7.1">7.1</option>
<option value="7.0">7.0</option>
<option value="6.9">6.9</option>
<option value="6.8">6.8</option>
<option value="6.7">6.7</option>
<option value="6.6">6.6</option>
<option value="6.5">6.5</option>
<option value="6.4">6.4</option>
<option value="6.3">6.3</option>
<option value="6.2">6.2</option>
<option value="6.1">6.1</option>
<option value="6.0">6.0</option>
<option value="5.9">5.9</option>
<option value="5.8">5.8</option>
<option value="5.7">5.7</option>
<option value="5.6">5.6</option>
<option value="5.5">5.5</option>
<option value="5.4">5.4</option>
<option value="5.3">5.3</option>
<option value="5.2">5.2</option>
<option value="5.1">5.1</option>
<option value="5.0">5.0</option>
<option value="4.9">4.9</option>
<option value="4.8">4.8</option>
<option value="4.7">4.7</option>
<option value="4.6">4.6</option>
<option value="4.5">4.5</option>
<option value="4.4">4.4</option>
<option value="4.3">4.3</option>
<option value="4.2">4.2</option>
<option value="4.1">4.1</option>
<option value="4.0">4.0</option>
<option value="3.9">3.9</option>
<option value="3.8">3.8</option>
<option value="3.7">3.7</option>
<option value="3.6">3.6</option>
<option value="3.5">3.5</option>
<option value="3.4">3.4</option>
<option value="3.3">3.3</option>
<option value="3.2">3.2</option>
<option value="3.1">3.1</option>
<option value="3.0">3.0</option>
<option value="2.9">2.9</option>
<option value="2.8">2.8</option>
<option value="2.7">2.7</option>
<option value="2.6">2.6</option>
<option value="2.5">2.5</option>
<option value="2.4">2.4</option>
<option value="2.3">2.3</option>
<option value="2.2">2.2</option>
<option value="2.1">2.1</option>
<option value="2.0">2.0</option>
<option value="1.9">1.9</option>
<option value="1.8">1.8</option>
<option value="1.7">1.7</option>
<option value="1.6">1.6</option>
<option value="1.5">1.5</option>
<option value="1.4">1.4</option>
<option value="1.3">1.3</option>
<option value="1.2">1.2</option>
<option value="1.1">1.1</option>
<option value="1">1</option>
</select>
</fieldset>
<fieldset data-join="between" name="num_votes">
<legend class="text-muted unbold" data-tag="Votes">Number of votes</legend>
<span></span>
<input data-validation="^[0-9]\d*$" name="min" ref-marker="ttls_ref_rt_vt" size="10" type="text" value=""/>
<span>to</span>
<input data-validation="^[0-9]\d*$" name="max" ref-marker="ttls_ref_rt_vt" size="10" type="text" value=""/>
<a class="btn small secondary faceter-search-btn" data-group="num_votes" href="#" title="Search"> »
</a> </fieldset>
</div>
<div class="faceter-fieldset in_theaters">
<fieldset data-join="and" name="now_playing">
<label class="unbold">
<input data-count="" name="in_theaters" ref-marker="ttls_ref_sh_fav" type="radio" value="favorite"/>
<span class="faceter-facet-text">In Favorite Theaters</span>
</label>
<br/>
<label class="unbold">
<input data-count="" name="in_theaters" ref-marker="ttls_ref_sh_you" type="radio" value="restrict"/>
<span class="faceter-facet-text">In Theaters Near You</span>
</label>
<br/>
<hr/>
</fieldset>
<a class="faceter-reset" data-fieldset="in_theaters" href="#">Reset</a>
</div>
<div class="faceter-fieldset release_date">
<fieldset data-join="between" name="release_date">
<legend class="text-muted unbold" data-tag="Released">Release year or range</legend>
<span></span>
<input data-validation="^[0-9]\d*$" name="min" ref-marker="ttls_ref_yr" size="10" type="text" value=""/>
<span>to</span>
<input data-validation="^[0-9]\d*$" name="max" ref-marker="ttls_ref_yr" size="10" type="text" value=""/>
<a class="btn small secondary faceter-search-btn" data-group="release_date" href="#" title="Search"> »
</a> </fieldset>
</div>
<div class="faceter-fieldset keywords">
<fieldset data-join="and" name="keywords">
<label class="unbold">
<input data-count="30" name="death" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Death</span>
<span class="text-muted text-small">(30)</span>
</label>
<br/>
<label class="unbold">
<input data-count="29" name="love" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Love</span>
<span class="text-muted text-small">(29)</span>
</label>
<br/>
<label class="unbold">
<input data-count="26" name="husband-wife-relationship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Husband Wife Relationship</span>
<span class="text-muted text-small">(26)</span>
</label>
<br/>
<label class="unbold">
<input data-count="22" name="father-son-relationship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Father Son Relationship</span>
<span class="text-muted text-small">(22)</span>
</label>
<br/>
<label class="unbold">
<input data-count="21" name="friendship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Friendship</span>
<span class="text-muted text-small">(21)</span>
</label>
<br/>
<label class="unbold">
<input data-count="21" name="one-word-title" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">One Word Title</span>
<span class="text-muted text-small">(21)</span>
</label>
<br/>
<label class="unbold">
<input data-count="21" name="train" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Train</span>
<span class="text-muted text-small">(21)</span>
</label>
<br/>
<label class="unbold">
<input data-count="19" name="cult-film" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Cult Film</span>
<span class="text-muted text-small">(19)</span>
</label>
<br/>
<label class="unbold">
<input data-count="18" name="mother-son-relationship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Mother Son Relationship</span>
<span class="text-muted text-small">(18)</span>
</label>
<br/>
<label class="unbold">
<input data-count="18" name="murder" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Murder</span>
<span class="text-muted text-small">(18)</span>
</label>
<br/>
<label class="unbold">
<input data-count="17" name="based-on-novel" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Based On Novel</span>
<span class="text-muted text-small">(17)</span>
</label>
<br/>
<label class="unbold">
<input data-count="16" name="india" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">India</span>
<span class="text-muted text-small">(16)</span>
</label>
<br/>
<label class="unbold">
<input data-count="16" name="title-spoken-by-character" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Title Spoken By Character</span>
<span class="text-muted text-small">(16)</span>
</label>
<br/>
<label class="unbold">
<input data-count="15" name="family-relationships" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Family Relationships</span>
<span class="text-muted text-small">(15)</span>
</label>
<br/>
<label class="unbold">
<input data-count="15" name="flashback" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Flashback</span>
<span class="text-muted text-small">(15)</span>
</label>
<br/>
<label class="unbold">
<input data-count="15" name="muslim" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Muslim</span>
<span class="text-muted text-small">(15)</span>
</label>
<br/>
<label class="unbold">
<input data-count="15" name="wedding" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Wedding</span>
<span class="text-muted text-small">(15)</span>
</label>
<br/>
<label class="unbold">
<input data-count="14" name="drunkenness" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Drunkenness</span>
<span class="text-muted text-small">(14)</span>
</label>
<br/>
<label class="unbold">
<input data-count="14" name="marriage" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Marriage</span>
<span class="text-muted text-small">(14)</span>
</label>
<br/>
<label class="unbold">
<input data-count="14" name="rain" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Rain</span>
<span class="text-muted text-small">(14)</span>
</label>
<br/>
<label class="unbold">
<input data-count="13" name="police" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Police</span>
<span class="text-muted text-small">(13)</span>
</label>
<br/>
<label class="unbold">
<input data-count="12" name="anger" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Anger</span>
<span class="text-muted text-small">(12)</span>
</label>
<br/>
<label class="unbold">
<input data-count="12" name="beating" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Beating</span>
<span class="text-muted text-small">(12)</span>
</label>
<br/>
<label class="unbold">
<input data-count="12" name="dancer" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Dancer</span>
<span class="text-muted text-small">(12)</span>
</label>
<br/>
<label class="unbold">
<input data-count="12" name="local-blockbuster" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Local Blockbuster</span>
<span class="text-muted text-small">(12)</span>
</label>
<br/>
<label class="unbold">
<input data-count="12" name="tragic-event" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Tragic Event</span>
<span class="text-muted text-small">(12)</span>
</label>
<br/>
<label class="unbold">
<input data-count="12" name="village" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Village</span>
<span class="text-muted text-small">(12)</span>
</label>
<br/>
<label class="unbold">
<input data-count="11" name="based-on-true-story" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Based On True Story</span>
<span class="text-muted text-small">(11)</span>
</label>
<br/>
<label class="unbold">
<input data-count="11" name="dancing" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Dancing</span>
<span class="text-muted text-small">(11)</span>
</label>
<br/>
<label class="unbold">
<input data-count="11" name="father-daughter-relationship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Father Daughter Relationship</span>
<span class="text-muted text-small">(11)</span>
</label>
<br/>
<label class="unbold">
<input data-count="11" name="hindu" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Hindu</span>
<span class="text-muted text-small">(11)</span>
</label>
<br/>
<label class="unbold">
<input data-count="11" name="mumbai-india" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Mumbai India</span>
<span class="text-muted text-small">(11)</span>
</label>
<br/>
<label class="unbold">
<input data-count="11" name="poverty" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Poverty</span>
<span class="text-muted text-small">(11)</span>
</label>
<br/>
<label class="unbold">
<input data-count="10" name="fight" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Fight</span>
<span class="text-muted text-small">(10)</span>
</label>
<br/>
<label class="unbold">
<input data-count="10" name="friend" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Friend</span>
<span class="text-muted text-small">(10)</span>
</label>
<br/>
<label class="unbold">
<input data-count="10" name="song" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Song</span>
<span class="text-muted text-small">(10)</span>
</label>
<br/>
<label class="unbold">
<input data-count="10" name="train-station" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Train Station</span>
<span class="text-muted text-small">(10)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="alcoholic" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Alcoholic</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="blood" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Blood</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="character-name-in-title" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Character Name In Title</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="drinking" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Drinking</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="face-slap" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Face Slap</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="gangster" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Gangster</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="grief" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Grief</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="mistaken-identity" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Mistaken Identity</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="singing" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Singing</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="tragedy" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Tragedy</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="unrequited-love" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Unrequited Love</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="9" name="violence" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Violence</span>
<span class="text-muted text-small">(9)</span>
</label>
<br/>
<label class="unbold">
<input data-count="8" name="anti-hero" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Anti Hero</span>
<span class="text-muted text-small">(8)</span>
</label>
<br/>
<label class="unbold">
<input data-count="8" name="arranged-marriage" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Arranged Marriage</span>
<span class="text-muted text-small">(8)</span>
</label>
<br/>
<label class="unbold">
<input data-count="8" name="hospital" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Hospital</span>
<span class="text-muted text-small">(8)</span>
</label>
<br/>
<label class="unbold">
<input data-count="8" name="love-triangle" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Love Triangle</span>
<span class="text-muted text-small">(8)</span>
</label>
<br/>
<label class="unbold">
<input data-count="8" name="photograph" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Photograph</span>
<span class="text-muted text-small">(8)</span>
</label>
<br/>
<label class="unbold">
<input data-count="8" name="police-station" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Police Station</span>
<span class="text-muted text-small">(8)</span>
</label>
<br/>
<label class="unbold">
<input data-count="8" name="revenge" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Revenge</span>
<span class="text-muted text-small">(8)</span>
</label>
<br/>
<label class="unbold">
<input data-count="8" name="singer" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Singer</span>
<span class="text-muted text-small">(8)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="character-name-as-title" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Character Name As Title</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="death-of-friend" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Death Of Friend</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="escape" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Escape</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="freeze-frame" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Freeze Frame</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="kidnapping" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Kidnapping</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="party" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Party</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="patriotism" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Patriotism</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="poetry" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Poetry</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="police-officer" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Police Officer</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="pregnancy" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Pregnancy</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="prison" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Prison</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="rural-setting" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Rural Setting</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="suicide" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Suicide</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="telephone-call" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Telephone Call</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="7" name="voice-over-narration" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Voice Over Narration</span>
<span class="text-muted text-small">(7)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="arrest" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Arrest</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="brother-brother-relationship" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Brother Brother Relationship</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="character-repeating-someone-else's-dialogue" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Character Repeating Someone Else's Dialogue</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="coming-of-age" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Coming Of Age</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="dance" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Dance</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="death-of-protagonist" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Death Of Protagonist</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="directorial-debut" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Directorial Debut</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="dog" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Dog</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="dual-role" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Dual Role</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="explosion" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Explosion</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="famous-line" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Famous Line</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="female-protagonist" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Female Protagonist</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="gun" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Gun</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="hotel" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Hotel</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="independent-film" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Independent Film</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="loneliness" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Loneliness</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="loss-of-father" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Loss Of Father</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="mistress" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Mistress</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="restaurant" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Restaurant</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="rivalry" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Rivalry</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="told-in-flashback" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Told In Flashback</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="6" name="torture" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Torture</span>
<span class="text-muted text-small">(6)</span>
</label>
<br/>
<label class="unbold">
<input data-count="5" name="adultery" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Adultery</span>
<span class="text-muted text-small">(5)</span>
</label>
<br/>
<label class="unbold">
<input data-count="5" name="alcoholism" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Alcoholism</span>
<span class="text-muted text-small">(5)</span>
</label>
<br/>
<label class="unbold">
<input data-count="5" name="anguish" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Anguish</span>
<span class="text-muted text-small">(5)</span>
</label>
<br/>
<label class="unbold">
<input data-count="5" name="attempted-murder" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Attempted Murder</span>
<span class="text-muted text-small">(5)</span>
</label>
<br/>
<label class="unbold">
<input data-count="5" name="bare-chested-male" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Bare Chested Male</span>
<span class="text-muted text-small">(5)</span>
</label>
<br/>
<label class="unbold">
<input data-count="5" name="beach" ref-marker="ttls_ref_key" type="checkbox"/>
<span class="faceter-facet-text">Beach</span>
<span class="text-muted text-small">(5)</span>
</label>
<br/>
</fieldset>
</div>
</div>
</div>
<div class="hidden faceter-working">
</div>
</div>
<div class="lister list detail sub-list">
<div class="header filmosearch">
<div class="nav">
<div class="lister-controls float-right lister-activated">
<div class="lister-control-group">
Sort by: <br/>
<select class="lister-sort-by" name="sort">
<option selected="selected" value="list_order:ascending">List Order</option>
<option value="moviemeter:ascending">Popularity</option>
<option value="alpha:ascending">Alphabetical</option>
<option value="user_rating:descending">IMDb Rating</option>
<option value="num_votes:descending">Number of Votes</option>
<option value="release_date:descending">Release Date</option>
<option value="runtime:descending">Runtime</option>
<option value="date_added:descending">Date Added</option>
</select>
<span class="global-sprite lister-sort-reverse descending" data-sort="list_order:descending" title="Ascending order"></span>
</div>
<div class="lister-control-group">
View: <br/>
<span class="global-sprite lister-mode grid" data-mode="grid" ref-marker="ttls_vw_grd" title="Grid view"></span>
<span class="global-sprite lister-mode detail" data-mode="detail" ref-marker="ttls_vm_dtl" title="Detail view"></span>
<span class="global-sprite lister-mode simple" data-mode="simple" ref-marker="ttls_vw_smp" title="Compact view"></span>
</div>
</div>
<div class="desc lister-total-num-results">
100 titles
</div>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
<div class="lister-list">
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1773764">
<a href="/title/tt1773764/"> <img alt="Ship of Theseus" class="loadlate" data-tconst="tt1773764" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTU5Njc1NjkxMl5BMl5BanBnXkFtZTgwNTkzNTQwMDE@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">1.</span>
<a href="/title/tt1773764/">Ship of Theseus</a>
<span class="lister-item-year text-muted unbold">(2012)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">139 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1773764" id="checkbox-tt1773764" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1773764">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1773764">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1773764"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The film explores questions of identity, justice, beauty, meaning and death through an experimental photographer, an ailing monk and a young stockbroker.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1628153/">Anand Gandhi</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm3733098/">Aydah El-Kashef</a>,
<a href="/name/nm6814353/">Yogesh Shah</a>,
<a href="/name/nm3822917/">Faraz Khan</a>,
<a href="/name/nm6814354/">Hannan Youssef</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="7102" name="nv">7,102</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1773764" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0119385">
<a href="/title/tt0119385/"> <img alt="Iruvar" class="loadlate" data-tconst="tt0119385" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZDg5MGJjM2EtZWVmYS00MDNkLTg1MDQtOGU3MmIzNjg2Mjk4XkEyXkFqcGdeQXVyNjE1OTQ0NjA@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">2.</span>
<a href="/title/tt0119385/">Iruvar</a>
<span class="lister-item-year text-muted unbold">(1997)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">140 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0119385" id="checkbox-tt0119385" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0119385">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0119385">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0119385"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A struggling actor and a writer-politician become friends as young men and rise to great heights in cinema and politics respectively. But when both become contenders for the top political post in the state, a rift develops between them.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0711745/">Mani Ratnam</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0482320/">Mohanlal</a>,
<a href="/name/nm0695177/">Prakash Raj</a>,
<a href="/name/nm0706787/">Aishwarya Rai Bachchan</a>,
<a href="/name/nm0310221/">Gautami</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="5591" name="nv">5,591</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0119385" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0052954">
<a href="/title/tt0052954/"> <img alt="Kaagaz Ke Phool" class="loadlate" data-tconst="tt0052954" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMzUzMDI1OTctODgwOS00NDNhLTg3ZDEtNTY2OTQ4NjBhMGIwXkEyXkFqcGdeQXVyMTMzMjU3NzA0._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">3.</span>
<a href="/title/tt0052954/">Kaagaz Ke Phool</a>
<span class="lister-item-year text-muted unbold">(1959)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">148 min</span>
<span class="ghost">|</span>
<span class="genre">
Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0052954" id="checkbox-tt0052954" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0052954">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0052954">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0052954"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Suresh Sinha, a famous director, discovers star potential in Shanti, a woman he stumbled into one rainy evening, and casts her as the lead in a film. In a twist of fate, Shanti becomes a superstar and Suresh faces a decline in his career.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0244870/">Guru Dutt</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0716851/">Waheeda Rehman</a>,
<a href="/name/nm0244870/">Guru Dutt</a>,
<a href="/name/nm0045132/">Kumari Naaz</a>,
<a href="/name/nm0907888/">Johnny Walker</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="2207" name="nv">2,207</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0052954" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0169102">
<a href="/title/tt0169102/"> <img alt="Lagaan: Once Upon a Time in India" class="loadlate" data-tconst="tt0169102" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNDYxNWUzZmYtOGQxMC00MTdkLTkxOTctYzkyOGIwNWQxZjhmXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">4.</span>
<a href="/title/tt0169102/">Lagaan: Once Upon a Time in India</a>
<span class="lister-item-year text-muted unbold">(2001)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">224 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical, Sport </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0169102" id="checkbox-tt0169102" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0169102">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0169102">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0169102"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">84 </span>
Metascore
</div>
<p class="">
The people of a small village in Victorian India stake their future on a game of cricket against their ruthless British rulers.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0332950/">Ashutosh Gowariker</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0451148/">Aamir Khan</a>,
<a href="/name/nm0944834/">Raghuvir Yadav</a>,
<a href="/name/nm0961737/">Gracy Singh</a>,
<a href="/name/nm0791226/">Rachel Shelley</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="109031" name="nv">109,031</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="70,147" name="nv">$0.07M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0169102" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0048473">
<a href="/title/tt0048473/"> <img alt="Pather Panchali" class="loadlate" data-tconst="tt0048473" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNDE5YmMxYjEtZjNjNC00NjM2LWE2ZjctOTkyNGMxODRiMGNiXkEyXkFqcGdeQXVyNTgyNTA4MjM@._V1_UY209_CR4,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">5.</span>
<a href="/title/tt0048473/">Pather Panchali</a>
<span class="lister-item-year text-muted unbold">(1955)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">125 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0048473" id="checkbox-tt0048473" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0048473">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0048473">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0048473"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Impoverished priest Harihar Ray, dreaming of a better life for himself and his family, leaves his rural Bengal village in search of work.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0006249/">Satyajit Ray</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0052333/">Kanu Bannerjee</a>,
<a href="/name/nm0052334/">Karuna Bannerjee</a>,
<a href="/name/nm0052343/">Subir Banerjee</a>,
<a href="/name/nm0222447/">Chunibala Devi</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="27942" name="nv">27,942</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="536,364" name="nv">$0.54M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0048473" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0057935">
<a href="/title/tt0057935/"> <img alt="Charulata" class="loadlate" data-tconst="tt0057935" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNzE1NjhiMDktOWE1ZS00YmQ3LWFjM2UtMDYzZjEyZWZkZWZjXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">6.</span>
<a href="/title/tt0057935/">Charulata</a>
<span class="lister-item-year text-muted unbold">(1964)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">117 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0057935" id="checkbox-tt0057935" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0057935">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0057935">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0057935"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The lonely wife of a newspaper editor falls in love with her visiting cousin-in-law, who shares her love for literature.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0006249/">Satyajit Ray</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0154164/">Soumitra Chatterjee</a>,
<a href="/name/nm0611538/">Madhabi Mukherjee</a>,
<a href="/name/nm0611561/">Shailen Mukherjee</a>,
<a href="/name/nm0315929/">Shyamal Ghoshal</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="5796" name="nv">5,796</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="77,820" name="nv">$0.08M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0057935" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0405508">
<a href="/title/tt0405508/"> <img alt="Rang De Basanti" class="loadlate" data-tconst="tt0405508" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYThmZDA0YmQtMWJhNy00MDQwLTk0Y2YtMDhmZTE5ZjhlNjliXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">7.</span>
<a href="/title/tt0405508/">Rang De Basanti</a>
<span class="lister-item-year text-muted unbold">(2006)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">167 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0405508" id="checkbox-tt0405508" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0405508">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0405508">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0405508"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The story of six young Indians who assist an English woman to film a documentary on the freedom fighters from their past, and the events that lead them to relive the long-forgotten saga of freedom.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1018493/">Rakeysh Omprakash Mehra</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0451148/">Aamir Khan</a>,
<a href="/name/nm1675786/">Soha Ali Khan</a>,
<a href="/name/nm1413459/">Siddharth</a>,
<a href="/name/nm0430817/">Sharman Joshi</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="116202" name="nv">116,202</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="2,197,331" name="nv">$2.20M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0405508" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1327035">
<a href="/title/tt1327035/"> <img alt="Dev.D" class="loadlate" data-tconst="tt1327035" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYjU1NjczNzYtYmFjOC00NzkxLTg4YTUtNGYzMTk3NTU0ZDE3XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">8.</span>
<a href="/title/tt1327035/">Dev.D</a>
<span class="lister-item-year text-muted unbold">(2009)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">144 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1327035" id="checkbox-tt1327035" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1327035">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1327035">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1327035"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
After breaking up with his childhood sweetheart, a young man finds solace in drugs. Meanwhile, a teenage girl is caught in the world of prostitution. Will they be destroyed, or will they find redemption?</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0440604/">Anurag Kashyap</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1867717/">Abhay Deol</a>,
<a href="/name/nm2977124/">Mahie Gill</a>,
<a href="/name/nm3202701/">Kalki Koechlin</a>,
<a href="/name/nm0080349/">Dibyendu Bhattacharya</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="29724" name="nv">29,724</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="10,950" name="nv">$0.01M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1327035" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1187043">
<a href="/title/tt1187043/"> <img alt="3 Idiots" class="loadlate" data-tconst="tt1187043" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNTkyOGVjMGEtNmQzZi00NzFlLTlhOWQtODYyMDc2ZGJmYzFhXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">9.</span>
<a href="/title/tt1187043/">3 Idiots</a>
<span class="lister-item-year text-muted unbold">(2009)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">170 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1187043" id="checkbox-tt1187043" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1187043">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1187043">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1187043"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">67 </span>
Metascore
</div>
<p class="">
Two friends are searching for their long lost companion. They revisit their college days and recall the memories of their friend who inspired them to think differently, even as the rest of the world called them "idiots".</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0386246/">Rajkumar Hirani</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0451148/">Aamir Khan</a>,
<a href="/name/nm0534856/">Madhavan</a>,
<a href="/name/nm1587175/">Mona Singh</a>,
<a href="/name/nm0430817/">Sharman Joshi</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="365759" name="nv">365,759</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="6,532,908" name="nv">$6.53M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1187043" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0043306">
<a href="/title/tt0043306/"> <img alt="Awaara" class="loadlate" data-tconst="tt0043306" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZDY5NmYzY2UtYWFiMy00MTRmLWEwNDQtZjRjMWUxYTNhMTM3XkEyXkFqcGdeQXVyMDkwNTkwNg@@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">10.</span>
<a href="/title/tt0043306/">Awaara</a>
<span class="lister-item-year text-muted unbold">(1951)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">193 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0043306" id="checkbox-tt0043306" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0043306">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0043306">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0043306"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A poor young man named Raj joins a criminal gang to feed his mother. But when he falls in love with Rita, he decides to reform himself for her.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0004292/">Raj Kapoor</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004292/">Raj Kapoor</a>,
<a href="/name/nm0004291/">Nargis</a>,
<a href="/name/nm0004432/">Prithviraj Kapoor</a>,
<a href="/name/nm0802144/">K.N. Singh</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="3917" name="nv">3,917</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0043306" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0093603">
<a href="/title/tt0093603/"> <img alt="Nayakan" class="loadlate" data-tconst="tt0093603" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZmFiYjJkNTEtZDdlMi00YTA5LTk1YTYtMDgxM2M2MTRmNGFhXkEyXkFqcGdeQXVyNjc5Mjg4Nzc@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">11.</span>
<a href="/title/tt0093603/">Nayakan</a>
<span class="lister-item-year text-muted unbold">(1987)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">156 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0093603" id="checkbox-tt0093603" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0093603">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0093603">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0093603"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A common man's struggles against a corrupt police force put him on the wrong side of the law. He becomes a don, who is loved and respected by many, but his growing power and influence exact a heavy toll.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0711745/">Mani Ratnam</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0352032/">Kamal Haasan</a>,
<a href="/name/nm0764853/">Saranya Ponvannan</a>,
<a href="/name/nm0304265/">Delhi Ganesh</a>,
<a href="/name/nm0417301/">Janakaraj</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="18189" name="nv">18,189</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0093603" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0048956">
<a href="/title/tt0048956/"> <img alt="Aparajito" class="loadlate" data-tconst="tt0048956" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZGFmYTBkYmEtNTNmMi00YWExLWIyY2ItYjYzMjEyMGNjOWFmXkEyXkFqcGdeQXVyNTgyNTA4MjM@._V1_UY209_CR4,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">12.</span>
<a href="/title/tt0048956/">Aparajito</a>
<span class="lister-item-year text-muted unbold">(1956)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">110 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0048956" id="checkbox-tt0048956" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0048956">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0048956">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0048956"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Following his father's death, a boy leaves home to study in Calcutta, while his mother must face a life alone.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0006249/">Satyajit Ray</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0348483/">Pinaki Sengupta</a>,
<a href="/name/nm0315871/">Smaran Ghosal</a>,
<a href="/name/nm0011967/">Kamala Adhikari</a>,
<a href="/name/nm0051837/">Lalchand Banerjee</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="12926" name="nv">12,926</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="170,215" name="nv">$0.17M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0048956" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0251355">
<a href="/title/tt0251355/"> <img alt="Pushpaka Vimana" class="loadlate" data-tconst="tt0251355" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOGJhYWQxYzUtNmFhZi00NDI3LWEzNjMtYjgzZDg3NTQ1NWQzXkEyXkFqcGdeQXVyODEzOTQwNTY@._V1_UY209_CR6,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">13.</span>
<a href="/title/tt0251355/">Pushpaka Vimana</a>
<span class="lister-item-year text-muted unbold">(1987)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">125 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0251355" id="checkbox-tt0251355" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0251355">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0251355">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0251355"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A silent movie about an unemployed young man.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0801870/">Singeetam Srinivasa Rao</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0352032/">Kamal Haasan</a>,
<a href="/name/nm0023839/">Amala Akkineni</a>,
<a href="/name/nm0025627/">Tinnu Anand</a>,
<a href="/name/nm0006770/">Narayana P.L.</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="3368" name="nv">3,368</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0251355" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0050870">
<a href="/title/tt0050870/"> <img alt="Pyaasa" class="loadlate" data-tconst="tt0050870" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZWJiNDk4NjgtYTczYi00MjNkLWI5OTItYTcxN2EwNjNiNDIyXkEyXkFqcGdeQXVyMTMzMTQ1Mjcw._V1_UY209_CR14,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">14.</span>
<a href="/title/tt0050870/">Pyaasa</a>
<span class="lister-item-year text-muted unbold">(1957)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">146 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0050870" id="checkbox-tt0050870" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0050870">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0050870">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0050870"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A talented but indigent poet Vijay struggles for love and recognition in this selfish world.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0244870/">Guru Dutt</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0244870/">Guru Dutt</a>,
<a href="/name/nm0716851/">Waheeda Rehman</a>,
<a href="/name/nm0802366/">Mala Sinha</a>,
<a href="/name/nm0716839/">Rehman</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="6005" name="nv">6,005</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0050870" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0076080">
<a href="/title/tt0076080/"> <img alt="Ghatashraddha" class="loadlate" data-tconst="tt0076080" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYjQ2YjgyMTctZTdiMS00N2E0LWI2M2QtYzNhNmNmY2VhNDJlL2ltYWdlXkEyXkFqcGdeQXVyNzE4OTYxODc@._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">15.</span>
<a href="/title/tt0076080/">Ghatashraddha</a>
<span class="lister-item-year text-muted unbold">(1977)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">144 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0076080" id="checkbox-tt0076080" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0076080">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0076080">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0076080"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A young Brahmin Vedic school student, who is from an aristocratic family, befriends his school master's daughter who is a pregnant widow. The boy tries but fails in concealing his friend's ... <a href="/title/tt0076080/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0440424/">Girish Kasaravalli</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1859919/">Narayan Bhatt</a>,
<a href="/name/nm0412673/">Ramaswamy Iyengar</a>,
<a href="/name/nm1854838/">Janganath</a>,
<a href="/name/nm1069586/">Ajith Kumar</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="135" name="nv">135</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0076080" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0073707">
<a href="/title/tt0073707/"> <img alt="Sholay" class="loadlate" data-tconst="tt0073707" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOGZiM2IwODktNTdiMC00MGU1LWEyZTYtOTk4NTkwYmJkNmI1L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY209_CR6,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">16.</span>
<a href="/title/tt0073707/">Sholay</a>
<span class="lister-item-year text-muted unbold">(1975)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">204 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Comedy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0073707" id="checkbox-tt0073707" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0073707">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0073707">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0073707"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
After his family is murdered by a notorious and ruthless bandit, a former police officer enlists the services of two outlaws to capture the bandit.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0802693/">Ramesh Sippy</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0474876/">Sanjeev Kumar</a>,
<a href="/name/nm0004429/">Dharmendra</a>,
<a href="/name/nm0000821/">Amitabh Bachchan</a>,
<a href="/name/nm0451166/">Amjad Khan</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="53449" name="nv">53,449</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0073707" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0065416">
<a href="/title/tt0065416/"> <img alt="Aradhana" class="loadlate" data-tconst="tt0065416" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BODg5NGYyMDYtMzM5NS00MWVmLWE2YTItNDU0MjlmYjEyZDc5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR10,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">17.</span>
<a href="/title/tt0065416/">Aradhana</a>
<span class="lister-item-year text-muted unbold">(1969)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">169 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0065416" id="checkbox-tt0065416" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0065416">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0065416">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0065416"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Arun meets Vandana during a vacation and very soon they secretly get married.Arun is a air force pilot an dies in a crash leaving pregnant Vandana heartbroken.As her marriage was never ... <a href="/title/tt0065416/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0759662/">Shakti Samanta</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004435/">Rajesh Khanna</a>,
<a href="/name/nm0846616/">Sharmila Tagore</a>,
<a href="/name/nm0474895/">Sujit Kumar</a>,
<a href="/name/nm0416077/">Farida Jalal</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1776" name="nv">1,776</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0065416" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0050322">
<a href="/title/tt0050322/"> <img alt="Do Ankhen Barah Haath" class="loadlate" data-tconst="tt0050322" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMDU3Yjc4MjItMjdhMy00YzU0LTg3OWItZWQzYjAyNGQ4MTZmXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR8,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">18.</span>
<a href="/title/tt0050322/">Do Ankhen Barah Haath</a>
<span class="lister-item-year text-muted unbold">(1957)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">143 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0050322" id="checkbox-tt0050322" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0050322">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0050322">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0050322"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Progressive, reform-minded young warden gets permission to take six surly murderers from prison to dilapidated country farm, to rehabilitate it and themselves through hard work and kindly guidance.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0788391/">Shantaram Rajaram Vankudre</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0788391/">Shantaram Rajaram Vankudre</a>,
<a href="/name/nm0761890/">Sandhya</a>,
<a href="/name/nm0880419/">Ulhas</a>,
<a href="/name/nm0904494/">B.M. Vyas</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1754" name="nv">1,754</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0050322" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0112553">
<a href="/title/tt0112553/"> <img alt="Bombay" class="loadlate" data-tconst="tt0112553" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNDA2NjYzNTAtMzEzZS00ZDBiLWJjYjctOTM5OGRhMDU2ZTI4XkEyXkFqcGdeQXVyNjc5Mjg4Nzc@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">19.</span>
<a href="/title/tt0112553/">Bombay</a>
<span class="lister-item-year text-muted unbold">(1995)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">141 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0112553" id="checkbox-tt0112553" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0112553">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0112553">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0112553"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A Hindu man and a Muslim woman fall in love in a small village and move to Mumbai, where they have two children. However, growing religious tensions and erupting riots threaten to tear the family apart.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0711745/">Mani Ratnam</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0841552/">Arvind Swamy</a>,
<a href="/name/nm0463539/">Manisha Koirala</a>,
<a href="/name/nm0621937/">Nassar</a>,
<a href="/name/nm1390149/">Kitty</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="12065" name="nv">12,065</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0112553" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0154942">
<a href="/title/tt0154942/"> <img alt="Neecha Nagar" class="loadlate" data-tconst="tt0154942" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYmFiNWEyYjUtZmEwNS00ZTQyLWJkMjYtMzA3MDNlM2Y4ZmUyXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">20.</span>
<a href="/title/tt0154942/">Neecha Nagar</a>
<span class="lister-item-year text-muted unbold">(1946)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">122 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0154942" id="checkbox-tt0154942" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0154942">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0154942">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0154942"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The films takes an expressionist look at the gulf between the rich and poor in the society. The film centers on a wealthy and capacious landlord, Sarkar (Rafi Peer) who lives in a palatial ... <a href="/title/tt0154942/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0025608/">Chetan Anand</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0031692/">Rafiq Anwar</a>,
<a href="/name/nm0025628/">Uma Anand</a>,
<a href="/name/nm0442470/">Kamini Kaushal</a>,
<a href="/name/nm5085600/">Rafi Peer</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="199" name="nv">199</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0154942" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0045693">
<a href="/title/tt0045693/"> <img alt="Do Bigha Zamin" class="loadlate" data-tconst="tt0045693" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BODYzNjNiNDYtNDY3Yi00YzExLTkzNzUtZGY3MDM5NTgxZWU3XkEyXkFqcGdeQXVyNDI3NjcxMDA@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">21.</span>
<a href="/title/tt0045693/">Do Bigha Zamin</a>
<span class="lister-item-year text-muted unbold">(1953)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">131 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0045693" id="checkbox-tt0045693" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0045693">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0045693">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0045693"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
In the hope of earning enough money to pay off his debts and save his land, a poor farmer becomes a rickshaw puller in the Calcutta and faces many difficulties.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0746950/">Bimal Roy</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0756379/">Balraj Sahni</a>,
<a href="/name/nm0747131/">Nirupa Roy</a>,
<a href="/name/nm2727823/">Ratan Kumar</a>,
<a href="/name/nm0613407/">Murad</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1934" name="nv">1,934</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0045693" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0073034">
<a href="/title/tt0073034/"> <img alt="Garm Hava" class="loadlate" data-tconst="tt0073034" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYWI5OGEwYWQtZGZhMy00NTAyLTk5Y2YtZjRkMDg2NDAyMjMxXkEyXkFqcGdeQXVyMzU0NzkwMDg@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">22.</span>
<a href="/title/tt0073034/">Garm Hava</a>
<span class="lister-item-year text-muted unbold">(1974)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">(Banned)</span>
<span class="ghost">|</span>
<span class="runtime">146 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0073034" id="checkbox-tt0073034" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0073034">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0073034">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0073034"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
In post-partition India, a Muslim businessman and his family struggle for their rights in a country which was once their own.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0766166/">M.S. Sathyu</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0756379/">Balraj Sahni</a>,
<a href="/name/nm0359845/">A.K. Hangal</a>,
<a href="/name/nm0796496/">Gita Siddharth</a>,
<a href="/name/nm0368098/">Jamal Hashmi</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="722" name="nv">722</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0073034" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0095872">
<a href="/title/tt0095872/"> <img alt="Piravi" class="loadlate" data-tconst="tt0095872" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNzU2NDVjZTctZmI5ZC00ZjA1LTg1ODAtN2NjMzZlNDZiMWZmXkEyXkFqcGdeQXVyMjkxNzQ1NDI@._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">23.</span>
<a href="/title/tt0095872/">Piravi</a>
<span class="lister-item-year text-muted unbold">(1989)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">Unrated</span>
<span class="ghost">|</span>
<span class="runtime">110 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0095872" id="checkbox-tt0095872" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0095872">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0095872">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0095872"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Raghu, the only son of Raghava Chakyar was born late for him. So he poured his entire love and affection on him. Raghu, studying in an engineering college in a far away city has to arrive ... <a href="/title/tt0095872/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0440267/">Shaji N. Karun</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0695939/">Premji</a>,
<a href="/name/nm0033610/">Archana</a>,
<a href="/name/nm0471470/">Lakshmi Krishnamurthy</a>,
<a href="/name/nm2818206/">V.K. Sriraman</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="256" name="nv">256</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0095872" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0054098">
<a href="/title/tt0054098/"> <img alt="Mughal-E-Azam" class="loadlate" data-tconst="tt0054098" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMmM2YWQ3MzctOTk1NS00NThhLWExY2MtYjQzZGRmZTFiYWY3XkEyXkFqcGdeQXVyMjUxMTY3ODM@._V1_UY209_CR6,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">24.</span>
<a href="/title/tt0054098/">Mughal-E-Azam</a>
<span class="lister-item-year text-muted unbold">(1960)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">PG</span>
<span class="ghost">|</span>
<span class="runtime">197 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance, War </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0054098" id="checkbox-tt0054098" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0054098">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0054098">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0054098"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A 16th century prince falls in love with a court dancer and battles with his emperor father.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0039339/">K. Asif</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004432/">Prithviraj Kapoor</a>,
<a href="/name/nm0534870/">Madhubala</a>,
<a href="/name/nm0474801/">Dilip Kumar</a>,
<a href="/name/nm0451862/">Durga Khote</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="7803" name="nv">7,803</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="161,434" name="nv">$0.16M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0054098" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0090634">
<a href="/title/tt0090634/"> <img alt="Amma Ariyan" class="loadlate" data-tconst="tt0090634" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYWQ5ZjFkNzAtNzQ5Ny00MmY4LWEwMmMtNmRhNzE4ZTU2ZWYxXkEyXkFqcGdeQXVyMjkxNzQ1NDI@._V1_UY209_CR34,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">25.</span>
<a href="/title/tt0090634/">Amma Ariyan</a>
<span class="lister-item-year text-muted unbold">(1986)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">115 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0090634" id="checkbox-tt0090634" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0090634">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0090634">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0090634"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The story revolves around the incidents following the death of a young Naxalite, upon whose death his friends travel to the village where his mother lives to inform her of the death of her only son.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0008943/">John Abraham</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1117321/">Kunhulakshmi Amma</a>,
<a href="/name/nm0049413/">Nilambur Balan</a>,
<a href="/name/nm1118325/">Harinarayan</a>,
<a href="/name/nm0558593/">Joy Mathew</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="186" name="nv">186</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0090634" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0050665">
<a href="/title/tt0050665/"> <img alt="Madhumati" class="loadlate" data-tconst="tt0050665" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BN2E2NmRlMGMtM2I5NS00MDc1LTgzZjktODljMmM4OTkyY2Y3XkEyXkFqcGdeQXVyNTc0MTc5NQ@@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">26.</span>
<a href="/title/tt0050665/">Madhumati</a>
<span class="lister-item-year text-muted unbold">(1958)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">110 min</span>
<span class="ghost">|</span>
<span class="genre">
Fantasy, Musical, Mystery </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0050665" id="checkbox-tt0050665" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0050665">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0050665">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0050665"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A young man takes shelter in a mansion when a landslide blocks his route to the railway station. Then, he finds the mansion familiar and soon learns about the story of his previous birth.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0746950/">Bimal Roy</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0474801/">Dilip Kumar</a>,
<a href="/name/nm0904537/">Vyjayanthimala</a>,
<a href="/name/nm0907888/">Johnny Walker</a>,
<a href="/name/nm0695199/">Pran</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1357" name="nv">1,357</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0050665" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0063023">
<a href="/title/tt0063023/"> <img alt="Goopy Gyne Bagha Byne" class="loadlate" data-tconst="tt0063023" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZTEwZGI4MjktZjg4ZS00ZWNjLWE4ODctOTVhYjVhNGI5NGU2XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR6,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">27.</span>
<a href="/title/tt0063023/">Goopy Gyne Bagha Byne</a>
<span class="lister-item-year text-muted unbold">(1969)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">132 min</span>
<span class="ghost">|</span>
<span class="genre">
Adventure, Comedy, Family </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0063023" id="checkbox-tt0063023" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0063023">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0063023">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0063023"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Goopy wants to sing, and Bagha wants to play the dhol. They meet accidentally and are helped by King of Ghosts. With newly endowed abilities, they land in kingdom of Shundi, where their ... <a href="/title/tt0063023/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0006249/">Satyajit Ray</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0154170/">Tapan Chatterjee</a>,
<a href="/name/nm0315917/">Rabi Ghosh</a>,
<a href="/name/nm0051831/">Ajoy Banerjee</a>,
<a href="/name/nm4878254/">Iva Banerjee</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="2355" name="nv">2,355</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0063023" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1954470">
<a href="/title/tt1954470/"> <img alt="Gangs of Wasseypur" class="loadlate" data-tconst="tt1954470" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTc5NjY4MjUwNF5BMl5BanBnXkFtZTgwODM3NzM5MzE@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">28.</span>
<a href="/title/tt1954470/">Gangs of Wasseypur</a>
<span class="lister-item-year text-muted unbold">(2012)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">321 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1954470" id="checkbox-tt1954470" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1954470">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1954470">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1954470"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">89 </span>
Metascore
</div>
<p class="">
A clash between Sultan and Shahid Khan leads to the expulsion of Khan from Wasseypur, and ignites a deadly blood feud spanning three generations.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0440604/">Anurag Kashyap</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0048075/">Manoj Bajpayee</a>,
<a href="/name/nm3190246/">Richa Chadha</a>,
<a href="/name/nm1596350/">Nawazuddin Siddiqui</a>,
<a href="/name/nm0223606/">Tigmanshu Dhulia</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="89101" name="nv">89,101</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1954470" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0059246">
<a href="/title/tt0059246/"> <img alt="Guide" class="loadlate" data-tconst="tt0059246" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOTM4ZjhiNGItMzE2My00YjM0LWE5ZTEtYTA5NDMzZDJlOWQ3XkEyXkFqcGdeQXVyODMyODMxNDY@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">29.</span>
<a href="/title/tt0059246/">Guide</a>
<span class="lister-item-year text-muted unbold">(1965)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">183 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0059246" id="checkbox-tt0059246" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0059246">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0059246">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0059246"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
When mistaken to be a sage by some villagers, an ex-tour guide reflects on his past and lost love to search for spiritual wisdom to guide the villagers.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0025629/">Vijay Anand</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0007147/">Dev Anand</a>,
<a href="/name/nm0716851/">Waheeda Rehman</a>,
<a href="/name/nm0158332/">Leela Chitnis</a>,
<a href="/name/nm0403952/">Anwar Hussain</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="7786" name="nv">7,786</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0059246" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0195231">
<a href="/title/tt0195231/"> <img alt="Satya" class="loadlate" data-tconst="tt0195231" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTMwMjk3MzA2OF5BMl5BanBnXkFtZTcwNjU2ODgzMQ@@._V1_UY209_CR4,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">30.</span>
<a href="/title/tt0195231/">Satya</a>
<span class="lister-item-year text-muted unbold">(1998)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">170 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0195231" id="checkbox-tt0195231" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0195231">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0195231">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0195231"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
An innocent man is embroiled in underworld after being falsely charged and sets out to punish the perpetrators who subjected his life to misery.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0890060/">Ram Gopal Varma</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0149835/">J.D. Chakravarthi</a>,
<a href="/name/nm0048075/">Manoj Bajpayee</a>,
<a href="/name/nm0007107/">Urmila Matondkar</a>,
<a href="/name/nm0712546/">Paresh Rawal</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="14339" name="nv">14,339</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0195231" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0105271">
<a href="/title/tt0105271/"> <img alt="Roja" class="loadlate" data-tconst="tt0105271" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTBlZTk1YTMtZTQ2Ni00YzhkLWJiNDEtNWI2NjE0M2I4ZmYzXkEyXkFqcGdeQXVyNjc5Mjg4Nzc@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">31.</span>
<a href="/title/tt0105271/">Roja</a>
<span class="lister-item-year text-muted unbold">(1992)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">137 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0105271" id="checkbox-tt0105271" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0105271">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0105271">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0105271"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A woman from a village in Tamil Nadu marries a sophisticated city dweller and moves with him to Kashmir, where all is rosy - until he gets kidnapped by militants.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0711745/">Mani Ratnam</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0841552/">Arvind Swamy</a>,
<a href="/name/nm0534866/">Madhoo</a>,
<a href="/name/nm0438488/">Pankaj Kapur</a>,
<a href="/name/nm0621937/">Nassar</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="12360" name="nv">12,360</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0105271" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0093578">
<a href="/title/tt0093578/"> <img alt="Mr. India" class="loadlate" data-tconst="tt0093578" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZTdhMmJjYjMtMjZmOC00NjhkLWE3MjQtODAzNDI4NmM5OTA5XkEyXkFqcGdeQXVyODAzNzAwOTU@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">32.</span>
<a href="/title/tt0093578/">Mr. India</a>
<span class="lister-item-year text-muted unbold">(1987)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">179 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Comedy, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0093578" id="checkbox-tt0093578" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0093578">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0093578">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0093578"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A poor but big-hearted man takes orphans into his home. After discovering his scientist father's invisibility device, he rises to the occasion and fights to save his children and all of India from the clutches of a megalomaniac.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001408/">Shekhar Kapur</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0438463/">Anil Kapoor</a>,
<a href="/name/nm0004437/">Sridevi</a>,
<a href="/name/nm0700869/">Amrish Puri</a>,
<a href="/name/nm0442479/">Satish Kaushik</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="14757" name="nv">14,757</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0093578" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0054073">
<a href="/title/tt0054073/"> <img alt="The Cloud-Capped Star" class="loadlate" data-tconst="tt0054073" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BY2NiMGFiMzMtNDg1MC00MDc1LTg5N2UtNTAzZDI0ZjNkOWM2XkEyXkFqcGdeQXVyNTgyNTA4MjM@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">33.</span>
<a href="/title/tt0054073/">The Cloud-Capped Star</a>
<span class="lister-item-year text-muted unbold">(1960)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">126 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0054073" id="checkbox-tt0054073" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0054073">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0054073">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0054073"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A selfless young woman (Supriya Choudhury) sacrifices her own happiness for her unappreciative family.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0315547/">Ritwik Ghatak</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0159350/">Supriya Choudhury</a>,
<a href="/name/nm0154110/">Anil Chatterjee</a>,
<a href="/name/nm0611525/">Gyanesh Mukherjee</a>,
<a href="/name/nm0080346/">Bijon Bhattacharya</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="2632" name="nv">2,632</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0054073" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1524539">
<a href="/title/tt1524539/"> <img alt="Harishchandrachi Factory" class="loadlate" data-tconst="tt1524539" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOTA5YmIxNDgtNzVlZS00OTljLWEyNzItMmI4YmNlY2JlYTA4XkEyXkFqcGdeQXVyMzA5NzAyMDU@._V1_UY209_CR8,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">34.</span>
<a href="/title/tt1524539/">Harishchandrachi Factory</a>
<span class="lister-item-year text-muted unbold">(2009)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">96 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Comedy, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1524539" id="checkbox-tt1524539" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1524539">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1524539">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1524539"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
In 1913 India's cinema industry is born from Dadasaheb Phalke's efforts to make <a href="/title/tt0003311">Raja Harishchandra</a> (1913), India's first feature-length B&W silent film.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm3642647/">Paresh Mokashi</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0534852/">Nandu Madhav</a>,
<a href="/name/nm3252571/">Vibhawari Deshpande</a>,
<a href="/name/nm3644131/">Atharva Karve</a>,
<a href="/name/nm3640891/">Mohit Gokhale</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="2354" name="nv">2,354</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1524539" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0085913">
<a href="/title/tt0085913/"> <img alt="Masoom" class="loadlate" data-tconst="tt0085913" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjZjZGM1OGQtNDgyOS00M2Y4LWI2MDgtN2JjMTM1M2U0Mzk0XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR8,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">35.</span>
<a href="/title/tt0085913/">Masoom</a>
<span class="lister-item-year text-muted unbold">(1983)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">165 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0085913" id="checkbox-tt0085913" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0085913">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0085913">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0085913"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A happy family goes through turbulent times because of a big mistake by one of the family members.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001408/">Shekhar Kapur</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0787462/">Naseeruddin Shah</a>,
<a href="/name/nm0000818/">Shabana Azmi</a>,
<a href="/name/nm0361407/">Jugal Hansraj</a>,
<a href="/name/nm0007107/">Urmila Matondkar</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="3873" name="nv">3,873</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0085913" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0098999">
<a href="/title/tt0098999/"> <img alt="Agneepath" class="loadlate" data-tconst="tt0098999" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOGIyNGNhN2EtYTZiNC00MDJjLWI2M2ItZjA1MTBlYmNiODNlXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR10,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">36.</span>
<a href="/title/tt0098999/">Agneepath</a>
<span class="lister-item-year text-muted unbold">(1990)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">16</span>
<span class="ghost">|</span>
<span class="runtime">174 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0098999" id="checkbox-tt0098999" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0098999">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0098999">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0098999"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A young boy's quest for revenge leads him to become a gangster as an adult, and with each day he becomes more and more like his enemies. Can he find vengeance and redemption?</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0002172/">Mukul Anand</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000821/">Amitabh Bachchan</a>,
<a href="/name/nm0149822/">Mithun Chakraborty</a>,
<a href="/name/nm0534863/">Madhavi</a>,
<a href="/name/nm0624174/">Neelam Kothari</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="8673" name="nv">8,673</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0098999" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0232753">
<a href="/title/tt0232753/"> <img alt="Tabarana Kathe" class="loadlate" data-tconst="tt0232753" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjVjZTFhNDctMzRhNC00Nzg4LTg5ZGEtNDYxOWEzMTE0YTRkXkEyXkFqcGdeQXVyODEzOTQwNTY@._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">37.</span>
<a href="/title/tt0232753/">Tabarana Kathe</a>
<span class="lister-item-year text-muted unbold">(1986)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">179 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0232753" id="checkbox-tt0232753" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0232753">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0232753">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0232753"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
<a href="/updates?update=tt0232753%3Aoutlines.add.1">Add a Plot</a>
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0440424/">Girish Kasaravalli</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm2637070/">Nalini Murthy</a>,
<a href="/name/nm2640174/">R. Nagesh</a>,
<a href="/name/nm0352031/">Charu Haasan</a>,
<a href="/name/nm2639493/">Vaishali Kasaravalli</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="75" name="nv">75</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0232753" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0211126">
<a href="/title/tt0211126/"> <img alt="Zakhm" class="loadlate" data-tconst="tt0211126" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZjQ1Y2VjMDAtNjc2MS00ZDhhLTgxNzEtMDE0ZjYzZGVhODAyXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">38.</span>
<a href="/title/tt0211126/">Zakhm</a>
<span class="lister-item-year text-muted unbold">(1998)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">125 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0211126" id="checkbox-tt0211126" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0211126">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0211126">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0211126"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Amidst religious riots, a son deals with his mother's life-threatening injuries, and her last request.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0080315/">Mahesh Bhatt</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0222426/">Ajay Devgn</a>,
<a href="/name/nm0080324/">Pooja Bhatt</a>,
<a href="/name/nm0015459/">Nagarjuna Akkineni</a>,
<a href="/name/nm0007114/">Sonali Bendre</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="3095" name="nv">3,095</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0211126" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0292490">
<a href="/title/tt0292490/"> <img alt="Dil Chahta Hai" class="loadlate" data-tconst="tt0292490" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjRjMTYwMTYtMmRkNi00MmVkLWE0MjQtNmM3YjI0NWFhZDNmXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">39.</span>
<a href="/title/tt0292490/">Dil Chahta Hai</a>
<span class="lister-item-year text-muted unbold">(2001)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">Unrated</span>
<span class="ghost">|</span>
<span class="runtime">183 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0292490" id="checkbox-tt0292490" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0292490">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0292490">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0292490"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Three inseparable childhood friends are just out of college. Nothing comes between them - until they each fall in love, and their wildly different approaches to relationships creates tension.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1027719/">Farhan Akhtar</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0451148/">Aamir Khan</a>,
<a href="/name/nm0451307/">Saif Ali Khan</a>,
<a href="/name/nm0451379/">Akshaye Khanna</a>,
<a href="/name/nm0006689/">Preity Zinta</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="69439" name="nv">69,439</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="300,000" name="nv">$0.30M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0292490" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt2356180">
<a href="/title/tt2356180/"> <img alt="Bhaag Milkha Bhaag" class="loadlate" data-tconst="tt2356180" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTY1Nzg4MjcwN15BMl5BanBnXkFtZTcwOTc1NTk1OQ@@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">40.</span>
<a href="/title/tt2356180/">Bhaag Milkha Bhaag</a>
<span class="lister-item-year text-muted unbold">(2013)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">186 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Drama, Sport </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt2356180" id="checkbox-tt2356180" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt2356180">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt2356180">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt2356180"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The truth behind the ascension of <a href="/name/nm2245260">Milkha Singh</a> who was scarred because of the India-Pakistan partition.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1018493/">Rakeysh Omprakash Mehra</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1027719/">Farhan Akhtar</a>,
<a href="/name/nm2128238/">Sonam Kapoor</a>,
<a href="/name/nm0539497/">Pawan Malhotra</a>,
<a href="/name/nm0539562/">Art Malik</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="64479" name="nv">64,479</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="1,626,289" name="nv">$1.63M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt2356180" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0072783">
<a href="/title/tt0072783/"> <img alt="Chupke Chupke" class="loadlate" data-tconst="tt0072783" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjAzMjMzMzU2N15BMl5BanBnXkFtZTgwMDkxOTE3NDE@._V1_UY209_CR8,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">41.</span>
<a href="/title/tt0072783/">Chupke Chupke</a>
<span class="lister-item-year text-muted unbold">(1975)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">146 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0072783" id="checkbox-tt0072783" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0072783">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0072783">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0072783"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A newly wedded husband plays a practical joke on his wife's family with full support from his wife and friends.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0611531/">Hrishikesh Mukherjee</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004429/">Dharmendra</a>,
<a href="/name/nm0846616/">Sharmila Tagore</a>,
<a href="/name/nm0000821/">Amitabh Bachchan</a>,
<a href="/name/nm0080149/">Jaya Bachchan</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="12154" name="nv">12,154</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0072783" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0112870">
<a href="/title/tt0112870/"> <img alt="Dilwale Dulhania Le Jayenge" class="loadlate" data-tconst="tt0112870" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMDQ2ZmE2NTMtZDE3NC00YzFjLWJhNmEtMDEzMTI5ZjU2ZGM0XkEyXkFqcGdeQXVyNTkzNDQ4ODc@._V1_UY209_CR8,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">42.</span>
<a href="/title/tt0112870/">Dilwale Dulhania Le Jayenge</a>
<span class="lister-item-year text-muted unbold">(1995)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">189 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0112870" id="checkbox-tt0112870" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0112870">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0112870">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0112870"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
When Raj meets Simran in Europe, it isn't love at first sight but when Simran moves to India for an arranged marriage, love makes its presence felt.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0159147/">Aditya Chopra</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0451321/">Shah Rukh Khan</a>,
<a href="/name/nm0004418/">Kajol</a>,
<a href="/name/nm0700869/">Amrish Puri</a>,
<a href="/name/nm0416077/">Farida Jalal</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="66184" name="nv">66,184</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0112870" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0986264">
<a href="/title/tt0986264/"> <img alt="Taare Zameen Par" class="loadlate" data-tconst="tt0986264" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMDhjZWViN2MtNzgxOS00NmI4LThiZDQtZDI3MzM4MDE4NTc0XkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">43.</span>
<a href="/title/tt0986264/">Taare Zameen Par</a>
<span class="lister-item-year text-muted unbold">(2007)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">165 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Family </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0986264" id="checkbox-tt0986264" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0986264">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0986264">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0986264"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
An eight-year-old boy is thought to be a lazy trouble-maker, until the new art teacher has the patience and compassion to discover the real problem behind his struggles in school.</p>
<p class="text-muted text-small">
Directors:
<a href="/name/nm0451148/">Aamir Khan</a>,
<a href="/name/nm1244760/">Amole Gupte</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm2594301/">Darsheel Safary</a>,
<a href="/name/nm0451148/">Aamir Khan</a>,
<a href="/name/nm1538116/">Tisca Chopra</a>,
<a href="/name/nm1479650/">Vipin Sharma</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="179729" name="nv">179,729</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="1,223,869" name="nv">$1.22M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0986264" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0085178">
<a href="/title/tt0085178/"> <img alt="Ardh Satya" class="loadlate" data-tconst="tt0085178" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNjE4YjZiZmMtZTE5Zi00YmIzLTkzZWItZjA5ZGMxMDEyOWRlXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR1,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">44.</span>
<a href="/title/tt0085178/">Ardh Satya</a>
<span class="lister-item-year text-muted unbold">(1983)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">130 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0085178" id="checkbox-tt0085178" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0085178">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0085178">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0085178"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A newly appointed police rookie deals with corruption, romance, and brutality.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0631539/">Govind Nihalani</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0700875/">Om Puri</a>,
<a href="/name/nm0665599/">Smita Patil</a>,
<a href="/name/nm0700869/">Amrish Puri</a>,
<a href="/name/nm0408371/">Shafi Inamdar</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1646" name="nv">1,646</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0085178" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0075747">
<a href="/title/tt0075747/"> <img alt="Bhumika" class="loadlate" data-tconst="tt0075747" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYWFjOWMxY2ItZmUyNy00YzUxLWJmM2QtYTY1YTA4NjFmMDVlXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR16,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">45.</span>
<a href="/title/tt0075747/">Bhumika</a>
<span class="lister-item-year text-muted unbold">(1977)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">142 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0075747" id="checkbox-tt0075747" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0075747">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0075747">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0075747"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A girl learns music from her courtesan grandmother and breaks into the burgeoning show business industry of 1930s Bombay, which eventually leads to decades of superstardom as well as romantic entanglements.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0070867/">Shyam Benegal</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0665599/">Smita Patil</a>,
<a href="/name/nm0619047/">Anant Nag</a>,
<a href="/name/nm0787462/">Naseeruddin Shah</a>,
<a href="/name/nm0700869/">Amrish Puri</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="628" name="nv">628</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0075747" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1305797">
<a href="/title/tt1305797/"> <img alt="Enthiran" class="loadlate" data-tconst="tt1305797" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZmI0YmZkOGUtMTcwZS00MTk4LTg5ODQtOTliNWU2MTcwZjQ3XkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UY209_CR12,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">46.</span>
<a href="/title/tt1305797/">Enthiran</a>
<span class="lister-item-year text-muted unbold">(2010)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">155 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Sci-Fi </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1305797" id="checkbox-tt1305797" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1305797">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1305797">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1305797"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A brilliant scientist creates a humanoid robot to protect mankind, but things go awry when human emotions are programmed and inner turmoil causes the robot to switch sides.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0788171/">S. Shankar</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0707425/">Rajinikanth</a>,
<a href="/name/nm0706787/">Aishwarya Rai Bachchan</a>,
<a href="/name/nm0219939/">Danny Denzongpa</a>,
<a href="/name/nm1962272/">Santhanam</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="26071" name="nv">26,071</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="4,373,898" name="nv">$4.37M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1305797" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0086230">
<a href="/title/tt0086230/"> <img alt="Sadma" class="loadlate" data-tconst="tt0086230" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYzIyNmMyY2EtNzYwZS00MWI3LWIzZDUtNmIxZmRiODYzZWQ2XkEyXkFqcGdeQXVyODEzOTQwNTY@._V1_UY209_CR8,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">47.</span>
<a href="/title/tt0086230/">Sadma</a>
<span class="lister-item-year text-muted unbold">(1983)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">141 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0086230" id="checkbox-tt0086230" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0086230">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0086230">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0086230"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A head injury causes a woman to regresses to childhood. Lost and confused, she is eventually befriended by a school teacher.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0536818/">Balu Mahendra</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0352032/">Kamal Haasan</a>,
<a href="/name/nm0004437/">Sridevi</a>,
<a href="/name/nm0004109/">Gulshan Grover</a>,
<a href="/name/nm0810426/">Silk Smitha</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="3076" name="nv">3,076</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0086230" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0396962">
<a href="/title/tt0396962/"> <img alt="Shwaas" class="loadlate" data-tconst="tt0396962" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNDE3YWJjZWYtZTIxZC00NjEwLWE1NjgtYmQzYmZhYmE3NjM5XkEyXkFqcGdeQXVyMzc0ODYyNzk@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">48.</span>
<a href="/title/tt0396962/">Shwaas</a>
<span class="lister-item-year text-muted unbold">(2004)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">107 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0396962" id="checkbox-tt0396962" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0396962">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0396962">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0396962"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore unfavorable">36 </span>
Metascore
</div>
<p class="">
This story is about how an old man tried to show his grandson the preciousness and beauty of life in a no win situation such as cancer. It is about keeping a positive attitude towards life.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1680304/">Sandeep Sawant</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1550913/">Arun Nalawade</a>,
<a href="/name/nm1727096/">Ashwin Chitale</a>,
<a href="/name/nm1276263/">Sandeep Kulkarni</a>,
<a href="/name/nm1576284/">Amruta Subhash</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1503" name="nv">1,503</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="1,042" name="nv">$0.00M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0396962" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0102258">
<a href="/title/tt0102258/"> <img alt="Lamhe" class="loadlate" data-tconst="tt0102258" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZjhhZTc3YzQtNGJjMy00MzI4LWE3Y2EtZDNiNzVkZTM2OTdhXkEyXkFqcGdeQXVyNTkzNDQ4ODc@._V1_UY209_CR8,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">49.</span>
<a href="/title/tt0102258/">Lamhe</a>
<span class="lister-item-year text-muted unbold">(1991)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">187 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0102258" id="checkbox-tt0102258" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0102258">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0102258">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0102258"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
When the young Viren comes to India for the first time, he is captivated by Pallavi. When he learns she is already spoken for, he returns to London a broken man. When he gets the news of ... <a href="/title/tt0102258/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0007181/">Yash Chopra</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0438463/">Anil Kapoor</a>,
<a href="/name/nm0004437/">Sridevi</a>,
<a href="/name/nm0451600/">Anupam Kher</a>,
<a href="/name/nm0716851/">Waheeda Rehman</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="2713" name="nv">2,713</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0102258" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0154565">
<a href="/title/tt0154565/"> <img alt="Haqeeqat" class="loadlate" data-tconst="tt0154565" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNjYyMWUwYjEtYjkzZi00YTZlLWEzMGQtNDYwZTVlNDM5ZDhjXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR10,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">50.</span>
<a href="/title/tt0154565/">Haqeeqat</a>
<span class="lister-item-year text-muted unbold">(1964)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">184 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Musical, War </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0154565" id="checkbox-tt0154565" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0154565">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0154565">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0154565"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A platoon of Indian soldiers encounters harsh realities while fighting in the Sino-Indian War of 1962.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0025608/">Chetan Anand</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0756379/">Balraj Sahni</a>,
<a href="/name/nm0004429/">Dharmendra</a>,
<a href="/name/nm0025629/">Vijay Anand</a>,
<a href="/name/nm0611532/">Indrani Mukherjee</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="488" name="nv">488</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0154565" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0048613">
<a href="/title/tt0048613/"> <img alt="Shree 420" class="loadlate" data-tconst="tt0048613" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNzg4Y2NjZjctMzU3My00YTY4LWJmNjUtZmMxNzVlZWRkNTk4XkEyXkFqcGdeQXVyNjQ1MDcxNzM@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">51.</span>
<a href="/title/tt0048613/">Shree 420</a>
<span class="lister-item-year text-muted unbold">(1955)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">168 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0048613" id="checkbox-tt0048613" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0048613">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0048613">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0048613"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
When a young man from a small town decides to make it big in a city, he faces several challenges.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0004292/">Raj Kapoor</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004291/">Nargis</a>,
<a href="/name/nm0004292/">Raj Kapoor</a>,
<a href="/name/nm0618918/">Nadira</a>,
<a href="/name/nm0625973/">Nemo</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="2684" name="nv">2,684</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0048613" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0312859">
<a href="/title/tt0312859/"> <img alt="Kannathil Muthamittal" class="loadlate" data-tconst="tt0312859" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTQ0YmIzOGQtNGMwNS00ODE0LTg3NjAtY2UxYzU0ODdjZTIwXkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">52.</span>
<a href="/title/tt0312859/">Kannathil Muthamittal</a>
<span class="lister-item-year text-muted unbold">(2002)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">136 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Drama, War </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0312859" id="checkbox-tt0312859" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0312859">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0312859">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0312859"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A little girl is told by her parents that she is adopted. Determined to find her real mother, she begs to be taken to Sri Lanka, where her mother works with a militant group of activists.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0711745/">Mani Ratnam</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0534856/">Madhavan</a>,
<a href="/name/nm0801264/">Simran</a>,
<a href="/name/nm0695177/">Prakash Raj</a>,
<a href="/name/nm0201903/">Nandita Das</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="7995" name="nv">7,995</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0312859" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0110076">
<a href="/title/tt0110076/"> <img alt="Hum Aapke Hain Koun..!" class="loadlate" data-tconst="tt0110076" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZjc0ODAwMmItMmQwMy00MmRmLThjOGYtZGEwYjQ2ZjcyYzA3XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">53.</span>
<a href="/title/tt0110076/">Hum Aapke Hain Koun..!</a>
<span class="lister-item-year text-muted unbold">(1994)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">206 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Musical </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0110076" id="checkbox-tt0110076" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0110076">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0110076">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0110076"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Prem and Nisha meet and fall in love at the wedding of their elder siblings, but their plans to be together are put in jeopardy when Nisha's sister dies, leaving behind a baby.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0054744/">Sooraj R. Barjatya</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0002043/">Madhuri Dixit</a>,
<a href="/name/nm0006795/">Salman Khan</a>,
<a href="/name/nm0046894/">Mohnish Bahl</a>,
<a href="/name/nm0787509/">Renuka Shahane</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="20177" name="nv">20,177</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0110076" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt2218988">
<a href="/title/tt2218988/"> <img alt="Ustad Hotel" class="loadlate" data-tconst="tt2218988" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNWYzYjk3YzItNzBhMC00NmQwLTk0MmUtNzU5MWNmNDI2Mzg0XkEyXkFqcGdeQXVyODE0NjUxNzY@._V1_UY209_CR8,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">54.</span>
<a href="/title/tt2218988/">Ustad Hotel</a>
<span class="lister-item-year text-muted unbold">(2012)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">151 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt2218988" id="checkbox-tt2218988" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt2218988">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt2218988">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt2218988"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Faisi wants to go to UK to become a professional chef but circumstances force him to assist his grandfather in a small restaurant in Kozhikode city, changing his outlook on life forever.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm2057169/">Anwar Rasheed</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm4921260/">Dulquer Salmaan</a>,
<a href="/name/nm0858128/">Thilakan</a>,
<a href="/name/nm1388202/">Siddique</a>,
<a href="/name/nm3383930/">Nithya Menen</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="13105" name="nv">13,105</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt2218988" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0109206">
<a href="/title/tt0109206/"> <img alt="Bandit Queen" class="loadlate" data-tconst="tt0109206" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOThkN2U4ZTItYmQzYi00YzBlLWJjNzAtZjRkZjQ4ODc4OTk0XkEyXkFqcGdeQXVyMTMxMTY0OTQ@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">55.</span>
<a href="/title/tt0109206/">Bandit Queen</a>
<span class="lister-item-year text-muted unbold">(1994)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">(Banned)</span>
<span class="ghost">|</span>
<span class="runtime">119 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0109206" id="checkbox-tt0109206" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0109206">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0109206">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0109206"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The story of the bandit queen Phoolan Devi who was sent to prison in 1983 and got free in 1994.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0001408/">Shekhar Kapur</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0084443/">Seema Biswas</a>,
<a href="/name/nm0659241/">Nirmal Pandey</a>,
<a href="/name/nm0900267/">Rajesh Vivek</a>,
<a href="/name/nm0944834/">Raghuvir Yadav</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="4657" name="nv">4,657</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="399,748" name="nv">$0.40M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0109206" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0323013">
<a href="/title/tt0323013/"> <img alt="Lakshya" class="loadlate" data-tconst="tt0323013" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BY2Y0NjY5ZTctZWMzNC00MDQ4LTkyMWUtOGZkMzk4NWNhYWI5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">56.</span>
<a href="/title/tt0323013/">Lakshya</a>
<span class="lister-item-year text-muted unbold">(2004)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">186 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0323013" id="checkbox-tt0323013" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0323013">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0323013">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0323013"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
An aimless, jobless, irresponsible grown man joins the army and matures into a battlefield hero.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1027719/">Farhan Akhtar</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004335/">Hrithik Roshan</a>,
<a href="/name/nm0006689/">Preity Zinta</a>,
<a href="/name/nm0000821/">Amitabh Bachchan</a>,
<a href="/name/nm0700875/">Om Puri</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="22160" name="nv">22,160</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="752,344" name="nv">$0.75M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0323013" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0400234">
<a href="/title/tt0400234/"> <img alt="Black Friday" class="loadlate" data-tconst="tt0400234" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYWRjMDlmNGYtOGFhYy00ZWU4LTk3MzEtOTI4ZTgxN2Y5NGNkXkEyXkFqcGdeQXVyNzU3Nzk4MDQ@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">57.</span>
<a href="/title/tt0400234/">Black Friday</a>
<span class="lister-item-year text-muted unbold">(2004)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">(Banned)</span>
<span class="ghost">|</span>
<span class="runtime">143 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0400234" id="checkbox-tt0400234" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0400234">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0400234">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0400234"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">76 </span>
Metascore
</div>
<p class="">
A film about the investigations following the 1993 serial Bombay bomb blasts, told through the different stories of the people involved --police, conspirators, victims, middlemen.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0440604/">Anurag Kashyap</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1946407/">Kay Kay Menon</a>,
<a href="/name/nm0539497/">Pawan Malhotra</a>,
<a href="/name/nm0820282/">Aditya Srivastav</a>,
<a href="/name/nm0080349/">Dibyendu Bhattacharya</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="19909" name="nv">19,909</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="34,000" name="nv">$0.03M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0400234" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0074858">
<a href="/title/tt0074858/"> <img alt="Manthan" class="loadlate" data-tconst="tt0074858" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYjRlZmEyYTMtYjY5My00MmU0LTk1MjQtOGE5N2NmYTQ0Y2JiXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">58.</span>
<a href="/title/tt0074858/">Manthan</a>
<span class="lister-item-year text-muted unbold">(1976)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">134 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0074858" id="checkbox-tt0074858" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0074858">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0074858">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0074858"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Dr.Rao (Girih Karnad) is a Vetinary doc, who comes to this village with the aim of starting a Milk Co-operative society for the welfare of the villagers. But the wealthy businessman ... <a href="/title/tt0074858/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0070867/">Shyam Benegal</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0439784/">Girish Karnad</a>,
<a href="/name/nm0665599/">Smita Patil</a>,
<a href="/name/nm0787462/">Naseeruddin Shah</a>,
<a href="/name/nm0619047/">Anant Nag</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="572" name="nv">572</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0074858" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0154159">
<a href="/title/tt0154159/"> <img alt="Apoorva Raagangal" class="loadlate" data-tconst="tt0154159" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjg0ZjkyZmQtYmY1ZC00NmRmLWJlNjktMWU5NWIxMzk1NzNiXkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">59.</span>
<a href="/title/tt0154159/">Apoorva Raagangal</a>
<span class="lister-item-year text-muted unbold">(1975)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">144 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0154159" id="checkbox-tt0154159" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0154159">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0154159">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0154159"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Drama and melodrama follow two relationships involving single parents.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0049335/">K. Balachander</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0352032/">Kamal Haasan</a>,
<a href="/name/nm1139300/">Major Sundarrajan</a>,
<a href="/name/nm0820286/">Srividya</a>,
<a href="/name/nm0419707/">Jayasudha</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="384" name="nv">384</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0154159" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt2181931">
<a href="/title/tt2181931/"> <img alt="English Vinglish" class="loadlate" data-tconst="tt2181931" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjQ5YWVmYmYtOWFiZC00NGMxLWEwODctZDM2MWI4YWViN2E5XkEyXkFqcGdeQXVyNjQ2MjQ5NzM@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">60.</span>
<a href="/title/tt2181931/">English Vinglish</a>
<span class="lister-item-year text-muted unbold">(2012)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">134 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Family </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt2181931" id="checkbox-tt2181931" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt2181931">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt2181931">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt2181931"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A quiet, sweet tempered housewife endures small slights from her well-educated husband and daughter every day because of her inability to speak and understand English.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1903006/">Gauri Shinde</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004437/">Sridevi</a>,
<a href="/name/nm1300009/">Adil Hussain</a>,
<a href="/name/nm0623854/">Mehdi Nebbou</a>,
<a href="/name/nm3591550/">Priya Anand</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="34889" name="nv">34,889</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="1,670,773" name="nv">$1.67M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt2181931" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0061842">
<a href="/title/tt0061842/"> <img alt="Jewel Thief" class="loadlate" data-tconst="tt0061842" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMDcyMWZmOTUtMWQ2ZS00Mzg4LTk4ODItY2JmZDBhYzYzNjFlXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR4,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">61.</span>
<a href="/title/tt0061842/">Jewel Thief</a>
<span class="lister-item-year text-muted unbold">(1967)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">186 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Musical </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0061842" id="checkbox-tt0061842" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0061842">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0061842">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0061842"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A Police Commissioner's son comes under suspicion for being a jewel thief.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0025629/">Vijay Anand</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0006369/">Ashok Kumar</a>,
<a href="/name/nm0007147/">Dev Anand</a>,
<a href="/name/nm0904537/">Vyjayanthimala</a>,
<a href="/name/nm0849863/">Tanuja</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1830" name="nv">1,830</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0061842" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0067546">
<a href="/title/tt0067546/"> <img alt="Pakeezah" class="loadlate" data-tconst="tt0067546" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BODk3M2VlMDMtYmI4Ny00ODZlLTg4Y2QtN2ZmNzM0ZDJmOTEyXkEyXkFqcGdeQXVyNDQxNjcxNQ@@._V1_UY209_CR5,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">62.</span>
<a href="/title/tt0067546/">Pakeezah</a>
<span class="lister-item-year text-muted unbold">(1972)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">147 min</span>
<span class="ghost">|</span>
<span class="genre">
Musical, Romance, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0067546" id="checkbox-tt0067546" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0067546">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0067546">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0067546"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
In Lucknow at the turn of the century, a dancer and courtesan believes that her pure soul and body will enable her to find true love and honor.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0025399/">Kamal Amrohi</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0006369/">Ashok Kumar</a>,
<a href="/name/nm0474932/">Meena Kumari</a>,
<a href="/name/nm0474855/">Raaj Kumar</a>,
<a href="/name/nm0474940/">Veena</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1583" name="nv">1,583</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0067546" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0379370">
<a href="/title/tt0379370/"> <img alt="Maqbool" class="loadlate" data-tconst="tt0379370" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTE2NjYzOWUtMDgyZS00NGY3LTk5ZDctODMxNGYyNjUyODIwXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR5,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">63.</span>
<a href="/title/tt0379370/">Maqbool</a>
<span class="lister-item-year text-muted unbold">(2003)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">132 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0379370" id="checkbox-tt0379370" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0379370">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0379370">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0379370"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The intrigue of the Shakespearean tragedy 'Macbeth' is transposed to the Mumbai underworld.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0080235/">Vishal Bhardwaj</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0451234/">Irrfan Khan</a>,
<a href="/name/nm0007102/">Tabu</a>,
<a href="/name/nm0438488/">Pankaj Kapur</a>,
<a href="/name/nm0787462/">Naseeruddin Shah</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="10301" name="nv">10,301</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0379370" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0053965">
<a href="/title/tt0053965/"> <img alt="Jis Desh Men Ganga Behti Hai" class="loadlate" data-tconst="tt0053965" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZWZkMjE5YjItY2U4OC00NjJiLTk1NTEtMzY3NzM1YjljYzZjXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY209_CR4,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">64.</span>
<a href="/title/tt0053965/">Jis Desh Men Ganga Behti Hai</a>
<span class="lister-item-year text-muted unbold">(1960)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">167 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0053965" id="checkbox-tt0053965" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0053965">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0053965">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0053965"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A simple-minded small-time singer joins a group of bandits and becomes the cause for their moral transformation and turnaround.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0439731/">Radhu Karmakar</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004292/">Raj Kapoor</a>,
<a href="/name/nm0655803/">Padmini</a>,
<a href="/name/nm0695199/">Pran</a>,
<a href="/name/nm0151266/">Chanchal</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="456" name="nv">456</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0053965" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0056436">
<a href="/title/tt0056436/"> <img alt="Sahib Bibi Aur Ghulam" class="loadlate" data-tconst="tt0056436" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNGFmMTc4M2MtZjYzMC00MWIwLWI0YzgtYTk0MzAxYjg3MmIyXkEyXkFqcGdeQXVyMTMzMjEyOTg5._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">65.</span>
<a href="/title/tt0056436/">Sahib Bibi Aur Ghulam</a>
<span class="lister-item-year text-muted unbold">(1962)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">152 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0056436" id="checkbox-tt0056436" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0056436">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0056436">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0056436"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A lowly servant, Bhognath gets close to the wife of his employer and narrates her story through his eyes and perspective.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0023551/">Abrar Alvi</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0474932/">Meena Kumari</a>,
<a href="/name/nm0244870/">Guru Dutt</a>,
<a href="/name/nm0716839/">Rehman</a>,
<a href="/name/nm0716851/">Waheeda Rehman</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1618" name="nv">1,618</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0056436" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0076696">
<a href="/title/tt0076696/"> <img alt="Shatranj Ke Khilari" class="loadlate" data-tconst="tt0076696" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMWJhYTY5Y2EtODU5NC00MzRmLWFhMDgtNmQ5OTE2YjBlMjNlXkEyXkFqcGdeQXVyNjMwMjk0MTQ@._V1_UY209_CR6,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">66.</span>
<a href="/title/tt0076696/">Shatranj Ke Khilari</a>
<span class="lister-item-year text-muted unbold">(1977)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">129 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, History </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0076696" id="checkbox-tt0076696" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0076696">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0076696">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0076696"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Wazed Ali Shah was the ruler of one of the last independent kingdoms of India. The British, intent on controlling this rich country, had sent General Outram on a secret mission to clear the... <a href="/title/tt0076696/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0006249/">Satyajit Ray</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0474876/">Sanjeev Kumar</a>,
<a href="/name/nm0006762/">Saeed Jaffrey</a>,
<a href="/name/nm0000818/">Shabana Azmi</a>,
<a href="/name/nm0416077/">Farida Jalal</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="3419" name="nv">3,419</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0076696" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0263778">
<a href="/title/tt0263778/"> <img alt="Narthanasala" class="loadlate" data-tconst="tt0263778" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNWQ3MzUzYzUtOTAxOS00ODYzLWFjY2ItOGIwNjQ4NTEzY2YxXkEyXkFqcGdeQXVyNjQ1MDcxNzM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">67.</span>
<a href="/title/tt0263778/">Narthanasala</a>
<span class="lister-item-year text-muted unbold">(1963)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">175 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0263778" id="checkbox-tt0263778" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0263778">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0263778">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0263778"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
This film deals with the Virata Parvam (Book of Virata) of the epic Mahabharatam dictated by Vyasa Maharshi.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0710563/">Kamalakara Kameshwara Rao</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0767800/">Savitri</a>,
<a href="/name/nm0004417/">N.T. Rama Rao</a>,
<a href="/name/nm0199227/">Rajagopal Dandamudi</a>,
<a href="/name/nm0710036/">S.V. Ranga Rao</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="243" name="nv">243</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0263778" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0267363">
<a href="/title/tt0267363/"> <img alt="Chandni Bar" class="loadlate" data-tconst="tt0267363" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZWY0YjdjZTktMDQxMC00NjUxLWEyZjMtYmMwMjRjZDczYjlkXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">68.</span>
<a href="/title/tt0267363/">Chandni Bar</a>
<span class="lister-item-year text-muted unbold">(2001)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">150 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0267363" id="checkbox-tt0267363" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0267363">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0267363">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0267363"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A displaced woman is forced to become a beer-bar dancer, and sire children of a gangster.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1055105/">Madhur Bhandarkar</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0007102/">Tabu</a>,
<a href="/name/nm0474609/">Atul Kulkarni</a>,
<a href="/name/nm1056425/">Rajpal Yadav</a>,
<a href="/name/nm0904503/">Shri Vallabh Vyas</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="2539" name="nv">2,539</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0267363" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1180583">
<a href="/title/tt1180583/"> <img alt="Vaaranam Aayiram" class="loadlate" data-tconst="tt1180583" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZGVjZDdjNTEtNTk0MS00MGZhLWIwOWEtMTE4NGU0YTNlNzVlXkEyXkFqcGdeQXVyODE0NjUxNzY@._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">69.</span>
<a href="/title/tt1180583/">Vaaranam Aayiram</a>
<span class="lister-item-year text-muted unbold">(2008)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">169 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Drama, Musical </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1180583" id="checkbox-tt1180583" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1180583">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1180583">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1180583"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A father and son help each other through growing up, romance, tragedy, and adventure.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1069826/">Gautham Vasudev Menon</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1421814/">Suriya</a>,
<a href="/name/nm0801264/">Simran</a>,
<a href="/name/nm1631667/">Ramya</a>,
<a href="/name/nm1213820/">Sameera Reddy</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="11578" name="nv">11,578</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1180583" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0329393">
<a href="/title/tt0329393/"> <img alt="Mr. and Mrs. Iyer" class="loadlate" data-tconst="tt0329393" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNTcyNzA0MzktYWI5NS00Nzk2LTkzYjctMmE4ZGMxN2JkNjIxXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">70.</span>
<a href="/title/tt0329393/">Mr. and Mrs. Iyer</a>
<span class="lister-item-year text-muted unbold">(2002)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">120 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0329393" id="checkbox-tt0329393" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0329393">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0329393">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0329393"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">50 </span>
Metascore
</div>
<p class="">
During a bus journey, a devout Hindu Brahmin woman protects a Muslim man when communal rioting breaks out.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0031967/">Aparna Sen</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0097893/">Rahul Bose</a>,
<a href="/name/nm1234298/">Konkona Sen Sharma</a>,
<a href="/name/nm0756380/">Bhisham Sahni</a>,
<a href="/name/nm0797773/">Surekha Sikri</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="4756" name="nv">4,756</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0329393" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0097045">
<a href="/title/tt0097045/"> <img alt="Chandni" class="loadlate" data-tconst="tt0097045" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOTQ2MDFiODEtNjRhNi00NDJjLWFiYTEtMjAxNTY1ZjNhMjFiXkEyXkFqcGdeQXVyNTkzNDQ4ODc@._V1_UY209_CR8,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">71.</span>
<a href="/title/tt0097045/">Chandni</a>
<span class="lister-item-year text-muted unbold">(1989)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">186 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0097045" id="checkbox-tt0097045" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0097045">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0097045">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0097045"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Fate leaves Chandni shattered as her love Rohit disappears from her life. She meets Lalit and they befriend each other until Rohit knocks on her door.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0007181/">Yash Chopra</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004437/">Sridevi</a>,
<a href="/name/nm0438501/">Rishi Kapoor</a>,
<a href="/name/nm0451396/">Vinod Khanna</a>,
<a href="/name/nm0716851/">Waheeda Rehman</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1716" name="nv">1,716</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0097045" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0109732">
<a href="/title/tt0109732/"> <img alt="English, August" class="loadlate" data-tconst="tt0109732" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNzZjMzIzZmYtOWM5Yy00NjljLThmNzQtYTgwMmY5OGFiY2FkXkEyXkFqcGdeQXVyMzU0NzkwMDg@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">72.</span>
<a href="/title/tt0109732/">English, August</a>
<span class="lister-item-year text-muted unbold">(1994)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">118 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Comedy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0109732" id="checkbox-tt0109732" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0109732">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0109732">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0109732"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Agasyta, an urban bengali who seamlessly shuttles between Ella Fitzgerald and Rabindra Sangeet, joins the Indian administration service and gets posted in the lap of India's hinterland - a ... <a href="/title/tt0109732/synopsis">See full synopsis</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0070865/">Dev Benegal</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0044343/">Tanvi Azmi</a>,
<a href="/name/nm0097893/">Rahul Bose</a>,
<a href="/name/nm11621457/">Rupen Bose</a>,
<a href="/name/nm0766146/">Shivaji Satam</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="137" name="nv">137</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0109732" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt2717168">
<a href="/title/tt2717168/"> <img alt="Celluloid" class="loadlate" data-tconst="tt2717168" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZTQzZGM1YmUtNzBkMC00ZGI3LTk1NjEtODAwMWE4MTZmYTY3XkEyXkFqcGdeQXVyNTIxMjg4Nzc@._V1_UY209_CR34,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">73.</span>
<a href="/title/tt2717168/">Celluloid</a>
<span class="lister-item-year text-muted unbold">(2013)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">129 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt2717168" id="checkbox-tt2717168" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt2717168">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt2717168">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt2717168"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The story of J C Daniel, who made the first ever Malayalam film 'Vigathakumaran' in 1928, resulting in his exile and eventual downfall.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0436382/">Kamal</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1335387/">Prithviraj Sukumaran</a>,
<a href="/name/nm0820208/">Sreenivasan</a>,
<a href="/name/nm1952830/">Mamta Mohandas</a>,
<a href="/name/nm5832913/">Chandini</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1418" name="nv">1,418</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt2717168" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0086231">
<a href="/title/tt0086231/"> <img alt="Sagara Sangamam" class="loadlate" data-tconst="tt0086231" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNmJhYzQ0MjUtZmM4OS00ZmI4LTgxZjctNjE4Y2MyNjc3NzM2XkEyXkFqcGdeQXVyODEzOTQwNTY@._V1_UY209_CR4,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">74.</span>
<a href="/title/tt0086231/">Sagara Sangamam</a>
<span class="lister-item-year text-muted unbold">(1983)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">160 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Music, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0086231" id="checkbox-tt0086231" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0086231">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0086231">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0086231"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A classical dancer, Balakrishna, (Kamal Haasan) faces many struggles, but is eventually redeemed.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0899649/">K. Viswanath</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0352032/">Kamal Haasan</a>,
<a href="/name/nm0419685/">Jaya Prada</a>,
<a href="/name/nm0764871/">Sarath Babu</a>,
<a href="/name/nm0004465/">Sailaja S.P.</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="3004" name="nv">3,004</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0086231" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0374887">
<a href="/title/tt0374887/"> <img alt="Munna Bhai M.B.B.S." class="loadlate" data-tconst="tt0374887" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMzQ4MTBlYTQtMzJkYS00OGNjLTk1MWYtNzQ0OTQ0OWEyOWU1XkEyXkFqcGdeQXVyNDgyODgxNjE@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">75.</span>
<a href="/title/tt0374887/">Munna Bhai M.B.B.S.</a>
<span class="lister-item-year text-muted unbold">(2003)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">156 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0374887" id="checkbox-tt0374887" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0374887">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0374887">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0374887"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A gangster sets out to fulfill his father's dream of becoming a doctor.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0386246/">Rajkumar Hirani</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004569/">Sanjay Dutt</a>,
<a href="/name/nm0451174/">Arshad Warsi</a>,
<a href="/name/nm0961737/">Gracy Singh</a>,
<a href="/name/nm0004570/">Sunil Dutt</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="77550" name="nv">77,550</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0374887" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0088031">
<a href="/title/tt0088031/"> <img alt="Saaransh" class="loadlate" data-tconst="tt0088031" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZjQ0YjFlM2YtN2ZhZC00NWQ1LWI1N2QtYzg2NDI0N2UxMjViXkEyXkFqcGdeQXVyNTgyNTA4MjM@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">76.</span>
<a href="/title/tt0088031/">Saaransh</a>
<span class="lister-item-year text-muted unbold">(1984)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">137 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0088031" id="checkbox-tt0088031" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0088031">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0088031">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0088031"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
An old couple lend a room on rent after recent death of the bread earner of the family, their only son. A budding actress starts living with them, who is in love with a local politician's only son. The movie shows what later ensues.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0080315/">Mahesh Bhatt</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0368990/">Rohini Hattangadi</a>,
<a href="/name/nm0451600/">Anupam Kher</a>,
<a href="/name/nm0713618/">Soni Razdan</a>,
<a href="/name/nm0415834/">Madan Jain</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1832" name="nv">1,832</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0088031" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0067164">
<a href="/title/tt0067164/"> <img alt="Guddi" class="loadlate" data-tconst="tt0067164" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNGQ3ODdlNmUtYmE4Yy00MWU5LWJhYTYtN2JlMGE5Yzg5YTIyXkEyXkFqcGdeQXVyMTQwMzQ1MA@@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">77.</span>
<a href="/title/tt0067164/">Guddi</a>
<span class="lister-item-year text-muted unbold">(1971)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">121 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Comedy, Family </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0067164" id="checkbox-tt0067164" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0067164">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0067164">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0067164"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A teenage girl will not accept her family's attempt to arrange a marriage for her, as her heart is currently too full of love for the movies and heartthrob actor "Dharmendra."</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0611531/">Hrishikesh Mukherjee</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004429/">Dharmendra</a>,
<a href="/name/nm0080149/">Jaya Bachchan</a>,
<a href="/name/nm0764407/">Sumita Sanyal</a>,
<a href="/name/nm0244884/">Utpal Dutt</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1056" name="nv">1,056</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0067164" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0832971">
<a href="/title/tt0832971/"> <img alt="Vanaja" class="loadlate" data-tconst="tt0832971" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTIwMTA4MjcxOF5BMl5BanBnXkFtZTcwMTQ3MzYzMQ@@._V1_UY209_CR12,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">78.</span>
<a href="/title/tt0832971/">Vanaja</a>
<span class="lister-item-year text-muted unbold">(2006)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">111 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0832971" id="checkbox-tt0832971" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0832971">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0832971">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0832971"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Vanaja, the 15 year old daughter of a financially troubled fisherman goes to work in the local landlady's house in hopes of learning Kuchipudi dance. She does well, but when the Landlady's ... <a href="/title/tt0832971/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm2336638/">Rajnesh Domalpalli</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm2357033/">Mamatha Bhukya</a>,
<a href="/name/nm2351870/">Urmila Dammannagari</a>,
<a href="/name/nm2352481/">Ramachandriah Marikanti</a>,
<a href="/name/nm2356631/">Krishnamma Gundimalla</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="513" name="nv">513</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="145,927" name="nv">$0.15M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0832971" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt2146960">
<a href="/title/tt2146960/"> <img alt="Vazhakku Enn 18/9" class="loadlate" data-tconst="tt2146960" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZWZjMjliNjQtZWIwYy00ZWMwLTlhNzgtMWEzYzFjOTZhYjQyXkEyXkFqcGdeQXVyODk1MzE5NDA@._V1_UY209_CR6,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">79.</span>
<a href="/title/tt2146960/">Vazhakku Enn 18/9</a>
<span class="lister-item-year text-muted unbold">(2012)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">124 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Thriller </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt2146960" id="checkbox-tt2146960" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt2146960">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt2146960">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt2146960"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A girl gets in trouble when her boyfriend films her private moments on his mobile phone without her knowledge.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1475260/">Balaji Sakthivel</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm5036793/">Sri</a>,
<a href="/name/nm5036684/">Mithun Murali</a>,
<a href="/name/nm5043571/">Urmila Mahanta</a>,
<a href="/name/nm5043023/">Manisha Yadav</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="2174" name="nv">2,174</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt2146960" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0373856">
<a href="/title/tt0373856/"> <img alt="Gangaajal" class="loadlate" data-tconst="tt0373856" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYjRjOWViZTgtYjA4Ny00MWJiLTkxYzktMzdlOGRmMWYwOTdjXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR8,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">80.</span>
<a href="/title/tt0373856/">Gangaajal</a>
<span class="lister-item-year text-muted unbold">(2003)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">157 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.8</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0373856" id="checkbox-tt0373856" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0373856">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0373856">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0373856"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
An IPS officer motivates and leads a dysfunctional, corrupt police force of Tezpur to fight against the corrupt politician.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0422552/">Prakash Jha</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0222426/">Ajay Devgn</a>,
<a href="/name/nm0961737/">Gracy Singh</a>,
<a href="/name/nm0430803/">Mohan Joshi</a>,
<a href="/name/nm1004985/">Yashpal Sharma</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="16474" name="nv">16,474</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0373856" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0215517">
<a href="/title/tt0215517/"> <img alt="Angoor" class="loadlate" data-tconst="tt0215517" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMGQ0YTQ4YzktZTMzYy00NWZhLTk0MGEtMzQ0YTE5OWUzN2U5XkEyXkFqcGdeQXVyMTgwMjgwMjM@._V1_UY209_CR11,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">81.</span>
<a href="/title/tt0215517/">Angoor</a>
<span class="lister-item-year text-muted unbold">(1982)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">131 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.3</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0215517" id="checkbox-tt0215517" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0215517">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0215517">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0215517"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Based on Shakespeare's 'A Comedy of Errors', this is a story of identical twins (2 pairs) and mistaken identities.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0347899/">Gulzar</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0474876/">Sanjeev Kumar</a>,
<a href="/name/nm0154139/">Moushumi Chatterjee</a>,
<a href="/name/nm0894340/">Deven Verma</a>,
<a href="/name/nm0045119/">Aruna Irani</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="5038" name="nv">5,038</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0215517" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0499375">
<a href="/title/tt0499375/"> <img alt="Guru" class="loadlate" data-tconst="tt0499375" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZWE3OGQyYTQtMGQzNy00YjI0LTkwYWUtY2FjZjNmODFlNDNkXkEyXkFqcGdeQXVyMTEzNzg0Mjkx._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">82.</span>
<a href="/title/tt0499375/">Guru</a>
<span class="lister-item-year text-muted unbold">(2007)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">162 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0499375" id="checkbox-tt0499375" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0499375">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0499375">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0499375"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">70 </span>
Metascore
</div>
<p class="">
A villager, Gurukant Desai, arrives in Bombay 1958, and rises from its streets to become the GURU, the biggest tycoon in Indian history.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0711745/">Mani Ratnam</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0149822/">Mithun Chakraborty</a>,
<a href="/name/nm0045393/">Abhishek Bachchan</a>,
<a href="/name/nm0706787/">Aishwarya Rai Bachchan</a>,
<a href="/name/nm0534856/">Madhavan</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="22830" name="nv">22,830</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="2,087,000" name="nv">$2.09M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0499375" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0109117">
<a href="/title/tt0109117/"> <img alt="Andaz Apna Apna" class="loadlate" data-tconst="tt0109117" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZTIwYzRjMGYtZWQ0Ni00NDZhLThhZDYtOGViZGJiZTkwMzk2XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR8,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">83.</span>
<a href="/title/tt0109117/">Andaz Apna Apna</a>
<span class="lister-item-year text-muted unbold">(1994)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">160 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Comedy, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0109117" id="checkbox-tt0109117" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0109117">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0109117">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0109117"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Two slackers competing for the affections of an heiress inadvertently become her protectors from an evil criminal.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0764316/">Rajkumar Santoshi</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0451148/">Aamir Khan</a>,
<a href="/name/nm0006795/">Salman Khan</a>,
<a href="/name/nm0849199/">Raveena Tandon</a>,
<a href="/name/nm0006433/">Karisma Kapoor</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="51577" name="nv">51,577</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0109117" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0058547">
<a href="/title/tt0058547/"> <img alt="Sangam" class="loadlate" data-tconst="tt0058547" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMzkxY2QwNzgtYWU3NS00NGE0LWJkZDUtZTFhMDA4MGI0NzhkXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR10,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">84.</span>
<a href="/title/tt0058547/">Sangam</a>
<span class="lister-item-year text-muted unbold">(I) (1964)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">238 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0058547" id="checkbox-tt0058547" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0058547">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0058547">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0058547"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Returning home from war after being assumed dead, a pilot weds the woman he has long loved, unaware that she had been planning to marry his best friend.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0004292/">Raj Kapoor</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0004292/">Raj Kapoor</a>,
<a href="/name/nm0006348/">Rajendra Kumar</a>,
<a href="/name/nm0904537/">Vyjayanthimala</a>,
<a href="/name/nm0407002/">Iftekhar</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1669" name="nv">1,669</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0058547" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0076492">
<a href="/title/tt0076492/"> <img alt="Oka Oori Katha" class="loadlate" data-tconst="tt0076492" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYWQ0MDM4OTgtOTllNy00YTU1LTgwNmItNGYxYWRhODFjYWI1XkEyXkFqcGdeQXVyNDI3NjcxMDA@._V1_UY209_CR9,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">85.</span>
<a href="/title/tt0076492/">Oka Oori Katha</a>
<span class="lister-item-year text-muted unbold">(1978)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">116 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0076492" id="checkbox-tt0076492" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0076492">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0076492">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0076492"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The father of a son living on the fringes of a village believes that working is a fools game, for the lord takes what little the workers make. When a young woman enters their home tensions begin to rise and their idle life is threatened.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0784019/">Mrinal Sen</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1022721/">Krishna A.R.</a>,
<a href="/name/nm0474850/">Pradeep Kumar</a>,
<a href="/name/nm1128422/">G. Narayana Rao</a>,
<a href="/name/nm1115041/">M.V. Vasudeva Rao</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="70" name="nv">70</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0076492" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0064086">
<a href="/title/tt0064086/"> <img alt="Bhuvan Shome" class="loadlate" data-tconst="tt0064086" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BODM5MzBiMGQtNjUzMS00NDExLWFjYzctMDY5NDk3MjE4YTA4XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR6,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">86.</span>
<a href="/title/tt0064086/">Bhuvan Shome</a>
<span class="lister-item-year text-muted unbold">(1969)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">96 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0064086" id="checkbox-tt0064086" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0064086">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0064086">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0064086"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A lonely bureaucrat goes on holiday to a Gujarat village where a young peasant woman helps him see beyond his job and develop a newfound empathy for people.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0784019/">Mrinal Sen</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0244884/">Utpal Dutt</a>,
<a href="/name/nm0611663/">Suhasini Mulay</a>,
<a href="/name/nm0154161/">Shekhar Chatterjee</a>,
<a href="/name/nm0576404/">Sadhu Meher</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="432" name="nv">432</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0064086" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0118751">
<a href="/title/tt0118751/"> <img alt="Border" class="loadlate" data-tconst="tt0118751" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNWYwYmExOWQtYzNkOS00NWY5LWE4NTEtYTcwY2FiYmQ0OTg5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR9,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">87.</span>
<a href="/title/tt0118751/">Border</a>
<span class="lister-item-year text-muted unbold">(I) (1997)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">176 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Drama, History </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0118751" id="checkbox-tt0118751" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0118751">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0118751">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0118751"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
In 1971, along the border region of Longewala, a small battalion of Indian soldiers goes up against a large Pakistani strike force.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0244892/">J.P. Dutta</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0219971/">Sunny Deol</a>,
<a href="/name/nm0792911/">Sunil Shetty</a>,
<a href="/name/nm0451379/">Akshaye Khanna</a>,
<a href="/name/nm0006763/">Jackie Shroff</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="15021" name="nv">15,021</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0118751" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0437407">
<a href="/title/tt0437407/"> <img alt="Parineeta" class="loadlate" data-tconst="tt0437407" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMTcwOTEyMTYyM15BMl5BanBnXkFtZTcwMTEyMTAzMQ@@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">88.</span>
<a href="/title/tt0437407/">Parineeta</a>
<span class="lister-item-year text-muted unbold">(2005)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">130 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0437407" id="checkbox-tt0437407" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0437407">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0437407">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0437407"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The lifelong romance between Lolita (Balan) and Shekar (Khan) is upset by the arrival of another man.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1224879/">Pradeep Sarkar</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1799038/">Vidya Balan</a>,
<a href="/name/nm0451307/">Saif Ali Khan</a>,
<a href="/name/nm0004569/">Sanjay Dutt</a>,
<a href="/name/nm1069850/">Dia Mirza</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="8994" name="nv">8,994</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="802,758" name="nv">$0.80M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0437407" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0047990">
<a href="/title/tt0047990/"> <img alt="Devdas" class="loadlate" data-tconst="tt0047990" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMjUxZjE4OWMtMTBmMC00NGU2LWI0ODEtYTQ4ODMwNTkxYjMyXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR6,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">89.</span>
<a href="/title/tt0047990/">Devdas</a>
<span class="lister-item-year text-muted unbold">(1955)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">159 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Musical, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.9</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0047990" id="checkbox-tt0047990" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0047990">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0047990">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0047990"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The scion of a wealthy landowner family turns to alcohol and self-pity and slowly self-destructs after class differences force him to break off his relationship with his childhood sweetheart.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0746950/">Bimal Roy</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0474801/">Dilip Kumar</a>,
<a href="/name/nm0784042/">Suchitra Sen</a>,
<a href="/name/nm0904537/">Vyjayanthimala</a>,
<a href="/name/nm0609359/">Motilal</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="1829" name="nv">1,829</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0047990" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1461674">
<a href="/title/tt1461674/"> <img alt="Abohomaan" class="loadlate" data-tconst="tt1461674" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BOWI2ZjdlNGItYmI2OC00MDczLWJlOGEtNWYzOWJiNTQ2OWVjXkEyXkFqcGdeQXVyNjA3OTI5MjA@._V1_UY209_CR5,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">90.</span>
<a href="/title/tt1461674/">Abohomaan</a>
<span class="lister-item-year text-muted unbold">(2009)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">122 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1461674" id="checkbox-tt1461674" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1461674">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1461674">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1461674"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Abohomaan tells the story of Aniket, one of the finest filmmakers of Bengal in eastern India and the loves of his life. Devoted to his craft, Aniket met and fell in love with his wife ... <a href="/title/tt1461674/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0315916/">Rituparno Ghosh</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0212541/">Dipankar Dey</a>,
<a href="/name/nm0788164/">Mamata Shankar</a>,
<a href="/name/nm1702868/">Jisshu Sengupta</a>,
<a href="/name/nm3089359/">Ananya Chatterjee</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="589" name="nv">589</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1461674" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0172684">
<a href="/title/tt0172684/"> <img alt="Kuch Kuch Hota Hai" class="loadlate" data-tconst="tt0172684" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNGNhNWMwNTgtZmNlOS00OGM3LWIxYzItOWQwZDJjMzQ3MzRlXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY209_CR3,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">91.</span>
<a href="/title/tt0172684/">Kuch Kuch Hota Hai</a>
<span class="lister-item-year text-muted unbold">(1998)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">177 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Musical </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.6</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0172684" id="checkbox-tt0172684" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0172684">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0172684">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0172684"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
During their college years, Anjali was in love with her best-friend Rahul, but he had eyes only for Tina. Years later, Rahul and the now-deceased Tina's eight-year-old daughter attempts to reunite her father and Anjali.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0424103/">Karan Johar</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0451321/">Shah Rukh Khan</a>,
<a href="/name/nm0004418/">Kajol</a>,
<a href="/name/nm0611552/">Rani Mukerji</a>,
<a href="/name/nm0755705/">Sana Saeed</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="50190" name="nv">50,190</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="2,100,000" name="nv">$2.10M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0172684" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0376076">
<a href="/title/tt0376076/"> <img alt="Pithamagan" class="loadlate" data-tconst="tt0376076" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYzI5NDdlYWItMWIzNC00MjIwLWJmOGUtYjY2YjlhNmQ0N2E4XkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UY209_CR5,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">92.</span>
<a href="/title/tt0376076/">Pithamagan</a>
<span class="lister-item-year text-muted unbold">(2003)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">139 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0376076" id="checkbox-tt0376076" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0376076">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0376076">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0376076"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Chittan, a social outcast, has grown up in a cemetery. A drug dealer finds him a job in a cannabis farm. In prison, he meets a conman, Shakti. This friendship transforms him from his stony existence.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm1220246/">Bala</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1417314/">Vikram</a>,
<a href="/name/nm1421814/">Suriya</a>,
<a href="/name/nm0481798/">Laila</a>,
<a href="/name/nm1294683/">Sangeetha</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="6134" name="nv">6,134</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0376076" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1045898">
<a href="/title/tt1045898/"> <img alt="Veyyil" class="loadlate" data-tconst="tt1045898" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNjQ3NzczNTgtYTdjMS00MWNhLWFjNjEtZDA2NTU4NDgxMmRhXkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UY209_CR11,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">93.</span>
<a href="/title/tt1045898/">Veyyil</a>
<span class="lister-item-year text-muted unbold">(2006)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">136 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1045898" id="checkbox-tt1045898" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1045898">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1045898">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1045898"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Story of two brothers told from the perspective of older brother who recalls his childhood memories where he runs away from home and returns after 20 years. The rest of the film is all ... <a href="/title/tt1045898/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm2677913/">Vasanthabalan</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm1367730/">Pasupathy</a>,
<a href="/name/nm1467000/">Bharath Srinivasan</a>,
<a href="/name/nm1418952/">Bhavana</a>,
<a href="/name/nm3444244/">Priyanka Nair</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="726" name="nv">726</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1045898" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0059028">
<a href="/title/tt0059028/"> <img alt="Chemmeen" class="loadlate" data-tconst="tt0059028" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYmNmZWYwZWYtZmNiYS00ZmUzLTgyM2ItYzA0MzFlMTVkOGE0XkEyXkFqcGdeQXVyMjkxNzQ1NDI@._V1_UY209_CR6,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">94.</span>
<a href="/title/tt0059028/">Chemmeen</a>
<span class="lister-item-year text-muted unbold">(1965)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">140 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.7</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0059028" id="checkbox-tt0059028" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0059028">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0059028">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0059028"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Karutthamma, the daughter of a Hindu fisherman, falls in love with a Muslim fish trader. However, social prejudices seem to ruin their love life and invite the wrath of their communities. ... <a href="/title/tt0059028/plotsummary">See full summary</a> »
</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0439253/">Ramu Kariat</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0766163/">Sathyan</a>,
<a href="/name/nm0790659/">Sheela</a>,
<a href="/name/nm0534867/">Madhu</a>,
<a href="/name/nm0619758/">Kottarakkara Sridharan Nair</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="489" name="nv">489</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0059028" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0085743">
<a href="/title/tt0085743/"> <img alt="Jaane Bhi Do Yaaro" class="loadlate" data-tconst="tt0085743" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BMDE0Y2NhYjEtNWM3MS00MzFiLTlkODctYmViY2Q4OTczYWI2XkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UY209_CR9,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">95.</span>
<a href="/title/tt0085743/">Jaane Bhi Do Yaaro</a>
<span class="lister-item-year text-muted unbold">(1983)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">132 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0085743" id="checkbox-tt0085743" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0085743">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0085743">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0085743"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Two friends, attempting to start-up their own photo studio, come across shady dealings, corruption and murder, and must fight to bring the guilty to light.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0787453/">Kundan Shah</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0787462/">Naseeruddin Shah</a>,
<a href="/name/nm0060629/">Ravi Baswani</a>,
<a href="/name/nm0080268/">Bhakti Barve</a>,
<a href="/name/nm0787474/">Satish Shah</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="13685" name="nv">13,685</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0085743" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0052572">
<a href="/title/tt0052572/"> <img alt="Apur Sansar" class="loadlate" data-tconst="tt0052572" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNWQzOWVlYzItNTQ4ZS00OThjLWJjNWQtNDM1Yzk0ZDM4NWY4XkEyXkFqcGdeQXVyNTgyNTA4MjM@._V1_UY209_CR4,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">96.</span>
<a href="/title/tt0052572/">Apur Sansar</a>
<span class="lister-item-year text-muted unbold">(1959)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">105 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.5</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0052572" id="checkbox-tt0052572" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0052572">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0052572">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0052572"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
This final installment in Satyajit Ray's Apu Trilogy follows Apu's life as an orphaned adult aspiring to be a writer.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0006249/">Satyajit Ray</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0154164/">Soumitra Chatterjee</a>,
<a href="/name/nm0846616/">Sharmila Tagore</a>,
<a href="/name/nm0149845/">Alok Chakravarty</a>,
<a href="/name/nm0611575/">Swapan Mukherjee</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="13403" name="nv">13,403</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="16,000" name="nv">$0.02M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0052572" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt1286811">
<a href="/title/tt1286811/"> <img alt="Kanchivaram" class="loadlate" data-tconst="tt1286811" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNDJhM2FiNTYtMmFiMC00ZmJhLWJjYzItZmY0ODk4YjY2YzQzXkEyXkFqcGdeQXVyOTk3NTc2MzE@._V1_UX140_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">97.</span>
<a href="/title/tt1286811/">Kanchivaram</a>
<span class="lister-item-year text-muted unbold">(2008)</span>
</h3>
<p class="text-muted text-small">
<span class="runtime">117 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt1286811" id="checkbox-tt1286811" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt1286811">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt1286811">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt1286811"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
A poor silk weaver promises his wife to dress their newborn daughter in a silk saree for her marriage. Facing systemic oppression and the vicissitudes of his fortune, he struggles to keep his word.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0698184/">Priyadarshan</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0695177/">Prakash Raj</a>,
<a href="/name/nm1597362/">Shreya Reddy</a>,
<a href="/name/nm3833238/">Shammu</a>,
<a href="/name/nm0820200/">Sreekumar</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="656" name="nv">656</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt1286811" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0265343">
<a href="/title/tt0265343/"> <img alt="Monsoon Wedding" class="loadlate" data-tconst="tt0265343" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BZWMzMDJhMjgtZjk2NS00ZDM4LThmOGMtOTQzYWU3N2Y4Y2M2XkEyXkFqcGdeQXVyNjQ2MjQ5NzM@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">98.</span>
<a href="/title/tt0265343/">Monsoon Wedding</a>
<span class="lister-item-year text-muted unbold">(2001)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">114 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama, Romance </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7.4</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0265343" id="checkbox-tt0265343" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0265343">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0265343">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0265343"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">77 </span>
Metascore
</div>
<p class="">
A stressed father, a bride-to-be with a secret, a smitten event planner, and relatives from around the world create much ado about the preparations for an arranged marriage in India.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0619762/">Mira Nair</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0787462/">Naseeruddin Shah</a>,
<a href="/name/nm0239267/">Lillete Dubey</a>,
<a href="/name/nm0156858/">Shefali Shah</a>,
<a href="/name/nm0704694/">Vijay Raaz</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="25285" name="nv">25,285</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="13,876,974" name="nv">$13.88M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0265343" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0375611">
<a href="/title/tt0375611/"> <img alt="Black" class="loadlate" data-tconst="tt0375611" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BNTI5MmE5M2UtZjIzYS00M2JjLWIwNDItYTY2ZWNiODBmYTBiXkEyXkFqcGdeQXVyNjQ2MjQ5NzM@._V1_UY209_CR2,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">99.</span>
<a href="/title/tt0375611/">Black</a>
<span class="lister-item-year text-muted unbold">(2005)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">122 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.2</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0375611" id="checkbox-tt0375611" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0375611">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0375611">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0375611"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
The cathartic tale of a young woman who can't see, hear or talk and the teacher who brings a ray of light into her dark world.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0080220/">Sanjay Leela Bhansali</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000821/">Amitabh Bachchan</a>,
<a href="/name/nm0611552/">Rani Mukerji</a>,
<a href="/name/nm1617909/">Shernaz Patel</a>,
<a href="/name/nm1754159/">Ayesha Kapoor</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="34118" name="nv">34,118</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="733,094" name="nv">$0.73M</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0375611" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
<div class="lister-item mode-detail">
<div class="lister-item-image ribbonize" data-tconst="tt0072860">
<a href="/title/tt0072860/"> <img alt="Deewaar" class="loadlate" data-tconst="tt0072860" height="209" loadlate="https://m.media-amazon.com/images/M/MV5BYWE5ZGEyNWItOGQ5YS00YjE0LTliMDgtZmNmNGVkOWIyYjRiXkEyXkFqcGdeQXVyMTI0NTA1MDI3._V1_UY209_CR0,0,140,209_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/4FyxwxECzL-U1J8.png" width="140"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">100.</span>
<a href="/title/tt0072860/">Deewaar</a>
<span class="lister-item-year text-muted unbold">(1975)</span>
</h3>
<p class="text-muted text-small">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">174 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Drama </span>
</p>
<div class="ipl-rating-widget">
<div class="ipl-rating-star small">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8.1</span>
</div>
<div class="ipl-rating-interactive small ipl-rating-interactive--no-rating">
<input class="ipl-rating-interactive__state" data-reftag="ur_rt" data-tconst="tt0072860" id="checkbox-tt0072860" type="checkbox"/>
<label class="ipl-rating-interactive__star-container" for="checkbox-tt0072860">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">0</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</label>
<div class="ipl-rating-selector" data-value="0" id="ipl-rating-selector-tt0072860">
<div class="ipl-rating-selector__selector ipl-rating-selector__wrapper">
<div class="ipl-rating-selector__reset">
<a href="#void"> <svg class="ipl-icon ipl-cancel-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</a>
</div>
<span class="ipl-rating-selector__divider"></span>
<form action="/ratings/_ajax/title" class="ipl-rating-selector__star-list" method="post">
<a class="ipl-rating-selector__star-link" data-value="1" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">1</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="2" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">2</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="3" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">3</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="4" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">4</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="5" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">5</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="6" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">6</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="7" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">7</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="8" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">8</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="9" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">9</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<a class="ipl-rating-selector__star-link" data-value="10" href="#void">
<div class="ipl-rating-star ipl-rating-interactive__star">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">10</span>
</div>
<div class="ipl-rating-star ipl-rating-interactive__star--empty">
<span class="ipl-rating-star__star">
<svg class="ipl-icon ipl-star-border-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"></path>
<path d="M0 0h24v24H0z" fill="none"></path>
</svg>
</span>
<span class="ipl-rating-star__rating">Rate</span>
</div>
</a>
<fieldset class="ipl-rating-selector__fieldset">
<input name="tconst" type="hidden" value="tt0072860"/>
<input name="rating" type="text" value="0"/>
<input name="csrfToken" type="hidden" value=""/>
<input name="tracking_tag" type="hidden" value="ur_rt"/>
<input name="pageType" type="hidden" value="list"/>
<input name="subpageType" type="hidden" value="title"/>
</fieldset>
<noscript>
<input class="ipl-rating-selector__rating-submit" type="submit" value="Vote"/>
</noscript>
</form>
<span class="ipl-rating-selector__rating-value">0</span>
</div>
<div class="ipl-rating-selector__error ipl-rating-selector__wrapper">
<span>Error: please try again.</span>
</div>
</div>
<div class="ipl-rating-interactive__loader">
<img alt="loading" src="https://m.media-amazon.com/images/G/01/IMDb/spinning-progress.gif"/>
</div>
</div>
</div>
<p class="">
Vijay struggles as a dockworker and eventually becomes a leading figure of the underworld, while his younger brother Ravi is an educated, upright policeman. This divide causes problems in their relationship.</p>
<p class="text-muted text-small">
Director:
<a href="/name/nm0007181/">Yash Chopra</a>
<span class="ghost">|</span>
Stars:
<a href="/name/nm0000821/">Amitabh Bachchan</a>,
<a href="/name/nm0004434/">Shashi Kapoor</a>,
<a href="/name/nm0747131/">Nirupa Roy</a>,
<a href="/name/nm0044916/">Parveen Babi</a>
</p>
<p class="text-muted text-small">
<span class="text-muted">Votes:</span>
<span data-value="10556" name="nv">10,556</span>
</p>
<div class="wtw-option-standalone" data-baseref="wl_li" data-tconst="tt0072860" data-watchtype="minibar"></div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="row text-center lister-working hidden"></div>
<div class="footer filmosearch">
<div class="desc">
</div>
</div>
</div>
</div>
</div>
<div id="sidebar">
<!-- no content received for slot: top_rhs -->
<div class="list-create-widget">
<a href="/list/create"> <button class="btn-raised btn-raised--primary" type="button">create a new list</button>
</a> <div class="create-list-description">
List your movie, TV & celebrity picks.
</div>
</div>
<div class="aux-content-widget-2 list-activity-widget">
<h3>List Activity</h3>
<div class="list-activity">
<span class="views-number-label">Views: </span>
<span class="views-number-value">83,387</span>
| in last week <span class="views-number-value">64</span>
</div>
</div>
<div class="aux-content-widget-2" id="social-share-widget">
<h3>Tell Your Friends</h3>
<div class="social">
<div class="social_networking">
<span><strong>Share</strong> this list:</span>
<a class="share_icon facebook" href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls056092300%2F" onclick="window.open("https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls056092300%2F", 'newWindow', 'width=626, height=436'); return false;" target="_blank" title="Share on Facebook"></a>
<a class="share_icon twitter" href="https://twitter.com/intent/tweet?text=%20-%20http%3A%2F%2Fwww.imdb.com%2Flist%2Fls056092300%2F" onclick="window.open("https://twitter.com/intent/tweet?text=%20-%20http%3A%2F%2Fwww.imdb.com%2Flist%2Fls056092300%2F", 'newWindow', 'width=815, height=436'); return false;" target="_blank" title="Share on Twitter"></a>
<a class="share_icon share_url_link" href="http://www.imdb.com/list/ls056092300/" onclick="$('div.social input[name=share-link]').show().select(); return false;" title="Share the page"></a>
</div>
<input name="share-link" readonly="" type="text" value="http://www.imdb.com/list/ls056092300/"/>
</div>
</div>
<div class="aux-content-widget-2" id="feedback-widget">
<strong>Feedback?</strong> <a href="https://help.imdb.com/article/imdb/general-information/getsatisfaction-community-access-you-re-about-to-leave-imdb-com/GP4FF3REXES9AR3P">Tell us what you think about this feature.</a>
</div>
<div class="aux-content-widget-2">
<div id="listsWidget">
<h3>
Other Lists by yashmishra91
</h3>
<div class="list-preview even">
<div class="list-preview-item-narrow">
<a href="/list/ls056092300"><img alt="list image" class="loadlate hidden" height="86" loadlate="https://m.media-amazon.com/images/M/MV5BMTU5Njc1NjkxMl5BMl5BanBnXkFtZTgwNTkzNTQwMDE@._V1_UX86_CR0,0,86,86_AL_.jpg" src="https://m.media-amazon.com/images/S/sash/8ZhQrGnWn9cWUVQ.png" title="list image" width="86"/></a> </div>
<div class="list_name">
<strong><a href="/list/ls056092300">
100 Best Indian Films Till Date
</a></strong>
</div>
<div class="list_meta">
a list of 100 titles
</div>
<div class="clear"> </div>
</div>
<div class="see-more">
<a href="/user/ur40466907/lists">See all lists by yashmishra91</a> »
</div>
</div>
</div>
</div>
</div>
<br class="clear"/>
<br class="clear"/>
</div>
<div id="rvi-div">
<div class="recently-viewed">
<div class="header">
<div class="rhs">
<a href="#" id="clear_rvi">Clear your history</a>
</div>
<h3>Recently Viewed</h3>
</div>
<div class="items"> </div>
</div>
</div>
<!-- no content received for slot: bottom_ad -->
<script type="text/javascript">
try {
window.lumierePlayer = window.lumierePlayer || {};
window.lumierePlayer.weblab = JSON.parse('{"IMDB_VIDEO_PLAYER_162496":"C"}');
} catch (error) {
if (window.ueLogError) {
window.ueLogError(error, {
logLevel: "WARN",
attribution: "videoplayer",
message: "Failed to parse weblabs for video player."
});
}
}
</script>
</div>
</div>
<script>
if (typeof uet == 'function') {
uet("bb", "desktopFooter", {wb: 1});
}
</script>
<div id="4594234e-9d5b-42e3-8ac7-5c4820083dec">
<footer class="imdb-footer VUGIPjGgHtzvbHiU19iTQ"><div class="_32mc4FXftSbwhpJwmGCYUQ"><div class="ipc-page-content-container ipc-page-content-container--center" role="presentation"><a aria-disabled="false" class="ipc-button ipc-button--double-padding ipc-button--center-align-content ipc-button--default-height ipc-button--core-accent1 ipc-button--theme-baseAlt imdb-footer__open-in-app-button" href="https://slyb.app.link/SKdyQ6A449" role="button" tabindex="0"><div class="ipc-button__text">Get the IMDb App</div></a></div></div><div class="ipc-page-content-container ipc-page-content-container--center _2AR8CsLqQAMCT1_Q7eidSY" role="presentation"><div class="imdb-footer__links"><div class="_2Wc8yXs8SzGv7TVS-oOmhT"><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li class="ipc-inline-list__item" role="presentation"><a aria-disabled="false" aria-label="Facebook" class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" href="https://facebook.com/imdb" rel="nofollow noopener" role="button" tabindex="0" target="_blank" title="Facebook"><svg class="ipc-icon ipc-icon--facebook" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M20.896 2H3.104C2.494 2 2 2.494 2 3.104v17.792C2 21.506 2.494 22 3.104 22h9.579v-7.745h-2.607v-3.018h2.607V9.01c0-2.584 1.577-3.99 3.882-3.99 1.104 0 2.052.082 2.329.119v2.7h-1.598c-1.254 0-1.496.595-1.496 1.47v1.927h2.989l-.39 3.018h-2.6V22h5.097c.61 0 1.104-.494 1.104-1.104V3.104C22 2.494 21.506 2 20.896 2"></path></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a aria-disabled="false" aria-label="Instagram" class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" href="https://instagram.com/imdb" rel="nofollow noopener" role="button" tabindex="0" target="_blank" title="Instagram"><svg class="ipc-icon ipc-icon--instagram" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M11.997 2.04c-2.715 0-3.056.011-4.122.06-1.064.048-1.79.217-2.426.463a4.901 4.901 0 0 0-1.771 1.151 4.89 4.89 0 0 0-1.153 1.767c-.247.635-.416 1.36-.465 2.422C2.011 8.967 2 9.307 2 12.017s.011 3.049.06 4.113c.049 1.062.218 1.787.465 2.422a4.89 4.89 0 0 0 1.153 1.767 4.901 4.901 0 0 0 1.77 1.15c.636.248 1.363.416 2.427.465 1.066.048 1.407.06 4.122.06s3.055-.012 4.122-.06c1.064-.049 1.79-.217 2.426-.464a4.901 4.901 0 0 0 1.77-1.15 4.89 4.89 0 0 0 1.154-1.768c.247-.635.416-1.36.465-2.422.048-1.064.06-1.404.06-4.113 0-2.71-.012-3.05-.06-4.114-.049-1.062-.218-1.787-.465-2.422a4.89 4.89 0 0 0-1.153-1.767 4.901 4.901 0 0 0-1.77-1.15c-.637-.247-1.363-.416-2.427-.464-1.067-.049-1.407-.06-4.122-.06m0 1.797c2.67 0 2.985.01 4.04.058.974.045 1.503.207 1.856.344.466.181.8.397 1.15.746.349.35.566.682.747 1.147.137.352.3.88.344 1.853.048 1.052.058 1.368.058 4.032 0 2.664-.01 2.98-.058 4.031-.044.973-.207 1.501-.344 1.853a3.09 3.09 0 0 1-.748 1.147c-.35.35-.683.565-1.15.746-.352.137-.88.3-1.856.344-1.054.048-1.37.058-4.04.058-2.669 0-2.985-.01-4.039-.058-.974-.044-1.504-.207-1.856-.344a3.098 3.098 0 0 1-1.15-.746 3.09 3.09 0 0 1-.747-1.147c-.137-.352-.3-.88-.344-1.853-.049-1.052-.059-1.367-.059-4.031 0-2.664.01-2.98.059-4.032.044-.973.207-1.501.344-1.853a3.09 3.09 0 0 1 .748-1.147c.35-.349.682-.565 1.149-.746.352-.137.882-.3 1.856-.344 1.054-.048 1.37-.058 4.04-.058"></path><path d="M11.997 15.342a3.329 3.329 0 0 1-3.332-3.325 3.329 3.329 0 0 1 3.332-3.326 3.329 3.329 0 0 1 3.332 3.326 3.329 3.329 0 0 1-3.332 3.325m0-8.449a5.128 5.128 0 0 0-5.134 5.124 5.128 5.128 0 0 0 5.134 5.123 5.128 5.128 0 0 0 5.133-5.123 5.128 5.128 0 0 0-5.133-5.124m6.536-.203c0 .662-.537 1.198-1.2 1.198a1.198 1.198 0 1 1 1.2-1.197"></path></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a aria-disabled="false" aria-label="Twitch" class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" href="https://twitch.tv/IMDb" rel="nofollow noopener" role="button" tabindex="0" target="_blank" title="Twitch"><svg class="ipc-icon ipc-icon--twitch" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M3.406 2h18.596v12.814l-5.469 5.47H12.47L9.813 22.94H7.001v-2.657H2V5.594L3.406 2zm16.721 11.876v-10H5.125v13.126h4.22v2.656L12 17.002h5l3.126-3.126z"></path><path d="M17.002 7.47v5.469h-1.875v-5.47zM12.001 7.47v5.469h-1.875v-5.47z"></path></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a aria-disabled="false" aria-label="Twitter" class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" href="https://twitter.com/imdb" rel="nofollow noopener" role="button" tabindex="0" target="_blank" title="Twitter"><svg class="ipc-icon ipc-icon--twitter" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M8.29 19.936c7.547 0 11.675-6.13 11.675-11.446 0-.175-.004-.348-.012-.52A8.259 8.259 0 0 0 22 5.886a8.319 8.319 0 0 1-2.356.633 4.052 4.052 0 0 0 1.804-2.225c-.793.46-1.67.796-2.606.976A4.138 4.138 0 0 0 15.847 4c-2.266 0-4.104 1.802-4.104 4.023 0 .315.036.622.107.917a11.728 11.728 0 0 1-8.458-4.203 3.949 3.949 0 0 0-.556 2.022 4 4 0 0 0 1.826 3.348 4.136 4.136 0 0 1-1.858-.503l-.001.051c0 1.949 1.415 3.575 3.292 3.944a4.193 4.193 0 0 1-1.853.07c.522 1.597 2.037 2.76 3.833 2.793a8.34 8.34 0 0 1-5.096 1.722A8.51 8.51 0 0 1 2 18.13a11.785 11.785 0 0 0 6.29 1.807"></path></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a aria-disabled="false" aria-label="YouTube" class="ipc-icon-link ipc-icon-link--baseAlt ipc-icon-link--onBase" href="https://youtube.com/imdb/" rel="nofollow noopener" role="button" tabindex="0" target="_blank" title="YouTube"><svg class="ipc-icon ipc-icon--youtube" fill="currentColor" height="24" role="presentation" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M9.955 14.955v-5.91L15.182 12l-5.227 2.955zm11.627-7.769a2.505 2.505 0 0 0-1.768-1.768C18.254 5 12 5 12 5s-6.254 0-7.814.418c-.86.23-1.538.908-1.768 1.768C2 8.746 2 12 2 12s0 3.254.418 4.814c.23.86.908 1.538 1.768 1.768C5.746 19 12 19 12 19s6.254 0 7.814-.418a2.505 2.505 0 0 0 1.768-1.768C22 15.254 22 12 22 12s0-3.254-.418-4.814z"></path></svg></a></li></ul></div><div><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li class="ipc-inline-list__item zgFV3U-XECrqVQnyDbx2B" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://slyb.app.link/SKdyQ6A449" target="_blank">Get the IMDb App<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item X17C45Q1MH_7XboLL_EEG" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color" href="?mode=desktop&ref_=m_ft_dsk">View Full Site</a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://help.imdb.com/imdb" target="_blank">Help<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://help.imdb.com/article/imdb/general-information/imdb-site-index/GNCX7BHNSPBTFALQ#so" target="_blank">Site Index<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://pro.imdb.com?ref_=ft_pro&rf=cons_tf_pro" target="_blank">IMDbPro<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://www.boxofficemojo.com" target="_blank">Box Office Mojo<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://developer.imdb.com/" target="_blank">IMDb Developer<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li></ul></div><div><ul class="ipc-inline-list _1O3-k0VDASm1IeBrfofV4g baseAlt" role="presentation"><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color" href="https://www.imdb.com/pressroom/?ref_=ft_pr">Press Room</a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://advertising.amazon.com/resources/ad-specs/imdb/" target="_blank">Advertising<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://www.amazon.jobs/en/teams/imdb" target="_blank">Jobs<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color" href="/conditions?ref_=ft_cou">Conditions of Use</a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color" href="/privacy?ref_=ft_pvc">Privacy Policy</a></li><li class="ipc-inline-list__item" role="presentation"><a class="ipc-link ipc-link--baseAlt ipc-link--touch-target ipc-link--inherit-color ipc-link--launch" href="https://www.amazon.com/b/?&node=5160028011" target="_blank">Interest-Based Ads<svg class="ipc-link__launch-icon" fill="#000000" height="10" viewbox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><g><path d="M9,9 L1,9 L1,1 L4,1 L4,0 L-1.42108547e-14,0 L-1.42108547e-14,10 L10,10 L10,6 L9,6 L9,9 Z M6,0 L6,1 L8,1 L2.998122,6.03786058 L3.998122,7.03786058 L9,2 L9,4 L10,4 L10,0 L6,0 Z"></path></g></svg></a></li><li class="ipc-inline-list__item" role="presentation"><div class="_2mulh8fx3PjJyxvyLovP4w" id="teconsent"></div></li></ul></div></div><div class="imdb-footer__logo _1eKbSAFyeJgUyBUy2VbcS_"><svg aria-label="IMDb, an Amazon company" height="18" title="IMDb, an Amazon company" width="160" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path d="M26.707 2.45c-3.227 2.374-7.906 3.637-11.935 3.637C9.125 6.087 4.04 4.006.193.542-.11.27.161-.101.523.109 4.675 2.517 9.81 3.968 15.111 3.968c3.577 0 7.51-.74 11.127-2.27.546-.23 1.003.358.47.752z" id="ftr__a"></path><path d="M4.113 1.677C3.7 1.15 1.385 1.427.344 1.552c-.315.037-.364-.237-.08-.436C2.112-.178 5.138.196 5.49.629c.354.437-.093 3.462-1.824 4.906-.266.222-.52.104-.401-.19.39-.97 1.261-3.14.848-3.668z" id="ftr__c"></path><path d="M.435 1.805V.548A.311.311 0 0 1 .755.23l5.65-.001c.181 0 .326.13.326.317v1.078c-.002.181-.154.417-.425.791L3.378 6.582c1.087-.026 2.236.137 3.224.69.222.125.282.309.3.49v1.342c0 .185-.203.398-.417.287-1.74-.908-4.047-1.008-5.97.011-.197.104-.403-.107-.403-.292V7.835c0-.204.004-.552.21-.863l3.392-4.85H.761a.314.314 0 0 1-.326-.317z" id="ftr__e"></path><path d="M2.247 9.655H.528a.323.323 0 0 1-.307-.29L.222.569C.222.393.37.253.554.253h1.601a.323.323 0 0 1 .313.295v1.148h.031C2.917.586 3.703.067 4.762.067c1.075 0 1.75.518 2.23 1.629C7.41.586 8.358.067 9.369.067c.722 0 1.508.296 1.99.963.545.74.433 1.813.433 2.757l-.002 5.551a.324.324 0 0 1-.331.317H9.74a.321.321 0 0 1-.308-.316l-.001-4.663c0-.37.032-1.296-.048-1.647-.128-.593-.514-.76-1.011-.76-.418 0-.85.278-1.027.722-.177.445-.161 1.185-.161 1.685v4.662a.323.323 0 0 1-.331.317H5.137a.322.322 0 0 1-.31-.316l-.001-4.663c0-.981.16-2.424-1.059-2.424-1.236 0-1.188 1.406-1.188 2.424v4.662a.324.324 0 0 1-.332.317z" id="ftr__g"></path><path d="M4.037.067c2.551 0 3.931 2.184 3.931 4.96 0 2.684-1.524 4.814-3.931 4.814C1.533 9.84.169 7.656.169 4.935.17 2.195 1.55.067 4.037.067zm.015 1.796c-1.267 0-1.347 1.721-1.347 2.795 0 1.073-.016 3.368 1.332 3.368 1.332 0 1.395-1.851 1.395-2.98 0-.74-.031-1.629-.256-2.332-.193-.61-.578-.851-1.124-.851z" id="ftr__i"></path><path d="M2.206 9.655H.493a.321.321 0 0 1-.308-.316L.182.54a.325.325 0 0 1 .33-.287h1.595c.15.007.274.109.305.245v1.346h.033C2.926.641 3.6.067 4.788.067c.77 0 1.524.277 2.006 1.037.449.703.449 1.887.449 2.739v5.535a.325.325 0 0 1-.33.277H5.19a.324.324 0 0 1-.306-.277V4.602c0-.962.113-2.37-1.075-2.37-.418 0-.803.278-.995.704-.24.537-.273 1.074-.273 1.666v4.736a.328.328 0 0 1-.335.317z" id="ftr__k"></path><path d="M8.314 8.295c.11.156.134.341-.006.455-.35.294-.974.834-1.318 1.139l-.004-.004a.357.357 0 0 1-.406.04c-.571-.473-.673-.692-.986-1.142-.943.958-1.611 1.246-2.834 1.246-1.447 0-2.573-.89-2.573-2.672 0-1.39.756-2.337 1.833-2.8.933-.409 2.235-.483 3.233-.595V3.74c0-.409.032-.89-.209-1.243-.21-.315-.611-.445-.965-.445-.656 0-1.238.335-1.382 1.029-.03.154-.143.307-.298.315l-1.667-.18c-.14-.032-.297-.144-.256-.358C.859.842 2.684.234 4.32.234c.837 0 1.93.222 2.59.853.836.78.755 1.818.755 2.95v2.67c0 .804.335 1.155.65 1.588zM5.253 5.706v-.37c-1.244 0-2.557.265-2.557 1.724 0 .742.386 1.244 1.045 1.244.483 0 .917-.297 1.19-.78.338-.593.322-1.15.322-1.818z" id="ftr__m"></path><path d="M8.203 8.295c.11.156.135.341-.005.455-.352.294-.976.834-1.319 1.139l-.004-.004a.356.356 0 0 1-.406.04c-.571-.473-.673-.692-.985-1.142-.944.958-1.613 1.246-2.835 1.246-1.447 0-2.573-.89-2.573-2.672 0-1.39.756-2.337 1.833-2.8.933-.409 2.236-.483 3.233-.595V3.74c0-.409.032-.89-.21-1.243-.208-.315-.61-.445-.964-.445-.656 0-1.239.335-1.382 1.029-.03.154-.142.307-.298.315l-1.666-.18C.48 3.184.324 3.072.365 2.858.748.842 2.573.234 4.209.234c.836 0 1.93.222 2.59.853.835.78.755 1.818.755 2.95v2.67c0 .804.335 1.155.649 1.588zM5.142 5.706v-.37c-1.243 0-2.557.265-2.557 1.724 0 .742.386 1.244 1.045 1.244.482 0 .917-.297 1.19-.78.338-.593.322-1.15.322-1.818z" id="ftr__o"></path><path d="M2.935 10.148c-.88 0-1.583-.25-2.11-.75-.527-.501-.79-1.171-.79-2.011 0-.902.322-1.622.967-2.159.644-.538 1.511-.806 2.602-.806.694 0 1.475.104 2.342.315V3.513c0-.667-.151-1.136-.455-1.408-.304-.271-.821-.407-1.553-.407-.855 0-1.691.123-2.509.37-.285.087-.464.13-.539.13-.148 0-.223-.111-.223-.334v-.5c0-.16.025-.278.075-.352C.79.938.89.87 1.039.808c.383-.173.87-.312 1.459-.417A9.997 9.997 0 0 1 4.255.234c1.177 0 2.045.244 2.602.731.557.489.836 1.233.836 2.233v6.338c0 .247-.124.37-.372.37h-.798c-.236 0-.373-.117-.41-.351l-.093-.612c-.445.383-.939.68-1.477.89-.54.21-1.076.315-1.608.315zm.446-1.39c.41 0 .836-.08 1.282-.241.447-.16.874-.395 1.283-.704v-1.89a8.408 8.408 0 0 0-1.97-.241c-1.401 0-2.1.537-2.1 1.612 0 .47.13.831.39 1.084.26.254.632.38 1.115.38z" id="ftr__q"></path><path d="M.467 9.907c-.248 0-.372-.124-.372-.37V.883C.095.635.219.51.467.51h.817c.125 0 .22.026.288.075.068.05.115.142.14.277l.111.686C3 .672 4.24.234 5.541.234c.904 0 1.592.238 2.063.713.471.476.707 1.165.707 2.066v6.524c0 .246-.124.37-.372.37H6.842c-.248 0-.372-.124-.372-.37V3.625c0-.655-.133-1.137-.4-1.445-.266-.31-.684-.464-1.254-.464-.979 0-1.94.315-2.881.946v6.875c0 .246-.125.37-.372.37H.467z" id="ftr__s"></path><path d="M4.641 9.859c-1.462 0-2.58-.417-3.355-1.251C.51 7.774.124 6.566.124 4.985c0-1.569.4-2.783 1.2-3.641C2.121.486 3.252.055 4.714.055c.67 0 1.326.118 1.971.353.136.05.232.111.288.185.056.074.083.198.083.37v.501c0 .248-.08.37-.241.37-.062 0-.162-.018-.297-.055a5.488 5.488 0 0 0-1.544-.222c-1.04 0-1.79.262-2.248.787-.459.526-.688 1.362-.688 2.511v.241c0 1.124.232 1.949.697 2.474.465.525 1.198.788 2.203.788a5.98 5.98 0 0 0 1.672-.26c.136-.037.23-.056.279-.056.161 0 .242.124.242.371v.5c0 .162-.025.279-.075.353-.05.074-.148.142-.297.204-.608.259-1.314.389-2.119.389z" id="ftr__u"></path><path d="M4.598 10.185c-1.413 0-2.516-.438-3.31-1.316C.497 7.992.1 6.769.1 5.199c0-1.555.397-2.773 1.19-3.65C2.082.673 3.185.235 4.598.235c1.412 0 2.515.438 3.308 1.316.793.876 1.19 2.094 1.19 3.65 0 1.569-.397 2.792-1.19 3.669-.793.878-1.896 1.316-3.308 1.316zm0-1.483c1.747 0 2.62-1.167 2.62-3.502 0-2.323-.873-3.484-2.62-3.484S1.977 2.877 1.977 5.2c0 2.335.874 3.502 2.62 3.502z" id="ftr__w"></path><path d="M.396 9.907c-.248 0-.371-.124-.371-.37V.883C.025.635.148.51.396.51h.818a.49.49 0 0 1 .288.075c.068.05.115.142.14.277l.111.594C2.943.64 4.102.234 5.23.234c1.152 0 1.934.438 2.342 1.315C8.798.672 10.025.234 11.25.234c.856 0 1.512.24 1.971.722.458.482.688 1.168.688 2.057v6.524c0 .246-.124.37-.372.37h-1.097c-.248 0-.371-.124-.371-.37V3.533c0-.618-.119-1.075-.354-1.372-.235-.297-.607-.445-1.115-.445-.904 0-1.815.278-2.732.834.012.087.018.18.018.278v6.709c0 .246-.124.37-.372.37H6.42c-.249 0-.372-.124-.372-.37V3.533c0-.618-.118-1.075-.353-1.372-.235-.297-.608-.445-1.115-.445-.942 0-1.847.272-2.714.815v7.006c0 .246-.125.37-.372.37H.396z" id="ftr__y"></path><path d="M.617 13.724c-.248 0-.371-.124-.371-.37V.882c0-.247.123-.37.371-.37h.818c.248 0 .39.123.428.37l.093.594C2.897.648 3.944.234 5.096.234c1.203 0 2.15.435 2.845 1.307.693.87 1.04 2.053 1.04 3.548 0 1.52-.365 2.736-1.096 3.65-.731.915-1.704 1.372-2.918 1.372-1.116 0-2.076-.365-2.881-1.094v4.337c0 .246-.125.37-.372.37H.617zM4.54 8.628c1.71 0 2.566-1.149 2.566-3.447 0-1.173-.208-2.044-.624-2.612-.415-.569-1.05-.853-1.904-.853-.88 0-1.711.284-2.491.853v5.17c.805.593 1.623.889 2.453.889z" id="ftr__A"></path><path d="M2.971 10.148c-.88 0-1.583-.25-2.11-.75-.526-.501-.79-1.171-.79-2.011 0-.902.322-1.622.967-2.159.644-.538 1.512-.806 2.602-.806.694 0 1.475.104 2.342.315V3.513c0-.667-.15-1.136-.455-1.408-.304-.271-.821-.407-1.552-.407-.855 0-1.692.123-2.509.37-.285.087-.465.13-.54.13-.148 0-.223-.111-.223-.334v-.5c0-.16.025-.278.075-.352.05-.074.148-.142.297-.204.384-.173.87-.312 1.46-.417A9.991 9.991 0 0 1 4.29.234c1.177 0 2.045.244 2.603.731.557.489.836 1.233.836 2.233v6.338c0 .247-.125.37-.372.37h-.799c-.236 0-.372-.117-.41-.351l-.092-.612a5.09 5.09 0 0 1-1.478.89 4.4 4.4 0 0 1-1.608.315zm.446-1.39c.41 0 .836-.08 1.283-.241.446-.16.874-.395 1.282-.704v-1.89a8.403 8.403 0 0 0-1.97-.241c-1.4 0-2.1.537-2.1 1.612 0 .47.13.831.39 1.084.26.254.632.38 1.115.38z" id="ftr__C"></path><path d="M.503 9.907c-.248 0-.371-.124-.371-.37V.883C.132.635.255.51.503.51h.818a.49.49 0 0 1 .288.075c.068.05.115.142.14.277l.111.686C3.037.672 4.277.234 5.578.234c.904 0 1.592.238 2.063.713.47.476.706 1.165.706 2.066v6.524c0 .246-.123.37-.371.37H6.879c-.248 0-.372-.124-.372-.37V3.625c0-.655-.133-1.137-.4-1.445-.266-.31-.684-.464-1.254-.464-.98 0-1.94.315-2.882.946v6.875c0 .246-.124.37-.371.37H.503z" id="ftr__E"></path><path d="M1.988 13.443c-.397 0-.75-.043-1.059-.13-.15-.037-.251-.1-.307-.185a.684.684 0 0 1-.084-.37v-.483c0-.234.093-.352.28-.352.06 0 .154.013.278.037.124.025.291.037.502.037.459 0 .82-.114 1.087-.343.266-.228.505-.633.716-1.213l.353-.945L.167.675C.08.465.037.316.037.23c0-.149.086-.222.26-.222h1.115c.198 0 .334.03.409.093.075.062.148.197.223.407l2.602 7.19 2.51-7.19c.074-.21.148-.345.222-.407.075-.062.211-.093.41-.093h1.04c.174 0 .261.073.261.222 0 .086-.044.235-.13.445l-4.09 10.377c-.334.853-.725 1.464-1.17 1.835-.446.37-1.017.556-1.711.556z" id="ftr__G"></path></defs><g fill="none" fill-rule="evenodd"><g transform="translate(31.496 11.553)"><mask fill="currentColor" id="ftr__b"><use xlink:href="#ftr__a"></use></mask><path d="M.04 6.088h26.91V.04H.04z" fill="currentColor" mask="url(#ftr__b)"></path></g><g transform="translate(55.433 10.797)"><mask fill="currentColor" id="ftr__d"><use xlink:href="#ftr__c"></use></mask><path d="M.05 5.664h5.564V.222H.05z" fill="currentColor" mask="url(#ftr__d)"></path></g><g transform="translate(55.433 .97)"><mask fill="currentColor" id="ftr__f"><use xlink:href="#ftr__e"></use></mask><path d="M.11 9.444h6.804V.222H.111z" fill="currentColor" mask="url(#ftr__f)"></path></g><g transform="translate(33.008 .97)"><mask fill="currentColor" id="ftr__h"><use xlink:href="#ftr__g"></use></mask><path d="M.191 9.655h11.611V.04H.192z" fill="currentColor" mask="url(#ftr__h)"></path></g><g transform="translate(62.992 .97)"><mask fill="currentColor" id="ftr__j"><use xlink:href="#ftr__i"></use></mask><path d="M.141 9.867h7.831V.04H.142z" fill="currentColor" mask="url(#ftr__j)"></path></g><g transform="translate(72.063 .97)"><mask fill="currentColor" id="ftr__l"><use xlink:href="#ftr__k"></use></mask><path d="M.171 9.655h7.076V.04H.17z" fill="currentColor" mask="url(#ftr__l)"></path></g><g transform="translate(46.11 .718)"><mask fill="currentColor" id="ftr__n"><use xlink:href="#ftr__m"></use></mask><path d="M.181 10.059h8.225V.232H.18z" fill="currentColor" mask="url(#ftr__n)"></path></g><g transform="translate(23.685 .718)"><mask fill="currentColor" id="ftr__p"><use xlink:href="#ftr__o"></use></mask><path d="M.05 10.059h8.255V.232H.05z" fill="currentColor" mask="url(#ftr__p)"></path></g><g transform="translate(0 .718)"><mask fill="currentColor" id="ftr__r"><use xlink:href="#ftr__q"></use></mask><path d="M.03 10.15h7.68V.231H.03z" fill="currentColor" mask="url(#ftr__r)"></path></g><g transform="translate(10.33 .718)"><mask fill="currentColor" id="ftr__t"><use xlink:href="#ftr__s"></use></mask><path d="M.07 9.907h8.255V.232H.071z" fill="currentColor" mask="url(#ftr__t)"></path></g><g transform="translate(84.157 .97)"><mask fill="currentColor" id="ftr__v"><use xlink:href="#ftr__u"></use></mask><path d="M.11 9.867h7.046V.04H.11z" fill="currentColor" mask="url(#ftr__v)"></path></g><g transform="translate(92.472 .718)"><mask fill="currentColor" id="ftr__x"><use xlink:href="#ftr__w"></use></mask><path d="M.08 10.21h9.041V.232H.081z" fill="currentColor" mask="url(#ftr__x)"></path></g><g transform="translate(103.811 .718)"><mask fill="currentColor" id="ftr__z"><use xlink:href="#ftr__y"></use></mask><path d="M.02 9.907H13.93V.232H.02z" fill="currentColor" mask="url(#ftr__z)"></path></g><g transform="translate(120.189 .718)"><mask fill="currentColor" id="ftr__B"><use xlink:href="#ftr__A"></use></mask><path d="M.242 13.747H9.01V.232H.242z" fill="currentColor" mask="url(#ftr__B)"></path></g><g transform="translate(130.772 .718)"><mask fill="currentColor" id="ftr__D"><use xlink:href="#ftr__C"></use></mask><path d="M.06 10.15h7.68V.231H.06z" fill="currentColor" mask="url(#ftr__D)"></path></g><g transform="translate(141.102 .718)"><mask fill="currentColor" id="ftr__F"><use xlink:href="#ftr__E"></use></mask><path d="M.131 9.907h8.224V.232H.131z" fill="currentColor" mask="url(#ftr__F)"></path></g><g transform="translate(150.677 1.222)"><mask fill="currentColor" id="ftr__H"><use xlink:href="#ftr__G"></use></mask><path d="M.02 13.455h9.071V0H.021z" fill="currentColor" mask="url(#ftr__H)"></path></g></g></svg></div><p class="imdb-footer__copyright _2-iNNCFskmr4l2OFN2DRsf">© 1990-<!-- -->2021<!-- --> by IMDb.com, Inc.</p></div></footer><svg style="width:0;height:0;overflow:hidden;display:block" version="1.1" xmlns="http://www.w3.org/2000/svg"><defs><lineargradient id="ipc-svg-gradient-tv-logo-t" x1="31.973%" x2="153.413%" y1="53.409%" y2="-16.853%"><stop offset="21.89%" stop-color="#D01F49"></stop><stop offset="83.44%" stop-color="#E8138B"></stop></lineargradient><lineargradient id="ipc-svg-gradient-tv-logo-v" x1="-38.521%" x2="104.155%" y1="84.997%" y2="14.735%"><stop offset="21.89%" stop-color="#D01F49"></stop><stop offset="83.44%" stop-color="#E8138B"></stop></lineargradient></defs></svg>
</div>
<script type="text/javascript">
if (!window.RadWidget) {
window.RadWidget = {
registerReactWidgetInstance: function(input) {
window.RadWidget[input.widgetName] = window.RadWidget[input.widgetName] || [];
window.RadWidget[input.widgetName].push({
id: input.instanceId,
props: JSON.stringify(input.model)
})
},
getReactWidgetInstances: function(widgetName) {
return window.RadWidget[widgetName] || []
}
};
}
</script> <script type="text/javascript">
window['RadWidget'].registerReactWidgetInstance({
widgetName: "IMDbConsumerSiteFooterFeatureV1",
instanceId: "4594234e-9d5b-42e3-8ac7-5c4820083dec",
model: {"ResponsiveFooterModel":{"showIMDbTVLink":false,"desktopLink":"?mode=desktop&ref_=m_ft_dsk","showDesktopLink":true}}
});
</script>
<script>
if (typeof uet == 'function') {
uet("be", "desktopFooter", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "desktopFooter", {wb: 1});
}
</script>
<script>
if (typeof uet == 'function') {
uet("bb", "LoadHeaderJS", {wb: 1});
}
</script>
<script src="https://m.media-amazon.com/images/S/sash/EbJ50esdfIcjt2R.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/Q$vpA-vTfEkXQYW.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/EtkwkDagnYhJNZk.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/3wL0We-DlKJbHux.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/pEaYC0JytMRJx29.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/D-WNvtV4PDafd7p.js" type="text/javascript"></script>
<script src="https://m.media-amazon.com/images/S/sash/N8lg9BrsJ0WtXtp.js" type="text/javascript"></script>
<script type="text/javascript">
function jQueryOnReady(remaining_count) {
if (window.jQuery && typeof $.fn.watchlistRibbon !== 'undefined') {
jQuery(
function() {
var listConfig = imdb.userlists.getListerInitConfig(
{
listId : 'ls056092300',
refMarker : 'ttls',
mode : 'detail',
page : 1,
viewMoreOption : 'PAGINATE',
sortField : 'list_order',
sortDirection : 'asc',
showtimesDate : '',
explore : '',
ajaxURL : '/list/ls056092300/_ajax',
externalCallbacks : [window.imdb.CS.loadMoreUpdate],
}
);
imdb.userlists.listerInit(listConfig);
}
);
jQuery(
function() {
var isAdvertisingThemed = !!(window.custom && window.custom.full_page && window.custom.full_page.theme),
url = "https://www.facebook.com/widgets/like.php?width=280&show_faces=1&layout=standard&href=http%3A%2F%2Fwww.imdb.com%2Flist%2Fls056092300%2F&colorscheme=light",
like = document.getElementById('iframe_like');
if (!isAdvertisingThemed && like) {
like.src = url;
like.onload = function () {
if (typeof uex == 'function') { uex('ld', 'facebook_like_iframe', {wb: 1}); }
};
} else if (isAdvertisingThemed) {
$('.social_networking_like').closest('.aux-content-widget-2').hide();
}
}
);
} else if (remaining_count > 0) {
setTimeout(function() { jQueryOnReady(remaining_count-1) }, 100);
}
}
jQueryOnReady(50);
</script>
<script type="text/javascript">window.webpackManifest_IMDbConsumerSiteNavFeature={}</script><script type="text/javascript">window.webpackManifest_IMDbConsumerSiteFooterFeature={}</script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/81ylQlbn1fL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/61SeeyqsNHL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/61vDTVmJCNL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/41TeoVoT7fL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/31827uXCh4L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/31P6K1kIR-L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/41Pr-woKLCL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/51GDom0+d0L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/61Ka2ezTX9L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/019vMGkrlkL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/11UNuUz7BzL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/21QhnrxvhtL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/01EjywnajPL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/01eEXY1YetL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/21n5fdlWBhL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/21a9eB+eAFL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/01X4+ME2ObL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/61bggxN4hhL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/81Bd+VCEo9L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/41uka3OgCRL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/31ROAIgElzL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/31VYLn8dVDL.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/01qhBQyMr+L.js" type="text/javascript"></script><script crossorigin="anonymous" src="https://m.media-amazon.com/images/I/412zhLIJTNL.js" type="text/javascript"></script>
<script>
if (typeof uet == 'function') {
uet("bb", "RenderBranchSDK", {wb: 1});
}
</script>
<script>
if ('csm' in window) {
csm.measure('csm_RenderBranchSDK_started');
}
</script>
<script class="ics-branch-sdk-script">
if (document.domain.startsWith('m.')) {
function logBranchMetric(metricName, n) {
if (window && window.ue && typeof window.ue.count === 'function') {
window.ue.count(metricName, n);
}
}
logBranchMetric('BranchSDK.Requests', 1);
if (uet) {
uet('bb', 'LoadBranchSDK', {wb: 1});
}
(function(b,r,a,n,c,h,_,s,d,k){if(!b[n]||!b[n]._q){for(;s<_.length;)c(h,_[s++]);d=r.createElement(a);d.async=1;d.src="https://cdn.branch.io/branch-2.58.0.min.js";k=r.getElementsByTagName(a)[0];k.parentNode.insertBefore(d,k);b[n]=h}})(window,document,"script","branch",function(b,r){b[r]=function(){b._q.push([r,arguments])}},{_q:[],_v:1},"addListener applyCode autoAppIndex banner closeBanner closeJourney creditHistory credits data deepview deepviewCta first getCode init link logout redeem referrals removeListener sendSMS setBranchViewData setIdentity track validateCode trackCommerceEvent logEvent disableTracking".split(" "), 0);
branch.init('key_live_jdSfREMXW6WE9FcCt5HWFbhgswmprlIn', { timeout: 2000 }, (err, data) => {
if (uet && uex) {
uet('be', 'LoadBranchSDK', {wb: 1});
uex('ld', 'LoadBranchSDK', {wb: 1} )
}
if (err) {
console.log('Branch init error', err);
logBranchMetric('BranchSDK.Error', 1);
} else {
logBranchMetric('BranchSDK.Error', 0);
logBranchMetric('BranchSDK.Initialized', 1);
branch.setBranchViewData(
{
'$deeplink_path': '/list/ls056092300/'
}
);
branch.setIdentity('000-0000000-0000000', (err, data) => {
if (err) {
console.log('Branch setIdentity error', err);
logBranchMetric('BranchSDK.Error', 1);
} else {
logBranchMetric('BranchSDK.Error', 0);
}
});
}
});
}
</script>
<script>
if ('csm' in window) {
csm.measure('csm_RenderBranchSDK_finished');
}
</script>
<script>
if (typeof uet == 'function') {
uet("be", "RenderBranchSDK", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "RenderBranchSDK", {wb: 1});
}
</script>
<script>
if (typeof uet == 'function') {
uet("be", "LoadFooterJS", {wb: 1});
}
</script>
<script>
if (typeof uex == 'function') {
uex("ld", "LoadFooterJS", {wb: 1});
}
</script>
<div id="servertime" time="3027"></div>
<script>
if (typeof uet == 'function') {
uet("be");
}
</script>
</body>
</html>
#top100 indian movies name
name = Soup.find_all("h3", class_="lister-item-header")
name
[<h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">1.</span> <a href="/title/tt1773764/">Ship of Theseus</a> <span class="lister-item-year text-muted unbold">(2012)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">2.</span> <a href="/title/tt0119385/">Iruvar</a> <span class="lister-item-year text-muted unbold">(1997)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">3.</span> <a href="/title/tt0052954/">Kaagaz Ke Phool</a> <span class="lister-item-year text-muted unbold">(1959)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">4.</span> <a href="/title/tt0169102/">Lagaan: Once Upon a Time in India</a> <span class="lister-item-year text-muted unbold">(2001)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">5.</span> <a href="/title/tt0048473/">Pather Panchali</a> <span class="lister-item-year text-muted unbold">(1955)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">6.</span> <a href="/title/tt0057935/">Charulata</a> <span class="lister-item-year text-muted unbold">(1964)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">7.</span> <a href="/title/tt0405508/">Rang De Basanti</a> <span class="lister-item-year text-muted unbold">(2006)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">8.</span> <a href="/title/tt1327035/">Dev.D</a> <span class="lister-item-year text-muted unbold">(2009)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">9.</span> <a href="/title/tt1187043/">3 Idiots</a> <span class="lister-item-year text-muted unbold">(2009)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">10.</span> <a href="/title/tt0043306/">Awaara</a> <span class="lister-item-year text-muted unbold">(1951)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">11.</span> <a href="/title/tt0093603/">Nayakan</a> <span class="lister-item-year text-muted unbold">(1987)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">12.</span> <a href="/title/tt0048956/">Aparajito</a> <span class="lister-item-year text-muted unbold">(1956)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">13.</span> <a href="/title/tt0251355/">Pushpaka Vimana</a> <span class="lister-item-year text-muted unbold">(1987)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">14.</span> <a href="/title/tt0050870/">Pyaasa</a> <span class="lister-item-year text-muted unbold">(1957)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">15.</span> <a href="/title/tt0076080/">Ghatashraddha</a> <span class="lister-item-year text-muted unbold">(1977)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">16.</span> <a href="/title/tt0073707/">Sholay</a> <span class="lister-item-year text-muted unbold">(1975)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">17.</span> <a href="/title/tt0065416/">Aradhana</a> <span class="lister-item-year text-muted unbold">(1969)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">18.</span> <a href="/title/tt0050322/">Do Ankhen Barah Haath</a> <span class="lister-item-year text-muted unbold">(1957)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">19.</span> <a href="/title/tt0112553/">Bombay</a> <span class="lister-item-year text-muted unbold">(1995)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">20.</span> <a href="/title/tt0154942/">Neecha Nagar</a> <span class="lister-item-year text-muted unbold">(1946)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">21.</span> <a href="/title/tt0045693/">Do Bigha Zamin</a> <span class="lister-item-year text-muted unbold">(1953)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">22.</span> <a href="/title/tt0073034/">Garm Hava</a> <span class="lister-item-year text-muted unbold">(1974)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">23.</span> <a href="/title/tt0095872/">Piravi</a> <span class="lister-item-year text-muted unbold">(1989)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">24.</span> <a href="/title/tt0054098/">Mughal-E-Azam</a> <span class="lister-item-year text-muted unbold">(1960)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">25.</span> <a href="/title/tt0090634/">Amma Ariyan</a> <span class="lister-item-year text-muted unbold">(1986)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">26.</span> <a href="/title/tt0050665/">Madhumati</a> <span class="lister-item-year text-muted unbold">(1958)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">27.</span> <a href="/title/tt0063023/">Goopy Gyne Bagha Byne</a> <span class="lister-item-year text-muted unbold">(1969)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">28.</span> <a href="/title/tt1954470/">Gangs of Wasseypur</a> <span class="lister-item-year text-muted unbold">(2012)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">29.</span> <a href="/title/tt0059246/">Guide</a> <span class="lister-item-year text-muted unbold">(1965)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">30.</span> <a href="/title/tt0195231/">Satya</a> <span class="lister-item-year text-muted unbold">(1998)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">31.</span> <a href="/title/tt0105271/">Roja</a> <span class="lister-item-year text-muted unbold">(1992)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">32.</span> <a href="/title/tt0093578/">Mr. India</a> <span class="lister-item-year text-muted unbold">(1987)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">33.</span> <a href="/title/tt0054073/">The Cloud-Capped Star</a> <span class="lister-item-year text-muted unbold">(1960)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">34.</span> <a href="/title/tt1524539/">Harishchandrachi Factory</a> <span class="lister-item-year text-muted unbold">(2009)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">35.</span> <a href="/title/tt0085913/">Masoom</a> <span class="lister-item-year text-muted unbold">(1983)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">36.</span> <a href="/title/tt0098999/">Agneepath</a> <span class="lister-item-year text-muted unbold">(1990)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">37.</span> <a href="/title/tt0232753/">Tabarana Kathe</a> <span class="lister-item-year text-muted unbold">(1986)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">38.</span> <a href="/title/tt0211126/">Zakhm</a> <span class="lister-item-year text-muted unbold">(1998)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">39.</span> <a href="/title/tt0292490/">Dil Chahta Hai</a> <span class="lister-item-year text-muted unbold">(2001)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">40.</span> <a href="/title/tt2356180/">Bhaag Milkha Bhaag</a> <span class="lister-item-year text-muted unbold">(2013)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">41.</span> <a href="/title/tt0072783/">Chupke Chupke</a> <span class="lister-item-year text-muted unbold">(1975)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">42.</span> <a href="/title/tt0112870/">Dilwale Dulhania Le Jayenge</a> <span class="lister-item-year text-muted unbold">(1995)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">43.</span> <a href="/title/tt0986264/">Taare Zameen Par</a> <span class="lister-item-year text-muted unbold">(2007)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">44.</span> <a href="/title/tt0085178/">Ardh Satya</a> <span class="lister-item-year text-muted unbold">(1983)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">45.</span> <a href="/title/tt0075747/">Bhumika</a> <span class="lister-item-year text-muted unbold">(1977)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">46.</span> <a href="/title/tt1305797/">Enthiran</a> <span class="lister-item-year text-muted unbold">(2010)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">47.</span> <a href="/title/tt0086230/">Sadma</a> <span class="lister-item-year text-muted unbold">(1983)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">48.</span> <a href="/title/tt0396962/">Shwaas</a> <span class="lister-item-year text-muted unbold">(2004)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">49.</span> <a href="/title/tt0102258/">Lamhe</a> <span class="lister-item-year text-muted unbold">(1991)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">50.</span> <a href="/title/tt0154565/">Haqeeqat</a> <span class="lister-item-year text-muted unbold">(1964)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">51.</span> <a href="/title/tt0048613/">Shree 420</a> <span class="lister-item-year text-muted unbold">(1955)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">52.</span> <a href="/title/tt0312859/">Kannathil Muthamittal</a> <span class="lister-item-year text-muted unbold">(2002)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">53.</span> <a href="/title/tt0110076/">Hum Aapke Hain Koun..!</a> <span class="lister-item-year text-muted unbold">(1994)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">54.</span> <a href="/title/tt2218988/">Ustad Hotel</a> <span class="lister-item-year text-muted unbold">(2012)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">55.</span> <a href="/title/tt0109206/">Bandit Queen</a> <span class="lister-item-year text-muted unbold">(1994)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">56.</span> <a href="/title/tt0323013/">Lakshya</a> <span class="lister-item-year text-muted unbold">(2004)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">57.</span> <a href="/title/tt0400234/">Black Friday</a> <span class="lister-item-year text-muted unbold">(2004)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">58.</span> <a href="/title/tt0074858/">Manthan</a> <span class="lister-item-year text-muted unbold">(1976)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">59.</span> <a href="/title/tt0154159/">Apoorva Raagangal</a> <span class="lister-item-year text-muted unbold">(1975)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">60.</span> <a href="/title/tt2181931/">English Vinglish</a> <span class="lister-item-year text-muted unbold">(2012)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">61.</span> <a href="/title/tt0061842/">Jewel Thief</a> <span class="lister-item-year text-muted unbold">(1967)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">62.</span> <a href="/title/tt0067546/">Pakeezah</a> <span class="lister-item-year text-muted unbold">(1972)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">63.</span> <a href="/title/tt0379370/">Maqbool</a> <span class="lister-item-year text-muted unbold">(2003)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">64.</span> <a href="/title/tt0053965/">Jis Desh Men Ganga Behti Hai</a> <span class="lister-item-year text-muted unbold">(1960)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">65.</span> <a href="/title/tt0056436/">Sahib Bibi Aur Ghulam</a> <span class="lister-item-year text-muted unbold">(1962)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">66.</span> <a href="/title/tt0076696/">Shatranj Ke Khilari</a> <span class="lister-item-year text-muted unbold">(1977)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">67.</span> <a href="/title/tt0263778/">Narthanasala</a> <span class="lister-item-year text-muted unbold">(1963)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">68.</span> <a href="/title/tt0267363/">Chandni Bar</a> <span class="lister-item-year text-muted unbold">(2001)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">69.</span> <a href="/title/tt1180583/">Vaaranam Aayiram</a> <span class="lister-item-year text-muted unbold">(2008)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">70.</span> <a href="/title/tt0329393/">Mr. and Mrs. Iyer</a> <span class="lister-item-year text-muted unbold">(2002)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">71.</span> <a href="/title/tt0097045/">Chandni</a> <span class="lister-item-year text-muted unbold">(1989)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">72.</span> <a href="/title/tt0109732/">English, August</a> <span class="lister-item-year text-muted unbold">(1994)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">73.</span> <a href="/title/tt2717168/">Celluloid</a> <span class="lister-item-year text-muted unbold">(2013)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">74.</span> <a href="/title/tt0086231/">Sagara Sangamam</a> <span class="lister-item-year text-muted unbold">(1983)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">75.</span> <a href="/title/tt0374887/">Munna Bhai M.B.B.S.</a> <span class="lister-item-year text-muted unbold">(2003)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">76.</span> <a href="/title/tt0088031/">Saaransh</a> <span class="lister-item-year text-muted unbold">(1984)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">77.</span> <a href="/title/tt0067164/">Guddi</a> <span class="lister-item-year text-muted unbold">(1971)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">78.</span> <a href="/title/tt0832971/">Vanaja</a> <span class="lister-item-year text-muted unbold">(2006)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">79.</span> <a href="/title/tt2146960/">Vazhakku Enn 18/9</a> <span class="lister-item-year text-muted unbold">(2012)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">80.</span> <a href="/title/tt0373856/">Gangaajal</a> <span class="lister-item-year text-muted unbold">(2003)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">81.</span> <a href="/title/tt0215517/">Angoor</a> <span class="lister-item-year text-muted unbold">(1982)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">82.</span> <a href="/title/tt0499375/">Guru</a> <span class="lister-item-year text-muted unbold">(2007)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">83.</span> <a href="/title/tt0109117/">Andaz Apna Apna</a> <span class="lister-item-year text-muted unbold">(1994)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">84.</span> <a href="/title/tt0058547/">Sangam</a> <span class="lister-item-year text-muted unbold">(I) (1964)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">85.</span> <a href="/title/tt0076492/">Oka Oori Katha</a> <span class="lister-item-year text-muted unbold">(1978)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">86.</span> <a href="/title/tt0064086/">Bhuvan Shome</a> <span class="lister-item-year text-muted unbold">(1969)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">87.</span> <a href="/title/tt0118751/">Border</a> <span class="lister-item-year text-muted unbold">(I) (1997)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">88.</span> <a href="/title/tt0437407/">Parineeta</a> <span class="lister-item-year text-muted unbold">(2005)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">89.</span> <a href="/title/tt0047990/">Devdas</a> <span class="lister-item-year text-muted unbold">(1955)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">90.</span> <a href="/title/tt1461674/">Abohomaan</a> <span class="lister-item-year text-muted unbold">(2009)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">91.</span> <a href="/title/tt0172684/">Kuch Kuch Hota Hai</a> <span class="lister-item-year text-muted unbold">(1998)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">92.</span> <a href="/title/tt0376076/">Pithamagan</a> <span class="lister-item-year text-muted unbold">(2003)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">93.</span> <a href="/title/tt1045898/">Veyyil</a> <span class="lister-item-year text-muted unbold">(2006)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">94.</span> <a href="/title/tt0059028/">Chemmeen</a> <span class="lister-item-year text-muted unbold">(1965)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">95.</span> <a href="/title/tt0085743/">Jaane Bhi Do Yaaro</a> <span class="lister-item-year text-muted unbold">(1983)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">96.</span> <a href="/title/tt0052572/">Apur Sansar</a> <span class="lister-item-year text-muted unbold">(1959)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">97.</span> <a href="/title/tt1286811/">Kanchivaram</a> <span class="lister-item-year text-muted unbold">(2008)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">98.</span> <a href="/title/tt0265343/">Monsoon Wedding</a> <span class="lister-item-year text-muted unbold">(2001)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">99.</span> <a href="/title/tt0375611/">Black</a> <span class="lister-item-year text-muted unbold">(2005)</span> </h3>, <h3 class="lister-item-header"> <span class="lister-item-index unbold text-primary">100.</span> <a href="/title/tt0072860/">Deewaar</a> <span class="lister-item-year text-muted unbold">(1975)</span> </h3>]
movies_name = [] # emptylist
for i in name:
for j in i.find_all("a"):
movies_name.append(j.text.replace("\n",""))
movies_name
len(movies_name)
100
#top100 indian movies name
rating= Soup.find_all("div",class_="ipl-rating-star small")
rating
[<div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">6.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">6.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">6.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.8</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.3</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.9</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.6</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.7</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.5</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">7.4</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.2</span> </div>, <div class="ipl-rating-star small"> <span class="ipl-rating-star__star"> <svg class="ipl-icon ipl-star-icon" fill="#000000" height="24" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path> <path d="M0 0h24v24H0z" fill="none"></path> </svg> </span> <span class="ipl-rating-star__rating">8.1</span> </div>]
movie_rating=[]
for i in rating:
movie_rating.append(i.text.replace("\n",""))
movie_rating
len(movie_rating)
100
# top100 indian movies name
year = Soup.find_all("span",class_="lister-item-year text-muted unbold")
year
[<span class="lister-item-year text-muted unbold">(2012)</span>, <span class="lister-item-year text-muted unbold">(1997)</span>, <span class="lister-item-year text-muted unbold">(1959)</span>, <span class="lister-item-year text-muted unbold">(2001)</span>, <span class="lister-item-year text-muted unbold">(1955)</span>, <span class="lister-item-year text-muted unbold">(1964)</span>, <span class="lister-item-year text-muted unbold">(2006)</span>, <span class="lister-item-year text-muted unbold">(2009)</span>, <span class="lister-item-year text-muted unbold">(2009)</span>, <span class="lister-item-year text-muted unbold">(1951)</span>, <span class="lister-item-year text-muted unbold">(1987)</span>, <span class="lister-item-year text-muted unbold">(1956)</span>, <span class="lister-item-year text-muted unbold">(1987)</span>, <span class="lister-item-year text-muted unbold">(1957)</span>, <span class="lister-item-year text-muted unbold">(1977)</span>, <span class="lister-item-year text-muted unbold">(1975)</span>, <span class="lister-item-year text-muted unbold">(1969)</span>, <span class="lister-item-year text-muted unbold">(1957)</span>, <span class="lister-item-year text-muted unbold">(1995)</span>, <span class="lister-item-year text-muted unbold">(1946)</span>, <span class="lister-item-year text-muted unbold">(1953)</span>, <span class="lister-item-year text-muted unbold">(1974)</span>, <span class="lister-item-year text-muted unbold">(1989)</span>, <span class="lister-item-year text-muted unbold">(1960)</span>, <span class="lister-item-year text-muted unbold">(1986)</span>, <span class="lister-item-year text-muted unbold">(1958)</span>, <span class="lister-item-year text-muted unbold">(1969)</span>, <span class="lister-item-year text-muted unbold">(2012)</span>, <span class="lister-item-year text-muted unbold">(1965)</span>, <span class="lister-item-year text-muted unbold">(1998)</span>, <span class="lister-item-year text-muted unbold">(1992)</span>, <span class="lister-item-year text-muted unbold">(1987)</span>, <span class="lister-item-year text-muted unbold">(1960)</span>, <span class="lister-item-year text-muted unbold">(2009)</span>, <span class="lister-item-year text-muted unbold">(1983)</span>, <span class="lister-item-year text-muted unbold">(1990)</span>, <span class="lister-item-year text-muted unbold">(1986)</span>, <span class="lister-item-year text-muted unbold">(1998)</span>, <span class="lister-item-year text-muted unbold">(2001)</span>, <span class="lister-item-year text-muted unbold">(2013)</span>, <span class="lister-item-year text-muted unbold">(1975)</span>, <span class="lister-item-year text-muted unbold">(1995)</span>, <span class="lister-item-year text-muted unbold">(2007)</span>, <span class="lister-item-year text-muted unbold">(1983)</span>, <span class="lister-item-year text-muted unbold">(1977)</span>, <span class="lister-item-year text-muted unbold">(2010)</span>, <span class="lister-item-year text-muted unbold">(1983)</span>, <span class="lister-item-year text-muted unbold">(2004)</span>, <span class="lister-item-year text-muted unbold">(1991)</span>, <span class="lister-item-year text-muted unbold">(1964)</span>, <span class="lister-item-year text-muted unbold">(1955)</span>, <span class="lister-item-year text-muted unbold">(2002)</span>, <span class="lister-item-year text-muted unbold">(1994)</span>, <span class="lister-item-year text-muted unbold">(2012)</span>, <span class="lister-item-year text-muted unbold">(1994)</span>, <span class="lister-item-year text-muted unbold">(2004)</span>, <span class="lister-item-year text-muted unbold">(2004)</span>, <span class="lister-item-year text-muted unbold">(1976)</span>, <span class="lister-item-year text-muted unbold">(1975)</span>, <span class="lister-item-year text-muted unbold">(2012)</span>, <span class="lister-item-year text-muted unbold">(1967)</span>, <span class="lister-item-year text-muted unbold">(1972)</span>, <span class="lister-item-year text-muted unbold">(2003)</span>, <span class="lister-item-year text-muted unbold">(1960)</span>, <span class="lister-item-year text-muted unbold">(1962)</span>, <span class="lister-item-year text-muted unbold">(1977)</span>, <span class="lister-item-year text-muted unbold">(1963)</span>, <span class="lister-item-year text-muted unbold">(2001)</span>, <span class="lister-item-year text-muted unbold">(2008)</span>, <span class="lister-item-year text-muted unbold">(2002)</span>, <span class="lister-item-year text-muted unbold">(1989)</span>, <span class="lister-item-year text-muted unbold">(1994)</span>, <span class="lister-item-year text-muted unbold">(2013)</span>, <span class="lister-item-year text-muted unbold">(1983)</span>, <span class="lister-item-year text-muted unbold">(2003)</span>, <span class="lister-item-year text-muted unbold">(1984)</span>, <span class="lister-item-year text-muted unbold">(1971)</span>, <span class="lister-item-year text-muted unbold">(2006)</span>, <span class="lister-item-year text-muted unbold">(2012)</span>, <span class="lister-item-year text-muted unbold">(2003)</span>, <span class="lister-item-year text-muted unbold">(1982)</span>, <span class="lister-item-year text-muted unbold">(2007)</span>, <span class="lister-item-year text-muted unbold">(1994)</span>, <span class="lister-item-year text-muted unbold">(I) (1964)</span>, <span class="lister-item-year text-muted unbold">(1978)</span>, <span class="lister-item-year text-muted unbold">(1969)</span>, <span class="lister-item-year text-muted unbold">(I) (1997)</span>, <span class="lister-item-year text-muted unbold">(2005)</span>, <span class="lister-item-year text-muted unbold">(1955)</span>, <span class="lister-item-year text-muted unbold">(2009)</span>, <span class="lister-item-year text-muted unbold">(1998)</span>, <span class="lister-item-year text-muted unbold">(2003)</span>, <span class="lister-item-year text-muted unbold">(2006)</span>, <span class="lister-item-year text-muted unbold">(1965)</span>, <span class="lister-item-year text-muted unbold">(1983)</span>, <span class="lister-item-year text-muted unbold">(1959)</span>, <span class="lister-item-year text-muted unbold">(2008)</span>, <span class="lister-item-year text-muted unbold">(2001)</span>, <span class="lister-item-year text-muted unbold">(2005)</span>, <span class="lister-item-year text-muted unbold">(1975)</span>]
movie_year=[]
for i in year:
movie_year.append(i.text.replace("\n",""))
movie_year
len(movie_year)
100
import pandas as pd
import numpy as np
df=pd.DataFrame({})
df['movie_rating']=movie_rating[:100]
df['movies_name']=movies_name[:100]
df['movie_year']=movie_year[:100]
df
| movie_rating | movies_name | movie_year | |
|---|---|---|---|
| 0 | 8.1 | Ship of Theseus | (2012) |
| 1 | 8.5 | Iruvar | (1997) |
| 2 | 8 | Kaagaz Ke Phool | (1959) |
| 3 | 8.1 | Lagaan: Once Upon a Time in India | (2001) |
| 4 | 8.5 | Pather Panchali | (1955) |
| ... | ... | ... | ... |
| 95 | 8.5 | Apur Sansar | (1959) |
| 96 | 8.1 | Kanchivaram | (2008) |
| 97 | 7.4 | Monsoon Wedding | (2001) |
| 98 | 8.2 | Black | (2005) |
| 99 | 8.1 | Deewaar | (1975) |
100 rows × 3 columns
Write a python program to scrap book name, author name, genre and book review of any 5 books from ‘www.bookpage.com’
page=requests.get("https://bookpage.com/reviews?book_genre=fiction&page=1")
page
<Response [200]>
page.content
b'<!DOCTYPE html>\n<html lang=\'en\' xmlns:fb=\'http://www.facebook.com/2008/fbml\' xmlns:og=\'http://opengraphprotocol.org/schema/\'>\n<head>\n<title>Fiction Book Reviews | BookPage</title>\n<meta name="description" content="Fiction book recommendations of the best new books and more.">\n<meta name="keywords" content="book reviews, books and literature, writing and writers">\n<link rel="canonical" href="https://bookpage.com/reviews?book_genre=fiction&page=1">\n<meta property="og:site_name" content="BookPage.com">\n<meta property="og:title" content="Fiction Book Reviews">\n<meta property="og:description" content="Fiction book recommendations of the best new books and more.">\n<meta property="og:type" content="website">\n<meta property="og:url" content="https://bookpage.com/reviews?book_genre=fiction&page=1">\n<meta property="og:image" content="//www.bookpage.com/default_image.jpg">\n<meta name="twitter:card" content="summary">\n<meta name="twitter:site" content="@bookpage">\n<meta name="twitter:creator" content="@bookpage">\n<meta name="robots" content="index,follow">\n<meta name="application-name" content="BookPage">\n<meta name="msapplication-tooltip" content="BookPage">\n<meta name="msapplication-starturl" content="https://bookpage.com/">\n<meta name="msapplication-task" content="name=BookPage;action-uri=https://bookpage.com;icon-uri=https://bookpage.com/favicon.ico">\n<meta name="msapplication-task" content="name=BookPage on Twitter;action-uri=http://twitter.com/bookpage;icon-uri=http://twitter.com/favicon.ico">\n<meta name="msapplication-task" content="name=BookPage on Facebook;action-uri=https://www.facebook.com/pages/BookPage/116675947874;icon-uri=https://s-static.ak.facebook.com/rsrc.php/yi/r/q9U99v3_saj.ico">\n<meta name="msapplication-task" content="name=BookPage on Pinterest;action-uri=http://www.pinterest.com/bookpage/;icon-uri=http://www.pinterest.com/favicon.ico">\n<meta name="msapplication-task" content="name=BookPage on YouTube;action-uri=http://www.youtube.com/BookPagedotcom;icon-uri=http://www.youtube.com/favicon.ico">\n<meta charset=\'utf-8\'>\n<meta content=\'IE=Edge,chrome=1\' http-equiv=\'X-UA-Compatible\'>\n<meta content=\'width=device-width, initial-scale=1.0\' name=\'viewport\'>\n<meta name="csrf-param" content="authenticity_token" />\n<meta name="csrf-token" content="L6jdqzjdraWyP3Yhl9U+5hdONTKmdjFL2khoe7y1EgjNeY/hsosmLc9qT1yJr9z86A1KXd4Ml7xmic7ajx2ALQ==" />\n<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->\n<!--[if lt IE 9]>\n<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>\n<![endif]-->\n<link rel="stylesheet" media="all" href="/assets/application-d65a90e052a2d61ba87795acc24f13a44c3e10568595711f4d3520815752c897.css" />\n<link href=\'/apple-touch-icon-180x180.png\' rel=\'apple-touch-icon\' sizes=\'180x180\'>\n<link href=\'/apple-touch-icon-152x152.png\' rel=\'apple-touch-icon\' sizes=\'152x152\'>\n<link href=\'/apple-touch-icon-144x144.png\' rel=\'apple-touch-icon\' sizes=\'144x144\'>\n<link href=\'/apple-touch-icon-120x120.png\' rel=\'apple-touch-icon\' sizes=\'120x120\'>\n<link href=\'/apple-touch-icon-114x114.png\' rel=\'apple-touch-icon\' sizes=\'114x114\'>\n<link href=\'/apple-touch-icon-76x76.png\' rel=\'apple-touch-icon\' sizes=\'76x76\'>\n<link href=\'/apple-touch-icon-72x72.png\' rel=\'apple-touch-icon\' sizes=\'72x72\'>\n<link href=\'/apple-touch-icon.png\' rel=\'apple-touch-icon\'>\n<link href=\'/favicon.ico\' rel=\'shortcut icon\'>\n<meta content=\'BookPage\' name=\'apple-mobile-web-app-title\'>\n<link rel="alternate" type="application/atom+xml" title="ATOM" href="/feed" />\n<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.rss" />\n<link href=\'//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800\' rel=\'stylesheet\' type=\'text/css\'>\n<link href=\'//fonts.googleapis.com/css?family=Open+Sans+Condensed:700\' rel=\'stylesheet\' type=\'text/css\'>\n<script async=\'async\' src=\'https://www.googletagservices.com/tag/js/gpt.js\'></script>\n<script>\n var googletag = googletag || {};\n googletag.cmd = googletag.cmd || [];\n</script>\n\n<script>\n googletag.cmd.push(function() {\n googletag.defineSlot(\'/4655871/ATL\', [970, 250], \'div-gpt-ad-1515619791087-0\').addService(googletag.pubads());\n googletag.pubads().enableSingleRequest();\n googletag.enableServices();\n });\n</script>\n\n<script src=\'//d3c3cq33003psk.cloudfront.net/opentag-123939-1670854.js\' async defer></script><script type="text/javascript">\n var googletag = googletag || {};\ngoogletag.cmd = googletag.cmd || [];\n(function() {\nvar gads = document.createElement("script");\ngads.async = true;\ngads.type = "text/javascript";\nvar useSSL = "https:" == document.location.protocol;\ngads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";\nvar node =document.getElementsByTagName("script")[0];\nnode.parentNode.insertBefore(gads, node);\n})();\n</script>\n\n<!-- Global site tag (gtag.js) - Google Analytics -->\n<script async src="https://www.googletagmanager.com/gtag/js?id=GTM-P85NP22"></script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag(\'js\', new Date());\n\n gtag(\'config\', \'GTM-P85NP22\');\n</script>\n\n<script>\n (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n })(window,document,\'script\',\'//www.google-analytics.com/analytics.js\',\'ga\');\n\n ga(\'create\', \'UA-9261499-1\', \'auto\');\n ga(\'send\', \'pageview\');\n</script>\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-P85NP22\');</script>\n<!-- End Google Tag Manager -->\n\n<!-- Facebook Pixel Code -->\n<script>\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\nn.push=n;n.loaded=!0;n.version=\'2.0\';n.queue=[];t=b.createElement(e);t.async=!0;\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\ndocument,\'script\',\'//connect.facebook.net/en_US/fbevents.js\');\n\nfbq(\'init\', \'1746518832242335\');\nfbq(\'track\', "PageView");</script>\n<noscript><img height="1" width="1" style="display:none"\nsrc="https://www.facebook.com/tr?id=1746518832242335&ev=PageView&noscript=1"\n/></noscript>\n<!-- End Facebook Pixel Code -->\n\n<script>\n (function(h,o,t,j,a,r){\n h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\n h._hjSettings={hjid:1209228,hjsv:6};\n a=o.getElementsByTagName(\'head\')[0];\n r=o.createElement(\'script\');r.async=1;\n r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\n a.appendChild(r);\n })(window,document,\'https://static.hotjar.com/c/hotjar-\',\'.js?sv=\');\n</script>\n\n<!-- Facebook Pixel Code -->\n<script>(function(){var s = document.createElement(\'script\'),e = ! document.body ? document.querySelector(\'head\') : document.body;s.src = \'https://acsbapp.com/apps/app/assets/js/acsb.js\';s.async = s.defer = true;s.onload = function(){acsbJS.init({statementLink : \'\',feedbackLink : \'\',footerHtml : \'\',hideMobile : false,hideTrigger : false,language : \'en\',position : \'right\',leadColor : \'#146FF8\',triggerColor : \'#146FF8\',triggerRadius : \'50%\',triggerPositionX : \'right\',triggerPositionY : \'bottom\',triggerIcon : \'default\',triggerSize : \'medium\',triggerOffsetX : 20,triggerOffsetY : 20,mobile : {triggerSize : \'small\',triggerPositionX : \'right\',triggerPositionY : \'center\',triggerOffsetX : 0,triggerOffsetY : 0,triggerRadius : \'50%\'}});};e.appendChild(s);}());</script>\n<!-- End Facebook Pixel Code -->\n\n</head>\n\n<body>\n<!-- Google Tag Manager -->\n<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-T5GJ4V"\nheight="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-T5GJ4V\');</script>\n<!-- End Google Tag Manager -->\n\n<!-- Google Tag Manager (noscript) -->\n<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P85NP22"\nheight="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n<!-- End Google Tag Manager (noscript) -->\n\n<!-- google ads -->\n<script data-ad-client="ca-pub-1933750090033622" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>\n\n<div class=\'container-fluid\'>\n<div class=\'header\'>\n<div class=\'navbar navbar-default navbar-fixed-top bp-nav\'>\n<div class=\'row-fluid subscribe\'>\n<a class=\'button\' href=\'https://signup.e2ma.net/signup/1896962/28888/\' onclick="window.open(\'https://signup.e2ma.net/signup/1896962/28888/\', \'signup\', \'menubar=no, location=no, toolbar=no, scrollbars=yes, height=800, width=500\'); return false;">Sign up for our newsletters!</a>\n</div>\n<div class=\'navbar-inner\'>\n<a class=\'btn btn-navbar\' data-target=\'.nav-collapse\' data-toggle=\'collapse\'>\n<i class=\'zmdi zmdi-menu\'></i>\n</a>\n<a href=\'/\'>\n<img class="brand" src="/assets/logos/logo_large-d48d8b33b2656c699a6815c500d328a7d0ee40edfde8536e957bfb739cfbf611.png" alt="Logo large" />\n</a>\n<div class=\'nav-collapse\'>\n<ul class=\'nav bp-navtext\'>\n<li class=\'\'><a href="/print-edition">Print Edition</a></li>\n<li class=\'current dropdown\'>\n<a aria-expanded=\'false\' aria-haspopup=\'true\' class=\'dropdown-toggle\' data-toggle=\'dropdown\' href=\'/reviews\' role=\'button\'>Book Reviews</a>\n<ul class=\'dropdown-menu\'>\n<li><a href="/reviews">All Reviews</a></li>\n<li><a href="/reviews?book_genre=fiction&page=1">Fiction</a></li>\n<li><a href="/reviews?book_genre=nonfiction&page=1">Nonfiction</a></li>\n<li><a href="/reviews?book_genre=children_s&page=1">Children's</a></li>\n<li><a href="/reviews?book_genre=ya&page=1">YA</a></li>\n<li><a href="/reviews?book_genre=mystery_suspense&page=1">Mystery</a></li>\n<li><a href="/reviews?book_genre=romance&page=1">Romance</a></li>\n</ul>\n</li>\n<li class=\'\'><a href="/interviews">Interviews</a></li>\n<li class=\'\'><a href="/features">Features</a></li>\n<li class=\'nav-last dropdown\'>\n<a aria-expanded=\'false\' aria-haspopup=\'true\' class=\'dropdown-toggle\' data-toggle=\'dropdown\' href=\'/reviews\' role=\'button\'>Subscribe</a>\n<ul class=\'dropdown-menu\'>\n<li><a target="_blank" href="http://www.subscriptions.bookpage.com/library">Library</a></li>\n<li><a target="_blank" href="http://www.subscriptions.bookpage.com/bookstore">Bookstore</a></li>\n<li><a target="_blank" href="http://MIurl.cc/Z6eD1pmI">Individual</a></li>\n</ul>\n</li>\n<div class=\'search-box\'>\n<form class="search-form" action="/search/" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓" />\n<div class=\'input-prepend\'>\n<span class=\'add-on add-on-custom\'>\n<i class=\'fa fa-search\'></i>\n</span>\n<input type="text" name="query" id="query" class="input-medium query-input" placeholder="Search BookPage" />\n</div>\n</form>\n\n</div>\n\n</ul>\n</div>\n</div>\n</div>\n\n</div>\n<div class=\'page-content\'>\n<!-- Main Content -->\n<div class=\'row-fluid articles-index\'>\n<div class=\'row-fluid\'>\n<div class=\'search-bar\'>\n<div class=\'breadcrumbs\'>\n<p>\n<a href="/">Home</a>\n <i class=\'zmdi zmdi-chevron-right\'></i>\n<h1 class=\'sans\'>\nBook reviews\n</h1>\n</p>\n</div>\n<br class=\'clear\'>\n</div>\n\n</div>\n<div class=\'row-fluid\'>\n<!-- Articles Column -->\n<div class=\'span9\'>\n<div class=\'bp-well\'>\n<div class=\'row-fluid article-row\'>\n<div class=\'bp-block article-info\'>\n<div class=\'article-list-left\'>\n<a href="/reviews/26581-peter-heller-guide-fiction"><img src="https://t1.bookpage.com/books/images/d0305c00b37bf75ed8832974fddbb551/medium.jpg" alt="Medium" /></a>\n</div>\n<div class=\'flex-article-content\'>\n<h4 class=\'italic\'>\n<a href="/reviews/26581-peter-heller-guide-fiction">The Guide</a>\n</h4>\n<p class=\'sans bold\'>\nPeter Heller\n</p>\n<p class=\'genre-links hidden-phone\'>\n<a href="/search?book_genre=fiction">Fiction</a>\n / \n<a href="/search?book_genre=speculative_fiction">Speculative Fiction</a>\n / \n<a href="/search?book_genre=thriller">Thriller</a>\n</p>\n\n<p class=\'excerpt\'>\n<strong>The Guide</strong> is a glorious getaway in every sense\xe2\x80\x94a wild wilderness trip as well as a suspenseful journey to solve a chilling mystery.\n</p>\n<div class=\'read-full\'>\n<a href="/reviews/26581-peter-heller-guide-fiction">Read the Review <i class=\'zmdi zmdi-chevron-right\'></i></a>\n</div>\n</div>\n<br class=\'clear\'>\n</div>\n\n</div>\n<div class=\'row-fluid article-row\'>\n<div class=\'bp-block article-info\'>\n<div class=\'article-list-left\'>\n<a href="/reviews/26477-honoree-fanonne-jeffers-love-songs-w-e-b-du-bois-fiction"><img src="https://t1.bookpage.com/books/images/213ee8726eae4940ba613aee2dc5b63e/medium.jpg" alt="Medium" /></a>\n</div>\n<div class=\'flex-article-content\'>\n<h4 class=\'italic\'>\n<a href="/reviews/26477-honoree-fanonne-jeffers-love-songs-w-e-b-du-bois-fiction"> <span style=\'font-style:normal;\'>★ </span>The Love Songs of W.E.B. Du Bois</a>\n</h4>\n<p class=\'sans bold\'>\nHonor\xc3\xa9e Fanonne Jeffers\n</p>\n<p class=\'genre-links hidden-phone\'>\n<a href="/search?book_genre=fiction">Fiction</a>\n / \n<a href="/search?book_genre=historical_fiction">Historical Fiction</a>\n</p>\n\n<p class=\'excerpt\'>\nHonor\xc3\xa9e Fanonne Jeffers weaves an epic ancestral story, showing that where any one person comes from is much more complicated than genetic makeup.\n</p>\n<div class=\'read-full\'>\n<a href="/reviews/26477-honoree-fanonne-jeffers-love-songs-w-e-b-du-bois-fiction">Read the Review <i class=\'zmdi zmdi-chevron-right\'></i></a>\n</div>\n</div>\n<br class=\'clear\'>\n</div>\n\n</div>\n<div class=\'row-fluid article-row\'>\n<div class=\'bp-block article-info\'>\n<div class=\'article-list-left\'>\n<a href="/reviews/26565-francis-spufford-light-perpetual-audio"><img src="https://t1.bookpage.com/books/images/585a29b0056327441c5a151b649ae8ce/medium.jpg" alt="Medium" /></a>\n</div>\n<div class=\'flex-article-content\'>\n<h4 class=\'italic\'>\n<a href="/reviews/26565-francis-spufford-light-perpetual-audio"> <span style=\'font-style:normal;\'>★ </span>Light Perpetual</a>\n</h4>\n<p class=\'sans bold\'>\nFrancis Spufford, Imogen Church\n</p>\n<p class=\'genre-links hidden-phone\'>\n<a href="/search?book_genre=audio">Audio</a>\n / \n<a href="/search?book_genre=fiction">Fiction</a>\n / \n<a href="/search?book_genre=literary_fiction">Literary Fiction</a>\n</p>\n\n<p class=\'excerpt\'>\nFeaturing vibrant characters, all of whom have rich interior lives, Francis Spufford\xe2\x80\x99s novel is perfect for audio.\n</p>\n<div class=\'read-full\'>\n<a href="/reviews/26565-francis-spufford-light-perpetual-audio">Read the Review <i class=\'zmdi zmdi-chevron-right\'></i></a>\n</div>\n</div>\n<br class=\'clear\'>\n</div>\n\n</div>\n<div class=\'row-fluid article-row\'>\n<div class=\'bp-block article-info\'>\n<div class=\'article-list-left\'>\n<a href="/reviews/26577-david-grossman-more-than-i-love-my-life-fiction"><img src="https://t1.bookpage.com/books/images/3cc6b280c0944ed758004e52a874f37e/medium.jpg" alt="Medium" /></a>\n</div>\n<div class=\'flex-article-content\'>\n<h4 class=\'italic\'>\n<a href="/reviews/26577-david-grossman-more-than-i-love-my-life-fiction"> <span style=\'font-style:normal;\'>★ </span>More Than I Love My Life</a>\n</h4>\n<p class=\'sans bold\'>\nDavid Grossman, Jessica Cohen\n</p>\n<p class=\'genre-links hidden-phone\'>\n<a href="/search?book_genre=fiction">Fiction</a>\n / \n<a href="/search?book_genre=family_drama">Family Drama</a>\n</p>\n\n<p class=\'excerpt\'>\nDavid Grossman is a sympathetic if unfailingly honest chronicler of the anguish of three generations of women.\n</p>\n<div class=\'read-full\'>\n<a href="/reviews/26577-david-grossman-more-than-i-love-my-life-fiction">Read the Review <i class=\'zmdi zmdi-chevron-right\'></i></a>\n</div>\n</div>\n<br class=\'clear\'>\n</div>\n\n</div>\n<div class=\'row-fluid article-row\'>\n<div class=\'bp-block article-info\'>\n<div class=\'article-list-left\'>\n<a href="/reviews/26572-jaime-cortez-gordo-fiction"><img src="https://t1.bookpage.com/books/images/8048b12f1fe43449759e5e183a3531b8/medium.jpg" alt="Medium" /></a>\n</div>\n<div class=\'flex-article-content\'>\n<h4 class=\'italic\'>\n<a href="/reviews/26572-jaime-cortez-gordo-fiction"> <span style=\'font-style:normal;\'>★ </span>Gordo</a>\n</h4>\n<p class=\'sans bold\'>\nJaime Cortez\n</p>\n<p class=\'genre-links hidden-phone\'>\n<a href="/search?book_genre=fiction">Fiction</a>\n / \n<a href="/search?book_genre=short_stories">Short Stories</a>\n</p>\n\n<p class=\'excerpt\'>\nAs in John Steinbeck\xe2\x80\x99s <em>The Grapes of Wrath</em>, the characters in <strong>Gordo</strong> are often poor in economic terms but lead richly complex lives.\n</p>\n<div class=\'read-full\'>\n<a href="/reviews/26572-jaime-cortez-gordo-fiction">Read the Review <i class=\'zmdi zmdi-chevron-right\'></i></a>\n</div>\n</div>\n<br class=\'clear\'>\n</div>\n\n</div>\n<div class=\'row-fluid article-row\'>\n<div class=\'bp-block article-info\'>\n<div class=\'article-list-left\'>\n<a href="/reviews/26584-silvia-moreno-garcia-velvet-was-night-fiction"><img src="https://t1.bookpage.com/books/images/cfa2197694a40e3751707e5754ab539d/medium.jpg" alt="Medium" /></a>\n</div>\n<div class=\'flex-article-content\'>\n<h4 class=\'italic\'>\n<a href="/reviews/26584-silvia-moreno-garcia-velvet-was-night-fiction">Velvet Was the Night</a>\n</h4>\n<p class=\'sans bold\'>\nSilvia Moreno-Garcia\n</p>\n<p class=\'genre-links hidden-phone\'>\n<a href="/search?book_genre=fiction">Fiction</a>\n / \n<a href="/search?book_genre=noir">Noir</a>\n</p>\n\n<p class=\'excerpt\'>\nFor her next trick, Silvia Moreno-Garcia moves into pulp adventure territory for a novel that evokes the best conspiracy thrillers of the 1970s.\n</p>\n<div class=\'read-full\'>\n<a href="/reviews/26584-silvia-moreno-garcia-velvet-was-night-fiction">Read the Review <i class=\'zmdi zmdi-chevron-right\'></i></a>\n</div>\n</div>\n<br class=\'clear\'>\n</div>\n\n</div>\n<div class=\'row-fluid article-row\'>\n<div class=\'bp-block article-info\'>\n<div class=\'article-list-left\'>\n<a href="/reviews/26470-leila-slimani-country-others-fiction"><img src="https://t1.bookpage.com/books/images/51185d6e263547286fd1108ece2fb3a0/medium.jpg" alt="Medium" /></a>\n</div>\n<div class=\'flex-article-content\'>\n<h4 class=\'italic\'>\n<a href="/reviews/26470-leila-slimani-country-others-fiction"> <span style=\'font-style:normal;\'>★ </span>In the Country of Others</a>\n</h4>\n<p class=\'sans bold\'>\nLeila Slimani, Sam Taylor\n</p>\n<p class=\'genre-links hidden-phone\'>\n<a href="/search?book_genre=fiction">Fiction</a>\n / \n<a href="/search?book_genre=literary_fiction">Literary Fiction</a>\n</p>\n\n<p class=\'excerpt\'>\nLe\xc3\xafla Slimani\xe2\x80\x99s latest novel is the first volume of a trilogy recounting\xe2\x80\x94in the truthful way that only fiction can\xe2\x80\x94the history of the author\xe2\x80\x99s grandmother.\n</p>\n<div class=\'read-full\'>\n<a href="/reviews/26470-leila-slimani-country-others-fiction">Read the Review <i class=\'zmdi zmdi-chevron-right\'></i></a>\n</div>\n</div>\n<br class=\'clear\'>\n</div>\n\n</div>\n<div class=\'row-fluid article-row\'>\n<div class=\'bp-block article-info\'>\n<div class=\'article-list-left\'>\n<a href="/reviews/26475-remy-ngamije-eternal-audience-one-fiction"><img src="https://t1.bookpage.com/books/images/13628381a150c127a7321b8d60f44e27/medium.jpg" alt="Medium" /></a>\n</div>\n<div class=\'flex-article-content\'>\n<h4 class=\'italic\'>\n<a href="/reviews/26475-remy-ngamije-eternal-audience-one-fiction">The Eternal Audience of One</a>\n</h4>\n<p class=\'sans bold\'>\nR\xc3\xa9my Ngamije\n</p>\n<p class=\'genre-links hidden-phone\'>\n<a href="/search?book_genre=fiction">Fiction</a>\n / \n<a href="/search?book_genre=coming_of_age">Coming of Age</a>\n</p>\n\n<p class=\'excerpt\'>\nR\xc3\xa9my Ngamije\xe2\x80\x99s narrator, S\xc3\xa9raphin, is an incisive, funny and keen social observer, so inside his head is a fine place to be.\n</p>\n<div class=\'read-full\'>\n<a href="/reviews/26475-remy-ngamije-eternal-audience-one-fiction">Read the Review <i class=\'zmdi zmdi-chevron-right\'></i></a>\n</div>\n</div>\n<br class=\'clear\'>\n</div>\n\n</div>\n<div class=\'row-fluid article-row\'>\n<div class=\'bp-block article-info\'>\n<div class=\'article-list-left\'>\n<a href="/reviews/26476-lyndsay-faye-king-infinite-space-fiction"><img src="https://t1.bookpage.com/books/images/dbbca2dca080302f0fb2cf6100416c42/medium.jpg" alt="Medium" /></a>\n</div>\n<div class=\'flex-article-content\'>\n<h4 class=\'italic\'>\n<a href="/reviews/26476-lyndsay-faye-king-infinite-space-fiction"> <span style=\'font-style:normal;\'>★ </span>The King of Infinite Space</a>\n</h4>\n<p class=\'sans bold\'>\nLyndsay Faye\n</p>\n<p class=\'genre-links hidden-phone\'>\n<a href="/search?book_genre=fiction">Fiction</a>\n / \n<a href="/search?book_genre=literary_fiction">Literary Fiction</a>\n</p>\n\n<p class=\'excerpt\'>\nThe King of Infinite Space is a remarkable achievement, staying true to Hamlet\xe2\x80\x99s tragic plot in ways that will surprise and delight.\n</p>\n<div class=\'read-full\'>\n<a href="/reviews/26476-lyndsay-faye-king-infinite-space-fiction">Read the Review <i class=\'zmdi zmdi-chevron-right\'></i></a>\n</div>\n</div>\n<br class=\'clear\'>\n</div>\n\n</div>\n<div class=\'row-fluid article-row\'>\n<div class=\'bp-block article-info\'>\n<div class=\'article-list-left\'>\n<a href="/reviews/26468-yz-chin-edge-case-fiction"><img src="https://t1.bookpage.com/books/images/59d577075ed3c974bff1631ccafc61f3/medium.jpg" alt="Medium" /></a>\n</div>\n<div class=\'flex-article-content\'>\n<h4 class=\'italic\'>\n<a href="/reviews/26468-yz-chin-edge-case-fiction">Edge Case</a>\n</h4>\n<p class=\'sans bold\'>\nYZ Chin\n</p>\n<p class=\'genre-links hidden-phone\'>\n<a href="/search?book_genre=fiction">Fiction</a>\n / \n<a href="/search?book_genre=literary_fiction">Literary Fiction</a>\n</p>\n\n<p class=\'excerpt\'>\nA woman is psychologically knocked about like a pachinko ball in YZ Chin\'s superbly tumultuous debut novel.\n</p>\n<div class=\'read-full\'>\n<a href="/reviews/26468-yz-chin-edge-case-fiction">Read the Review <i class=\'zmdi zmdi-chevron-right\'></i></a>\n</div>\n</div>\n<br class=\'clear\'>\n</div>\n\n</div>\n<div class=\'pagination\'>\n<ul>\n\n\n<li class=\'active\'>\n<a href="#">1</a>\n</li>\n\n<li class=\'\'>\n<a rel="next" href="/reviews?book_genre=fiction&page=2">2</a>\n</li>\n\n<li class=\'\'>\n<a href="/reviews?book_genre=fiction&page=3">3</a>\n</li>\n\n<li class=\'disabled\'>\n<a href="#">…</a>\n</li>\n\n<li>\n<a rel="next" href="/reviews?book_genre=fiction&page=2">Next ›</a>\n</li>\n\n<li>\n<a href="/reviews?book_genre=fiction&page=384">Last »</a>\n</li>\n\n</ul>\n</div>\n\n</div>\n</div>\n<!-- Refinements Column -->\n<div class=\'span3\'>\n<div id=\'facet-box\'>\n<div class=\'hidden-phone\'>\n<div class=\'sidebar-header facet-header\'>\n<span>\nBrowse Book reviews\n</span>\n</div>\n<div class=\'sidebar-body\'>\n<div class=\'facets\'>\n<p aria-controls=\'Genres\' aria-expanded=\'false\' data-target=\'#Genres\' data-toggle=\'collapse\'>\nGenres <i class=\'zmdi zmdi-chevron-down\'></i>\n</p>\n<ul class=\'collapse\' id=\'Genres\'>\n<li>\n<a href="/reviews?book_genre=fiction&page=1">Fiction</a>\n<a href="/reviews?page=1"><i class=\'icon-red fa fa-times-circle pull-left\'></i>\n</a></li>\n<li>\n<a href="/reviews?book_genre=historical_fiction&page=1">Historical Fiction</a>\n</li>\n<li>\n<a href="/reviews?book_genre=debut_fiction&page=1">Debut Fiction</a>\n</li>\n<li>\n<a href="/reviews?book_genre=literary_fiction&page=1">Literary Fiction</a>\n</li>\n<li>\n<a href="/reviews?book_genre=mystery_suspense&page=1">Mystery Suspense</a>\n</li>\n<li>\n<a href="/reviews?book_genre=women_s_fiction&page=1">Women's Fiction</a>\n</li>\n<li>\n<a href="/reviews?book_genre=popular_fiction&page=1">Popular Fiction</a>\n</li>\n<li>\n<a href="/reviews?book_genre=world_fiction&page=1">World Fiction</a>\n</li>\n<li>\n<a href="/reviews?book_genre=short_stories&page=1">Short Stories</a>\n</li>\n<li>\n<a href="/reviews?book_genre=suspense&page=1">Suspense</a>\n</li>\n<li>\n<a href="/reviews?book_genre=mystery&page=1">Mystery</a>\n</li>\n<li>\n<a href="/reviews?book_genre=family_drama&page=1">Family Drama</a>\n</li>\n<li>\n<a href="/reviews?book_genre=coming_of_age&page=1">Coming Of Age</a>\n</li>\n<li>\n<a href="/reviews?book_genre=science_fiction_fantasy&page=1">Science Fiction Fantasy</a>\n</li>\n<li>\n<a href="/reviews?book_genre=thriller&page=1">Thriller</a>\n</li>\n<li>\n<a href="/reviews?book_genre=horror&page=1">Horror</a>\n</li>\n<li>\n<a href="/reviews?book_genre=family_saga&page=1">Family Saga</a>\n</li>\n<li>\n<a href="/reviews?book_genre=fantasy&page=1">Fantasy</a>\n</li>\n<li>\n<a href="/reviews?book_genre=speculative_fiction&page=1">Speculative Fiction</a>\n</li>\n<li>\n<a href="/reviews?book_genre=comic_fiction&page=1">Comic Fiction</a>\n</li>\n<li>\n<a href="/reviews?book_genre=poetry&page=1">Poetry</a>\n</li>\n<li>\n<a href="/reviews?book_genre=satirical_fiction&page=1">Satirical Fiction</a>\n</li>\n<li>\n<a href="/reviews?book_genre=science_fiction&page=1">Science Fiction</a>\n</li>\n<li>\n<a href="/reviews?book_genre=audio&page=1">Audio</a>\n</li>\n<li>\n<a href="/reviews?book_genre=holiday&page=1">Holiday</a>\n</li>\n<li>\n<a href="/reviews?book_genre=romance&page=1">Romance</a>\n</li>\n<li>\n<a href="/reviews?book_genre=chick_lit&page=1">Chick Lit</a>\n</li>\n<li>\n<a href="/reviews?book_genre=classics&page=1">Classics</a>\n</li>\n<li>\n<a href="/reviews?book_genre=contemporary_romance&page=1">Contemporary Romance</a>\n</li>\n<li>\n<a href="/reviews?book_genre=historical_mystery&page=1">Historical Mystery</a>\n</li>\n</ul>\n</div>\n\n\n</div>\n\n</div>\n<div class=\'bp-well email-bar sidebar\'>\n<div class=\'row-fluid text-content\'>\n<div class=\'col\'>\n<a class=\'button\' href=\'https://signup.e2ma.net/signup/1896962/28888/\' onclick="window.open(\'https://signup.e2ma.net/signup/1896962/28888/\', \'signup\', \'menubar=no, location=no, toolbar=no, scrollbars=yes, height=800, width=500\'); return false;">\n<p>Sign up for our newsletters!</p>\n</a>\n</div>\n</div>\n</div>\n\n\n</div>\n<div class=\'sq-ad btm-margin\'>\n<script type="text/javascript" language="JavaScript">\n aj_server = \'https://litbreaker.nui.media/pipeline/\'; aj_tagver = \'1.0\';\n aj_zone = \'litbreaker\'; aj_adspot = \'519024\'; aj_page = \'0\'; aj_dim =\'514841\'; aj_ch = \'\'; aj_ct = \'\'; aj_kw = \'\';\n aj_pv = true; aj_click = \'\';\n</script><script type="text/javascript" language="JavaScript" src="https://img.nui.media/banners/ajtg.js"></script>\n\n</div>\n</div>\n</div>\n<div class=\'row-fluid button-row\'>\n\n<!-- billboard size -->\n<script type="text/javascript" language="JavaScript">\nif (window.innerWidth <= 600) {\nvar aj_dim = 514841;\n} else if (window.innerWidth >= 1000) {\nvar aj_dim = \'514838,514839\';\n} else {\nvar aj_dim = 514839;\n};\naj_server = \'https://litbreaker.nui.media/pipeline/\'; aj_tagver = \'1.0\';\naj_zone = \'litbreaker\'; aj_adspot = \'518299\'; aj_page = \'0\'; aj_ch = \'\'; aj_kw = \'\';\naj_pv = true; aj_click = \'\';\n</script><script type="text/javascript" language="JavaScript" src="https://img.nui.media/banners/ajtg.js"></script>\n\n<!-- <script type="text/javascript" language="JavaScript">\naj_server = \'https://litbreaker.nui.media/pipeline/\'; aj_tagver = \'1.0\';\naj_zone = \'litbreaker\'; aj_adspot = \'518299\'; aj_page = \'0\'; aj_dim =\'514838,514839\'; aj_ch = \'\'; aj_ct = \'\'; aj_kw = \'\';\naj_pv = true; aj_click = \'\';\n</script><script type="text/javascript" language="JavaScript" src="https://img.nui.media/banners/ajtg.js"></script>\n-->\n\n<!-- <script type="text/javascript" language="JavaScript">\naj_server = \'https://litbreaker.nui.media/pipeline/\'; aj_tagver = \'1.0\';\naj_zone = \'litbreaker\'; aj_adspot = \'557205\'; aj_page = \'0\'; aj_dim =\'514838\'; aj_ch = \'\'; aj_ct = \'\'; aj_kw = \'\';\naj_pv = true; aj_click = \'\';\n</script><script type="text/javascript" language="JavaScript" src="https://img.nui.media/banners/ajtg.js"></script> -->\n\n</div>\n</div>\n\n</div>\n</div>\n<div class=\'container-fluid no-padding\'>\n<div class=\'footer row-fluid\'>\n<div class=\'dark-block span12\'>\n<footer>\n<div class=\'row-fluid brand\'>\n<div class=\'span3\'></div>\n<div class=\'span6 middle\'>\n<img width="156" height="36" class="brand" src="/assets/logos/logo_gray-895f864507d68e549bee2b02a0872a197ce42fe59b407ad4651db8acf446f06b.png" alt="Logo gray" />\n</div>\n</div>\n<div class=\'row-fluid\'>\n<p class=\'list-header\'>Subscriptions</p>\n<p class=\'sitemap\'>\n<a target="_blank" href="http://www.subscriptions.bookpage.com/bookstore">Bookstore</a>\n\xe2\x80\xa2\n<a target="_blank" href="http://www.subscriptions.bookpage.com/library">Library</a>\n\xe2\x80\xa2\n<a target="_blank" href="http://MIurl.cc/Z6eD1pmI">Individual</a>\n\xe2\x80\xa2\n<a href="https://www.amazon.com/BookPage/dp/B00ATRKG30/ref=sr_1_1?ie=UTF8&qid=1533306733&sr=8-1&keywords=bookpage">Digital\n</a>\xe2\x80\xa2\n<a href="/content/locations">Find BookPage\n</a></p>\n</div>\n<div class=\'row-fluid\'>\n<p class=\'list-header\'>Company</p>\n<p class=\'sitemap\'>\n<a href="/content/about-us">About BookPage\n</a>\xe2\x80\xa2\n<a href="/content/advertise">Advertise\n</a>\xe2\x80\xa2\n<a href="/content/contact-us">Contact Us\n</a>\xe2\x80\xa2\n<a href="/content/privacy">Privacy Policy\n</a>\xe2\x80\xa2\n<a href="/content/submission-guidelines">Submission Guidelines\n</a></p>\n</div>\n<div class=\'row-fluid\'>\n<div class=\'social-block\'>\n<a href="https://www.facebook.com/pages/BookPage/116675947874"><i class=\'zmdi zmdi-facebook-box\'></i></a>\n<a href="https://twitter.com/bookpage"><i class=\'zmdi zmdi-twitter-box\'></i></a>\n<a href="https://www.instagram.com/readbookpage/?hl=en"><i class=\'zmdi zmdi-instagram\'></i></a>\n</div>\n</div>\n<div class=\'row-fluid copyright\'>\n<p>© 1996-2021 BookPage and ProMotion, inc. | 2143 Belcourt Avenue, Nashville, TN 37212</p>\n</div>\n</footer>\n</div>\n</div>\n\n</div>\n<script src="/assets/application-8a7d9ed6d528157c163702ce8da91235bc386358e07d32fbb4658ae48c768826.js"></script>\n<script id="e2ma-embed" type="text/javascript">window.e2ma=window.e2ma||{};e2ma.accountId=\'28888\';</script>\n<script src="//dk98ddgl0znzm.cloudfront.net/e2ma.js" async="async"></script>\n\n</body>\n</html>\n'
Soup=BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html lang="en" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/">
<head>
<title>Fiction Book Reviews | BookPage</title>
<meta content="Fiction book recommendations of the best new books and more." name="description"/>
<meta content="book reviews, books and literature, writing and writers" name="keywords"/>
<link href="https://bookpage.com/reviews?book_genre=fiction&page=1" rel="canonical"/>
<meta content="BookPage.com" property="og:site_name"/>
<meta content="Fiction Book Reviews" property="og:title"/>
<meta content="Fiction book recommendations of the best new books and more." property="og:description"/>
<meta content="website" property="og:type"/>
<meta content="https://bookpage.com/reviews?book_genre=fiction&page=1" property="og:url"/>
<meta content="//www.bookpage.com/default_image.jpg" property="og:image"/>
<meta content="summary" name="twitter:card"/>
<meta content="@bookpage" name="twitter:site"/>
<meta content="@bookpage" name="twitter:creator"/>
<meta content="index,follow" name="robots"/>
<meta content="BookPage" name="application-name"/>
<meta content="BookPage" name="msapplication-tooltip"/>
<meta content="https://bookpage.com/" name="msapplication-starturl"/>
<meta content="name=BookPage;action-uri=https://bookpage.com;icon-uri=https://bookpage.com/favicon.ico" name="msapplication-task"/>
<meta content="name=BookPage on Twitter;action-uri=http://twitter.com/bookpage;icon-uri=http://twitter.com/favicon.ico" name="msapplication-task"/>
<meta content="name=BookPage on Facebook;action-uri=https://www.facebook.com/pages/BookPage/116675947874;icon-uri=https://s-static.ak.facebook.com/rsrc.php/yi/r/q9U99v3_saj.ico" name="msapplication-task"/>
<meta content="name=BookPage on Pinterest;action-uri=http://www.pinterest.com/bookpage/;icon-uri=http://www.pinterest.com/favicon.ico" name="msapplication-task"/>
<meta content="name=BookPage on YouTube;action-uri=http://www.youtube.com/BookPagedotcom;icon-uri=http://www.youtube.com/favicon.ico" name="msapplication-task"/>
<meta charset="utf-8"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="authenticity_token" name="csrf-param"/>
<meta content="L6jdqzjdraWyP3Yhl9U+5hdONTKmdjFL2khoe7y1EgjNeY/hsosmLc9qT1yJr9z86A1KXd4Ml7xmic7ajx2ALQ==" name="csrf-token"/>
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="/assets/application-d65a90e052a2d61ba87795acc24f13a44c3e10568595711f4d3520815752c897.css" media="all" rel="stylesheet"/>
<link href="/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180"/>
<link href="/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"/>
<link href="/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"/>
<link href="/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120"/>
<link href="/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"/>
<link href="/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76"/>
<link href="/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"/>
<link href="/apple-touch-icon.png" rel="apple-touch-icon"/>
<link href="/favicon.ico" rel="shortcut icon"/>
<meta content="BookPage" name="apple-mobile-web-app-title"/>
<link href="/feed" rel="alternate" title="ATOM" type="application/atom+xml"/>
<link href="/feed.rss" rel="alternate" title="RSS" type="application/rss+xml"/>
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800" rel="stylesheet" type="text/css"/>
<link href="//fonts.googleapis.com/css?family=Open+Sans+Condensed:700" rel="stylesheet" type="text/css"/>
<script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
</script>
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/4655871/ATL', [970, 250], 'div-gpt-ad-1515619791087-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
<script async="" defer="" src="//d3c3cq33003psk.cloudfront.net/opentag-123939-1670854.js"></script><script type="text/javascript">
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement("script");
gads.async = true;
gads.type = "text/javascript";
var useSSL = "https:" == document.location.protocol;
gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";
var node =document.getElementsByTagName("script")[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=GTM-P85NP22"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'GTM-P85NP22');
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-9261499-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P85NP22');</script>
<!-- End Google Tag Manager -->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '1746518832242335');
fbq('track', "PageView");</script>
<noscript><img height="1" src="https://www.facebook.com/tr?id=1746518832242335&ev=PageView&noscript=1" style="display:none" width="1"/></noscript>
<!-- End Facebook Pixel Code -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1209228,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- Facebook Pixel Code -->
<script>(function(){var s = document.createElement('script'),e = ! document.body ? document.querySelector('head') : document.body;s.src = 'https://acsbapp.com/apps/app/assets/js/acsb.js';s.async = s.defer = true;s.onload = function(){acsbJS.init({statementLink : '',feedbackLink : '',footerHtml : '',hideMobile : false,hideTrigger : false,language : 'en',position : 'right',leadColor : '#146FF8',triggerColor : '#146FF8',triggerRadius : '50%',triggerPositionX : 'right',triggerPositionY : 'bottom',triggerIcon : 'default',triggerSize : 'medium',triggerOffsetX : 20,triggerOffsetY : 20,mobile : {triggerSize : 'small',triggerPositionX : 'right',triggerPositionY : 'center',triggerOffsetX : 0,triggerOffsetY : 0,triggerRadius : '50%'}});};e.appendChild(s);}());</script>
<!-- End Facebook Pixel Code -->
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe height="0" src="//www.googletagmanager.com/ns.html?id=GTM-T5GJ4V" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T5GJ4V');</script>
<!-- End Google Tag Manager -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-P85NP22" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- google ads -->
<script async="" data-ad-client="ca-pub-1933750090033622" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<div class="container-fluid">
<div class="header">
<div class="navbar navbar-default navbar-fixed-top bp-nav">
<div class="row-fluid subscribe">
<a class="button" href="https://signup.e2ma.net/signup/1896962/28888/" onclick="window.open('https://signup.e2ma.net/signup/1896962/28888/', 'signup', 'menubar=no, location=no, toolbar=no, scrollbars=yes, height=800, width=500'); return false;">Sign up for our newsletters!</a>
</div>
<div class="navbar-inner">
<a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse">
<i class="zmdi zmdi-menu"></i>
</a>
<a href="/">
<img alt="Logo large" class="brand" src="/assets/logos/logo_large-d48d8b33b2656c699a6815c500d328a7d0ee40edfde8536e957bfb739cfbf611.png"/>
</a>
<div class="nav-collapse">
<ul class="nav bp-navtext">
<li class=""><a href="/print-edition">Print Edition</a></li>
<li class="current dropdown">
<a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="/reviews" role="button">Book Reviews</a>
<ul class="dropdown-menu">
<li><a href="/reviews">All Reviews</a></li>
<li><a href="/reviews?book_genre=fiction&page=1">Fiction</a></li>
<li><a href="/reviews?book_genre=nonfiction&page=1">Nonfiction</a></li>
<li><a href="/reviews?book_genre=children_s&page=1">Children's</a></li>
<li><a href="/reviews?book_genre=ya&page=1">YA</a></li>
<li><a href="/reviews?book_genre=mystery_suspense&page=1">Mystery</a></li>
<li><a href="/reviews?book_genre=romance&page=1">Romance</a></li>
</ul>
</li>
<li class=""><a href="/interviews">Interviews</a></li>
<li class=""><a href="/features">Features</a></li>
<li class="nav-last dropdown">
<a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="/reviews" role="button">Subscribe</a>
<ul class="dropdown-menu">
<li><a href="http://www.subscriptions.bookpage.com/library" target="_blank">Library</a></li>
<li><a href="http://www.subscriptions.bookpage.com/bookstore" target="_blank">Bookstore</a></li>
<li><a href="http://MIurl.cc/Z6eD1pmI" target="_blank">Individual</a></li>
</ul>
</li>
<div class="search-box">
<form accept-charset="UTF-8" action="/search/" class="search-form" method="get"><input name="utf8" type="hidden" value="✓"/>
<div class="input-prepend">
<span class="add-on add-on-custom">
<i class="fa fa-search"></i>
</span>
<input class="input-medium query-input" id="query" name="query" placeholder="Search BookPage" type="text"/>
</div>
</form>
</div>
</ul>
</div>
</div>
</div>
</div>
<div class="page-content">
<!-- Main Content -->
<div class="row-fluid articles-index">
<div class="row-fluid">
<div class="search-bar">
<div class="breadcrumbs">
<p>
<a href="/">Home</a>
<i class="zmdi zmdi-chevron-right"></i>
</p><h1 class="sans">
Book reviews
</h1>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid">
<!-- Articles Column -->
<div class="span9">
<div class="bp-well">
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26581-peter-heller-guide-fiction"><img alt="Medium" src="https://t1.bookpage.com/books/images/d0305c00b37bf75ed8832974fddbb551/medium.jpg"/></a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26581-peter-heller-guide-fiction">The Guide</a>
</h4>
<p class="sans bold">
Peter Heller
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">Fiction</a>
/
<a href="/search?book_genre=speculative_fiction">Speculative Fiction</a>
/
<a href="/search?book_genre=thriller">Thriller</a>
</p>
<p class="excerpt">
<strong>The Guide</strong> is a glorious getaway in every sense—a wild wilderness trip as well as a suspenseful journey to solve a chilling mystery.
</p>
<div class="read-full">
<a href="/reviews/26581-peter-heller-guide-fiction">Read the Review <i class="zmdi zmdi-chevron-right"></i></a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26477-honoree-fanonne-jeffers-love-songs-w-e-b-du-bois-fiction"><img alt="Medium" src="https://t1.bookpage.com/books/images/213ee8726eae4940ba613aee2dc5b63e/medium.jpg"/></a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26477-honoree-fanonne-jeffers-love-songs-w-e-b-du-bois-fiction"> <span style="font-style:normal;">★ </span>The Love Songs of W.E.B. Du Bois</a>
</h4>
<p class="sans bold">
Honorée Fanonne Jeffers
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">Fiction</a>
/
<a href="/search?book_genre=historical_fiction">Historical Fiction</a>
</p>
<p class="excerpt">
Honorée Fanonne Jeffers weaves an epic ancestral story, showing that where any one person comes from is much more complicated than genetic makeup.
</p>
<div class="read-full">
<a href="/reviews/26477-honoree-fanonne-jeffers-love-songs-w-e-b-du-bois-fiction">Read the Review <i class="zmdi zmdi-chevron-right"></i></a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26565-francis-spufford-light-perpetual-audio"><img alt="Medium" src="https://t1.bookpage.com/books/images/585a29b0056327441c5a151b649ae8ce/medium.jpg"/></a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26565-francis-spufford-light-perpetual-audio"> <span style="font-style:normal;">★ </span>Light Perpetual</a>
</h4>
<p class="sans bold">
Francis Spufford, Imogen Church
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=audio">Audio</a>
/
<a href="/search?book_genre=fiction">Fiction</a>
/
<a href="/search?book_genre=literary_fiction">Literary Fiction</a>
</p>
<p class="excerpt">
Featuring vibrant characters, all of whom have rich interior lives, Francis Spufford’s novel is perfect for audio.
</p>
<div class="read-full">
<a href="/reviews/26565-francis-spufford-light-perpetual-audio">Read the Review <i class="zmdi zmdi-chevron-right"></i></a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26577-david-grossman-more-than-i-love-my-life-fiction"><img alt="Medium" src="https://t1.bookpage.com/books/images/3cc6b280c0944ed758004e52a874f37e/medium.jpg"/></a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26577-david-grossman-more-than-i-love-my-life-fiction"> <span style="font-style:normal;">★ </span>More Than I Love My Life</a>
</h4>
<p class="sans bold">
David Grossman, Jessica Cohen
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">Fiction</a>
/
<a href="/search?book_genre=family_drama">Family Drama</a>
</p>
<p class="excerpt">
David Grossman is a sympathetic if unfailingly honest chronicler of the anguish of three generations of women.
</p>
<div class="read-full">
<a href="/reviews/26577-david-grossman-more-than-i-love-my-life-fiction">Read the Review <i class="zmdi zmdi-chevron-right"></i></a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26572-jaime-cortez-gordo-fiction"><img alt="Medium" src="https://t1.bookpage.com/books/images/8048b12f1fe43449759e5e183a3531b8/medium.jpg"/></a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26572-jaime-cortez-gordo-fiction"> <span style="font-style:normal;">★ </span>Gordo</a>
</h4>
<p class="sans bold">
Jaime Cortez
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">Fiction</a>
/
<a href="/search?book_genre=short_stories">Short Stories</a>
</p>
<p class="excerpt">
As in John Steinbeck’s <em>The Grapes of Wrath</em>, the characters in <strong>Gordo</strong> are often poor in economic terms but lead richly complex lives.
</p>
<div class="read-full">
<a href="/reviews/26572-jaime-cortez-gordo-fiction">Read the Review <i class="zmdi zmdi-chevron-right"></i></a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26584-silvia-moreno-garcia-velvet-was-night-fiction"><img alt="Medium" src="https://t1.bookpage.com/books/images/cfa2197694a40e3751707e5754ab539d/medium.jpg"/></a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26584-silvia-moreno-garcia-velvet-was-night-fiction">Velvet Was the Night</a>
</h4>
<p class="sans bold">
Silvia Moreno-Garcia
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">Fiction</a>
/
<a href="/search?book_genre=noir">Noir</a>
</p>
<p class="excerpt">
For her next trick, Silvia Moreno-Garcia moves into pulp adventure territory for a novel that evokes the best conspiracy thrillers of the 1970s.
</p>
<div class="read-full">
<a href="/reviews/26584-silvia-moreno-garcia-velvet-was-night-fiction">Read the Review <i class="zmdi zmdi-chevron-right"></i></a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26470-leila-slimani-country-others-fiction"><img alt="Medium" src="https://t1.bookpage.com/books/images/51185d6e263547286fd1108ece2fb3a0/medium.jpg"/></a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26470-leila-slimani-country-others-fiction"> <span style="font-style:normal;">★ </span>In the Country of Others</a>
</h4>
<p class="sans bold">
Leila Slimani, Sam Taylor
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">Fiction</a>
/
<a href="/search?book_genre=literary_fiction">Literary Fiction</a>
</p>
<p class="excerpt">
Leïla Slimani’s latest novel is the first volume of a trilogy recounting—in the truthful way that only fiction can—the history of the author’s grandmother.
</p>
<div class="read-full">
<a href="/reviews/26470-leila-slimani-country-others-fiction">Read the Review <i class="zmdi zmdi-chevron-right"></i></a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26475-remy-ngamije-eternal-audience-one-fiction"><img alt="Medium" src="https://t1.bookpage.com/books/images/13628381a150c127a7321b8d60f44e27/medium.jpg"/></a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26475-remy-ngamije-eternal-audience-one-fiction">The Eternal Audience of One</a>
</h4>
<p class="sans bold">
Rémy Ngamije
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">Fiction</a>
/
<a href="/search?book_genre=coming_of_age">Coming of Age</a>
</p>
<p class="excerpt">
Rémy Ngamije’s narrator, Séraphin, is an incisive, funny and keen social observer, so inside his head is a fine place to be.
</p>
<div class="read-full">
<a href="/reviews/26475-remy-ngamije-eternal-audience-one-fiction">Read the Review <i class="zmdi zmdi-chevron-right"></i></a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26476-lyndsay-faye-king-infinite-space-fiction"><img alt="Medium" src="https://t1.bookpage.com/books/images/dbbca2dca080302f0fb2cf6100416c42/medium.jpg"/></a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26476-lyndsay-faye-king-infinite-space-fiction"> <span style="font-style:normal;">★ </span>The King of Infinite Space</a>
</h4>
<p class="sans bold">
Lyndsay Faye
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">Fiction</a>
/
<a href="/search?book_genre=literary_fiction">Literary Fiction</a>
</p>
<p class="excerpt">
The King of Infinite Space is a remarkable achievement, staying true to Hamlet’s tragic plot in ways that will surprise and delight.
</p>
<div class="read-full">
<a href="/reviews/26476-lyndsay-faye-king-infinite-space-fiction">Read the Review <i class="zmdi zmdi-chevron-right"></i></a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26468-yz-chin-edge-case-fiction"><img alt="Medium" src="https://t1.bookpage.com/books/images/59d577075ed3c974bff1631ccafc61f3/medium.jpg"/></a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26468-yz-chin-edge-case-fiction">Edge Case</a>
</h4>
<p class="sans bold">
YZ Chin
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">Fiction</a>
/
<a href="/search?book_genre=literary_fiction">Literary Fiction</a>
</p>
<p class="excerpt">
A woman is psychologically knocked about like a pachinko ball in YZ Chin's superbly tumultuous debut novel.
</p>
<div class="read-full">
<a href="/reviews/26468-yz-chin-edge-case-fiction">Read the Review <i class="zmdi zmdi-chevron-right"></i></a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="pagination">
<ul>
<li class="active">
<a href="#">1</a>
</li>
<li class="">
<a href="/reviews?book_genre=fiction&page=2" rel="next">2</a>
</li>
<li class="">
<a href="/reviews?book_genre=fiction&page=3">3</a>
</li>
<li class="disabled">
<a href="#">…</a>
</li>
<li>
<a href="/reviews?book_genre=fiction&page=2" rel="next">Next ›</a>
</li>
<li>
<a href="/reviews?book_genre=fiction&page=384">Last »</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Refinements Column -->
<div class="span3">
<div id="facet-box">
<div class="hidden-phone">
<div class="sidebar-header facet-header">
<span>
Browse Book reviews
</span>
</div>
<div class="sidebar-body">
<div class="facets">
<p aria-controls="Genres" aria-expanded="false" data-target="#Genres" data-toggle="collapse">
Genres <i class="zmdi zmdi-chevron-down"></i>
</p>
<ul class="collapse" id="Genres">
<li>
<a href="/reviews?book_genre=fiction&page=1">Fiction</a>
<a href="/reviews?page=1"><i class="icon-red fa fa-times-circle pull-left"></i>
</a></li>
<li>
<a href="/reviews?book_genre=historical_fiction&page=1">Historical Fiction</a>
</li>
<li>
<a href="/reviews?book_genre=debut_fiction&page=1">Debut Fiction</a>
</li>
<li>
<a href="/reviews?book_genre=literary_fiction&page=1">Literary Fiction</a>
</li>
<li>
<a href="/reviews?book_genre=mystery_suspense&page=1">Mystery Suspense</a>
</li>
<li>
<a href="/reviews?book_genre=women_s_fiction&page=1">Women's Fiction</a>
</li>
<li>
<a href="/reviews?book_genre=popular_fiction&page=1">Popular Fiction</a>
</li>
<li>
<a href="/reviews?book_genre=world_fiction&page=1">World Fiction</a>
</li>
<li>
<a href="/reviews?book_genre=short_stories&page=1">Short Stories</a>
</li>
<li>
<a href="/reviews?book_genre=suspense&page=1">Suspense</a>
</li>
<li>
<a href="/reviews?book_genre=mystery&page=1">Mystery</a>
</li>
<li>
<a href="/reviews?book_genre=family_drama&page=1">Family Drama</a>
</li>
<li>
<a href="/reviews?book_genre=coming_of_age&page=1">Coming Of Age</a>
</li>
<li>
<a href="/reviews?book_genre=science_fiction_fantasy&page=1">Science Fiction Fantasy</a>
</li>
<li>
<a href="/reviews?book_genre=thriller&page=1">Thriller</a>
</li>
<li>
<a href="/reviews?book_genre=horror&page=1">Horror</a>
</li>
<li>
<a href="/reviews?book_genre=family_saga&page=1">Family Saga</a>
</li>
<li>
<a href="/reviews?book_genre=fantasy&page=1">Fantasy</a>
</li>
<li>
<a href="/reviews?book_genre=speculative_fiction&page=1">Speculative Fiction</a>
</li>
<li>
<a href="/reviews?book_genre=comic_fiction&page=1">Comic Fiction</a>
</li>
<li>
<a href="/reviews?book_genre=poetry&page=1">Poetry</a>
</li>
<li>
<a href="/reviews?book_genre=satirical_fiction&page=1">Satirical Fiction</a>
</li>
<li>
<a href="/reviews?book_genre=science_fiction&page=1">Science Fiction</a>
</li>
<li>
<a href="/reviews?book_genre=audio&page=1">Audio</a>
</li>
<li>
<a href="/reviews?book_genre=holiday&page=1">Holiday</a>
</li>
<li>
<a href="/reviews?book_genre=romance&page=1">Romance</a>
</li>
<li>
<a href="/reviews?book_genre=chick_lit&page=1">Chick Lit</a>
</li>
<li>
<a href="/reviews?book_genre=classics&page=1">Classics</a>
</li>
<li>
<a href="/reviews?book_genre=contemporary_romance&page=1">Contemporary Romance</a>
</li>
<li>
<a href="/reviews?book_genre=historical_mystery&page=1">Historical Mystery</a>
</li>
</ul>
</div>
</div>
</div>
<div class="bp-well email-bar sidebar">
<div class="row-fluid text-content">
<div class="col">
<a class="button" href="https://signup.e2ma.net/signup/1896962/28888/" onclick="window.open('https://signup.e2ma.net/signup/1896962/28888/', 'signup', 'menubar=no, location=no, toolbar=no, scrollbars=yes, height=800, width=500'); return false;">
<p>Sign up for our newsletters!</p>
</a>
</div>
</div>
</div>
</div>
<div class="sq-ad btm-margin">
<script language="JavaScript" type="text/javascript">
aj_server = 'https://litbreaker.nui.media/pipeline/'; aj_tagver = '1.0';
aj_zone = 'litbreaker'; aj_adspot = '519024'; aj_page = '0'; aj_dim ='514841'; aj_ch = ''; aj_ct = ''; aj_kw = '';
aj_pv = true; aj_click = '';
</script><script language="JavaScript" src="https://img.nui.media/banners/ajtg.js" type="text/javascript"></script>
</div>
</div>
</div>
<div class="row-fluid button-row">
<!-- billboard size -->
<script language="JavaScript" type="text/javascript">
if (window.innerWidth <= 600) {
var aj_dim = 514841;
} else if (window.innerWidth >= 1000) {
var aj_dim = '514838,514839';
} else {
var aj_dim = 514839;
};
aj_server = 'https://litbreaker.nui.media/pipeline/'; aj_tagver = '1.0';
aj_zone = 'litbreaker'; aj_adspot = '518299'; aj_page = '0'; aj_ch = ''; aj_kw = '';
aj_pv = true; aj_click = '';
</script><script language="JavaScript" src="https://img.nui.media/banners/ajtg.js" type="text/javascript"></script>
<!-- <script type="text/javascript" language="JavaScript">
aj_server = 'https://litbreaker.nui.media/pipeline/'; aj_tagver = '1.0';
aj_zone = 'litbreaker'; aj_adspot = '518299'; aj_page = '0'; aj_dim ='514838,514839'; aj_ch = ''; aj_ct = ''; aj_kw = '';
aj_pv = true; aj_click = '';
</script><script type="text/javascript" language="JavaScript" src="https://img.nui.media/banners/ajtg.js"></script>
-->
<!-- <script type="text/javascript" language="JavaScript">
aj_server = 'https://litbreaker.nui.media/pipeline/'; aj_tagver = '1.0';
aj_zone = 'litbreaker'; aj_adspot = '557205'; aj_page = '0'; aj_dim ='514838'; aj_ch = ''; aj_ct = ''; aj_kw = '';
aj_pv = true; aj_click = '';
</script><script type="text/javascript" language="JavaScript" src="https://img.nui.media/banners/ajtg.js"></script> -->
</div>
</div>
</div>
</div>
<div class="container-fluid no-padding">
<div class="footer row-fluid">
<div class="dark-block span12">
<footer>
<div class="row-fluid brand">
<div class="span3"></div>
<div class="span6 middle">
<img alt="Logo gray" class="brand" height="36" src="/assets/logos/logo_gray-895f864507d68e549bee2b02a0872a197ce42fe59b407ad4651db8acf446f06b.png" width="156"/>
</div>
</div>
<div class="row-fluid">
<p class="list-header">Subscriptions</p>
<p class="sitemap">
<a href="http://www.subscriptions.bookpage.com/bookstore" target="_blank">Bookstore</a>
•
<a href="http://www.subscriptions.bookpage.com/library" target="_blank">Library</a>
•
<a href="http://MIurl.cc/Z6eD1pmI" target="_blank">Individual</a>
•
<a href="https://www.amazon.com/BookPage/dp/B00ATRKG30/ref=sr_1_1?ie=UTF8&qid=1533306733&sr=8-1&keywords=bookpage">Digital
</a>•
<a href="/content/locations">Find BookPage
</a></p>
</div>
<div class="row-fluid">
<p class="list-header">Company</p>
<p class="sitemap">
<a href="/content/about-us">About BookPage
</a>•
<a href="/content/advertise">Advertise
</a>•
<a href="/content/contact-us">Contact Us
</a>•
<a href="/content/privacy">Privacy Policy
</a>•
<a href="/content/submission-guidelines">Submission Guidelines
</a></p>
</div>
<div class="row-fluid">
<div class="social-block">
<a href="https://www.facebook.com/pages/BookPage/116675947874"><i class="zmdi zmdi-facebook-box"></i></a>
<a href="https://twitter.com/bookpage"><i class="zmdi zmdi-twitter-box"></i></a>
<a href="https://www.instagram.com/readbookpage/?hl=en"><i class="zmdi zmdi-instagram"></i></a>
</div>
</div>
<div class="row-fluid copyright">
<p>© 1996-2021 BookPage and ProMotion, inc. | 2143 Belcourt Avenue, Nashville, TN 37212</p>
</div>
</footer>
</div>
</div>
</div>
<script src="/assets/application-8a7d9ed6d528157c163702ce8da91235bc386358e07d32fbb4658ae48c768826.js"></script>
<script id="e2ma-embed" type="text/javascript">window.e2ma=window.e2ma||{};e2ma.accountId='28888';</script>
<script async="async" src="//dk98ddgl0znzm.cloudfront.net/e2ma.js"></script>
</body>
</html>
print(Soup.prettify())
<!DOCTYPE html>
<html lang="en" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/">
<head>
<title>
Fiction Book Reviews | BookPage
</title>
<meta content="Fiction book recommendations of the best new books and more." name="description"/>
<meta content="book reviews, books and literature, writing and writers" name="keywords"/>
<link href="https://bookpage.com/reviews?book_genre=fiction&page=1" rel="canonical"/>
<meta content="BookPage.com" property="og:site_name"/>
<meta content="Fiction Book Reviews" property="og:title"/>
<meta content="Fiction book recommendations of the best new books and more." property="og:description"/>
<meta content="website" property="og:type"/>
<meta content="https://bookpage.com/reviews?book_genre=fiction&page=1" property="og:url"/>
<meta content="//www.bookpage.com/default_image.jpg" property="og:image"/>
<meta content="summary" name="twitter:card"/>
<meta content="@bookpage" name="twitter:site"/>
<meta content="@bookpage" name="twitter:creator"/>
<meta content="index,follow" name="robots"/>
<meta content="BookPage" name="application-name"/>
<meta content="BookPage" name="msapplication-tooltip"/>
<meta content="https://bookpage.com/" name="msapplication-starturl"/>
<meta content="name=BookPage;action-uri=https://bookpage.com;icon-uri=https://bookpage.com/favicon.ico" name="msapplication-task"/>
<meta content="name=BookPage on Twitter;action-uri=http://twitter.com/bookpage;icon-uri=http://twitter.com/favicon.ico" name="msapplication-task"/>
<meta content="name=BookPage on Facebook;action-uri=https://www.facebook.com/pages/BookPage/116675947874;icon-uri=https://s-static.ak.facebook.com/rsrc.php/yi/r/q9U99v3_saj.ico" name="msapplication-task"/>
<meta content="name=BookPage on Pinterest;action-uri=http://www.pinterest.com/bookpage/;icon-uri=http://www.pinterest.com/favicon.ico" name="msapplication-task"/>
<meta content="name=BookPage on YouTube;action-uri=http://www.youtube.com/BookPagedotcom;icon-uri=http://www.youtube.com/favicon.ico" name="msapplication-task"/>
<meta charset="utf-8"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="authenticity_token" name="csrf-param"/>
<meta content="L6jdqzjdraWyP3Yhl9U+5hdONTKmdjFL2khoe7y1EgjNeY/hsosmLc9qT1yJr9z86A1KXd4Ml7xmic7ajx2ALQ==" name="csrf-token"/>
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="/assets/application-d65a90e052a2d61ba87795acc24f13a44c3e10568595711f4d3520815752c897.css" media="all" rel="stylesheet"/>
<link href="/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180"/>
<link href="/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"/>
<link href="/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"/>
<link href="/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120"/>
<link href="/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"/>
<link href="/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76"/>
<link href="/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"/>
<link href="/apple-touch-icon.png" rel="apple-touch-icon"/>
<link href="/favicon.ico" rel="shortcut icon"/>
<meta content="BookPage" name="apple-mobile-web-app-title"/>
<link href="/feed" rel="alternate" title="ATOM" type="application/atom+xml"/>
<link href="/feed.rss" rel="alternate" title="RSS" type="application/rss+xml"/>
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800" rel="stylesheet" type="text/css"/>
<link href="//fonts.googleapis.com/css?family=Open+Sans+Condensed:700" rel="stylesheet" type="text/css"/>
<script async="async" src="https://www.googletagservices.com/tag/js/gpt.js">
</script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
</script>
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/4655871/ATL', [970, 250], 'div-gpt-ad-1515619791087-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
<script async="" defer="" src="//d3c3cq33003psk.cloudfront.net/opentag-123939-1670854.js">
</script>
<script type="text/javascript">
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement("script");
gads.async = true;
gads.type = "text/javascript";
var useSSL = "https:" == document.location.protocol;
gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";
var node =document.getElementsByTagName("script")[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=GTM-P85NP22">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'GTM-P85NP22');
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-9261499-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P85NP22');
</script>
<!-- End Google Tag Manager -->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '1746518832242335');
fbq('track', "PageView");
</script>
<noscript>
<img height="1" src="https://www.facebook.com/tr?id=1746518832242335&ev=PageView&noscript=1" style="display:none" width="1"/>
</noscript>
<!-- End Facebook Pixel Code -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1209228,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- Facebook Pixel Code -->
<script>
(function(){var s = document.createElement('script'),e = ! document.body ? document.querySelector('head') : document.body;s.src = 'https://acsbapp.com/apps/app/assets/js/acsb.js';s.async = s.defer = true;s.onload = function(){acsbJS.init({statementLink : '',feedbackLink : '',footerHtml : '',hideMobile : false,hideTrigger : false,language : 'en',position : 'right',leadColor : '#146FF8',triggerColor : '#146FF8',triggerRadius : '50%',triggerPositionX : 'right',triggerPositionY : 'bottom',triggerIcon : 'default',triggerSize : 'medium',triggerOffsetX : 20,triggerOffsetY : 20,mobile : {triggerSize : 'small',triggerPositionX : 'right',triggerPositionY : 'center',triggerOffsetX : 0,triggerOffsetY : 0,triggerRadius : '50%'}});};e.appendChild(s);}());
</script>
<!-- End Facebook Pixel Code -->
</head>
<body>
<!-- Google Tag Manager -->
<noscript>
<iframe height="0" src="//www.googletagmanager.com/ns.html?id=GTM-T5GJ4V" style="display:none;visibility:hidden" width="0">
</iframe>
</noscript>
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T5GJ4V');
</script>
<!-- End Google Tag Manager -->
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-P85NP22" style="display:none;visibility:hidden" width="0">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- google ads -->
<script async="" data-ad-client="ca-pub-1933750090033622" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
</script>
<div class="container-fluid">
<div class="header">
<div class="navbar navbar-default navbar-fixed-top bp-nav">
<div class="row-fluid subscribe">
<a class="button" href="https://signup.e2ma.net/signup/1896962/28888/" onclick="window.open('https://signup.e2ma.net/signup/1896962/28888/', 'signup', 'menubar=no, location=no, toolbar=no, scrollbars=yes, height=800, width=500'); return false;">
Sign up for our newsletters!
</a>
</div>
<div class="navbar-inner">
<a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse">
<i class="zmdi zmdi-menu">
</i>
</a>
<a href="/">
<img alt="Logo large" class="brand" src="/assets/logos/logo_large-d48d8b33b2656c699a6815c500d328a7d0ee40edfde8536e957bfb739cfbf611.png"/>
</a>
<div class="nav-collapse">
<ul class="nav bp-navtext">
<li class="">
<a href="/print-edition">
Print Edition
</a>
</li>
<li class="current dropdown">
<a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="/reviews" role="button">
Book Reviews
</a>
<ul class="dropdown-menu">
<li>
<a href="/reviews">
All Reviews
</a>
</li>
<li>
<a href="/reviews?book_genre=fiction&page=1">
Fiction
</a>
</li>
<li>
<a href="/reviews?book_genre=nonfiction&page=1">
Nonfiction
</a>
</li>
<li>
<a href="/reviews?book_genre=children_s&page=1">
Children's
</a>
</li>
<li>
<a href="/reviews?book_genre=ya&page=1">
YA
</a>
</li>
<li>
<a href="/reviews?book_genre=mystery_suspense&page=1">
Mystery
</a>
</li>
<li>
<a href="/reviews?book_genre=romance&page=1">
Romance
</a>
</li>
</ul>
</li>
<li class="">
<a href="/interviews">
Interviews
</a>
</li>
<li class="">
<a href="/features">
Features
</a>
</li>
<li class="nav-last dropdown">
<a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="/reviews" role="button">
Subscribe
</a>
<ul class="dropdown-menu">
<li>
<a href="http://www.subscriptions.bookpage.com/library" target="_blank">
Library
</a>
</li>
<li>
<a href="http://www.subscriptions.bookpage.com/bookstore" target="_blank">
Bookstore
</a>
</li>
<li>
<a href="http://MIurl.cc/Z6eD1pmI" target="_blank">
Individual
</a>
</li>
</ul>
</li>
<div class="search-box">
<form accept-charset="UTF-8" action="/search/" class="search-form" method="get">
<input name="utf8" type="hidden" value="✓"/>
<div class="input-prepend">
<span class="add-on add-on-custom">
<i class="fa fa-search">
</i>
</span>
<input class="input-medium query-input" id="query" name="query" placeholder="Search BookPage" type="text"/>
</div>
</form>
</div>
</ul>
</div>
</div>
</div>
</div>
<div class="page-content">
<!-- Main Content -->
<div class="row-fluid articles-index">
<div class="row-fluid">
<div class="search-bar">
<div class="breadcrumbs">
<p>
<a href="/">
Home
</a>
<i class="zmdi zmdi-chevron-right">
</i>
</p>
<h1 class="sans">
Book reviews
</h1>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid">
<!-- Articles Column -->
<div class="span9">
<div class="bp-well">
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26581-peter-heller-guide-fiction">
<img alt="Medium" src="https://t1.bookpage.com/books/images/d0305c00b37bf75ed8832974fddbb551/medium.jpg"/>
</a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26581-peter-heller-guide-fiction">
The Guide
</a>
</h4>
<p class="sans bold">
Peter Heller
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">
Fiction
</a>
/
<a href="/search?book_genre=speculative_fiction">
Speculative Fiction
</a>
/
<a href="/search?book_genre=thriller">
Thriller
</a>
</p>
<p class="excerpt">
<strong>
The Guide
</strong>
is a glorious getaway in every sense—a wild wilderness trip as well as a suspenseful journey to solve a chilling mystery.
</p>
<div class="read-full">
<a href="/reviews/26581-peter-heller-guide-fiction">
Read the Review
<i class="zmdi zmdi-chevron-right">
</i>
</a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26477-honoree-fanonne-jeffers-love-songs-w-e-b-du-bois-fiction">
<img alt="Medium" src="https://t1.bookpage.com/books/images/213ee8726eae4940ba613aee2dc5b63e/medium.jpg"/>
</a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26477-honoree-fanonne-jeffers-love-songs-w-e-b-du-bois-fiction">
<span style="font-style:normal;">
★
</span>
The Love Songs of W.E.B. Du Bois
</a>
</h4>
<p class="sans bold">
Honorée Fanonne Jeffers
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">
Fiction
</a>
/
<a href="/search?book_genre=historical_fiction">
Historical Fiction
</a>
</p>
<p class="excerpt">
Honorée Fanonne Jeffers weaves an epic ancestral story, showing that where any one person comes from is much more complicated than genetic makeup.
</p>
<div class="read-full">
<a href="/reviews/26477-honoree-fanonne-jeffers-love-songs-w-e-b-du-bois-fiction">
Read the Review
<i class="zmdi zmdi-chevron-right">
</i>
</a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26565-francis-spufford-light-perpetual-audio">
<img alt="Medium" src="https://t1.bookpage.com/books/images/585a29b0056327441c5a151b649ae8ce/medium.jpg"/>
</a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26565-francis-spufford-light-perpetual-audio">
<span style="font-style:normal;">
★
</span>
Light Perpetual
</a>
</h4>
<p class="sans bold">
Francis Spufford, Imogen Church
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=audio">
Audio
</a>
/
<a href="/search?book_genre=fiction">
Fiction
</a>
/
<a href="/search?book_genre=literary_fiction">
Literary Fiction
</a>
</p>
<p class="excerpt">
Featuring vibrant characters, all of whom have rich interior lives, Francis Spufford’s novel is perfect for audio.
</p>
<div class="read-full">
<a href="/reviews/26565-francis-spufford-light-perpetual-audio">
Read the Review
<i class="zmdi zmdi-chevron-right">
</i>
</a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26577-david-grossman-more-than-i-love-my-life-fiction">
<img alt="Medium" src="https://t1.bookpage.com/books/images/3cc6b280c0944ed758004e52a874f37e/medium.jpg"/>
</a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26577-david-grossman-more-than-i-love-my-life-fiction">
<span style="font-style:normal;">
★
</span>
More Than I Love My Life
</a>
</h4>
<p class="sans bold">
David Grossman, Jessica Cohen
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">
Fiction
</a>
/
<a href="/search?book_genre=family_drama">
Family Drama
</a>
</p>
<p class="excerpt">
David Grossman is a sympathetic if unfailingly honest chronicler of the anguish of three generations of women.
</p>
<div class="read-full">
<a href="/reviews/26577-david-grossman-more-than-i-love-my-life-fiction">
Read the Review
<i class="zmdi zmdi-chevron-right">
</i>
</a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26572-jaime-cortez-gordo-fiction">
<img alt="Medium" src="https://t1.bookpage.com/books/images/8048b12f1fe43449759e5e183a3531b8/medium.jpg"/>
</a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26572-jaime-cortez-gordo-fiction">
<span style="font-style:normal;">
★
</span>
Gordo
</a>
</h4>
<p class="sans bold">
Jaime Cortez
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">
Fiction
</a>
/
<a href="/search?book_genre=short_stories">
Short Stories
</a>
</p>
<p class="excerpt">
As in John Steinbeck’s
<em>
The Grapes of Wrath
</em>
, the characters in
<strong>
Gordo
</strong>
are often poor in economic terms but lead richly complex lives.
</p>
<div class="read-full">
<a href="/reviews/26572-jaime-cortez-gordo-fiction">
Read the Review
<i class="zmdi zmdi-chevron-right">
</i>
</a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26584-silvia-moreno-garcia-velvet-was-night-fiction">
<img alt="Medium" src="https://t1.bookpage.com/books/images/cfa2197694a40e3751707e5754ab539d/medium.jpg"/>
</a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26584-silvia-moreno-garcia-velvet-was-night-fiction">
Velvet Was the Night
</a>
</h4>
<p class="sans bold">
Silvia Moreno-Garcia
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">
Fiction
</a>
/
<a href="/search?book_genre=noir">
Noir
</a>
</p>
<p class="excerpt">
For her next trick, Silvia Moreno-Garcia moves into pulp adventure territory for a novel that evokes the best conspiracy thrillers of the 1970s.
</p>
<div class="read-full">
<a href="/reviews/26584-silvia-moreno-garcia-velvet-was-night-fiction">
Read the Review
<i class="zmdi zmdi-chevron-right">
</i>
</a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26470-leila-slimani-country-others-fiction">
<img alt="Medium" src="https://t1.bookpage.com/books/images/51185d6e263547286fd1108ece2fb3a0/medium.jpg"/>
</a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26470-leila-slimani-country-others-fiction">
<span style="font-style:normal;">
★
</span>
In the Country of Others
</a>
</h4>
<p class="sans bold">
Leila Slimani, Sam Taylor
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">
Fiction
</a>
/
<a href="/search?book_genre=literary_fiction">
Literary Fiction
</a>
</p>
<p class="excerpt">
Leïla Slimani’s latest novel is the first volume of a trilogy recounting—in the truthful way that only fiction can—the history of the author’s grandmother.
</p>
<div class="read-full">
<a href="/reviews/26470-leila-slimani-country-others-fiction">
Read the Review
<i class="zmdi zmdi-chevron-right">
</i>
</a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26475-remy-ngamije-eternal-audience-one-fiction">
<img alt="Medium" src="https://t1.bookpage.com/books/images/13628381a150c127a7321b8d60f44e27/medium.jpg"/>
</a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26475-remy-ngamije-eternal-audience-one-fiction">
The Eternal Audience of One
</a>
</h4>
<p class="sans bold">
Rémy Ngamije
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">
Fiction
</a>
/
<a href="/search?book_genre=coming_of_age">
Coming of Age
</a>
</p>
<p class="excerpt">
Rémy Ngamije’s narrator, Séraphin, is an incisive, funny and keen social observer, so inside his head is a fine place to be.
</p>
<div class="read-full">
<a href="/reviews/26475-remy-ngamije-eternal-audience-one-fiction">
Read the Review
<i class="zmdi zmdi-chevron-right">
</i>
</a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26476-lyndsay-faye-king-infinite-space-fiction">
<img alt="Medium" src="https://t1.bookpage.com/books/images/dbbca2dca080302f0fb2cf6100416c42/medium.jpg"/>
</a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26476-lyndsay-faye-king-infinite-space-fiction">
<span style="font-style:normal;">
★
</span>
The King of Infinite Space
</a>
</h4>
<p class="sans bold">
Lyndsay Faye
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">
Fiction
</a>
/
<a href="/search?book_genre=literary_fiction">
Literary Fiction
</a>
</p>
<p class="excerpt">
The King of Infinite Space is a remarkable achievement, staying true to Hamlet’s tragic plot in ways that will surprise and delight.
</p>
<div class="read-full">
<a href="/reviews/26476-lyndsay-faye-king-infinite-space-fiction">
Read the Review
<i class="zmdi zmdi-chevron-right">
</i>
</a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="row-fluid article-row">
<div class="bp-block article-info">
<div class="article-list-left">
<a href="/reviews/26468-yz-chin-edge-case-fiction">
<img alt="Medium" src="https://t1.bookpage.com/books/images/59d577075ed3c974bff1631ccafc61f3/medium.jpg"/>
</a>
</div>
<div class="flex-article-content">
<h4 class="italic">
<a href="/reviews/26468-yz-chin-edge-case-fiction">
Edge Case
</a>
</h4>
<p class="sans bold">
YZ Chin
</p>
<p class="genre-links hidden-phone">
<a href="/search?book_genre=fiction">
Fiction
</a>
/
<a href="/search?book_genre=literary_fiction">
Literary Fiction
</a>
</p>
<p class="excerpt">
A woman is psychologically knocked about like a pachinko ball in YZ Chin's superbly tumultuous debut novel.
</p>
<div class="read-full">
<a href="/reviews/26468-yz-chin-edge-case-fiction">
Read the Review
<i class="zmdi zmdi-chevron-right">
</i>
</a>
</div>
</div>
<br class="clear"/>
</div>
</div>
<div class="pagination">
<ul>
<li class="active">
<a href="#">
1
</a>
</li>
<li class="">
<a href="/reviews?book_genre=fiction&page=2" rel="next">
2
</a>
</li>
<li class="">
<a href="/reviews?book_genre=fiction&page=3">
3
</a>
</li>
<li class="disabled">
<a href="#">
…
</a>
</li>
<li>
<a href="/reviews?book_genre=fiction&page=2" rel="next">
Next ›
</a>
</li>
<li>
<a href="/reviews?book_genre=fiction&page=384">
Last »
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Refinements Column -->
<div class="span3">
<div id="facet-box">
<div class="hidden-phone">
<div class="sidebar-header facet-header">
<span>
Browse Book reviews
</span>
</div>
<div class="sidebar-body">
<div class="facets">
<p aria-controls="Genres" aria-expanded="false" data-target="#Genres" data-toggle="collapse">
Genres
<i class="zmdi zmdi-chevron-down">
</i>
</p>
<ul class="collapse" id="Genres">
<li>
<a href="/reviews?book_genre=fiction&page=1">
Fiction
</a>
<a href="/reviews?page=1">
<i class="icon-red fa fa-times-circle pull-left">
</i>
</a>
</li>
<li>
<a href="/reviews?book_genre=historical_fiction&page=1">
Historical Fiction
</a>
</li>
<li>
<a href="/reviews?book_genre=debut_fiction&page=1">
Debut Fiction
</a>
</li>
<li>
<a href="/reviews?book_genre=literary_fiction&page=1">
Literary Fiction
</a>
</li>
<li>
<a href="/reviews?book_genre=mystery_suspense&page=1">
Mystery Suspense
</a>
</li>
<li>
<a href="/reviews?book_genre=women_s_fiction&page=1">
Women's Fiction
</a>
</li>
<li>
<a href="/reviews?book_genre=popular_fiction&page=1">
Popular Fiction
</a>
</li>
<li>
<a href="/reviews?book_genre=world_fiction&page=1">
World Fiction
</a>
</li>
<li>
<a href="/reviews?book_genre=short_stories&page=1">
Short Stories
</a>
</li>
<li>
<a href="/reviews?book_genre=suspense&page=1">
Suspense
</a>
</li>
<li>
<a href="/reviews?book_genre=mystery&page=1">
Mystery
</a>
</li>
<li>
<a href="/reviews?book_genre=family_drama&page=1">
Family Drama
</a>
</li>
<li>
<a href="/reviews?book_genre=coming_of_age&page=1">
Coming Of Age
</a>
</li>
<li>
<a href="/reviews?book_genre=science_fiction_fantasy&page=1">
Science Fiction Fantasy
</a>
</li>
<li>
<a href="/reviews?book_genre=thriller&page=1">
Thriller
</a>
</li>
<li>
<a href="/reviews?book_genre=horror&page=1">
Horror
</a>
</li>
<li>
<a href="/reviews?book_genre=family_saga&page=1">
Family Saga
</a>
</li>
<li>
<a href="/reviews?book_genre=fantasy&page=1">
Fantasy
</a>
</li>
<li>
<a href="/reviews?book_genre=speculative_fiction&page=1">
Speculative Fiction
</a>
</li>
<li>
<a href="/reviews?book_genre=comic_fiction&page=1">
Comic Fiction
</a>
</li>
<li>
<a href="/reviews?book_genre=poetry&page=1">
Poetry
</a>
</li>
<li>
<a href="/reviews?book_genre=satirical_fiction&page=1">
Satirical Fiction
</a>
</li>
<li>
<a href="/reviews?book_genre=science_fiction&page=1">
Science Fiction
</a>
</li>
<li>
<a href="/reviews?book_genre=audio&page=1">
Audio
</a>
</li>
<li>
<a href="/reviews?book_genre=holiday&page=1">
Holiday
</a>
</li>
<li>
<a href="/reviews?book_genre=romance&page=1">
Romance
</a>
</li>
<li>
<a href="/reviews?book_genre=chick_lit&page=1">
Chick Lit
</a>
</li>
<li>
<a href="/reviews?book_genre=classics&page=1">
Classics
</a>
</li>
<li>
<a href="/reviews?book_genre=contemporary_romance&page=1">
Contemporary Romance
</a>
</li>
<li>
<a href="/reviews?book_genre=historical_mystery&page=1">
Historical Mystery
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="bp-well email-bar sidebar">
<div class="row-fluid text-content">
<div class="col">
<a class="button" href="https://signup.e2ma.net/signup/1896962/28888/" onclick="window.open('https://signup.e2ma.net/signup/1896962/28888/', 'signup', 'menubar=no, location=no, toolbar=no, scrollbars=yes, height=800, width=500'); return false;">
<p>
Sign up for our newsletters!
</p>
</a>
</div>
</div>
</div>
</div>
<div class="sq-ad btm-margin">
<script language="JavaScript" type="text/javascript">
aj_server = 'https://litbreaker.nui.media/pipeline/'; aj_tagver = '1.0';
aj_zone = 'litbreaker'; aj_adspot = '519024'; aj_page = '0'; aj_dim ='514841'; aj_ch = ''; aj_ct = ''; aj_kw = '';
aj_pv = true; aj_click = '';
</script>
<script language="JavaScript" src="https://img.nui.media/banners/ajtg.js" type="text/javascript">
</script>
</div>
</div>
</div>
<div class="row-fluid button-row">
<!-- billboard size -->
<script language="JavaScript" type="text/javascript">
if (window.innerWidth <= 600) {
var aj_dim = 514841;
} else if (window.innerWidth >= 1000) {
var aj_dim = '514838,514839';
} else {
var aj_dim = 514839;
};
aj_server = 'https://litbreaker.nui.media/pipeline/'; aj_tagver = '1.0';
aj_zone = 'litbreaker'; aj_adspot = '518299'; aj_page = '0'; aj_ch = ''; aj_kw = '';
aj_pv = true; aj_click = '';
</script>
<script language="JavaScript" src="https://img.nui.media/banners/ajtg.js" type="text/javascript">
</script>
<!-- <script type="text/javascript" language="JavaScript">
aj_server = 'https://litbreaker.nui.media/pipeline/'; aj_tagver = '1.0';
aj_zone = 'litbreaker'; aj_adspot = '518299'; aj_page = '0'; aj_dim ='514838,514839'; aj_ch = ''; aj_ct = ''; aj_kw = '';
aj_pv = true; aj_click = '';
</script><script type="text/javascript" language="JavaScript" src="https://img.nui.media/banners/ajtg.js"></script>
-->
<!-- <script type="text/javascript" language="JavaScript">
aj_server = 'https://litbreaker.nui.media/pipeline/'; aj_tagver = '1.0';
aj_zone = 'litbreaker'; aj_adspot = '557205'; aj_page = '0'; aj_dim ='514838'; aj_ch = ''; aj_ct = ''; aj_kw = '';
aj_pv = true; aj_click = '';
</script><script type="text/javascript" language="JavaScript" src="https://img.nui.media/banners/ajtg.js"></script> -->
</div>
</div>
</div>
</div>
<div class="container-fluid no-padding">
<div class="footer row-fluid">
<div class="dark-block span12">
<footer>
<div class="row-fluid brand">
<div class="span3">
</div>
<div class="span6 middle">
<img alt="Logo gray" class="brand" height="36" src="/assets/logos/logo_gray-895f864507d68e549bee2b02a0872a197ce42fe59b407ad4651db8acf446f06b.png" width="156"/>
</div>
</div>
<div class="row-fluid">
<p class="list-header">
Subscriptions
</p>
<p class="sitemap">
<a href="http://www.subscriptions.bookpage.com/bookstore" target="_blank">
Bookstore
</a>
•
<a href="http://www.subscriptions.bookpage.com/library" target="_blank">
Library
</a>
•
<a href="http://MIurl.cc/Z6eD1pmI" target="_blank">
Individual
</a>
•
<a href="https://www.amazon.com/BookPage/dp/B00ATRKG30/ref=sr_1_1?ie=UTF8&qid=1533306733&sr=8-1&keywords=bookpage">
Digital
</a>
•
<a href="/content/locations">
Find BookPage
</a>
</p>
</div>
<div class="row-fluid">
<p class="list-header">
Company
</p>
<p class="sitemap">
<a href="/content/about-us">
About BookPage
</a>
•
<a href="/content/advertise">
Advertise
</a>
•
<a href="/content/contact-us">
Contact Us
</a>
•
<a href="/content/privacy">
Privacy Policy
</a>
•
<a href="/content/submission-guidelines">
Submission Guidelines
</a>
</p>
</div>
<div class="row-fluid">
<div class="social-block">
<a href="https://www.facebook.com/pages/BookPage/116675947874">
<i class="zmdi zmdi-facebook-box">
</i>
</a>
<a href="https://twitter.com/bookpage">
<i class="zmdi zmdi-twitter-box">
</i>
</a>
<a href="https://www.instagram.com/readbookpage/?hl=en">
<i class="zmdi zmdi-instagram">
</i>
</a>
</div>
</div>
<div class="row-fluid copyright">
<p>
© 1996-2021 BookPage and ProMotion, inc. | 2143 Belcourt Avenue, Nashville, TN 37212
</p>
</div>
</footer>
</div>
</div>
</div>
<script src="/assets/application-8a7d9ed6d528157c163702ce8da91235bc386358e07d32fbb4658ae48c768826.js">
</script>
<script id="e2ma-embed" type="text/javascript">
window.e2ma=window.e2ma||{};e2ma.accountId='28888';
</script>
<script async="async" src="//dk98ddgl0znzm.cloudfront.net/e2ma.js">
</script>
</body>
</html>
#5 books name
name=Soup.find_all("h4",class_="italic")
name
[<h4 class="italic"> <a href="/reviews/26581-peter-heller-guide-fiction">The Guide</a> </h4>, <h4 class="italic"> <a href="/reviews/26477-honoree-fanonne-jeffers-love-songs-w-e-b-du-bois-fiction"> <span style="font-style:normal;">★ </span>The Love Songs of W.E.B. Du Bois</a> </h4>, <h4 class="italic"> <a href="/reviews/26565-francis-spufford-light-perpetual-audio"> <span style="font-style:normal;">★ </span>Light Perpetual</a> </h4>, <h4 class="italic"> <a href="/reviews/26577-david-grossman-more-than-i-love-my-life-fiction"> <span style="font-style:normal;">★ </span>More Than I Love My Life</a> </h4>, <h4 class="italic"> <a href="/reviews/26572-jaime-cortez-gordo-fiction"> <span style="font-style:normal;">★ </span>Gordo</a> </h4>, <h4 class="italic"> <a href="/reviews/26584-silvia-moreno-garcia-velvet-was-night-fiction">Velvet Was the Night</a> </h4>, <h4 class="italic"> <a href="/reviews/26470-leila-slimani-country-others-fiction"> <span style="font-style:normal;">★ </span>In the Country of Others</a> </h4>, <h4 class="italic"> <a href="/reviews/26475-remy-ngamije-eternal-audience-one-fiction">The Eternal Audience of One</a> </h4>, <h4 class="italic"> <a href="/reviews/26476-lyndsay-faye-king-infinite-space-fiction"> <span style="font-style:normal;">★ </span>The King of Infinite Space</a> </h4>, <h4 class="italic"> <a href="/reviews/26468-yz-chin-edge-case-fiction">Edge Case</a> </h4>]
Name = [] #emptylist
for i in name:
for j in i.find_all("a"):
Name.append(j.text.replace("\n",""))
Name
['The Guide', ' ★ The Love Songs of W.E.B. Du Bois', ' ★ Light Perpetual', ' ★ More Than I Love My Life', ' ★ Gordo', 'Velvet Was the Night', ' ★ In the Country of Others', 'The Eternal Audience of One', ' ★ The King of Infinite Space', 'Edge Case']
#5 booksname
author = Soup.find_all("p",class_="sans bold")
author
[<p class="sans bold"> Peter Heller </p>, <p class="sans bold"> Honorée Fanonne Jeffers </p>, <p class="sans bold"> Francis Spufford, Imogen Church </p>, <p class="sans bold"> David Grossman, Jessica Cohen </p>, <p class="sans bold"> Jaime Cortez </p>, <p class="sans bold"> Silvia Moreno-Garcia </p>, <p class="sans bold"> Leila Slimani, Sam Taylor </p>, <p class="sans bold"> Rémy Ngamije </p>, <p class="sans bold"> Lyndsay Faye </p>, <p class="sans bold"> YZ Chin </p>]
Author = []
for i in author:
Author.append(i.text.replace("\n",""))
Author
['Peter Heller', 'Honorée Fanonne Jeffers', 'Francis Spufford, Imogen Church', 'David Grossman, Jessica Cohen', 'Jaime Cortez', 'Silvia Moreno-Garcia', 'Leila Slimani, Sam Taylor', 'Rémy Ngamije', 'Lyndsay Faye', 'YZ Chin']
#5 booksname
genre = Soup.find_all("p",class_="genre-links hidden-phone")
genre
[<p class="genre-links hidden-phone"> <a href="/search?book_genre=fiction">Fiction</a> / <a href="/search?book_genre=speculative_fiction">Speculative Fiction</a> / <a href="/search?book_genre=thriller">Thriller</a> </p>, <p class="genre-links hidden-phone"> <a href="/search?book_genre=fiction">Fiction</a> / <a href="/search?book_genre=historical_fiction">Historical Fiction</a> </p>, <p class="genre-links hidden-phone"> <a href="/search?book_genre=audio">Audio</a> / <a href="/search?book_genre=fiction">Fiction</a> / <a href="/search?book_genre=literary_fiction">Literary Fiction</a> </p>, <p class="genre-links hidden-phone"> <a href="/search?book_genre=fiction">Fiction</a> / <a href="/search?book_genre=family_drama">Family Drama</a> </p>, <p class="genre-links hidden-phone"> <a href="/search?book_genre=fiction">Fiction</a> / <a href="/search?book_genre=short_stories">Short Stories</a> </p>, <p class="genre-links hidden-phone"> <a href="/search?book_genre=fiction">Fiction</a> / <a href="/search?book_genre=noir">Noir</a> </p>, <p class="genre-links hidden-phone"> <a href="/search?book_genre=fiction">Fiction</a> / <a href="/search?book_genre=literary_fiction">Literary Fiction</a> </p>, <p class="genre-links hidden-phone"> <a href="/search?book_genre=fiction">Fiction</a> / <a href="/search?book_genre=coming_of_age">Coming of Age</a> </p>, <p class="genre-links hidden-phone"> <a href="/search?book_genre=fiction">Fiction</a> / <a href="/search?book_genre=literary_fiction">Literary Fiction</a> </p>, <p class="genre-links hidden-phone"> <a href="/search?book_genre=fiction">Fiction</a> / <a href="/search?book_genre=literary_fiction">Literary Fiction</a> </p>]
Genre = []
for i in genre:
Genre.append(i.text.replace("\n",""))
Genre
['Fiction / Speculative Fiction / Thriller', 'Fiction / Historical Fiction', 'Audio / Fiction / Literary Fiction', 'Fiction / Family Drama', 'Fiction / Short Stories', 'Fiction / Noir', 'Fiction / Literary Fiction', 'Fiction / Coming of Age', 'Fiction / Literary Fiction', 'Fiction / Literary Fiction']
#5 booksname
review = Soup.find_all("p",class_="excerpt")
review
[<p class="excerpt"> <strong>The Guide</strong> is a glorious getaway in every sense—a wild wilderness trip as well as a suspenseful journey to solve a chilling mystery. </p>, <p class="excerpt"> Honorée Fanonne Jeffers weaves an epic ancestral story, showing that where any one person comes from is much more complicated than genetic makeup. </p>, <p class="excerpt"> Featuring vibrant characters, all of whom have rich interior lives, Francis Spufford’s novel is perfect for audio. </p>, <p class="excerpt"> David Grossman is a sympathetic if unfailingly honest chronicler of the anguish of three generations of women. </p>, <p class="excerpt"> As in John Steinbeck’s <em>The Grapes of Wrath</em>, the characters in <strong>Gordo</strong> are often poor in economic terms but lead richly complex lives. </p>, <p class="excerpt"> For her next trick, Silvia Moreno-Garcia moves into pulp adventure territory for a novel that evokes the best conspiracy thrillers of the 1970s. </p>, <p class="excerpt"> Leïla Slimani’s latest novel is the first volume of a trilogy recounting—in the truthful way that only fiction can—the history of the author’s grandmother. </p>, <p class="excerpt"> Rémy Ngamije’s narrator, Séraphin, is an incisive, funny and keen social observer, so inside his head is a fine place to be. </p>, <p class="excerpt"> The King of Infinite Space is a remarkable achievement, staying true to Hamlet’s tragic plot in ways that will surprise and delight. </p>, <p class="excerpt"> A woman is psychologically knocked about like a pachinko ball in YZ Chin's superbly tumultuous debut novel. </p>]
Review = []
for i in review:
Review.append(i.text.replace("\n",""))
Review
['The Guide is a glorious getaway in every sense—a wild wilderness trip as well as a suspenseful journey to solve a chilling mystery.', 'Honorée Fanonne Jeffers weaves an epic ancestral story, showing that where any one person comes from is much more complicated than genetic makeup.', 'Featuring vibrant characters, all of whom have rich interior lives, Francis Spufford’s novel is perfect for audio.', 'David Grossman is a sympathetic if unfailingly honest chronicler of the anguish of three generations of women.', 'As in John Steinbeck’s The Grapes of Wrath, the characters in Gordo are often poor in economic terms but lead richly complex lives.', 'For her next trick, Silvia Moreno-Garcia moves into pulp adventure territory for a novel that evokes the best conspiracy thrillers of the 1970s.', 'Leïla Slimani’s latest novel is the first volume of a trilogy recounting—in the truthful way that only fiction can—the history of the author’s grandmother.', 'Rémy Ngamije’s narrator, Séraphin, is an incisive, funny and keen social observer, so inside his head is a fine place to be.', 'The King of Infinite Space is a remarkable achievement, staying true to Hamlet’s tragic plot in ways that will surprise and delight.', "A woman is psychologically knocked about like a pachinko ball in YZ Chin's superbly tumultuous debut novel."]
import pandas as pd
df=pd.DataFrame({})
df['Name']=Name[:5]
df['Author']=Author[:5]
df['Genre']=Genre[:5]
df['Review']=Review[:5]
df
| Name | Author | Genre | Review | |
|---|---|---|---|---|
| 0 | The Guide | Peter Heller | Fiction / Speculative Fiction / Thriller | The Guide is a glorious getaway in every sense... |
| 1 | ★ The Love Songs of W.E.B. Du Bois | Honorée Fanonne Jeffers | Fiction / Historical Fiction | Honorée Fanonne Jeffers weaves an epic ancestr... |
| 2 | ★ Light Perpetual | Francis Spufford, Imogen Church | Audio / Fiction / Literary Fiction | Featuring vibrant characters, all of whom have... |
| 3 | ★ More Than I Love My Life | David Grossman, Jessica Cohen | Fiction / Family Drama | David Grossman is a sympathetic if unfailingly... |
| 4 | ★ Gordo | Jaime Cortez | Fiction / Short Stories | As in John Steinbeck’s The Grapes of Wrath, th... |
page = requests.get("https://www.icc-cricket.com/rankings/mens/team-rankings/odi")
page
<Response [200]>
page.content
b'<!DOCTYPE html>\n<html lang="en">\n<head>\n\n <meta name="twitter:title" content="ICC Ranking for ODI teams International Cricket Council"/>\n<meta property="og:type" content="website"/>\n<meta property="twitter:card" content="summary_large_image"/>\n<meta name="description" content="Official International Cricket Council ranking for One Day International (ODI) cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta property="twitter:site" content="@icc"/>\n<meta name="twitter:description" content="Official International Cricket Council ranking for One Day International (ODI) cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta name="twitter:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<meta property="og:title" content="ICC Ranking for ODI teams International Cricket Council"/>\n<meta property="og:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<title>ICC Ranking for ODI teams International Cricket Council</title>\n<meta property="og:description" content="Official International Cricket Council ranking for One Day International (ODI) cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n\n\t<!-- Designed and built by Pulselive - www.pulselive.com -->\n \n<script>\n\n var dataLayer = [{\n \'user_language\':\'English\',\n \'web_domain\':\'www.icc-cricket.com\',\n \'page_type\':\'/rankings/mens/team-rankings/odi\' \n }];\n\n</script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-T7DPH24\');</script>\n<!-- End Google Tag Manager -->\n\n\n <meta charset="UTF-8">\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <meta name="apple-itunes-app" content="app-id=956440606"/>\n\n <link rel="manifest" href="/resources/prod/v8.19.9/manifest.json">\n\n <link rel="shortcut icon" href="/resources/prod/v8.19.9/i/elements/favicon.ico" />\n\n <link rel="publisher" href="https://plus.google.com/+ICC">\n\n \n\n\n\n <title>International Cricket Council</title>\n\n \n\n<!-- google platform library -->\n<script src="https://apis.google.com/js/api:client.js?onload=startApp" async defer></script>\n\n<script>\n\n var startApp = function() {\n gapi.load(\'auth2\', function(){\n // Retrieve the singleton for the GoogleAuth library and set up the client.\n auth2 = gapi.auth2.init({\n client_id: \'844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com\'\n // Request scopes in addition to \'profile\' and \'email\'\n //scope: \'additional_scope\'\n });\n });\n };\n</script>\n\n\n <link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet">\n\n <!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->\n\t<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>\n\n <link rel="stylesheet" href="/resources/prod/v8.19.9/styles/screen.css" />\n\n <script>\n\t\twindow.RESOURCE_VERSION = \'prod/v8.19.9\';\n\t</script>\n\n</head>\n<body>\n\n \n<!-- Google Tag Manager (noscript) -->\n<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24"\nheight="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n<!-- End Google Tag Manager (noscript) -->\n\n<div class="u-hide" data-widget="analytics-geolocation" data-script="icc_analytics-geolocation"></div>\n\n<!--\n Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019\n-->\n\n<iframe src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" width="1" height="1" frameborder="0" style="display:none"></iframe>\n\n<!-- End of Floodlight Tag: Please do not remove -->\n\n \n\n<script>\n window.fbAsyncInit = function() {\n FB.init({\n appId : 159513024983374,\n autoLogAppEvents : true,\n xfbml : true,\n version : \'v3.0\'\n });\n };\n\n (function(d, s, id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id)) {return;}\n js = d.createElement(s); js.id = id;\n js.src = "https://connect.facebook.net/en_US/sdk.js";\n fjs.parentNode.insertBefore(js, fjs);\n }(document, \'script\', \'facebook-jssdk\'));\n</script>\n\n\n \n<div class="user-account-overlay js-user-account-overlay"></div>\n<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">\n\n <div class="user-account__wrapper js-panel-account u-hide">\n\n <div class="user-account__header">\n\n <div class="user-account__close js-account-slider-close-btn" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </div>\n\n <div class="user-account__user-wrapper">\n <div class="user-account__image">\n <img src="#" class="u-hide js-account-user-img" alt="User Image">\n </div>\n <div class="user-account__user-info">\n <p class="user-account__user-info__text js-account-user">Name Lastname</p>\n <p class="user-account__user-info__profile js-profile-completion-info u-hide">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n Profile <span class="js-profile-completion-percentage"></span>% Complete\n </p>\n </div>\n </div>\n\n <div class="user-account__tabs-nav js-tabs-wrapper"></div>\n </div>\n\n <div class="account-message js-account-message"></div>\n\n <form id="user-account" name="user-account" autocomplete="off">\n\n <div data-ui-tab="My Account" class="user-account__tab">\n <div class="user-account__social-wrapper js-social-wrapper u-hide"></div>\n\n<fieldset>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="given_name">First name *</label>\n <input class="form-group__element" type="text" required name="given_name" id="given_name" pattern="^[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-group">\n <label class="form-group__label" for="family_name">Last name *</label>\n <input class="form-group__element" type="text" required name="family_name" id="family_name" pattern="[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button">\n <div class="form-group is-disabled js-change-email-input">\n <label class="form-group__label" for="email">Email address *</label>\n <input class="form-group__element" type="email" name="email" id="email" autocomplete="off" maxlength="50" disabled/>\n <p class="js-error form-error"></p>\n <p class="js-email-exists form-error form-error--email">Email address not available.</p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-email" type="button" novalidate>Change Email</button>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button js-account-password">\n <div class="form-group is-disabled js-change-password-input">\n <label class="form-group__label" for="password">Password *</label>\n <input class="form-group__element" type="password" name="password" id="password" placeholder="******" autocomplete="off" disabled/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-password" type="button" novalidate>Change Password</button>\n </div>\n </div>\n\n <div class="form-block form-block">\n <div class="form-block__label form-block__label--dob">Date of Birth</div>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="day">Day *</label>\n <input class="form-group__element" type="number" required name="day" placeholder="dd" id="day" min="0" />\n <p class="js-error form-error"></p>\n\n </div>\n <div class="form-group">\n <label class="form-group__label" for="month">Month *</label>\n <input class="form-group__element" type="number" required name="month" placeholder="mm" id="month" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group">\n <label class="form-group__label" for="year">Year *</label>\n <input class="form-group__element" type="number" required name="year" placeholder="yyyy" id="year" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n <p class="js-date-error form-error form-error--date">The date of birth is not valid</p>\n </div>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_COUNTRY">\n <div class="form-block__label">Country of residence</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n</fieldset>\n\n </div>\n <div data-ui-tab="My Preferences" class="user-account__tab">\n <div class="js-account-prefs u-hide">\n <fieldset>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_TEAM">\n <div class="form-block__label">Your favourite team</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n <div class="js-contact-prefs user-account__contact-prefs-wrapper">\n\n <div class="user-account__alert">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n <span>Sorry, but your contact preferences will take up to 24hrs to update</span>\n </div>\n\n <div class="user-account__contact-prefs">\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-contacting" id="allow-contacting"/>\n <label class="form-group__label" for="allow-contacting">I\'m happy for the ICC to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-partner-contacting" id="allow-partner-contacting"/>\n <label class="form-group__label" for="allow-partner-contacting">I\'m happy for the ICC\'s partners to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n </div>\n\n </fieldset>\n</div>\n\n<div class="overlay__loader__small js-loader-prefs">\n Hold on! Loading your preferences <div class="loader loader--small"></div>\n</div>\n\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions js-buttons-wrapper">\n <button class="form-btn form-btn--grey is-disabled js-cancel" disabled>Cancel</button>\n <button class="form-btn is-disabled js-submit" type="submit" disabled>Save Changes</button>\n <div class="loader js-loader u-hide"></div>\n </div>\n <button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg></button>\n </div>\n </form>\n\n </div>\n\n <div class="user-account__wrapper js-panel-account-password u-hide">\n <form id="account-edit-password" name="account-edit-password" novalidate>\n <div class="user-account__tabs-wrapper">\n\n <h1 class="overlay__title">\n Edit your password\n <span class="overlay__title__option"><a href="#" class="form-cta js-cancel-password">back</a></span>\n </h1>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="current-password">Current Password *</label>\n <input class="form-group__element" type="password" required name="current-password" id="current-password" />\n <p class="js-error form-error"></p>\n <p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>\n </div>\n\n <a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>\n\n <div class="form-block">\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="new-password">New password *</label>\n <input class="form-group__element" type="password" required name="new-password" id="new-password" />\n <div class="form-block__verify-password form-block__verify-password--slider js-verify-password">\n Password must include...\n <ul class="form-block__verify-list">\n <li class="js-verify-length">8 or more characters</li>\n <li class="js-verify-letters">At least one upper and lower case letter</li>\n <li class="js-verify-number">At least one number or symbol</li>\n </ul>\n </div>\n <p class="js-error form-error"></p>\n <p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>\n </div>\n </div>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="confirm-password">Confirm new password *</label>\n <input class="form-group__element" type="password" required name="confirm-password" id="confirm-password" />\n <p class="js-error form-error"></p>\n <p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>\n </div>\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions">\n <button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>\n <button class="form-btn is-disabled js-submit-password" type="submit" disabled>Change Password</button>\n <div class="loader js-password-loader u-hide"></div>\n </div>\n </div>\n</form>\n\n </div>\n\n</section>\n\n\n<div class="js-mobile-banner mobile-banner " data-widget="mobile-banner">\n <div class="wrapper">\n <div class="col-12">\n <div class="mobile-banner__wrapper">\n <p class="mobile-banner__header">Official ICC App</p>\n <p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don\xe2\x80\x99t miss a moment and keep up with the latest from around the world of cricket!</p>\n <div class="mobile-banner__app-buttons">\n <a target="_blank" href="https://www.icc-cricket.com/mobile" class="btn">Find Out More</a>\n </div>\n </div>\n </div>\n </div>\n <a class="mobile-banner__close js-mobile-banner-close">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </a>\n</div>\n\n\t<div class="global-header ">\n\t\t<ul class="global-header__list">\n <li class="global-header__item ">\n \t\t\t<a href="http://www.icctravelandtours.com/" class="global-header__link"><svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>ICC Travel & Tours</a>\n \t\t</li>\n\t\t</ul>\n\t\t\n <ul class="global-header-social__list">\n <li class="global-header-social__item">\n <a href="https://www.facebook.com/icc/" class="global-header-social__link global-header-social__link--facebook-f" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://twitter.com/ICC" class="global-header-social__link global-header-social__link--twitter" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.instagram.com/icc/" class="global-header-social__link global-header-social__link--instagram" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.youtube.com/user/CricketICC" class="global-header-social__link global-header-social__link--youtube" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube"></use></svg>\n </a>\n </li>\n </ul>\n\n\t\t<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">\n <a href="/sign-in" class="btn btn--account btn--icon js-nav-default is-transitioning">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In / Create Account\n <span class="btn__loading-bar"></span>\n </a>\n <div class="global-header__sign-in js-nav-signedin u-hide">\n\n <div class="global-header__user-message js-nav-user" tabindex="0" role="button">\n <div class="global-header__image-container">\n <img src="#" class="u-hide js-nav-user-img" alt="User Image">\n </div>\n <div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>\n </div>\n\n <ul class="global-header__dropdown global-header__user-dropdown js-dropdown">\n <li class="global-header__dropdown-item"><a href="#" class="js-nav-account">Account</a></li>\n <li class="global-header__dropdown-item global-header__dropdown-item--signout">\n <a href="#" class="js-nav-logout">Sign Out</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg>\n </li>\n </ul>\n\n </div>\n</div>\n\n\t</div>\n\n\n\n <div class="global-navigation">\n <div class="global-navigation__default-bg"></div>\n <div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">\n \t<nav class="global-navigation__main js-global-navigation is-open" data-widget="scroll-boundary" data-active-class="is-fixed">\n \t\t<a href="/home-page" class="global-navigation__branding">\n \t\t\t<div class="icn icn-logo-icc"></div>\n \t\t</a>\n \t\t<div role="button" class="global-navigation__menu-button js-global-navigation-menu-button">\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>\n \t\t\t<div class="menu-button">\n \t <div></div>\n \t <div></div>\n \t <div></div>\n \t </div>\n \t\t</div>\n\n \t\t<div class="global-navigation__container js-global-navigation-container">\n \t\t\t<ul class="global-navigation__list">\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link ">\n\n\t\t<div role="button" class="global-navigation__link">\n \t\t\t<a href="/">Home\n </a>\n\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Live <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t\t\t<span class="global-navigation__live-counter js-match-counter-nav"></span>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/live" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Live Scores</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/mens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Results</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/womens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Results</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Fixtures <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Fixtures</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Fixtures</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t ICC Events <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.t20worldcup.com" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC T20 World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.cricketworldcup.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/world-test-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC World Test Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/u19-world-cup/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC U19 Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/champions-trophy" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Champions Trophy</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-super-league/fixtures" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Super League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-challenge-league/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Challenge League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-league-two/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup League 2</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Women\'s Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/event-status" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">2021 Event status</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Rankings <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\n\t\t\t\t<div class="global-navigation__drop-down global-navigation__drop-down--2-column">\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Men\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Players Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings/comparison" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Comparison</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/rankings-predictor/test" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings Predictor</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">About the Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/faqs" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Rankings FAQ</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Women\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Rankings</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Teams <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/men" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/women" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/u19" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">U19</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Video <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/vault" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Vault</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Video Home</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/by-country" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Videos By Country</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/events" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Events</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/cricket-360" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket 360\xc2\xb0</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/what-is-cricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">What is Cricket?</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t More <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item global-nav__item--divider"><a href="https://www.icc-cricket.com/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">About ICC</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/quiz" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Quiz</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/awards/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Awards</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/hall-of-fame" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Hall of Fame</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/social" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC on Social</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/media-releases" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Media Releases</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">News</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/photos" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Photos</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-for-good" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Cricket for Good</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mobile" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Mobile App</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news/318971" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Commercial Opportunities</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/criiio/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">criiio</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/100percentcricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">100% Cricket</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://icccricketshop.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Shop</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n \t\t\t</ul>\n \n\t<div class="global-navigation-menu u-hide">\n\t\t<ul class="global-navigation-menu__list">\n\t\t\t\t\t<li class="global-navigation-menu__item">\n\t\t\t\t\t\t<a href="http://www.icctravelandtours.com/" class="global-navigation-menu__link">\n\t\t\t\t\t\t\t<svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>\n\t\t\t\t\t\t\tICC Travel & Tours\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">\n <a href="/sign-in" class="global-navigation-menu__link">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In/Create Account\n </a>\n </li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">\n <a href="#" class="global-navigation-menu__link">\n <div class="global-navigation-menu__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n <div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>\n </a>\n </li>\n\t\t</ul>\n\t</div>\n\n \t\t</div>\n\n\t\t\t\t\n\n \t\t<div tabindex="0" role="button" class="global-navigation__search js-global-navigation-search">\n \t\t\t<svg class="global-navigation__search-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t<span class="global-navigation__search-text">Search</span>\n \t\t</div>\n\n <a href="/sign-in" class="global-navigation__user js-nav-default-mobile" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n </a>\n <a href="#" class="global-navigation__user js-nav-signedin-mobile u-hide" role="button">\n <div class="global-navigation__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n </a>\n\n \t\t<form action="/search" type="GET" class="global-navigation__search-open js-global-navigation-search-open">\n \t\t\t<div class="global-navigation__search-input">\n \t\t\t\t<input tabindex="-1" class="js-global-navigation-input" type="text" name="term" placeholder="Search ICC" />\n \t\t\t</div>\n \t\t\t<button type="submit" tabindex="0" class="global-navigation__search-go js-global-navigation-search-go">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t</button>\n \t\t\t<div tabindex="0" class="global-navigation__search-close js-global-navigation-search-close">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n \t\t\t</div>\n \t\t</form>\n <div class="global-navigation__search-overlay"></div>\n \t</nav>\n </div>\n </div>\n\n\n<main id="main-content" tabindex="0">\n\t\n\n<button class="scroll-to-top" data-widget="scroll-to-top" data-script="icc_scroll-to-top">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n\n <div class="scroll-to-top__mask" aria-hidden="true">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n </div>\n <span class="u-screen-reader">Scroll to Top</span>\n</button>\n\n\n\n<header class="page-header page-header--rankings">\n <div class="wrapper">\n <div class="col-12">\n <div class="page-header__banner">\n <a class="page-logo" href="http://track.adform.net/C/?bn=20093364" data-widget="impression-tracker" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" target="_blank">\n <span class="icn icn-logo-mrf-rankings"></span>\n </a>\n </div>\n <div class="share share--\n \n share--vertical\n \n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n </div>\n</header>\n\n\n<div class="l-sticky-side-nav">\n\t<div class="l-sticky-side-nav__nav">\n\t\t\n<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">\n <div class="drop-down-tablet js-drop-down">\n <div class="drop-down__clickzone js-drop-down-trigger" tabindex="0" role="button"></div>\n <div class="drop-down__label">\n Men\'s\n </div>\n <div class="drop-down__current">\n Team Rankings\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down"></use></svg>\n </div>\n <div class="drop-down__dropdown-list js-drop-down-options">\n <div class="rankings-menu__tab-container u-hide-tablet">\n <nav class="content-tabs">\n <ul class="block-list-2 u-no-font-size" role="tablist">\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab content-tabs__tab--active" href="/rankings/mens/overview">Men\'s</a>\n </li>\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab " href="/rankings/womens/overview">Women\'s</a>\n </li>\n </ul>\n </nav>\n </div>\n <div class="active tab-content">\n <h3 class="rankings-menu__title">Men\'s</h3>\n\n <ul class="rankings-menu__list">\n\n <li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">\n <a href="#" class="rankings-menu__link js-fav-team-link">Select your team</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg>\n <div class="rankings-menu__notch js-notch"></div>\n <svg class="rankings-menu__notch-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star"></use></svg\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings/comparison" class="rankings-menu__link ">Player Comparison<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/rankings-predictor/" class="rankings-menu__link ">Team Rankings Predictor<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n <div class=" tab-content">\n <h3 class="rankings-menu__title">Women\'s</h3>\n\n <ul class="rankings-menu__list">\n\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens-t20i-faq" class="rankings-menu__link ">T20I Team Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n </div>\n </div>\n</div>\n\n\t</div>\n\n\t<div class="l-sticky-side-nav__content">\n\t\t\n <section class="ranking-format-menu">\n\n <div class="wrapper wrapper--sticky">\n\n <div class="col-12">\n <div class="content-tabs">\n \t\t<ul class="inline-list">\n \t <li class="ranking-format-menu__item">\n \t \t<a href="test" class="content-tabs__tab " >Test</a>\n \t </li>\n \t <li class="ranking-format-menu__item">\n \t \t<a href="odi" class="content-tabs__tab content-tabs__tab--active" >ODI</a>\n \t </li>\n \t <li class="ranking-format-menu__item">\n \t \t<a href="t20i" class="content-tabs__tab " >T20I</a>\n \t </li>\n \t\t</ul>\n \t</div>\n </div>\n </div>\n\n </section>\n\n\t\t<div class="wrapper wrapper--sticky">\n\t\t\t<div class="col-12">\n\t\t\t\t\n<div class="content-ad content-ad--rankings u-center">\n\n <!-- Adform publisher tag -->\n <!-- Generic Banner - Homepage (mobile 320x50) placement -->\n <div class="content-ad--mobile">\n <script data-adfscript="adx.adform.net/adx/?mid=653000"></script> <script src="//s1.adform.net/banners/scripts/adx.js" async defer></script>\n </div>\n\n <!-- Adform publisher tag -->\n <!-- Generic Banner - Homepage (desktop 728x90) placement -->\n <div class="content-ad--desktop">\n <script data-adfscript="adx.adform.net/adx/?mid=652998"></script> <script src="//s1.adform.net/banners/scripts/adx.js" async defer></script>\n </div>\n\n</div>\n\n\n\n\n <section class="widget rankings-widget "\n\t\tdata-script="icc_rankings"\n\t\tdata-widget="full-team-rankings">\n\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>Men\'s ODI Team Rankings</h4>\n </div>\n\n <div class="rankings-block__meta-container">\n <div class="rankings-table__last-updated">Last updated (GMT) - 08 Aug 2021</div>\n <div class="rankings-table__last-updated">Developed by David Kendix</div>\n </div>\n\n <div class="rankings-block__container full rankings-table">\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell rankings-table__team">\n <span class="u-hide-mobile">Team</span>\n <span class="u-show-mobile">T</span>\n </th>\n <th class="table-head__cell u-center-text">\n <span class="u-hide-mobile">Matches</span>\n <span class="u-show-mobile">M</span>\n </th>\n <th class="table-head__cell u-center-text">\n <span class="u-hide-mobile">Points</span>\n <span class="u-show-mobile">P</span>\n </th>\n <th class="table-head__cell u-text-right rating">\n <span class="u-hide-mobile">Rating</span>\n <span class="u-show-mobile">R</span>\n </th>\n </tr>\n </thead>\n <tbody>\n\n <tr class="rankings-block__banner">\n <td class="rankings-block__banner--pos">1</td>\n <td class="rankings-block__banner--team-name">\n <span class="flag-30 rankings-block__banner--flag NZ"></span>\n <span class="u-hide-phablet">New Zealand</span>\n <span class="u-show-phablet">NZ</span>\n </td>\n <td class="rankings-block__banner--matches">17</td>\n <td class="rankings-block__banner--points">2,054</td>\n <td class="rankings-block__banner--rating u-text-right">\n 121\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n </td>\n </tr>\n\n <tr class="table-body" data-team-id="11">\n <td class="table-body__cell table-body__cell--position u-text-right">2</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="u-hide-phablet">England</span>\n <span class="u-show-phablet">ENG</span>\n </td>\n <td class="table-body__cell u-center-text">32</td>\n <td class="table-body__cell u-center-text">3,793</td>\n <td class="table-body__cell u-text-right rating">119</td>\n </tr>\n <tr class="table-body" data-team-id="15">\n <td class="table-body__cell table-body__cell--position u-text-right">3</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="u-hide-phablet">Australia</span>\n <span class="u-show-phablet">AUS</span>\n </td>\n <td class="table-body__cell u-center-text">28</td>\n <td class="table-body__cell u-center-text">3,244</td>\n <td class="table-body__cell u-text-right rating">116</td>\n </tr>\n <tr class="table-body" data-team-id="14">\n <td class="table-body__cell table-body__cell--position u-text-right">4</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="u-hide-phablet">India</span>\n <span class="u-show-phablet">IND</span>\n </td>\n <td class="table-body__cell u-center-text">32</td>\n <td class="table-body__cell u-center-text">3,624</td>\n <td class="table-body__cell u-text-right rating">113</td>\n </tr>\n <tr class="table-body" data-team-id="19">\n <td class="table-body__cell table-body__cell--position u-text-right">5</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="u-hide-phablet">South Africa</span>\n <span class="u-show-phablet">SA</span>\n </td>\n <td class="table-body__cell u-center-text">22</td>\n <td class="table-body__cell u-center-text">2,267</td>\n <td class="table-body__cell u-text-right rating">103</td>\n </tr>\n <tr class="table-body" data-team-id="20">\n <td class="table-body__cell table-body__cell--position u-text-right">6</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo PAK"></span>\n <span class="u-hide-phablet">Pakistan</span>\n <span class="u-show-phablet">PAK</span>\n </td>\n <td class="table-body__cell u-center-text">27</td>\n <td class="table-body__cell u-center-text">2,524</td>\n <td class="table-body__cell u-text-right rating">93</td>\n </tr>\n <tr class="table-body" data-team-id="22">\n <td class="table-body__cell table-body__cell--position u-text-right">7</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo BAN"></span>\n <span class="u-hide-phablet">Bangladesh</span>\n <span class="u-show-phablet">BAN</span>\n </td>\n <td class="table-body__cell u-center-text">29</td>\n <td class="table-body__cell u-center-text">2,639</td>\n <td class="table-body__cell u-text-right rating">91</td>\n </tr>\n <tr class="table-body" data-team-id="21">\n <td class="table-body__cell table-body__cell--position u-text-right">8</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo WI"></span>\n <span class="u-hide-phablet">West Indies</span>\n <span class="u-show-phablet">WI</span>\n </td>\n <td class="table-body__cell u-center-text">30</td>\n <td class="table-body__cell u-center-text">2,523</td>\n <td class="table-body__cell u-text-right rating">84</td>\n </tr>\n <tr class="table-body" data-team-id="13">\n <td class="table-body__cell table-body__cell--position u-text-right">9</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo SL"></span>\n <span class="u-hide-phablet">Sri Lanka</span>\n <span class="u-show-phablet">SL</span>\n </td>\n <td class="table-body__cell u-center-text">29</td>\n <td class="table-body__cell u-center-text">2,303</td>\n <td class="table-body__cell u-text-right rating">79</td>\n </tr>\n <tr class="table-body" data-team-id="17">\n <td class="table-body__cell table-body__cell--position u-text-right">10</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="u-hide-phablet">Afghanistan</span>\n <span class="u-show-phablet">AFG</span>\n </td>\n <td class="table-body__cell u-center-text">17</td>\n <td class="table-body__cell u-center-text">1,054</td>\n <td class="table-body__cell u-text-right rating">62</td>\n </tr>\n <tr class="table-body" data-team-id="68">\n <td class="table-body__cell table-body__cell--position u-text-right">11</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo NED"></span>\n <span class="u-hide-phablet">Netherlands</span>\n <span class="u-show-phablet">NED</span>\n </td>\n <td class="table-body__cell u-center-text">7</td>\n <td class="table-body__cell u-center-text">336</td>\n <td class="table-body__cell u-text-right rating">48</td>\n </tr>\n <tr class="table-body" data-team-id="12">\n <td class="table-body__cell table-body__cell--position u-text-right">12</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo IRE"></span>\n <span class="u-hide-phablet">Ireland</span>\n <span class="u-show-phablet">IRE</span>\n </td>\n <td class="table-body__cell u-center-text">23</td>\n <td class="table-body__cell u-center-text">1,067</td>\n <td class="table-body__cell u-text-right rating">46</td>\n </tr>\n <tr class="table-body" data-team-id="18">\n <td class="table-body__cell table-body__cell--position u-text-right">13</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo ZIM"></span>\n <span class="u-hide-phablet">Zimbabwe</span>\n <span class="u-show-phablet">ZIM</span>\n </td>\n <td class="table-body__cell u-center-text">17</td>\n <td class="table-body__cell u-center-text">646</td>\n <td class="table-body__cell u-text-right rating">38</td>\n </tr>\n <tr class="table-body" data-team-id="69">\n <td class="table-body__cell table-body__cell--position u-text-right">14</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo SCO"></span>\n <span class="u-hide-phablet">Scotland</span>\n <span class="u-show-phablet">SCO</span>\n </td>\n <td class="table-body__cell u-center-text">7</td>\n <td class="table-body__cell u-center-text">258</td>\n <td class="table-body__cell u-text-right rating">37</td>\n </tr>\n <tr class="table-body" data-team-id="128">\n <td class="table-body__cell table-body__cell--position u-text-right">15</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo OMA"></span>\n <span class="u-hide-phablet">Oman</span>\n <span class="u-show-phablet">OMA</span>\n </td>\n <td class="table-body__cell u-center-text">7</td>\n <td class="table-body__cell u-center-text">240</td>\n <td class="table-body__cell u-text-right rating">34</td>\n </tr>\n <tr class="table-body" data-team-id="125">\n <td class="table-body__cell table-body__cell--position u-text-right">16</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo NEP"></span>\n <span class="u-hide-phablet">Nepal</span>\n <span class="u-show-phablet">NEP</span>\n </td>\n <td class="table-body__cell u-center-text">5</td>\n <td class="table-body__cell u-center-text">119</td>\n <td class="table-body__cell u-text-right rating">24</td>\n </tr>\n <tr class="table-body" data-team-id="155">\n <td class="table-body__cell table-body__cell--position u-text-right">17</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo UAE"></span>\n <span class="u-hide-phablet">UAE</span>\n <span class="u-show-phablet">UAE</span>\n </td>\n <td class="table-body__cell u-center-text">9</td>\n <td class="table-body__cell u-center-text">190</td>\n <td class="table-body__cell u-text-right rating">21</td>\n </tr>\n <tr class="table-body" data-team-id="124">\n <td class="table-body__cell table-body__cell--position u-text-right">18</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo NAM"></span>\n <span class="u-hide-phablet">Namibia</span>\n <span class="u-show-phablet">NAM</span>\n </td>\n <td class="table-body__cell u-center-text">6</td>\n <td class="table-body__cell u-center-text">97</td>\n <td class="table-body__cell u-text-right rating">16</td>\n </tr>\n <tr class="table-body" data-team-id="157">\n <td class="table-body__cell table-body__cell--position u-text-right">19</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo USA"></span>\n <span class="u-hide-phablet">United States</span>\n <span class="u-show-phablet">USA</span>\n </td>\n <td class="table-body__cell u-center-text">8</td>\n <td class="table-body__cell u-center-text">93</td>\n <td class="table-body__cell u-text-right rating">12</td>\n </tr>\n <tr class="table-body" data-team-id="133">\n <td class="table-body__cell table-body__cell--position u-text-right">20</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo PNG"></span>\n <span class="u-hide-phablet">Papua New Guinea</span>\n <span class="u-show-phablet">PNG</span>\n </td>\n <td class="table-body__cell u-center-text">5</td>\n <td class="table-body__cell u-center-text">0</td>\n <td class="table-body__cell u-text-right rating">0</td>\n </tr>\n </tbody>\n </table>\n </div>\n </section>\n\n\n\n <div class="promo promo--full rankings-table">\n <div class="promo__image-container">\n <picture class="promo__image">\n <source srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/2fb1280c-5d1b-4dee-93d4-c586996065cf/GettyImages-468776142.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/bc292450-c3fa-4345-9244-66fbe0179709/GettyImages-468776142.jpg 2x" media="(max-width: 500px)">\n\n <source srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/10013c12-da7d-4c41-b261-1c9f626da0c8/GettyImages-468776142.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/f20245f7-3ffb-4f6d-8a18-d25804e1c809/GettyImages-468776142.jpg 2x">\n\n <img src="https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/10013c12-da7d-4c41-b261-1c9f626da0c8/GettyImages-468776142.jpg" alt="Play the MRF Tyres ICC Rankings Predictor" class="poly-object-fit"/>\n </picture>\n </div>\n <div class="promo__text-container promo__text-container--with-image">\n <h3 class="promo__title">Play the MRF Tyres ICC Rankings Predictor</h3>\n <p class="promo__text">Predict the outcome of upcoming ODI cricket fixtures and see how the MRF Tyres ICC Rankings change.</p>\n <a href="/rankings/mens/rankings-predictor/odi" class="promo__cta btn">Play Now</a>\n </div>\n </div>\n\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n</main>\n\n<footer class="footer" role="contentinfo">\n \n<div class="wrapper">\n <section class="footer-partners">\n\n\n <div class="footer-partners__list u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n <section class="footer-partners__list footer-partners__list--double u-hide-desktop">\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n </section>\n <div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.moneygram.com/" \n class="footer-partners__link" \n aria-label="MoneyGram" \n \n title="MoneyGram"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120" alt="MoneyGram" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.bira91.com/" \n class="footer-partners__link" \n aria-label="Bira 91" \n target="_blank" \n title="Bira 91"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120" alt="Bira 91" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120" alt="Star Sports" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.coca-colaindia.com/" \n class="footer-partners__link" \n aria-label="Coca Cola" \n target="_blank" \n title="Coca Cola"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120" alt="Coca Cola" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://upstox.com/" \n class="footer-partners__link" \n aria-label="Upstox" \n target="_blank" \n title="Upstox"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120" alt="Upstox" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235072" \n class="footer-partners__link" \n aria-label="Nissan" \n target="_blank" \n title="Nissan"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120" alt="Nissan" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" \n class="footer-partners__link" \n aria-label="Royal Stag" \n target="_blank" \n title="Royal Stag"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105" alt="Royal Stag" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.dream11.com/" \n class="footer-partners__link" \n aria-label="Dream11" \n target="_blank" \n title="Dream11"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105" alt="Dream11" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.jacobscreek.com/en-gb" \n class="footer-partners__link" \n aria-label="Jacobs Creek" \n target="_blank" \n title="Jacobs Creek"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105" alt="Jacobs Creek" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Social Responsibility</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" \n class="footer-partners__link" \n aria-label="Cricket for Good" \n target="_blank" \n title="Cricket for Good"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126" alt="Cricket for Good" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n </section>\n</div>\n<div class="global-footer ">\n <div class="wrapper">\n \n\n<div class="col-12">\n <div class="global-footer__social-container">\n \n <ul class="social-follow-footer">\n <h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>\n <li class="social-follow-footer__item">\n <a href="https://www.facebook.com/icc/" class="social-follow-footer__link facebook" target="_blank">\n <span class="icn icn-facebook-circle u-hide-phablet"></span>\n <span class="icn icn-facebook-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://twitter.com/ICC" class="social-follow-footer__link twitter" target="_blank">\n <span class="icn icn-twitter-circle u-hide-phablet"></span>\n <span class="icn icn-twitter-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.instagram.com/icc/" class="social-follow-footer__link instagram" target="_blank">\n <span class="icn icn-instagram-circle u-hide-phablet"></span>\n <span class="icn icn-instagram-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.youtube.com/user/CricketICC" class="social-follow-footer__link youtube" target="_blank">\n <span class="icn icn-youtube-circle u-hide-phablet"></span>\n <span class="icn icn-youtube-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.tiktok.com/@icc" class="social-follow-footer__link tiktok" target="_blank">\n <span class="icn icn-tiktok-circle u-hide-phablet"></span>\n <span class="icn icn-tiktok-circle-small u-show-phablet"></span>\n </a>\n </li>\n </ul>\n\n </div>\n <div class="global-footer__branding">\n <a href="/" class="global-footer__branding-link"><div class="icn icn-logo-icc-footer"></div></a>\n </div>\n <div class="global-footer__lists">\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Cricket</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/live" >\n \tLive Scores Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/mens-results" >\n \tMen\'s Results\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/womens-results" >\n \tWomen\'s Results\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">ICC Events</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcup.com" >\n \tICC T20 World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.cricketworldcup.com/" >\n \tICC Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//world-test-championship" >\n \tICC World Test Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/u19-world-cup/index.html" >\n \tICC U19 Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/champions-trophy" >\n \tICC Champions Trophy\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures" >\n \tICC Men\'s Cricket World Cup Super League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news" >\n \tICC Men\'s Cricket World Cup Challenge League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-league-two/news" >\n \tICC Men\'s Cricket World Cup League 2\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/womens-championship" >\n \tICC Women\'s Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/event-status" >\n \t2021 Event status\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Rankings</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/overview" >\n \tOverview\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/team-rankings/test" >\n \tTeam Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.icc-cricket.com/rankings/mens/player-rankings/" >\n \tPlayer Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/" >\n \tRankings Predictor\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/about" >\n \tAbout the Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/faqs" >\n \tRankings FAQs\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">News and Video</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/news" >\n \tNews Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-releases" >\n \tMedia Releases\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/video" >\n \tVideo Home\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/photos" >\n \tPhotos\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">More</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/social" >\n \tICC on Social\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/awards/overview" >\n \tAwards\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/hall-of-fame" >\n \tHall of Fame\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/mobile" >\n \tICC on Mobile\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/about" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tAbout ICC\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-zone/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tMediaZone\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcupshop.com/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tT20 Shop\n \t</a></li>\n\t </ul>\n </div>\n</div>\n\n </div>\n \n<nav class="global-footer-corporate" role="navigation" aria-label="footer policy links">\n\n <ul class="global-footer-corporate__list">\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use" >\n Legal Notice\n </a>\n </li>\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy" >\n Privacy Policy\n </a>\n </li>\n <li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>\n </ul>\n\n</nav>\n\n</div>\n</body>\n</html>\n\n\n</footer>\n\n \n \n \n\n <script src="/resources/prod/v8.19.9/scripts/vendors.min.js"></script>\n <script src="/resources/prod/v8.19.9/scripts/client.min.js"></script>\n\n <!--[if IE]> -->\n <script type="text/javascript">\n svg4everybody();\n </script>\n <!-- <![endif]-->\n</body>\n</html>\n'
Soup = BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC Ranking for ODI teams International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council ranking for One Day International (ODI) cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council ranking for One Day International (ODI) cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC Ranking for ODI teams International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>ICC Ranking for ODI teams International Cricket Council</title>
<meta content="Official International Cricket Council ranking for One Day International (ODI) cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/mens/team-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>International Cricket Council</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp"></script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation"></div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1"></iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay"></div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">Name Lastname</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Profile <span class="js-profile-completion-percentage"></span>% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper"></div>
</div>
<div class="account-message js-account-message"></div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide"></div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">First name *</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">Last name *</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">Email address *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error"></p>
<p class="js-email-exists form-error form-error--email">Email address not available.</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">Change Email</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">Password *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">Change Password</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">Date of Birth</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">Day *</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">Month *</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">Year *</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
</div>
<p class="js-date-error form-error form-error--date">The date of birth is not valid</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">Country of residence</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">Your favourite team</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span>Sorry, but your contact preferences will take up to 24hrs to update</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">I'm happy for the ICC to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">I'm happy for the ICC's partners to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences <div class="loader loader--small"></div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">Cancel</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">Save Changes</button>
<div class="loader js-loader u-hide"></div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option"><a class="form-cta js-cancel-password" href="#">back</a></span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="current-password">Current Password *</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="new-password">New password *</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">8 or more characters</li>
<li class="js-verify-letters">At least one upper and lower case letter</li>
<li class="js-verify-number">At least one number or symbol</li>
</ul>
</div>
<p class="js-error form-error"></p>
<p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="confirm-password">Confirm new password *</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">Change Password</button>
<div class="loader js-password-loader u-hide"></div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">Official ICC App</p>
<p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">Find Out More</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/"><svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>ICC Travel & Tours</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In / Create Account
<span class="btn__loading-bar"></span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item"><a class="js-nav-account" href="#">Account</a></li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">Sign Out</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg"></div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc"></div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>
<div class="menu-button">
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__live-counter js-match-counter-nav"></span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">Live Scores</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">Men's Results</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">Women's Results</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">Men's Fixtures</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">Women's Fixtures</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">ICC T20 World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">ICC Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">ICC World Test Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">ICC U19 Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">ICC Champions Trophy</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">ICC Men's Cricket World Cup Super League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">ICC Men's Cricket World Cup Challenge League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">ICC Men's Cricket World Cup League 2</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">ICC Women's Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">2021 Event status</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Men's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">Players Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">Player Comparison</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">Team Rankings Predictor</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">About the Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">Rankings FAQ</a></li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Women's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">Player Rankings</a></li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">Men</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">Women</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">U19</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">ICC Vault</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">Video Home</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">Videos By Country</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">ICC Events</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">ICC Cricket 360°</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">What is Cricket?</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">About ICC</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">Quiz</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">Awards</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">Hall of Fame</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">ICC on Social</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">Media Releases</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">News</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">Photos</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">Cricket for Good</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">Mobile App</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">Commercial Opportunities</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">criiio</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">100% Cricket</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">ICC Shop</a></li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__search-text">Search</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
</form>
<div class="global-navigation__search-overlay"></div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
</div>
<span class="u-screen-reader">Scroll to Top</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings"></span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0"></div>
<div class="drop-down__label">
Men's
</div>
<div class="drop-down__current">
Team Rankings
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/mens/overview">Men's</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/womens/overview">Women's</a>
</li>
</ul>
</nav>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">Men's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">Select your team</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="rankings-menu__notch js-notch"></div>
<svg class="rankings-menu__notch-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li><li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">Player Comparison<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">Team Rankings Predictor<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">Women's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">T20I Team Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="test">Test</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">ODI</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">T20I</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-ad content-ad--rankings u-center">
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (mobile 320x50) placement -->
<div class="content-ad--mobile">
<script data-adfscript="adx.adform.net/adx/?mid=653000"></script> <script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js"></script>
</div>
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (desktop 728x90) placement -->
<div class="content-ad--desktop">
<script data-adfscript="adx.adform.net/adx/?mid=652998"></script> <script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js"></script>
</div>
</div>
<section class="widget rankings-widget" data-script="icc_rankings" data-widget="full-team-rankings">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>Men's ODI Team Rankings</h4>
</div>
<div class="rankings-block__meta-container">
<div class="rankings-table__last-updated">Last updated (GMT) - 08 Aug 2021</div>
<div class="rankings-table__last-updated">Developed by David Kendix</div>
</div>
<div class="rankings-block__container full rankings-table">
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell rankings-table__team">
<span class="u-hide-mobile">Team</span>
<span class="u-show-mobile">T</span>
</th>
<th class="table-head__cell u-center-text">
<span class="u-hide-mobile">Matches</span>
<span class="u-show-mobile">M</span>
</th>
<th class="table-head__cell u-center-text">
<span class="u-hide-mobile">Points</span>
<span class="u-show-mobile">P</span>
</th>
<th class="table-head__cell u-text-right rating">
<span class="u-hide-mobile">Rating</span>
<span class="u-show-mobile">R</span>
</th>
</tr>
</thead>
<tbody>
<tr class="rankings-block__banner">
<td class="rankings-block__banner--pos">1</td>
<td class="rankings-block__banner--team-name">
<span class="flag-30 rankings-block__banner--flag NZ"></span>
<span class="u-hide-phablet">New Zealand</span>
<span class="u-show-phablet">NZ</span>
</td>
<td class="rankings-block__banner--matches">17</td>
<td class="rankings-block__banner--points">2,054</td>
<td class="rankings-block__banner--rating u-text-right">
121
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</td>
</tr>
<tr class="table-body" data-team-id="11">
<td class="table-body__cell table-body__cell--position u-text-right">2</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo ENG"></span>
<span class="u-hide-phablet">England</span>
<span class="u-show-phablet">ENG</span>
</td>
<td class="table-body__cell u-center-text">32</td>
<td class="table-body__cell u-center-text">3,793</td>
<td class="table-body__cell u-text-right rating">119</td>
</tr>
<tr class="table-body" data-team-id="15">
<td class="table-body__cell table-body__cell--position u-text-right">3</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo AUS"></span>
<span class="u-hide-phablet">Australia</span>
<span class="u-show-phablet">AUS</span>
</td>
<td class="table-body__cell u-center-text">28</td>
<td class="table-body__cell u-center-text">3,244</td>
<td class="table-body__cell u-text-right rating">116</td>
</tr>
<tr class="table-body" data-team-id="14">
<td class="table-body__cell table-body__cell--position u-text-right">4</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo IND"></span>
<span class="u-hide-phablet">India</span>
<span class="u-show-phablet">IND</span>
</td>
<td class="table-body__cell u-center-text">32</td>
<td class="table-body__cell u-center-text">3,624</td>
<td class="table-body__cell u-text-right rating">113</td>
</tr>
<tr class="table-body" data-team-id="19">
<td class="table-body__cell table-body__cell--position u-text-right">5</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo SA"></span>
<span class="u-hide-phablet">South Africa</span>
<span class="u-show-phablet">SA</span>
</td>
<td class="table-body__cell u-center-text">22</td>
<td class="table-body__cell u-center-text">2,267</td>
<td class="table-body__cell u-text-right rating">103</td>
</tr>
<tr class="table-body" data-team-id="20">
<td class="table-body__cell table-body__cell--position u-text-right">6</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo PAK"></span>
<span class="u-hide-phablet">Pakistan</span>
<span class="u-show-phablet">PAK</span>
</td>
<td class="table-body__cell u-center-text">27</td>
<td class="table-body__cell u-center-text">2,524</td>
<td class="table-body__cell u-text-right rating">93</td>
</tr>
<tr class="table-body" data-team-id="22">
<td class="table-body__cell table-body__cell--position u-text-right">7</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo BAN"></span>
<span class="u-hide-phablet">Bangladesh</span>
<span class="u-show-phablet">BAN</span>
</td>
<td class="table-body__cell u-center-text">29</td>
<td class="table-body__cell u-center-text">2,639</td>
<td class="table-body__cell u-text-right rating">91</td>
</tr>
<tr class="table-body" data-team-id="21">
<td class="table-body__cell table-body__cell--position u-text-right">8</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo WI"></span>
<span class="u-hide-phablet">West Indies</span>
<span class="u-show-phablet">WI</span>
</td>
<td class="table-body__cell u-center-text">30</td>
<td class="table-body__cell u-center-text">2,523</td>
<td class="table-body__cell u-text-right rating">84</td>
</tr>
<tr class="table-body" data-team-id="13">
<td class="table-body__cell table-body__cell--position u-text-right">9</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo SL"></span>
<span class="u-hide-phablet">Sri Lanka</span>
<span class="u-show-phablet">SL</span>
</td>
<td class="table-body__cell u-center-text">29</td>
<td class="table-body__cell u-center-text">2,303</td>
<td class="table-body__cell u-text-right rating">79</td>
</tr>
<tr class="table-body" data-team-id="17">
<td class="table-body__cell table-body__cell--position u-text-right">10</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo AFG"></span>
<span class="u-hide-phablet">Afghanistan</span>
<span class="u-show-phablet">AFG</span>
</td>
<td class="table-body__cell u-center-text">17</td>
<td class="table-body__cell u-center-text">1,054</td>
<td class="table-body__cell u-text-right rating">62</td>
</tr>
<tr class="table-body" data-team-id="68">
<td class="table-body__cell table-body__cell--position u-text-right">11</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo NED"></span>
<span class="u-hide-phablet">Netherlands</span>
<span class="u-show-phablet">NED</span>
</td>
<td class="table-body__cell u-center-text">7</td>
<td class="table-body__cell u-center-text">336</td>
<td class="table-body__cell u-text-right rating">48</td>
</tr>
<tr class="table-body" data-team-id="12">
<td class="table-body__cell table-body__cell--position u-text-right">12</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo IRE"></span>
<span class="u-hide-phablet">Ireland</span>
<span class="u-show-phablet">IRE</span>
</td>
<td class="table-body__cell u-center-text">23</td>
<td class="table-body__cell u-center-text">1,067</td>
<td class="table-body__cell u-text-right rating">46</td>
</tr>
<tr class="table-body" data-team-id="18">
<td class="table-body__cell table-body__cell--position u-text-right">13</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo ZIM"></span>
<span class="u-hide-phablet">Zimbabwe</span>
<span class="u-show-phablet">ZIM</span>
</td>
<td class="table-body__cell u-center-text">17</td>
<td class="table-body__cell u-center-text">646</td>
<td class="table-body__cell u-text-right rating">38</td>
</tr>
<tr class="table-body" data-team-id="69">
<td class="table-body__cell table-body__cell--position u-text-right">14</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo SCO"></span>
<span class="u-hide-phablet">Scotland</span>
<span class="u-show-phablet">SCO</span>
</td>
<td class="table-body__cell u-center-text">7</td>
<td class="table-body__cell u-center-text">258</td>
<td class="table-body__cell u-text-right rating">37</td>
</tr>
<tr class="table-body" data-team-id="128">
<td class="table-body__cell table-body__cell--position u-text-right">15</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo OMA"></span>
<span class="u-hide-phablet">Oman</span>
<span class="u-show-phablet">OMA</span>
</td>
<td class="table-body__cell u-center-text">7</td>
<td class="table-body__cell u-center-text">240</td>
<td class="table-body__cell u-text-right rating">34</td>
</tr>
<tr class="table-body" data-team-id="125">
<td class="table-body__cell table-body__cell--position u-text-right">16</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo NEP"></span>
<span class="u-hide-phablet">Nepal</span>
<span class="u-show-phablet">NEP</span>
</td>
<td class="table-body__cell u-center-text">5</td>
<td class="table-body__cell u-center-text">119</td>
<td class="table-body__cell u-text-right rating">24</td>
</tr>
<tr class="table-body" data-team-id="155">
<td class="table-body__cell table-body__cell--position u-text-right">17</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo UAE"></span>
<span class="u-hide-phablet">UAE</span>
<span class="u-show-phablet">UAE</span>
</td>
<td class="table-body__cell u-center-text">9</td>
<td class="table-body__cell u-center-text">190</td>
<td class="table-body__cell u-text-right rating">21</td>
</tr>
<tr class="table-body" data-team-id="124">
<td class="table-body__cell table-body__cell--position u-text-right">18</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo NAM"></span>
<span class="u-hide-phablet">Namibia</span>
<span class="u-show-phablet">NAM</span>
</td>
<td class="table-body__cell u-center-text">6</td>
<td class="table-body__cell u-center-text">97</td>
<td class="table-body__cell u-text-right rating">16</td>
</tr>
<tr class="table-body" data-team-id="157">
<td class="table-body__cell table-body__cell--position u-text-right">19</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo USA"></span>
<span class="u-hide-phablet">United States</span>
<span class="u-show-phablet">USA</span>
</td>
<td class="table-body__cell u-center-text">8</td>
<td class="table-body__cell u-center-text">93</td>
<td class="table-body__cell u-text-right rating">12</td>
</tr>
<tr class="table-body" data-team-id="133">
<td class="table-body__cell table-body__cell--position u-text-right">20</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo PNG"></span>
<span class="u-hide-phablet">Papua New Guinea</span>
<span class="u-show-phablet">PNG</span>
</td>
<td class="table-body__cell u-center-text">5</td>
<td class="table-body__cell u-center-text">0</td>
<td class="table-body__cell u-text-right rating">0</td>
</tr>
</tbody>
</table>
</div>
</section>
<div class="promo promo--full rankings-table">
<div class="promo__image-container">
<picture class="promo__image">
<source media="(max-width: 500px)" srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/2fb1280c-5d1b-4dee-93d4-c586996065cf/GettyImages-468776142.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/bc292450-c3fa-4345-9244-66fbe0179709/GettyImages-468776142.jpg 2x">
<source srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/10013c12-da7d-4c41-b261-1c9f626da0c8/GettyImages-468776142.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/f20245f7-3ffb-4f6d-8a18-d25804e1c809/GettyImages-468776142.jpg 2x">
<img alt="Play the MRF Tyres ICC Rankings Predictor" class="poly-object-fit" src="https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/10013c12-da7d-4c41-b261-1c9f626da0c8/GettyImages-468776142.jpg"/>
</source></source></picture>
</div>
<div class="promo__text-container promo__text-container--with-image">
<h3 class="promo__title">Play the MRF Tyres ICC Rankings Predictor</h3>
<p class="promo__text">Predict the outcome of upcoming ODI cricket fixtures and see how the MRF Tyres ICC Rankings change.</p>
<a class="promo__cta btn" href="/rankings/mens/rankings-predictor/odi">Play Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Social Responsibility</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet"></span>
<span class="icn icn-facebook-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet"></span>
<span class="icn icn-twitter-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet"></span>
<span class="icn icn-instagram-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet"></span>
<span class="icn icn-youtube-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet"></span>
<span class="icn icn-tiktok-circle-small u-show-phablet"></span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/"><div class="icn icn-logo-icc-footer"></div></a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">Cricket</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">ICC Events</h4>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">Rankings</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">News and Video</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">More</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
About ICC
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
MediaZone
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
T20 Shop
</a></li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>
</ul>
</nav>
</div>
</footer></body>
</html>
print(Soup.prettify())
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC Ranking for ODI teams International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council ranking for One Day International (ODI) cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council ranking for One Day International (ODI) cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC Ranking for ODI teams International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>
ICC Ranking for ODI teams International Cricket Council
</title>
<meta content="Official International Cricket Council ranking for One Day International (ODI) cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/mens/team-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>
International Cricket Council
</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp">
</script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch">
</script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation">
</div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1">
</iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay">
</div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">
Name Lastname
</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Profile
<span class="js-profile-completion-percentage">
</span>
% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper">
</div>
</div>
<div class="account-message js-account-message">
</div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide">
</div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">
First name *
</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">
Last name *
</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">
Email address *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error">
</p>
<p class="js-email-exists form-error form-error--email">
Email address not available.
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">
Change Email
</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">
Password *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">
Change Password
</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">
Date of Birth
</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">
Day *
</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">
Month *
</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">
Year *
</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
</div>
<p class="js-date-error form-error form-error--date">
The date of birth is not valid
</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">
Country of residence
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">
Your favourite team
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span>
Sorry, but your contact preferences will take up to 24hrs to update
</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">
I'm happy for the ICC to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">
I'm happy for the ICC's partners to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences
<div class="loader loader--small">
</div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">
Cancel
</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">
Save Changes
</button>
<div class="loader js-loader u-hide">
</div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">
Sign Out
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option">
<a class="form-cta js-cancel-password" href="#">
back
</a>
</span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="current-password">
Current Password *
</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-current-pwd-error form-error form-error--email">
Invalid current password
</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">
Forgot password?
</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="new-password">
New password *
</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">
8 or more characters
</li>
<li class="js-verify-letters">
At least one upper and lower case letter
</li>
<li class="js-verify-number">
At least one number or symbol
</li>
</ul>
</div>
<p class="js-error form-error">
</p>
<p class="js-new-pwd-error form-error form-error--email">
The new password needs to be different than the current one.
</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="confirm-password">
Confirm new password *
</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-confirm-pwd-error form-error form-error--email">
The confirmation does not match your new password
</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">
Cancel
</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">
Change Password
</button>
<div class="loader js-password-loader u-hide">
</div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">
Official ICC App
</p>
<p class="mobile-banner__subheader">
<strong>
Your App for international cricket.
</strong>
The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!
</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">
Find Out More
</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In / Create Account
<span class="btn__loading-bar">
</span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">
Welcome back,
<span class="js-nav-user-text">
</span>
</div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item">
<a class="js-nav-account" href="#">
Account
</a>
</li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">
Sign Out
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg">
</div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc">
</div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">
Menu
</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">
Close
</span>
<div class="menu-button">
<div>
</div>
<div>
</div>
<div>
</div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">
Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__live-counter js-match-counter-nav">
</span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">
Live Scores
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">
Men's Fixtures
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">
Women's Fixtures
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">
2021 Event status
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Men's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">
Players Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">
Team Rankings Predictor
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">
About the Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">
Rankings FAQ
</a>
</li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Women's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">
Player Rankings
</a>
</li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">
Men
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">
Women
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">
U19
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">
ICC Vault
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">
Video Home
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">
Videos By Country
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">
ICC Events
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">
ICC Cricket 360°
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">
What is Cricket?
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">
About ICC
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">
Quiz
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">
Awards
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">
ICC on Social
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">
Media Releases
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">
News
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">
Photos
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">
Cricket for Good
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">
Mobile App
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">
Commercial Opportunities
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">
criiio
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">
100% Cricket
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">
ICC Shop
</a>
</li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">
Hi
<span class="js-nav-user-text-mobile">
</span>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__search-text">
Search
</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
</form>
<div class="global-navigation__search-overlay">
</div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<span class="u-screen-reader">
Scroll to Top
</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings">
</span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0">
</div>
<div class="drop-down__label">
Men's
</div>
<div class="drop-down__current">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/mens/overview">
Men's
</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/womens/overview">
Women's
</a>
</li>
</ul>
</nav>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">
Men's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">
Select your team
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="rankings-menu__notch js-notch">
</div>
<svg class="rankings-menu__notch-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">
Team Rankings Predictor
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">
Women's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">
T20I Team Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="test">
Test
</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">
ODI
</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">
T20I
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-ad content-ad--rankings u-center">
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (mobile 320x50) placement -->
<div class="content-ad--mobile">
<script data-adfscript="adx.adform.net/adx/?mid=653000">
</script>
<script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js">
</script>
</div>
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (desktop 728x90) placement -->
<div class="content-ad--desktop">
<script data-adfscript="adx.adform.net/adx/?mid=652998">
</script>
<script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js">
</script>
</div>
</div>
<section class="widget rankings-widget" data-script="icc_rankings" data-widget="full-team-rankings">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
Men's ODI Team Rankings
</h4>
</div>
<div class="rankings-block__meta-container">
<div class="rankings-table__last-updated">
Last updated (GMT) - 08 Aug 2021
</div>
<div class="rankings-table__last-updated">
Developed by David Kendix
</div>
</div>
<div class="rankings-block__container full rankings-table">
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell rankings-table__team">
<span class="u-hide-mobile">
Team
</span>
<span class="u-show-mobile">
T
</span>
</th>
<th class="table-head__cell u-center-text">
<span class="u-hide-mobile">
Matches
</span>
<span class="u-show-mobile">
M
</span>
</th>
<th class="table-head__cell u-center-text">
<span class="u-hide-mobile">
Points
</span>
<span class="u-show-mobile">
P
</span>
</th>
<th class="table-head__cell u-text-right rating">
<span class="u-hide-mobile">
Rating
</span>
<span class="u-show-mobile">
R
</span>
</th>
</tr>
</thead>
<tbody>
<tr class="rankings-block__banner">
<td class="rankings-block__banner--pos">
1
</td>
<td class="rankings-block__banner--team-name">
<span class="flag-30 rankings-block__banner--flag NZ">
</span>
<span class="u-hide-phablet">
New Zealand
</span>
<span class="u-show-phablet">
NZ
</span>
</td>
<td class="rankings-block__banner--matches">
17
</td>
<td class="rankings-block__banner--points">
2,054
</td>
<td class="rankings-block__banner--rating u-text-right">
121
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</td>
</tr>
<tr class="table-body" data-team-id="11">
<td class="table-body__cell table-body__cell--position u-text-right">
2
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="u-hide-phablet">
England
</span>
<span class="u-show-phablet">
ENG
</span>
</td>
<td class="table-body__cell u-center-text">
32
</td>
<td class="table-body__cell u-center-text">
3,793
</td>
<td class="table-body__cell u-text-right rating">
119
</td>
</tr>
<tr class="table-body" data-team-id="15">
<td class="table-body__cell table-body__cell--position u-text-right">
3
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="u-hide-phablet">
Australia
</span>
<span class="u-show-phablet">
AUS
</span>
</td>
<td class="table-body__cell u-center-text">
28
</td>
<td class="table-body__cell u-center-text">
3,244
</td>
<td class="table-body__cell u-text-right rating">
116
</td>
</tr>
<tr class="table-body" data-team-id="14">
<td class="table-body__cell table-body__cell--position u-text-right">
4
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo IND">
</span>
<span class="u-hide-phablet">
India
</span>
<span class="u-show-phablet">
IND
</span>
</td>
<td class="table-body__cell u-center-text">
32
</td>
<td class="table-body__cell u-center-text">
3,624
</td>
<td class="table-body__cell u-text-right rating">
113
</td>
</tr>
<tr class="table-body" data-team-id="19">
<td class="table-body__cell table-body__cell--position u-text-right">
5
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo SA">
</span>
<span class="u-hide-phablet">
South Africa
</span>
<span class="u-show-phablet">
SA
</span>
</td>
<td class="table-body__cell u-center-text">
22
</td>
<td class="table-body__cell u-center-text">
2,267
</td>
<td class="table-body__cell u-text-right rating">
103
</td>
</tr>
<tr class="table-body" data-team-id="20">
<td class="table-body__cell table-body__cell--position u-text-right">
6
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo PAK">
</span>
<span class="u-hide-phablet">
Pakistan
</span>
<span class="u-show-phablet">
PAK
</span>
</td>
<td class="table-body__cell u-center-text">
27
</td>
<td class="table-body__cell u-center-text">
2,524
</td>
<td class="table-body__cell u-text-right rating">
93
</td>
</tr>
<tr class="table-body" data-team-id="22">
<td class="table-body__cell table-body__cell--position u-text-right">
7
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo BAN">
</span>
<span class="u-hide-phablet">
Bangladesh
</span>
<span class="u-show-phablet">
BAN
</span>
</td>
<td class="table-body__cell u-center-text">
29
</td>
<td class="table-body__cell u-center-text">
2,639
</td>
<td class="table-body__cell u-text-right rating">
91
</td>
</tr>
<tr class="table-body" data-team-id="21">
<td class="table-body__cell table-body__cell--position u-text-right">
8
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo WI">
</span>
<span class="u-hide-phablet">
West Indies
</span>
<span class="u-show-phablet">
WI
</span>
</td>
<td class="table-body__cell u-center-text">
30
</td>
<td class="table-body__cell u-center-text">
2,523
</td>
<td class="table-body__cell u-text-right rating">
84
</td>
</tr>
<tr class="table-body" data-team-id="13">
<td class="table-body__cell table-body__cell--position u-text-right">
9
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo SL">
</span>
<span class="u-hide-phablet">
Sri Lanka
</span>
<span class="u-show-phablet">
SL
</span>
</td>
<td class="table-body__cell u-center-text">
29
</td>
<td class="table-body__cell u-center-text">
2,303
</td>
<td class="table-body__cell u-text-right rating">
79
</td>
</tr>
<tr class="table-body" data-team-id="17">
<td class="table-body__cell table-body__cell--position u-text-right">
10
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="u-hide-phablet">
Afghanistan
</span>
<span class="u-show-phablet">
AFG
</span>
</td>
<td class="table-body__cell u-center-text">
17
</td>
<td class="table-body__cell u-center-text">
1,054
</td>
<td class="table-body__cell u-text-right rating">
62
</td>
</tr>
<tr class="table-body" data-team-id="68">
<td class="table-body__cell table-body__cell--position u-text-right">
11
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo NED">
</span>
<span class="u-hide-phablet">
Netherlands
</span>
<span class="u-show-phablet">
NED
</span>
</td>
<td class="table-body__cell u-center-text">
7
</td>
<td class="table-body__cell u-center-text">
336
</td>
<td class="table-body__cell u-text-right rating">
48
</td>
</tr>
<tr class="table-body" data-team-id="12">
<td class="table-body__cell table-body__cell--position u-text-right">
12
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo IRE">
</span>
<span class="u-hide-phablet">
Ireland
</span>
<span class="u-show-phablet">
IRE
</span>
</td>
<td class="table-body__cell u-center-text">
23
</td>
<td class="table-body__cell u-center-text">
1,067
</td>
<td class="table-body__cell u-text-right rating">
46
</td>
</tr>
<tr class="table-body" data-team-id="18">
<td class="table-body__cell table-body__cell--position u-text-right">
13
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo ZIM">
</span>
<span class="u-hide-phablet">
Zimbabwe
</span>
<span class="u-show-phablet">
ZIM
</span>
</td>
<td class="table-body__cell u-center-text">
17
</td>
<td class="table-body__cell u-center-text">
646
</td>
<td class="table-body__cell u-text-right rating">
38
</td>
</tr>
<tr class="table-body" data-team-id="69">
<td class="table-body__cell table-body__cell--position u-text-right">
14
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo SCO">
</span>
<span class="u-hide-phablet">
Scotland
</span>
<span class="u-show-phablet">
SCO
</span>
</td>
<td class="table-body__cell u-center-text">
7
</td>
<td class="table-body__cell u-center-text">
258
</td>
<td class="table-body__cell u-text-right rating">
37
</td>
</tr>
<tr class="table-body" data-team-id="128">
<td class="table-body__cell table-body__cell--position u-text-right">
15
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo OMA">
</span>
<span class="u-hide-phablet">
Oman
</span>
<span class="u-show-phablet">
OMA
</span>
</td>
<td class="table-body__cell u-center-text">
7
</td>
<td class="table-body__cell u-center-text">
240
</td>
<td class="table-body__cell u-text-right rating">
34
</td>
</tr>
<tr class="table-body" data-team-id="125">
<td class="table-body__cell table-body__cell--position u-text-right">
16
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo NEP">
</span>
<span class="u-hide-phablet">
Nepal
</span>
<span class="u-show-phablet">
NEP
</span>
</td>
<td class="table-body__cell u-center-text">
5
</td>
<td class="table-body__cell u-center-text">
119
</td>
<td class="table-body__cell u-text-right rating">
24
</td>
</tr>
<tr class="table-body" data-team-id="155">
<td class="table-body__cell table-body__cell--position u-text-right">
17
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo UAE">
</span>
<span class="u-hide-phablet">
UAE
</span>
<span class="u-show-phablet">
UAE
</span>
</td>
<td class="table-body__cell u-center-text">
9
</td>
<td class="table-body__cell u-center-text">
190
</td>
<td class="table-body__cell u-text-right rating">
21
</td>
</tr>
<tr class="table-body" data-team-id="124">
<td class="table-body__cell table-body__cell--position u-text-right">
18
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo NAM">
</span>
<span class="u-hide-phablet">
Namibia
</span>
<span class="u-show-phablet">
NAM
</span>
</td>
<td class="table-body__cell u-center-text">
6
</td>
<td class="table-body__cell u-center-text">
97
</td>
<td class="table-body__cell u-text-right rating">
16
</td>
</tr>
<tr class="table-body" data-team-id="157">
<td class="table-body__cell table-body__cell--position u-text-right">
19
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo USA">
</span>
<span class="u-hide-phablet">
United States
</span>
<span class="u-show-phablet">
USA
</span>
</td>
<td class="table-body__cell u-center-text">
8
</td>
<td class="table-body__cell u-center-text">
93
</td>
<td class="table-body__cell u-text-right rating">
12
</td>
</tr>
<tr class="table-body" data-team-id="133">
<td class="table-body__cell table-body__cell--position u-text-right">
20
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo PNG">
</span>
<span class="u-hide-phablet">
Papua New Guinea
</span>
<span class="u-show-phablet">
PNG
</span>
</td>
<td class="table-body__cell u-center-text">
5
</td>
<td class="table-body__cell u-center-text">
0
</td>
<td class="table-body__cell u-text-right rating">
0
</td>
</tr>
</tbody>
</table>
</div>
</section>
<div class="promo promo--full rankings-table">
<div class="promo__image-container">
<picture class="promo__image">
<source media="(max-width: 500px)" srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/2fb1280c-5d1b-4dee-93d4-c586996065cf/GettyImages-468776142.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/bc292450-c3fa-4345-9244-66fbe0179709/GettyImages-468776142.jpg 2x">
<source srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/10013c12-da7d-4c41-b261-1c9f626da0c8/GettyImages-468776142.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/f20245f7-3ffb-4f6d-8a18-d25804e1c809/GettyImages-468776142.jpg 2x">
<img alt="Play the MRF Tyres ICC Rankings Predictor" class="poly-object-fit" src="https://resources.pulse.icc-cricket.com/ICC/photo/2017/02/07/10013c12-da7d-4c41-b261-1c9f626da0c8/GettyImages-468776142.jpg"/>
</source>
</source>
</picture>
</div>
<div class="promo__text-container promo__text-container--with-image">
<h3 class="promo__title">
Play the MRF Tyres ICC Rankings Predictor
</h3>
<p class="promo__text">
Predict the outcome of upcoming ODI cricket fixtures and see how the MRF Tyres ICC Rankings change.
</p>
<a class="promo__cta btn" href="/rankings/mens/rankings-predictor/odi">
Play Now
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Social Responsibility
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">
Follow
<span class="u-italics">
ICC
</span>
On social
</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet">
</span>
<span class="icn icn-facebook-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet">
</span>
<span class="icn icn-twitter-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet">
</span>
<span class="icn icn-instagram-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet">
</span>
<span class="icn icn-youtube-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet">
</span>
<span class="icn icn-tiktok-circle-small u-show-phablet">
</span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/">
<div class="icn icn-logo-icc-footer">
</div>
</a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">
Cricket
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
ICC Events
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
Rankings
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
News and Video
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
More
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
About ICC
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
MediaZone
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
T20 Shop
</a>
</li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">
2021 © International Cricket Council FZ LLC
</li>
</ul>
</nav>
</div>
</footer>
</body>
</html>
#top10ODI teams
team_name=Soup.find_all("span",class_="u-hide-phablet")
team_name
[<span class="u-hide-phablet">New Zealand</span>, <span class="u-hide-phablet">England</span>, <span class="u-hide-phablet">Australia</span>, <span class="u-hide-phablet">India</span>, <span class="u-hide-phablet">South Africa</span>, <span class="u-hide-phablet">Pakistan</span>, <span class="u-hide-phablet">Bangladesh</span>, <span class="u-hide-phablet">West Indies</span>, <span class="u-hide-phablet">Sri Lanka</span>, <span class="u-hide-phablet">Afghanistan</span>, <span class="u-hide-phablet">Netherlands</span>, <span class="u-hide-phablet">Ireland</span>, <span class="u-hide-phablet">Zimbabwe</span>, <span class="u-hide-phablet">Scotland</span>, <span class="u-hide-phablet">Oman</span>, <span class="u-hide-phablet">Nepal</span>, <span class="u-hide-phablet">UAE</span>, <span class="u-hide-phablet">Namibia</span>, <span class="u-hide-phablet">United States</span>, <span class="u-hide-phablet">Papua New Guinea</span>, <span class="icn icn-facebook-circle u-hide-phablet"></span>, <span class="icn icn-twitter-circle u-hide-phablet"></span>, <span class="icn icn-instagram-circle u-hide-phablet"></span>, <span class="icn icn-youtube-circle u-hide-phablet"></span>, <span class="icn icn-tiktok-circle u-hide-phablet"></span>]
Teams_name = []
for i in team_name:
Teams_name.append(i.text.replace("\n",""))
Teams_name
['New Zealand', 'England', 'Australia', 'India', 'South Africa', 'Pakistan', 'Bangladesh', 'West Indies', 'Sri Lanka', 'Afghanistan', 'Netherlands', 'Ireland', 'Zimbabwe', 'Scotland', 'Oman', 'Nepal', 'UAE', 'Namibia', 'United States', 'Papua New Guinea', '', '', '', '', '']
matches = Soup.find_all("td",class_="table-body__cell u-center-text")
matches
[<td class="table-body__cell u-center-text">32</td>, <td class="table-body__cell u-center-text">3,793</td>, <td class="table-body__cell u-center-text">28</td>, <td class="table-body__cell u-center-text">3,244</td>, <td class="table-body__cell u-center-text">32</td>, <td class="table-body__cell u-center-text">3,624</td>, <td class="table-body__cell u-center-text">22</td>, <td class="table-body__cell u-center-text">2,267</td>, <td class="table-body__cell u-center-text">27</td>, <td class="table-body__cell u-center-text">2,524</td>, <td class="table-body__cell u-center-text">29</td>, <td class="table-body__cell u-center-text">2,639</td>, <td class="table-body__cell u-center-text">30</td>, <td class="table-body__cell u-center-text">2,523</td>, <td class="table-body__cell u-center-text">29</td>, <td class="table-body__cell u-center-text">2,303</td>, <td class="table-body__cell u-center-text">17</td>, <td class="table-body__cell u-center-text">1,054</td>, <td class="table-body__cell u-center-text">7</td>, <td class="table-body__cell u-center-text">336</td>, <td class="table-body__cell u-center-text">23</td>, <td class="table-body__cell u-center-text">1,067</td>, <td class="table-body__cell u-center-text">17</td>, <td class="table-body__cell u-center-text">646</td>, <td class="table-body__cell u-center-text">7</td>, <td class="table-body__cell u-center-text">258</td>, <td class="table-body__cell u-center-text">7</td>, <td class="table-body__cell u-center-text">240</td>, <td class="table-body__cell u-center-text">5</td>, <td class="table-body__cell u-center-text">119</td>, <td class="table-body__cell u-center-text">9</td>, <td class="table-body__cell u-center-text">190</td>, <td class="table-body__cell u-center-text">6</td>, <td class="table-body__cell u-center-text">97</td>, <td class="table-body__cell u-center-text">8</td>, <td class="table-body__cell u-center-text">93</td>, <td class="table-body__cell u-center-text">5</td>, <td class="table-body__cell u-center-text">0</td>]
Matches=[]
for i in matches:
Matches.append(i.text.replace("\n",""))
Matches
['32', '3,793', '28', '3,244', '32', '3,624', '22', '2,267', '27', '2,524', '29', '2,639', '30', '2,523', '29', '2,303', '17', '1,054', '7', '336', '23', '1,067', '17', '646', '7', '258', '7', '240', '5', '119', '9', '190', '6', '97', '8', '93', '5', '0']
Matches.pop(1)
'3,793'
Matches
['32', '28', '3,244', '32', '3,624', '22', '2,267', '27', '2,524', '29', '2,639', '30', '2,523', '29', '2,303', '17', '1,054', '7', '336', '23', '1,067', '17', '646', '7', '258', '7', '240', '5', '119', '9', '190', '6', '97', '8', '93', '5', '0']
Matches.pop(2)
'3,244'
Matches.pop(3)
'3,624'
Matches.pop(4)
'2,267'
Matches.pop(5)
'2,524'
Matches.pop(6)
'2,639'
Matches.pop(7)
'29'
Matches.pop(8)
'7'
Matches.pop(9)
'17'
Matches.pop(10)
'7'
Matches.pop(11)
'9'
Matches.pop(12)
'8'
Matches.pop(13)
'5'
Matches.pop(14)
--------------------------------------------------------------------------- IndexError Traceback (most recent call last) <ipython-input-554-c11c49645883> in <module> ----> 1 Matches.pop(14) IndexError: pop index out of range
Matches.pop(15)
--------------------------------------------------------------------------- IndexError Traceback (most recent call last) <ipython-input-555-a4f6fd45970e> in <module> ----> 1 Matches.pop(15) IndexError: pop index out of range
Matches.pop(16)
--------------------------------------------------------------------------- IndexError Traceback (most recent call last) <ipython-input-556-8b2cd1d98ba3> in <module> ----> 1 Matches.pop(16) IndexError: pop index out of range
Matches.pop(17)
--------------------------------------------------------------------------- IndexError Traceback (most recent call last) <ipython-input-557-2fc5bd4fe885> in <module> ----> 1 Matches.pop(17) IndexError: pop index out of range
Matches.pop(18)
--------------------------------------------------------------------------- IndexError Traceback (most recent call last) <ipython-input-558-3756dcfbfbcf> in <module> ----> 1 Matches.pop(18) IndexError: pop index out of range
Matches.pop(19)
--------------------------------------------------------------------------- IndexError Traceback (most recent call last) <ipython-input-559-d913b89dd903> in <module> ----> 1 Matches.pop(19) IndexError: pop index out of range
Matches
['32', '28', '32', '22', '27', '29', '30', '17', '23', '7', '5', '6', '93', '0']
points = Soup.find_all("td",class_="table-body__cell u-center-text")
points
[<td class="table-body__cell u-center-text">32</td>, <td class="table-body__cell u-center-text">3,793</td>, <td class="table-body__cell u-center-text">28</td>, <td class="table-body__cell u-center-text">3,244</td>, <td class="table-body__cell u-center-text">32</td>, <td class="table-body__cell u-center-text">3,624</td>, <td class="table-body__cell u-center-text">22</td>, <td class="table-body__cell u-center-text">2,267</td>, <td class="table-body__cell u-center-text">27</td>, <td class="table-body__cell u-center-text">2,524</td>, <td class="table-body__cell u-center-text">29</td>, <td class="table-body__cell u-center-text">2,639</td>, <td class="table-body__cell u-center-text">30</td>, <td class="table-body__cell u-center-text">2,523</td>, <td class="table-body__cell u-center-text">29</td>, <td class="table-body__cell u-center-text">2,303</td>, <td class="table-body__cell u-center-text">17</td>, <td class="table-body__cell u-center-text">1,054</td>, <td class="table-body__cell u-center-text">7</td>, <td class="table-body__cell u-center-text">336</td>, <td class="table-body__cell u-center-text">23</td>, <td class="table-body__cell u-center-text">1,067</td>, <td class="table-body__cell u-center-text">17</td>, <td class="table-body__cell u-center-text">646</td>, <td class="table-body__cell u-center-text">7</td>, <td class="table-body__cell u-center-text">258</td>, <td class="table-body__cell u-center-text">7</td>, <td class="table-body__cell u-center-text">240</td>, <td class="table-body__cell u-center-text">5</td>, <td class="table-body__cell u-center-text">119</td>, <td class="table-body__cell u-center-text">9</td>, <td class="table-body__cell u-center-text">190</td>, <td class="table-body__cell u-center-text">6</td>, <td class="table-body__cell u-center-text">97</td>, <td class="table-body__cell u-center-text">8</td>, <td class="table-body__cell u-center-text">93</td>, <td class="table-body__cell u-center-text">5</td>, <td class="table-body__cell u-center-text">0</td>]
Points = []
for i in points:
Points.append(i.text.replace("\n",""))
Points
['32', '3,793', '28', '3,244', '32', '3,624', '22', '2,267', '27', '2,524', '29', '2,639', '30', '2,523', '29', '2,303', '17', '1,054', '7', '336', '23', '1,067', '17', '646', '7', '258', '7', '240', '5', '119', '9', '190', '6', '97', '8', '93', '5', '0']
Points.pop(0)
'32'
Points.pop(1)
'28'
Points.pop(2)
'32'
Points.pop(3)
'22'
Points.pop(4)
'27'
Points.pop(5)
'29'
Points.pop(6)
'30'
Points.pop(7)
'29'
Points.pop(8)
'17'
Points.pop(9)
'7'
Points.pop(10)
'23'
Points.pop(11)
'17'
Points.pop(12)
'7'
Points.pop(13)
'7'
Points.pop(14)
'5'
Points.pop(15)
'9'
Points.pop(16)
'6'
Points.pop(17)
'8'
Points.pop(18)
'5'
Points
['3,793', '3,244', '3,624', '2,267', '2,524', '2,639', '2,523', '2,303', '1,054', '336', '1,067', '646', '258', '240', '119', '190', '97', '93', '0']
rating=Soup.find_all("td",class_="table-body__cell u-text-right rating")
rating
[<td class="table-body__cell u-text-right rating">119</td>, <td class="table-body__cell u-text-right rating">116</td>, <td class="table-body__cell u-text-right rating">113</td>, <td class="table-body__cell u-text-right rating">103</td>, <td class="table-body__cell u-text-right rating">93</td>, <td class="table-body__cell u-text-right rating">91</td>, <td class="table-body__cell u-text-right rating">84</td>, <td class="table-body__cell u-text-right rating">79</td>, <td class="table-body__cell u-text-right rating">62</td>, <td class="table-body__cell u-text-right rating">48</td>, <td class="table-body__cell u-text-right rating">46</td>, <td class="table-body__cell u-text-right rating">38</td>, <td class="table-body__cell u-text-right rating">37</td>, <td class="table-body__cell u-text-right rating">34</td>, <td class="table-body__cell u-text-right rating">24</td>, <td class="table-body__cell u-text-right rating">21</td>, <td class="table-body__cell u-text-right rating">16</td>, <td class="table-body__cell u-text-right rating">12</td>, <td class="table-body__cell u-text-right rating">0</td>]
Ratings=[]
for i in rating:
Ratings.append(i.text.replace("\n",""))
Ratings
['119', '116', '113', '103', '93', '91', '84', '79', '62', '48', '46', '38', '37', '34', '24', '21', '16', '12', '0']
import pandas as pd
df=pd.DataFrame({})
df["Teams_name"]=Teams_name[:10]
df["Matches"]=Matches[:10]
df["Points"]=Points[:10]
df["Ratings"]=Ratings[:10]
df
| Teams_name | Matches | Points | Ratings | |
|---|---|---|---|---|
| 0 | New Zealand | 32 | 3,793 | 119 |
| 1 | England | 28 | 3,244 | 116 |
| 2 | Australia | 32 | 3,624 | 113 |
| 3 | India | 22 | 2,267 | 103 |
| 4 | South Africa | 27 | 2,524 | 93 |
| 5 | Pakistan | 29 | 2,639 | 91 |
| 6 | Bangladesh | 30 | 2,523 | 84 |
| 7 | West Indies | 17 | 2,303 | 79 |
| 8 | Sri Lanka | 23 | 1,054 | 62 |
| 9 | Afghanistan | 7 | 336 | 48 |
page=requests.get("https://www.icc-cricket.com/rankings/mens/player-rankings/odi")
page
<Response [200]>
page.content
b'<!DOCTYPE html>\n<html lang="en">\n<head>\n\n <meta name="twitter:title" content="ICC ODI Match Player Rankings International Cricket Council"/>\n<meta property="og:type" content="website"/>\n<meta property="twitter:card" content="summary_large_image"/>\n<meta name="description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta property="twitter:site" content="@icc"/>\n<meta name="twitter:description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta name="twitter:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<meta property="og:title" content="ICC ODI Match Player Rankings International Cricket Council"/>\n<meta property="og:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<title>ICC ODI Match Player Rankings International Cricket Council</title>\n<meta property="og:description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n\n\t<!-- Designed and built by Pulselive - www.pulselive.com -->\n \n<script>\n\n var dataLayer = [{\n \'user_language\':\'English\',\n \'web_domain\':\'www.icc-cricket.com\',\n \'page_type\':\'/rankings/mens/player-rankings/odi\' \n }];\n\n</script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-T7DPH24\');</script>\n<!-- End Google Tag Manager -->\n\n\n <meta charset="UTF-8">\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <meta name="apple-itunes-app" content="app-id=956440606"/>\n\n <link rel="manifest" href="/resources/prod/v8.19.9/manifest.json">\n\n <link rel="shortcut icon" href="/resources/prod/v8.19.9/i/elements/favicon.ico" />\n\n <link rel="publisher" href="https://plus.google.com/+ICC">\n\n \n\n\n\n <title>International Cricket Council</title>\n\n \n\n<!-- google platform library -->\n<script src="https://apis.google.com/js/api:client.js?onload=startApp" async defer></script>\n\n<script>\n\n var startApp = function() {\n gapi.load(\'auth2\', function(){\n // Retrieve the singleton for the GoogleAuth library and set up the client.\n auth2 = gapi.auth2.init({\n client_id: \'844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com\'\n // Request scopes in addition to \'profile\' and \'email\'\n //scope: \'additional_scope\'\n });\n });\n };\n</script>\n\n\n <link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet">\n\n <!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->\n\t<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>\n\n <link rel="stylesheet" href="/resources/prod/v8.19.9/styles/screen.css" />\n\n <script>\n\t\twindow.RESOURCE_VERSION = \'prod/v8.19.9\';\n\t</script>\n\n</head>\n<body>\n\n \n<!-- Google Tag Manager (noscript) -->\n<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24"\nheight="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n<!-- End Google Tag Manager (noscript) -->\n\n<div class="u-hide" data-widget="analytics-geolocation" data-script="icc_analytics-geolocation"></div>\n\n<!--\n Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019\n-->\n\n<iframe src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" width="1" height="1" frameborder="0" style="display:none"></iframe>\n\n<!-- End of Floodlight Tag: Please do not remove -->\n\n \n\n<script>\n window.fbAsyncInit = function() {\n FB.init({\n appId : 159513024983374,\n autoLogAppEvents : true,\n xfbml : true,\n version : \'v3.0\'\n });\n };\n\n (function(d, s, id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id)) {return;}\n js = d.createElement(s); js.id = id;\n js.src = "https://connect.facebook.net/en_US/sdk.js";\n fjs.parentNode.insertBefore(js, fjs);\n }(document, \'script\', \'facebook-jssdk\'));\n</script>\n\n\n \n<div class="user-account-overlay js-user-account-overlay"></div>\n<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">\n\n <div class="user-account__wrapper js-panel-account u-hide">\n\n <div class="user-account__header">\n\n <div class="user-account__close js-account-slider-close-btn" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </div>\n\n <div class="user-account__user-wrapper">\n <div class="user-account__image">\n <img src="#" class="u-hide js-account-user-img" alt="User Image">\n </div>\n <div class="user-account__user-info">\n <p class="user-account__user-info__text js-account-user">Name Lastname</p>\n <p class="user-account__user-info__profile js-profile-completion-info u-hide">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n Profile <span class="js-profile-completion-percentage"></span>% Complete\n </p>\n </div>\n </div>\n\n <div class="user-account__tabs-nav js-tabs-wrapper"></div>\n </div>\n\n <div class="account-message js-account-message"></div>\n\n <form id="user-account" name="user-account" autocomplete="off">\n\n <div data-ui-tab="My Account" class="user-account__tab">\n <div class="user-account__social-wrapper js-social-wrapper u-hide"></div>\n\n<fieldset>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="given_name">First name *</label>\n <input class="form-group__element" type="text" required name="given_name" id="given_name" pattern="^[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-group">\n <label class="form-group__label" for="family_name">Last name *</label>\n <input class="form-group__element" type="text" required name="family_name" id="family_name" pattern="[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button">\n <div class="form-group is-disabled js-change-email-input">\n <label class="form-group__label" for="email">Email address *</label>\n <input class="form-group__element" type="email" name="email" id="email" autocomplete="off" maxlength="50" disabled/>\n <p class="js-error form-error"></p>\n <p class="js-email-exists form-error form-error--email">Email address not available.</p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-email" type="button" novalidate>Change Email</button>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button js-account-password">\n <div class="form-group is-disabled js-change-password-input">\n <label class="form-group__label" for="password">Password *</label>\n <input class="form-group__element" type="password" name="password" id="password" placeholder="******" autocomplete="off" disabled/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-password" type="button" novalidate>Change Password</button>\n </div>\n </div>\n\n <div class="form-block form-block">\n <div class="form-block__label form-block__label--dob">Date of Birth</div>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="day">Day *</label>\n <input class="form-group__element" type="number" required name="day" placeholder="dd" id="day" min="0" />\n <p class="js-error form-error"></p>\n\n </div>\n <div class="form-group">\n <label class="form-group__label" for="month">Month *</label>\n <input class="form-group__element" type="number" required name="month" placeholder="mm" id="month" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group">\n <label class="form-group__label" for="year">Year *</label>\n <input class="form-group__element" type="number" required name="year" placeholder="yyyy" id="year" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n <p class="js-date-error form-error form-error--date">The date of birth is not valid</p>\n </div>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_COUNTRY">\n <div class="form-block__label">Country of residence</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n</fieldset>\n\n </div>\n <div data-ui-tab="My Preferences" class="user-account__tab">\n <div class="js-account-prefs u-hide">\n <fieldset>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_TEAM">\n <div class="form-block__label">Your favourite team</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n <div class="js-contact-prefs user-account__contact-prefs-wrapper">\n\n <div class="user-account__alert">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n <span>Sorry, but your contact preferences will take up to 24hrs to update</span>\n </div>\n\n <div class="user-account__contact-prefs">\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-contacting" id="allow-contacting"/>\n <label class="form-group__label" for="allow-contacting">I\'m happy for the ICC to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-partner-contacting" id="allow-partner-contacting"/>\n <label class="form-group__label" for="allow-partner-contacting">I\'m happy for the ICC\'s partners to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n </div>\n\n </fieldset>\n</div>\n\n<div class="overlay__loader__small js-loader-prefs">\n Hold on! Loading your preferences <div class="loader loader--small"></div>\n</div>\n\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions js-buttons-wrapper">\n <button class="form-btn form-btn--grey is-disabled js-cancel" disabled>Cancel</button>\n <button class="form-btn is-disabled js-submit" type="submit" disabled>Save Changes</button>\n <div class="loader js-loader u-hide"></div>\n </div>\n <button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg></button>\n </div>\n </form>\n\n </div>\n\n <div class="user-account__wrapper js-panel-account-password u-hide">\n <form id="account-edit-password" name="account-edit-password" novalidate>\n <div class="user-account__tabs-wrapper">\n\n <h1 class="overlay__title">\n Edit your password\n <span class="overlay__title__option"><a href="#" class="form-cta js-cancel-password">back</a></span>\n </h1>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="current-password">Current Password *</label>\n <input class="form-group__element" type="password" required name="current-password" id="current-password" />\n <p class="js-error form-error"></p>\n <p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>\n </div>\n\n <a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>\n\n <div class="form-block">\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="new-password">New password *</label>\n <input class="form-group__element" type="password" required name="new-password" id="new-password" />\n <div class="form-block__verify-password form-block__verify-password--slider js-verify-password">\n Password must include...\n <ul class="form-block__verify-list">\n <li class="js-verify-length">8 or more characters</li>\n <li class="js-verify-letters">At least one upper and lower case letter</li>\n <li class="js-verify-number">At least one number or symbol</li>\n </ul>\n </div>\n <p class="js-error form-error"></p>\n <p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>\n </div>\n </div>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="confirm-password">Confirm new password *</label>\n <input class="form-group__element" type="password" required name="confirm-password" id="confirm-password" />\n <p class="js-error form-error"></p>\n <p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>\n </div>\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions">\n <button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>\n <button class="form-btn is-disabled js-submit-password" type="submit" disabled>Change Password</button>\n <div class="loader js-password-loader u-hide"></div>\n </div>\n </div>\n</form>\n\n </div>\n\n</section>\n\n\n<div class="js-mobile-banner mobile-banner " data-widget="mobile-banner">\n <div class="wrapper">\n <div class="col-12">\n <div class="mobile-banner__wrapper">\n <p class="mobile-banner__header">Official ICC App</p>\n <p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don\xe2\x80\x99t miss a moment and keep up with the latest from around the world of cricket!</p>\n <div class="mobile-banner__app-buttons">\n <a target="_blank" href="https://www.icc-cricket.com/mobile" class="btn">Find Out More</a>\n </div>\n </div>\n </div>\n </div>\n <a class="mobile-banner__close js-mobile-banner-close">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </a>\n</div>\n\n\t<div class="global-header ">\n\t\t<ul class="global-header__list">\n <li class="global-header__item ">\n \t\t\t<a href="http://www.icctravelandtours.com/" class="global-header__link"><svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>ICC Travel & Tours</a>\n \t\t</li>\n\t\t</ul>\n\t\t\n <ul class="global-header-social__list">\n <li class="global-header-social__item">\n <a href="https://www.facebook.com/icc/" class="global-header-social__link global-header-social__link--facebook-f" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://twitter.com/ICC" class="global-header-social__link global-header-social__link--twitter" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.instagram.com/icc/" class="global-header-social__link global-header-social__link--instagram" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.youtube.com/user/CricketICC" class="global-header-social__link global-header-social__link--youtube" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube"></use></svg>\n </a>\n </li>\n </ul>\n\n\t\t<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">\n <a href="/sign-in" class="btn btn--account btn--icon js-nav-default is-transitioning">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In / Create Account\n <span class="btn__loading-bar"></span>\n </a>\n <div class="global-header__sign-in js-nav-signedin u-hide">\n\n <div class="global-header__user-message js-nav-user" tabindex="0" role="button">\n <div class="global-header__image-container">\n <img src="#" class="u-hide js-nav-user-img" alt="User Image">\n </div>\n <div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>\n </div>\n\n <ul class="global-header__dropdown global-header__user-dropdown js-dropdown">\n <li class="global-header__dropdown-item"><a href="#" class="js-nav-account">Account</a></li>\n <li class="global-header__dropdown-item global-header__dropdown-item--signout">\n <a href="#" class="js-nav-logout">Sign Out</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg>\n </li>\n </ul>\n\n </div>\n</div>\n\n\t</div>\n\n\n\n <div class="global-navigation">\n <div class="global-navigation__default-bg"></div>\n <div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">\n \t<nav class="global-navigation__main js-global-navigation is-open" data-widget="scroll-boundary" data-active-class="is-fixed">\n \t\t<a href="/home-page" class="global-navigation__branding">\n \t\t\t<div class="icn icn-logo-icc"></div>\n \t\t</a>\n \t\t<div role="button" class="global-navigation__menu-button js-global-navigation-menu-button">\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>\n \t\t\t<div class="menu-button">\n \t <div></div>\n \t <div></div>\n \t <div></div>\n \t </div>\n \t\t</div>\n\n \t\t<div class="global-navigation__container js-global-navigation-container">\n \t\t\t<ul class="global-navigation__list">\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link ">\n\n\t\t<div role="button" class="global-navigation__link">\n \t\t\t<a href="/">Home\n </a>\n\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Live <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t\t\t<span class="global-navigation__live-counter js-match-counter-nav"></span>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/live" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Live Scores</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/mens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Results</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/womens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Results</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Fixtures <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Fixtures</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Fixtures</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t ICC Events <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.t20worldcup.com" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC T20 World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.cricketworldcup.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/world-test-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC World Test Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/u19-world-cup/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC U19 Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/champions-trophy" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Champions Trophy</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-super-league/fixtures" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Super League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-challenge-league/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Challenge League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-league-two/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup League 2</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Women\'s Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/event-status" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">2021 Event status</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Rankings <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\n\t\t\t\t<div class="global-navigation__drop-down global-navigation__drop-down--2-column">\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Men\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Players Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings/comparison" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Comparison</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/rankings-predictor/test" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings Predictor</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">About the Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/faqs" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Rankings FAQ</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Women\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Rankings</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Teams <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/men" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/women" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/u19" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">U19</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Video <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/vault" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Vault</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Video Home</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/by-country" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Videos By Country</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/events" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Events</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/cricket-360" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket 360\xc2\xb0</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/what-is-cricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">What is Cricket?</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t More <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item global-nav__item--divider"><a href="https://www.icc-cricket.com/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">About ICC</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/quiz" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Quiz</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/awards/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Awards</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/hall-of-fame" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Hall of Fame</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/social" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC on Social</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/media-releases" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Media Releases</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">News</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/photos" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Photos</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-for-good" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Cricket for Good</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mobile" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Mobile App</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news/318971" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Commercial Opportunities</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/criiio/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">criiio</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/100percentcricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">100% Cricket</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://icccricketshop.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Shop</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n \t\t\t</ul>\n \n\t<div class="global-navigation-menu u-hide">\n\t\t<ul class="global-navigation-menu__list">\n\t\t\t\t\t<li class="global-navigation-menu__item">\n\t\t\t\t\t\t<a href="http://www.icctravelandtours.com/" class="global-navigation-menu__link">\n\t\t\t\t\t\t\t<svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>\n\t\t\t\t\t\t\tICC Travel & Tours\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">\n <a href="/sign-in" class="global-navigation-menu__link">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In/Create Account\n </a>\n </li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">\n <a href="#" class="global-navigation-menu__link">\n <div class="global-navigation-menu__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n <div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>\n </a>\n </li>\n\t\t</ul>\n\t</div>\n\n \t\t</div>\n\n\t\t\t\t\n\n \t\t<div tabindex="0" role="button" class="global-navigation__search js-global-navigation-search">\n \t\t\t<svg class="global-navigation__search-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t<span class="global-navigation__search-text">Search</span>\n \t\t</div>\n\n <a href="/sign-in" class="global-navigation__user js-nav-default-mobile" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n </a>\n <a href="#" class="global-navigation__user js-nav-signedin-mobile u-hide" role="button">\n <div class="global-navigation__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n </a>\n\n \t\t<form action="/search" type="GET" class="global-navigation__search-open js-global-navigation-search-open">\n \t\t\t<div class="global-navigation__search-input">\n \t\t\t\t<input tabindex="-1" class="js-global-navigation-input" type="text" name="term" placeholder="Search ICC" />\n \t\t\t</div>\n \t\t\t<button type="submit" tabindex="0" class="global-navigation__search-go js-global-navigation-search-go">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t</button>\n \t\t\t<div tabindex="0" class="global-navigation__search-close js-global-navigation-search-close">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n \t\t\t</div>\n \t\t</form>\n <div class="global-navigation__search-overlay"></div>\n \t</nav>\n </div>\n </div>\n\n\n<main id="main-content" tabindex="0">\n\t\n\n<button class="scroll-to-top" data-widget="scroll-to-top" data-script="icc_scroll-to-top">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n\n <div class="scroll-to-top__mask" aria-hidden="true">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n </div>\n <span class="u-screen-reader">Scroll to Top</span>\n</button>\n\n\n\n<header class="page-header page-header--rankings">\n <div class="wrapper">\n <div class="col-12">\n <div class="page-header__banner">\n <a class="page-logo" href="http://track.adform.net/C/?bn=20093364" data-widget="impression-tracker" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" target="_blank">\n <span class="icn icn-logo-mrf-rankings"></span>\n </a>\n </div>\n <div class="share share--\n \n share--vertical\n \n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n </div>\n</header>\n\n\n<div class="l-sticky-side-nav">\n\t<div class="l-sticky-side-nav__nav">\n\t\t\n<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">\n <div class="drop-down-tablet js-drop-down">\n <div class="drop-down__clickzone js-drop-down-trigger" tabindex="0" role="button"></div>\n <div class="drop-down__label">\n Men\'s\n </div>\n <div class="drop-down__current">\n Player Rankings\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down"></use></svg>\n </div>\n <div class="drop-down__dropdown-list js-drop-down-options">\n <div class="rankings-menu__tab-container u-hide-tablet">\n <nav class="content-tabs">\n <ul class="block-list-2 u-no-font-size" role="tablist">\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab content-tabs__tab--active" href="/rankings/mens/overview">Men\'s</a>\n </li>\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab " href="/rankings/womens/overview">Women\'s</a>\n </li>\n </ul>\n </nav>\n </div>\n <div class="active tab-content">\n <h3 class="rankings-menu__title">Men\'s</h3>\n\n <ul class="rankings-menu__list">\n\n <li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">\n <a href="#" class="rankings-menu__link js-fav-team-link">Select your team</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg>\n <div class="rankings-menu__notch js-notch"></div>\n <svg class="rankings-menu__notch-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star"></use></svg\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings/comparison" class="rankings-menu__link ">Player Comparison<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/rankings-predictor/" class="rankings-menu__link ">Team Rankings Predictor<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n <div class=" tab-content">\n <h3 class="rankings-menu__title">Women\'s</h3>\n\n <ul class="rankings-menu__list">\n\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens-t20i-faq" class="rankings-menu__link ">T20I Team Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n </div>\n </div>\n</div>\n\n\t</div>\n\n\t<div class="l-sticky-side-nav__content">\n\t\t\n <section class="ranking-format-menu">\n\n <div class="wrapper wrapper--sticky">\n\n <div class="col-12">\n <div class="content-tabs">\n \t\t<ul class="inline-list">\n \t <li class="ranking-format-menu__item">\n \t \t<a href="test" class="content-tabs__tab " >Test</a>\n \t </li>\n \t <li class="ranking-format-menu__item">\n \t \t<a href="odi" class="content-tabs__tab content-tabs__tab--active" >ODI</a>\n \t </li>\n \t <li class="ranking-format-menu__item">\n \t \t<a href="t20i" class="content-tabs__tab " >T20I</a>\n \t </li>\n \t\t</ul>\n \t</div>\n </div>\n </div>\n\n </section>\n\n\t\t<div class="wrapper wrapper--sticky">\n\t\t\t<div class="col-12">\n\t\t\t\t\n<div class="content-ad content-ad--rankings u-center">\n\n <!-- Adform publisher tag -->\n <!-- Generic Banner - Homepage (mobile 320x50) placement -->\n <div class="content-ad--mobile">\n <script data-adfscript="adx.adform.net/adx/?mid=652987"></script> <script src="//s1.adform.net/banners/scripts/adx.js" async defer></script>\n </div>\n\n <!-- Adform publisher tag -->\n <!-- Generic Banner - Homepage (desktop 728x90) placement -->\n <div class="content-ad--desktop">\n <script data-adfscript="adx.adform.net/adx/?mid=652985"></script> <script src="//s1.adform.net/banners/scripts/adx.js" async defer></script>\n </div>\n\n</div>\n<section class="widget rankings-widget "\n\t\t data-script="icc_rankings"\n\t\t data-widget="player-rankings-filtered"\n\t\t data-filter="RANKINGS_YEAR,RANKINGS_MONTH,RANKINGS_DAY"\n data-format="odi">\n\t<header class="widget__header">\n\t\t<h3 class="widget__title">Men\'s ODI Player Rankings</h3>\n\t</header>\n\n\n\n <div class="rankings-filters">\n <h5 class="rankings-filters__title">Look back through the ICC MRF Tyres Rankings archive using the date filter below:</h5>\n\n <div class="rankings-filters__content">\n <div class="rankings-filters__options" data-content-filter></div>\n <div class="rankings-filters__btns">\n <button class="rankings-filters__filter-button js-rankings-filter-button disabled">Apply</button>\n <button class="rankings-filters__reset js-rankings-filter-reset u-hide">Reset</button>\n </div>\n </div>\n </div>\n\n\n\t<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="batting"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/batting"\n data-title="ODI Batting Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>ODI Batting Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Babar Azam</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 PAK"></div>\n <span class="rankings-block__banner--nation"></span>PAK</span>\n <div class="rankings-block__banner--rating">873</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="2759" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/164">Virat Kohli</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">844</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/107">Rohit Sharma</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">813</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/226">Ross Taylor</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">801</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/167">Aaron Finch</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">779</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">775</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/170">David Warner</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">762</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/834">Quinton de Kock</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">758</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n \n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2751">Shai Hope</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo WI"></span>\n <span class="table-body__logo-text">WI</span>\n </td>\n <td class="table-body__cell u-text-right rating">758</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/440">Kane Williamson</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">754</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/batting">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="bowling"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/bowling"\n data-title="ODI Bowling Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>ODI Bowling Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Trent Boult</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 NZ"></div>\n <span class="rankings-block__banner--nation"></span>NZ</span>\n <div class="rankings-block__banner--rating">737</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="969" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">709</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">708</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/967">Chris Woakes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">700</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo BAN"></span>\n <span class="table-body__logo-text">BAN</span>\n </td>\n <td class="table-body__cell u-text-right rating">692</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1505">Matt Henry</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">691</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">679</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/490">Mitchell Starc</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">652</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo BAN"></span>\n <span class="table-body__logo-text">BAN</span>\n </td>\n <td class="table-body__cell u-text-right rating">650</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">648</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/bowling">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="all_round"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/all-rounder"\n data-title="ODI All-Rounder Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>ODI All-Rounder Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Shakib Al Hasan</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 BAN"></div>\n <span class="rankings-block__banner--nation"></span>BAN</span>\n <div class="rankings-block__banner--rating">416</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="201" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">294</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/967">Chris Woakes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">282</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2885">Rashid Khan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">270</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">268</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1154">Ben Stokes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">266</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">257</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2760">Imad Wasim</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo PAK"></span>\n <span class="table-body__logo-text">PAK</span>\n </td>\n <td class="table-body__cell u-text-right rating">256</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">238</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ZIM"></span>\n <span class="table-body__logo-text">ZIM</span>\n </td>\n <td class="table-body__cell u-text-right rating">237</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/all-rounder">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t</div>\n</section>\n\n\n\n<section class="widget rankings-widget rankings-widget--alltime " data-script="icc_rankings" data-widget="player-rankings-alltime">\n\n <header class="widget__header widget__header--align-centre">\n <button class="widget__info">\n\t<svg class="widget__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-info"></use>\n\t</svg>\n <span class="widget__tooltip">Explore the highest ranked players of all-time in the MRF Tryes ICC rankings</span>\n </button>\n <h3 class="widget__title">Men\'s All-Time ODI Rankings</h3>\n </header>\n\n\t<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="batting"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/all-time-batting"\n data-title="All-Time Batting Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>All-Time Batting Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Babar Azam</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 PAK"></div>\n <span class="rankings-block__banner--nation"></span>PAK</span>\n <div class="rankings-block__banner--rating">873</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="2759" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/164">Virat Kohli</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">844</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/107">Rohit Sharma</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">813</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/226">Ross Taylor</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">801</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/167">Aaron Finch</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">779</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">775</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/170">David Warner</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">762</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/834">Quinton de Kock</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">758</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n \n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2751">Shai Hope</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo WI"></span>\n <span class="table-body__logo-text">WI</span>\n </td>\n <td class="table-body__cell u-text-right rating">758</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/440">Kane Williamson</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">754</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/all-time-batting">View Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="bowling"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/all-time-bowling"\n data-title="All-Time Bowling Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>All-Time Bowling Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Trent Boult</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 NZ"></div>\n <span class="rankings-block__banner--nation"></span>NZ</span>\n <div class="rankings-block__banner--rating">737</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="969" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">709</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">708</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/967">Chris Woakes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">700</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo BAN"></span>\n <span class="table-body__logo-text">BAN</span>\n </td>\n <td class="table-body__cell u-text-right rating">692</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1505">Matt Henry</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">691</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">679</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/490">Mitchell Starc</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">652</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo BAN"></span>\n <span class="table-body__logo-text">BAN</span>\n </td>\n <td class="table-body__cell u-text-right rating">650</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">648</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/all-time-bowling">View Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="all_round"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/all-time-all-rounder"\n data-title="All-Time All-Rounder Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>All-Time All-Rounder Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Shakib Al Hasan</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 BAN"></div>\n <span class="rankings-block__banner--nation"></span>BAN</span>\n <div class="rankings-block__banner--rating">416</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="201" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">294</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/967">Chris Woakes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">282</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2885">Rashid Khan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">270</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">268</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1154">Ben Stokes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">266</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">257</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2760">Imad Wasim</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo PAK"></span>\n <span class="table-body__logo-text">PAK</span>\n </td>\n <td class="table-body__cell u-text-right rating">256</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">238</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ZIM"></span>\n <span class="table-body__logo-text">ZIM</span>\n </td>\n <td class="table-body__cell u-text-right rating">237</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/all-time-all-rounder">View Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t</div>\n\n</section>\n\n\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n</main>\n\n<footer class="footer" role="contentinfo">\n \n<div class="wrapper">\n <section class="footer-partners">\n\n\n <div class="footer-partners__list u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n <section class="footer-partners__list footer-partners__list--double u-hide-desktop">\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n </section>\n <div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.moneygram.com/" \n class="footer-partners__link" \n aria-label="MoneyGram" \n \n title="MoneyGram"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120" alt="MoneyGram" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.bira91.com/" \n class="footer-partners__link" \n aria-label="Bira 91" \n target="_blank" \n title="Bira 91"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120" alt="Bira 91" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120" alt="Star Sports" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.coca-colaindia.com/" \n class="footer-partners__link" \n aria-label="Coca Cola" \n target="_blank" \n title="Coca Cola"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120" alt="Coca Cola" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://upstox.com/" \n class="footer-partners__link" \n aria-label="Upstox" \n target="_blank" \n title="Upstox"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120" alt="Upstox" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235072" \n class="footer-partners__link" \n aria-label="Nissan" \n target="_blank" \n title="Nissan"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120" alt="Nissan" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" \n class="footer-partners__link" \n aria-label="Royal Stag" \n target="_blank" \n title="Royal Stag"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105" alt="Royal Stag" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.dream11.com/" \n class="footer-partners__link" \n aria-label="Dream11" \n target="_blank" \n title="Dream11"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105" alt="Dream11" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.jacobscreek.com/en-gb" \n class="footer-partners__link" \n aria-label="Jacobs Creek" \n target="_blank" \n title="Jacobs Creek"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105" alt="Jacobs Creek" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Social Responsibility</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" \n class="footer-partners__link" \n aria-label="Cricket for Good" \n target="_blank" \n title="Cricket for Good"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126" alt="Cricket for Good" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n </section>\n</div>\n<div class="global-footer ">\n <div class="wrapper">\n \n\n<div class="col-12">\n <div class="global-footer__social-container">\n \n <ul class="social-follow-footer">\n <h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>\n <li class="social-follow-footer__item">\n <a href="https://www.facebook.com/icc/" class="social-follow-footer__link facebook" target="_blank">\n <span class="icn icn-facebook-circle u-hide-phablet"></span>\n <span class="icn icn-facebook-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://twitter.com/ICC" class="social-follow-footer__link twitter" target="_blank">\n <span class="icn icn-twitter-circle u-hide-phablet"></span>\n <span class="icn icn-twitter-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.instagram.com/icc/" class="social-follow-footer__link instagram" target="_blank">\n <span class="icn icn-instagram-circle u-hide-phablet"></span>\n <span class="icn icn-instagram-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.youtube.com/user/CricketICC" class="social-follow-footer__link youtube" target="_blank">\n <span class="icn icn-youtube-circle u-hide-phablet"></span>\n <span class="icn icn-youtube-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.tiktok.com/@icc" class="social-follow-footer__link tiktok" target="_blank">\n <span class="icn icn-tiktok-circle u-hide-phablet"></span>\n <span class="icn icn-tiktok-circle-small u-show-phablet"></span>\n </a>\n </li>\n </ul>\n\n </div>\n <div class="global-footer__branding">\n <a href="/" class="global-footer__branding-link"><div class="icn icn-logo-icc-footer"></div></a>\n </div>\n <div class="global-footer__lists">\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Cricket</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/live" >\n \tLive Scores Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/mens-results" >\n \tMen\'s Results\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/womens-results" >\n \tWomen\'s Results\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">ICC Events</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcup.com" >\n \tICC T20 World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.cricketworldcup.com/" >\n \tICC Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//world-test-championship" >\n \tICC World Test Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/u19-world-cup/index.html" >\n \tICC U19 Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/champions-trophy" >\n \tICC Champions Trophy\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures" >\n \tICC Men\'s Cricket World Cup Super League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news" >\n \tICC Men\'s Cricket World Cup Challenge League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-league-two/news" >\n \tICC Men\'s Cricket World Cup League 2\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/womens-championship" >\n \tICC Women\'s Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/event-status" >\n \t2021 Event status\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Rankings</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/overview" >\n \tOverview\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/team-rankings/test" >\n \tTeam Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.icc-cricket.com/rankings/mens/player-rankings/" >\n \tPlayer Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/" >\n \tRankings Predictor\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/about" >\n \tAbout the Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/faqs" >\n \tRankings FAQs\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">News and Video</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/news" >\n \tNews Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-releases" >\n \tMedia Releases\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/video" >\n \tVideo Home\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/photos" >\n \tPhotos\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">More</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/social" >\n \tICC on Social\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/awards/overview" >\n \tAwards\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/hall-of-fame" >\n \tHall of Fame\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/mobile" >\n \tICC on Mobile\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/about" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tAbout ICC\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-zone/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tMediaZone\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcupshop.com/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tT20 Shop\n \t</a></li>\n\t </ul>\n </div>\n</div>\n\n </div>\n \n<nav class="global-footer-corporate" role="navigation" aria-label="footer policy links">\n\n <ul class="global-footer-corporate__list">\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use" >\n Legal Notice\n </a>\n </li>\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy" >\n Privacy Policy\n </a>\n </li>\n <li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>\n </ul>\n\n</nav>\n\n</div>\n</body>\n</html>\n\n\n</footer>\n\n \n \n \n\n <script src="/resources/prod/v8.19.9/scripts/vendors.min.js"></script>\n <script src="/resources/prod/v8.19.9/scripts/client.min.js"></script>\n\n <!--[if IE]> -->\n <script type="text/javascript">\n svg4everybody();\n </script>\n <!-- <![endif]-->\n</body>\n</html>\n'
Soup=BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC ODI Match Player Rankings International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC ODI Match Player Rankings International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>ICC ODI Match Player Rankings International Cricket Council</title>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/mens/player-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>International Cricket Council</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp"></script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation"></div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1"></iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay"></div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">Name Lastname</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Profile <span class="js-profile-completion-percentage"></span>% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper"></div>
</div>
<div class="account-message js-account-message"></div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide"></div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">First name *</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">Last name *</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">Email address *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error"></p>
<p class="js-email-exists form-error form-error--email">Email address not available.</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">Change Email</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">Password *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">Change Password</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">Date of Birth</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">Day *</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">Month *</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">Year *</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
</div>
<p class="js-date-error form-error form-error--date">The date of birth is not valid</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">Country of residence</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">Your favourite team</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span>Sorry, but your contact preferences will take up to 24hrs to update</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">I'm happy for the ICC to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">I'm happy for the ICC's partners to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences <div class="loader loader--small"></div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">Cancel</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">Save Changes</button>
<div class="loader js-loader u-hide"></div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option"><a class="form-cta js-cancel-password" href="#">back</a></span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="current-password">Current Password *</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="new-password">New password *</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">8 or more characters</li>
<li class="js-verify-letters">At least one upper and lower case letter</li>
<li class="js-verify-number">At least one number or symbol</li>
</ul>
</div>
<p class="js-error form-error"></p>
<p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="confirm-password">Confirm new password *</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">Change Password</button>
<div class="loader js-password-loader u-hide"></div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">Official ICC App</p>
<p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">Find Out More</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/"><svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>ICC Travel & Tours</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In / Create Account
<span class="btn__loading-bar"></span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item"><a class="js-nav-account" href="#">Account</a></li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">Sign Out</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg"></div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc"></div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>
<div class="menu-button">
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__live-counter js-match-counter-nav"></span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">Live Scores</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">Men's Results</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">Women's Results</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">Men's Fixtures</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">Women's Fixtures</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">ICC T20 World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">ICC Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">ICC World Test Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">ICC U19 Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">ICC Champions Trophy</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">ICC Men's Cricket World Cup Super League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">ICC Men's Cricket World Cup Challenge League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">ICC Men's Cricket World Cup League 2</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">ICC Women's Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">2021 Event status</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Men's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">Players Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">Player Comparison</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">Team Rankings Predictor</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">About the Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">Rankings FAQ</a></li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Women's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">Player Rankings</a></li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">Men</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">Women</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">U19</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">ICC Vault</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">Video Home</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">Videos By Country</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">ICC Events</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">ICC Cricket 360°</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">What is Cricket?</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">About ICC</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">Quiz</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">Awards</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">Hall of Fame</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">ICC on Social</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">Media Releases</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">News</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">Photos</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">Cricket for Good</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">Mobile App</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">Commercial Opportunities</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">criiio</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">100% Cricket</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">ICC Shop</a></li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__search-text">Search</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
</form>
<div class="global-navigation__search-overlay"></div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
</div>
<span class="u-screen-reader">Scroll to Top</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings"></span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0"></div>
<div class="drop-down__label">
Men's
</div>
<div class="drop-down__current">
Player Rankings
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/mens/overview">Men's</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/womens/overview">Women's</a>
</li>
</ul>
</nav>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">Men's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">Select your team</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="rankings-menu__notch js-notch"></div>
<svg class="rankings-menu__notch-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li><li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">Player Comparison<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">Team Rankings Predictor<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">Women's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">T20I Team Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="test">Test</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">ODI</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">T20I</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-ad content-ad--rankings u-center">
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (mobile 320x50) placement -->
<div class="content-ad--mobile">
<script data-adfscript="adx.adform.net/adx/?mid=652987"></script> <script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js"></script>
</div>
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (desktop 728x90) placement -->
<div class="content-ad--desktop">
<script data-adfscript="adx.adform.net/adx/?mid=652985"></script> <script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js"></script>
</div>
</div>
<section class="widget rankings-widget" data-filter="RANKINGS_YEAR,RANKINGS_MONTH,RANKINGS_DAY" data-format="odi" data-script="icc_rankings" data-widget="player-rankings-filtered">
<header class="widget__header">
<h3 class="widget__title">Men's ODI Player Rankings</h3>
</header>
<div class="rankings-filters">
<h5 class="rankings-filters__title">Look back through the ICC MRF Tyres Rankings archive using the date filter below:</h5>
<div class="rankings-filters__content">
<div class="rankings-filters__options" data-content-filter=""></div>
<div class="rankings-filters__btns">
<button class="rankings-filters__filter-button js-rankings-filter-button disabled">Apply</button>
<button class="rankings-filters__reset js-rankings-filter-reset u-hide">Reset</button>
</div>
</div>
</div>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/batting" data-page-size="10" data-player-rankings-card="" data-title="ODI Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>ODI Batting Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Babar Azam</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 PAK"></div>
<span class="rankings-block__banner--nation"></span>PAK
<div class="rankings-block__banner--rating">873</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="2759" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/164">Virat Kohli</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">844</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/107">Rohit Sharma</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">813</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/226">Ross Taylor</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">801</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/167">Aaron Finch</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">779</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">775</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/170">David Warner</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">762</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/834">Quinton de Kock</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">758</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2751">Shai Hope</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI"></span>
<span class="table-body__logo-text">WI</span>
</td>
<td class="table-body__cell u-text-right rating">758</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/440">Kane Williamson</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">754</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/batting">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/bowling" data-page-size="10" data-player-rankings-card="" data-title="ODI Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>ODI Bowling Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Trent Boult</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 NZ"></div>
<span class="rankings-block__banner--nation"></span>NZ
<div class="rankings-block__banner--rating">737</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="969" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">709</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">708</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">Chris Woakes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">700</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN"></span>
<span class="table-body__logo-text">BAN</span>
</td>
<td class="table-body__cell u-text-right rating">692</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1505">Matt Henry</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">691</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">679</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/490">Mitchell Starc</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">652</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN"></span>
<span class="table-body__logo-text">BAN</span>
</td>
<td class="table-body__cell u-text-right rating">650</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">648</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/bowling">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-rounder" data-page-size="10" data-player-rankings-card="" data-title="ODI All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>ODI All-Rounder Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Shakib Al Hasan</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 BAN"></div>
<span class="rankings-block__banner--nation"></span>BAN
<div class="rankings-block__banner--rating">416</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="201" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">294</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">Chris Woakes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">282</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2885">Rashid Khan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">270</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">268</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1154">Ben Stokes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">266</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">257</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2760">Imad Wasim</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo PAK"></span>
<span class="table-body__logo-text">PAK</span>
</td>
<td class="table-body__cell u-text-right rating">256</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">238</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ZIM"></span>
<span class="table-body__logo-text">ZIM</span>
</td>
<td class="table-body__cell u-text-right rating">237</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-rounder">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
</div>
</section>
<section class="widget rankings-widget rankings-widget--alltime" data-script="icc_rankings" data-widget="player-rankings-alltime">
<header class="widget__header widget__header--align-centre">
<button class="widget__info">
<svg class="widget__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-info" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="widget__tooltip">Explore the highest ranked players of all-time in the MRF Tryes ICC rankings</span>
</button>
<h3 class="widget__title">Men's All-Time ODI Rankings</h3>
</header>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-batting" data-page-size="10" data-player-rankings-card="" data-title="All-Time Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>All-Time Batting Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Babar Azam</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 PAK"></div>
<span class="rankings-block__banner--nation"></span>PAK
<div class="rankings-block__banner--rating">873</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="2759" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/164">Virat Kohli</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">844</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/107">Rohit Sharma</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">813</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/226">Ross Taylor</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">801</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/167">Aaron Finch</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">779</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">775</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/170">David Warner</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">762</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/834">Quinton de Kock</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">758</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2751">Shai Hope</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI"></span>
<span class="table-body__logo-text">WI</span>
</td>
<td class="table-body__cell u-text-right rating">758</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/440">Kane Williamson</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">754</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-batting">View Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-bowling" data-page-size="10" data-player-rankings-card="" data-title="All-Time Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>All-Time Bowling Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Trent Boult</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 NZ"></div>
<span class="rankings-block__banner--nation"></span>NZ
<div class="rankings-block__banner--rating">737</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="969" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">709</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">708</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">Chris Woakes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">700</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN"></span>
<span class="table-body__logo-text">BAN</span>
</td>
<td class="table-body__cell u-text-right rating">692</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1505">Matt Henry</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">691</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">679</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/490">Mitchell Starc</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">652</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN"></span>
<span class="table-body__logo-text">BAN</span>
</td>
<td class="table-body__cell u-text-right rating">650</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">648</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-bowling">View Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-all-rounder" data-page-size="10" data-player-rankings-card="" data-title="All-Time All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>All-Time All-Rounder Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Shakib Al Hasan</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 BAN"></div>
<span class="rankings-block__banner--nation"></span>BAN
<div class="rankings-block__banner--rating">416</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="201" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">294</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">Chris Woakes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">282</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2885">Rashid Khan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">270</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">268</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1154">Ben Stokes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">266</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">257</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2760">Imad Wasim</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo PAK"></span>
<span class="table-body__logo-text">PAK</span>
</td>
<td class="table-body__cell u-text-right rating">256</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">238</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ZIM"></span>
<span class="table-body__logo-text">ZIM</span>
</td>
<td class="table-body__cell u-text-right rating">237</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-all-rounder">View Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Social Responsibility</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet"></span>
<span class="icn icn-facebook-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet"></span>
<span class="icn icn-twitter-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet"></span>
<span class="icn icn-instagram-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet"></span>
<span class="icn icn-youtube-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet"></span>
<span class="icn icn-tiktok-circle-small u-show-phablet"></span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/"><div class="icn icn-logo-icc-footer"></div></a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">Cricket</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">ICC Events</h4>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">Rankings</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">News and Video</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">More</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
About ICC
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
MediaZone
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
T20 Shop
</a></li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>
</ul>
</nav>
</div>
</footer></body>
</html>
print(Soup.prettify())
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC ODI Match Player Rankings International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC ODI Match Player Rankings International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>
ICC ODI Match Player Rankings International Cricket Council
</title>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/mens/player-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>
International Cricket Council
</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp">
</script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch">
</script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation">
</div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1">
</iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay">
</div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">
Name Lastname
</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Profile
<span class="js-profile-completion-percentage">
</span>
% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper">
</div>
</div>
<div class="account-message js-account-message">
</div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide">
</div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">
First name *
</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">
Last name *
</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">
Email address *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error">
</p>
<p class="js-email-exists form-error form-error--email">
Email address not available.
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">
Change Email
</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">
Password *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">
Change Password
</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">
Date of Birth
</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">
Day *
</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">
Month *
</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">
Year *
</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
</div>
<p class="js-date-error form-error form-error--date">
The date of birth is not valid
</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">
Country of residence
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">
Your favourite team
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span>
Sorry, but your contact preferences will take up to 24hrs to update
</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">
I'm happy for the ICC to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">
I'm happy for the ICC's partners to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences
<div class="loader loader--small">
</div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">
Cancel
</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">
Save Changes
</button>
<div class="loader js-loader u-hide">
</div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">
Sign Out
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option">
<a class="form-cta js-cancel-password" href="#">
back
</a>
</span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="current-password">
Current Password *
</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-current-pwd-error form-error form-error--email">
Invalid current password
</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">
Forgot password?
</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="new-password">
New password *
</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">
8 or more characters
</li>
<li class="js-verify-letters">
At least one upper and lower case letter
</li>
<li class="js-verify-number">
At least one number or symbol
</li>
</ul>
</div>
<p class="js-error form-error">
</p>
<p class="js-new-pwd-error form-error form-error--email">
The new password needs to be different than the current one.
</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="confirm-password">
Confirm new password *
</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-confirm-pwd-error form-error form-error--email">
The confirmation does not match your new password
</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">
Cancel
</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">
Change Password
</button>
<div class="loader js-password-loader u-hide">
</div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">
Official ICC App
</p>
<p class="mobile-banner__subheader">
<strong>
Your App for international cricket.
</strong>
The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!
</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">
Find Out More
</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In / Create Account
<span class="btn__loading-bar">
</span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">
Welcome back,
<span class="js-nav-user-text">
</span>
</div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item">
<a class="js-nav-account" href="#">
Account
</a>
</li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">
Sign Out
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg">
</div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc">
</div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">
Menu
</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">
Close
</span>
<div class="menu-button">
<div>
</div>
<div>
</div>
<div>
</div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">
Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__live-counter js-match-counter-nav">
</span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">
Live Scores
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">
Men's Fixtures
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">
Women's Fixtures
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">
2021 Event status
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Men's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">
Players Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">
Team Rankings Predictor
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">
About the Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">
Rankings FAQ
</a>
</li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Women's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">
Player Rankings
</a>
</li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">
Men
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">
Women
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">
U19
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">
ICC Vault
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">
Video Home
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">
Videos By Country
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">
ICC Events
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">
ICC Cricket 360°
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">
What is Cricket?
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">
About ICC
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">
Quiz
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">
Awards
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">
ICC on Social
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">
Media Releases
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">
News
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">
Photos
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">
Cricket for Good
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">
Mobile App
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">
Commercial Opportunities
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">
criiio
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">
100% Cricket
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">
ICC Shop
</a>
</li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">
Hi
<span class="js-nav-user-text-mobile">
</span>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__search-text">
Search
</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
</form>
<div class="global-navigation__search-overlay">
</div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<span class="u-screen-reader">
Scroll to Top
</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings">
</span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0">
</div>
<div class="drop-down__label">
Men's
</div>
<div class="drop-down__current">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/mens/overview">
Men's
</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/womens/overview">
Women's
</a>
</li>
</ul>
</nav>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">
Men's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">
Select your team
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="rankings-menu__notch js-notch">
</div>
<svg class="rankings-menu__notch-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">
Team Rankings Predictor
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">
Women's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">
T20I Team Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="test">
Test
</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">
ODI
</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">
T20I
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-ad content-ad--rankings u-center">
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (mobile 320x50) placement -->
<div class="content-ad--mobile">
<script data-adfscript="adx.adform.net/adx/?mid=652987">
</script>
<script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js">
</script>
</div>
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (desktop 728x90) placement -->
<div class="content-ad--desktop">
<script data-adfscript="adx.adform.net/adx/?mid=652985">
</script>
<script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js">
</script>
</div>
</div>
<section class="widget rankings-widget" data-filter="RANKINGS_YEAR,RANKINGS_MONTH,RANKINGS_DAY" data-format="odi" data-script="icc_rankings" data-widget="player-rankings-filtered">
<header class="widget__header">
<h3 class="widget__title">
Men's ODI Player Rankings
</h3>
</header>
<div class="rankings-filters">
<h5 class="rankings-filters__title">
Look back through the ICC MRF Tyres Rankings archive using the date filter below:
</h5>
<div class="rankings-filters__content">
<div class="rankings-filters__options" data-content-filter="">
</div>
<div class="rankings-filters__btns">
<button class="rankings-filters__filter-button js-rankings-filter-button disabled">
Apply
</button>
<button class="rankings-filters__reset js-rankings-filter-reset u-hide">
Reset
</button>
</div>
</div>
</div>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/batting" data-page-size="10" data-player-rankings-card="" data-title="ODI Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
ODI Batting Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Babar Azam
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 PAK">
</div>
<span class="rankings-block__banner--nation">
</span>
PAK
<div class="rankings-block__banner--rating">
873
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="2759" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/164">
Virat Kohli
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
844
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/107">
Rohit Sharma
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
813
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/226">
Ross Taylor
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
801
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/167">
Aaron Finch
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
779
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/506">
Jonny Bairstow
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
775
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/170">
David Warner
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
762
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/834">
Quinton de Kock
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
758
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2751">
Shai Hope
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI">
</span>
<span class="table-body__logo-text">
WI
</span>
</td>
<td class="table-body__cell u-text-right rating">
758
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/440">
Kane Williamson
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
754
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/batting">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/bowling" data-page-size="10" data-player-rankings-card="" data-title="ODI Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
ODI Bowling Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Trent Boult
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 NZ">
</div>
<span class="rankings-block__banner--nation">
</span>
NZ
<div class="rankings-block__banner--rating">
737
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="969" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/857">
Josh Hazlewood
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
709
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/4572">
Mujeeb Ur Rahman
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
708
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">
Chris Woakes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
700
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1597">
Mehedi Hasan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN">
</span>
<span class="table-body__logo-text">
BAN
</span>
</td>
<td class="table-body__cell u-text-right rating">
692
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1505">
Matt Henry
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
691
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1124">
Jasprit Bumrah
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
679
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/490">
Mitchell Starc
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
652
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/201">
Shakib Al Hasan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN">
</span>
<span class="table-body__logo-text">
BAN
</span>
</td>
<td class="table-body__cell u-text-right rating">
650
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1664">
Kagiso Rabada
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
648
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/bowling">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-rounder" data-page-size="10" data-player-rankings-card="" data-title="ODI All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
ODI All-Rounder Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Shakib Al Hasan
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 BAN">
</div>
<span class="rankings-block__banner--nation">
</span>
BAN
<div class="rankings-block__banner--rating">
416
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="201" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/618">
Mohammad Nabi
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
294
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">
Chris Woakes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
282
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2885">
Rashid Khan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
270
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1903">
Mitchell Santner
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
268
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1154">
Ben Stokes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
266
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/820">
Colin de Grandhomme
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
257
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2760">
Imad Wasim
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo PAK">
</span>
<span class="table-body__logo-text">
PAK
</span>
</td>
<td class="table-body__cell u-text-right rating">
256
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/9">
Ravindra Jadeja
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
238
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1129">
Sikandar Raza
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ZIM">
</span>
<span class="table-body__logo-text">
ZIM
</span>
</td>
<td class="table-body__cell u-text-right rating">
237
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-rounder">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
</div>
</section>
<section class="widget rankings-widget rankings-widget--alltime" data-script="icc_rankings" data-widget="player-rankings-alltime">
<header class="widget__header widget__header--align-centre">
<button class="widget__info">
<svg class="widget__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-info" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="widget__tooltip">
Explore the highest ranked players of all-time in the MRF Tryes ICC rankings
</span>
</button>
<h3 class="widget__title">
Men's All-Time ODI Rankings
</h3>
</header>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-batting" data-page-size="10" data-player-rankings-card="" data-title="All-Time Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
All-Time Batting Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Babar Azam
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 PAK">
</div>
<span class="rankings-block__banner--nation">
</span>
PAK
<div class="rankings-block__banner--rating">
873
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="2759" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/164">
Virat Kohli
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
844
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/107">
Rohit Sharma
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
813
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/226">
Ross Taylor
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
801
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/167">
Aaron Finch
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
779
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/506">
Jonny Bairstow
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
775
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/170">
David Warner
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
762
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/834">
Quinton de Kock
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
758
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2751">
Shai Hope
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI">
</span>
<span class="table-body__logo-text">
WI
</span>
</td>
<td class="table-body__cell u-text-right rating">
758
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/440">
Kane Williamson
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
754
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-batting">
View Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-bowling" data-page-size="10" data-player-rankings-card="" data-title="All-Time Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
All-Time Bowling Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Trent Boult
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 NZ">
</div>
<span class="rankings-block__banner--nation">
</span>
NZ
<div class="rankings-block__banner--rating">
737
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="969" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/857">
Josh Hazlewood
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
709
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/4572">
Mujeeb Ur Rahman
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
708
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">
Chris Woakes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
700
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1597">
Mehedi Hasan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN">
</span>
<span class="table-body__logo-text">
BAN
</span>
</td>
<td class="table-body__cell u-text-right rating">
692
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1505">
Matt Henry
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
691
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1124">
Jasprit Bumrah
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
679
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/490">
Mitchell Starc
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
652
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/201">
Shakib Al Hasan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN">
</span>
<span class="table-body__logo-text">
BAN
</span>
</td>
<td class="table-body__cell u-text-right rating">
650
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1664">
Kagiso Rabada
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
648
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-bowling">
View Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-all-rounder" data-page-size="10" data-player-rankings-card="" data-title="All-Time All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
All-Time All-Rounder Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Shakib Al Hasan
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 BAN">
</div>
<span class="rankings-block__banner--nation">
</span>
BAN
<div class="rankings-block__banner--rating">
416
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="201" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/618">
Mohammad Nabi
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
294
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">
Chris Woakes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
282
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2885">
Rashid Khan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
270
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1903">
Mitchell Santner
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
268
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1154">
Ben Stokes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
266
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/820">
Colin de Grandhomme
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
257
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2760">
Imad Wasim
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo PAK">
</span>
<span class="table-body__logo-text">
PAK
</span>
</td>
<td class="table-body__cell u-text-right rating">
256
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/9">
Ravindra Jadeja
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
238
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1129">
Sikandar Raza
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ZIM">
</span>
<span class="table-body__logo-text">
ZIM
</span>
</td>
<td class="table-body__cell u-text-right rating">
237
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-all-rounder">
View Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Social Responsibility
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">
Follow
<span class="u-italics">
ICC
</span>
On social
</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet">
</span>
<span class="icn icn-facebook-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet">
</span>
<span class="icn icn-twitter-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet">
</span>
<span class="icn icn-instagram-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet">
</span>
<span class="icn icn-youtube-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet">
</span>
<span class="icn icn-tiktok-circle-small u-show-phablet">
</span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/">
<div class="icn icn-logo-icc-footer">
</div>
</a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">
Cricket
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
ICC Events
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
Rankings
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
News and Video
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
More
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
About ICC
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
MediaZone
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
T20 Shop
</a>
</li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">
2021 © International Cricket Council FZ LLC
</li>
</ul>
</nav>
</div>
</footer>
</body>
</html>
#top10 ODI Batsmen
batsmen=Soup.find_all("td",class_="table-body__cell name")
batsmen
[<td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/164">Virat Kohli</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/107">Rohit Sharma</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/226">Ross Taylor</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/167">Aaron Finch</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/170">David Warner</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/834">Quinton de Kock</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2751">Shai Hope</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/440">Kane Williamson</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/967">Chris Woakes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1505">Matt Henry</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/490">Mitchell Starc</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/967">Chris Woakes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2885">Rashid Khan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1154">Ben Stokes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2760">Imad Wasim</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/164">Virat Kohli</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/107">Rohit Sharma</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/226">Ross Taylor</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/167">Aaron Finch</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/170">David Warner</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/834">Quinton de Kock</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2751">Shai Hope</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/440">Kane Williamson</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/967">Chris Woakes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1505">Matt Henry</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/490">Mitchell Starc</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/967">Chris Woakes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2885">Rashid Khan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1154">Ben Stokes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2760">Imad Wasim</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a> </td>]
Batsmen=[]
for i in batsmen:
Batsmen.append(i.text.replace("\n",""))
Batsmen
['Virat Kohli', 'Rohit Sharma', 'Ross Taylor', 'Aaron Finch', 'Jonny Bairstow', 'David Warner', 'Quinton de Kock', 'Shai Hope', 'Kane Williamson', 'Josh Hazlewood', 'Mujeeb Ur Rahman', 'Chris Woakes', 'Mehedi Hasan', 'Matt Henry', 'Jasprit Bumrah', 'Mitchell Starc', 'Shakib Al Hasan', 'Kagiso Rabada', 'Mohammad Nabi', 'Chris Woakes', 'Rashid Khan', 'Mitchell Santner', 'Ben Stokes', 'Colin de Grandhomme', 'Imad Wasim', 'Ravindra Jadeja', 'Sikandar Raza', 'Virat Kohli', 'Rohit Sharma', 'Ross Taylor', 'Aaron Finch', 'Jonny Bairstow', 'David Warner', 'Quinton de Kock', 'Shai Hope', 'Kane Williamson', 'Josh Hazlewood', 'Mujeeb Ur Rahman', 'Chris Woakes', 'Mehedi Hasan', 'Matt Henry', 'Jasprit Bumrah', 'Mitchell Starc', 'Shakib Al Hasan', 'Kagiso Rabada', 'Mohammad Nabi', 'Chris Woakes', 'Rashid Khan', 'Mitchell Santner', 'Ben Stokes', 'Colin de Grandhomme', 'Imad Wasim', 'Ravindra Jadeja', 'Sikandar Raza']
team = Soup.find_all("td",class_="table-body__cell nationality-logo")
team
[<td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo WI"></span> <span class="table-body__logo-text">WI</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo BAN"></span> <span class="table-body__logo-text">BAN</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo BAN"></span> <span class="table-body__logo-text">BAN</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo PAK"></span> <span class="table-body__logo-text">PAK</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ZIM"></span> <span class="table-body__logo-text">ZIM</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo WI"></span> <span class="table-body__logo-text">WI</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo BAN"></span> <span class="table-body__logo-text">BAN</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo BAN"></span> <span class="table-body__logo-text">BAN</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo PAK"></span> <span class="table-body__logo-text">PAK</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ZIM"></span> <span class="table-body__logo-text">ZIM</span> </td>]
Team = []
for i in team:
Team.append(i.text.replace("\n",""))
Team
['IND', 'IND', 'NZ', 'AUS', 'ENG', 'AUS', 'SA', 'WI', 'NZ', 'AUS', 'AFG', 'ENG', 'BAN', 'NZ', 'IND', 'AUS', 'BAN', 'SA', 'AFG', 'ENG', 'AFG', 'NZ', 'ENG', 'NZ', 'PAK', 'IND', 'ZIM', 'IND', 'IND', 'NZ', 'AUS', 'ENG', 'AUS', 'SA', 'WI', 'NZ', 'AUS', 'AFG', 'ENG', 'BAN', 'NZ', 'IND', 'AUS', 'BAN', 'SA', 'AFG', 'ENG', 'AFG', 'NZ', 'ENG', 'NZ', 'PAK', 'IND', 'ZIM']
rating = Soup.find_all("td",class_="table-body__cell u-text-right rating")
rating
[<td class="table-body__cell u-text-right rating">844</td>, <td class="table-body__cell u-text-right rating">813</td>, <td class="table-body__cell u-text-right rating">801</td>, <td class="table-body__cell u-text-right rating">779</td>, <td class="table-body__cell u-text-right rating">775</td>, <td class="table-body__cell u-text-right rating">762</td>, <td class="table-body__cell u-text-right rating">758</td>, <td class="table-body__cell u-text-right rating">758</td>, <td class="table-body__cell u-text-right rating">754</td>, <td class="table-body__cell u-text-right rating">709</td>, <td class="table-body__cell u-text-right rating">708</td>, <td class="table-body__cell u-text-right rating">700</td>, <td class="table-body__cell u-text-right rating">692</td>, <td class="table-body__cell u-text-right rating">691</td>, <td class="table-body__cell u-text-right rating">679</td>, <td class="table-body__cell u-text-right rating">652</td>, <td class="table-body__cell u-text-right rating">650</td>, <td class="table-body__cell u-text-right rating">648</td>, <td class="table-body__cell u-text-right rating">294</td>, <td class="table-body__cell u-text-right rating">282</td>, <td class="table-body__cell u-text-right rating">270</td>, <td class="table-body__cell u-text-right rating">268</td>, <td class="table-body__cell u-text-right rating">266</td>, <td class="table-body__cell u-text-right rating">257</td>, <td class="table-body__cell u-text-right rating">256</td>, <td class="table-body__cell u-text-right rating">238</td>, <td class="table-body__cell u-text-right rating">237</td>, <td class="table-body__cell u-text-right rating">844</td>, <td class="table-body__cell u-text-right rating">813</td>, <td class="table-body__cell u-text-right rating">801</td>, <td class="table-body__cell u-text-right rating">779</td>, <td class="table-body__cell u-text-right rating">775</td>, <td class="table-body__cell u-text-right rating">762</td>, <td class="table-body__cell u-text-right rating">758</td>, <td class="table-body__cell u-text-right rating">758</td>, <td class="table-body__cell u-text-right rating">754</td>, <td class="table-body__cell u-text-right rating">709</td>, <td class="table-body__cell u-text-right rating">708</td>, <td class="table-body__cell u-text-right rating">700</td>, <td class="table-body__cell u-text-right rating">692</td>, <td class="table-body__cell u-text-right rating">691</td>, <td class="table-body__cell u-text-right rating">679</td>, <td class="table-body__cell u-text-right rating">652</td>, <td class="table-body__cell u-text-right rating">650</td>, <td class="table-body__cell u-text-right rating">648</td>, <td class="table-body__cell u-text-right rating">294</td>, <td class="table-body__cell u-text-right rating">282</td>, <td class="table-body__cell u-text-right rating">270</td>, <td class="table-body__cell u-text-right rating">268</td>, <td class="table-body__cell u-text-right rating">266</td>, <td class="table-body__cell u-text-right rating">257</td>, <td class="table-body__cell u-text-right rating">256</td>, <td class="table-body__cell u-text-right rating">238</td>, <td class="table-body__cell u-text-right rating">237</td>]
Rating= []
for i in rating:
Rating.append(i.text.replace("\n",""))
Rating
['844', '813', '801', '779', '775', '762', '758', '758', '754', '709', '708', '700', '692', '691', '679', '652', '650', '648', '294', '282', '270', '268', '266', '257', '256', '238', '237', '844', '813', '801', '779', '775', '762', '758', '758', '754', '709', '708', '700', '692', '691', '679', '652', '650', '648', '294', '282', '270', '268', '266', '257', '256', '238', '237']
import pandas as pd
df=pd.DataFrame({})
df["Batsmen"]=Batsmen[:10]
df["Team"]=Team[:10]
df["Rating"]=Rating[:10]
df
| Batsmen | Team | Rating | |
|---|---|---|---|
| 0 | Virat Kohli | IND | 844 |
| 1 | Rohit Sharma | IND | 813 |
| 2 | Ross Taylor | NZ | 801 |
| 3 | Aaron Finch | AUS | 779 |
| 4 | Jonny Bairstow | ENG | 775 |
| 5 | David Warner | AUS | 762 |
| 6 | Quinton de Kock | SA | 758 |
| 7 | Shai Hope | WI | 758 |
| 8 | Kane Williamson | NZ | 754 |
| 9 | Josh Hazlewood | AUS | 709 |
!pip install bs4
!pip install requests
Requirement already satisfied: bs4 in c:\users\dell\anaconda3\lib\site-packages (0.0.1) Requirement already satisfied: beautifulsoup4 in c:\users\dell\anaconda3\lib\site-packages (from bs4) (4.9.3) Requirement already satisfied: soupsieve>1.2; python_version >= "3.0" in c:\users\dell\anaconda3\lib\site-packages (from beautifulsoup4->bs4) (2.0.1) Requirement already satisfied: requests in c:\users\dell\anaconda3\lib\site-packages (2.24.0) Requirement already satisfied: chardet<4,>=3.0.2 in c:\users\dell\anaconda3\lib\site-packages (from requests) (3.0.4) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\dell\anaconda3\lib\site-packages (from requests) (1.25.11) Requirement already satisfied: certifi>=2017.4.17 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2020.6.20) Requirement already satisfied: idna<3,>=2.5 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2.10)
from bs4 import BeautifulSoup
import requests
page = requests.get("https://www.icc-cricket.com/rankings/mens/player-rankings/odi")
page
<Response [200]>
page.content
b'<!DOCTYPE html>\n<html lang="en">\n<head>\n\n <meta name="twitter:title" content="ICC ODI Match Player Rankings International Cricket Council"/>\n<meta property="og:type" content="website"/>\n<meta property="twitter:card" content="summary_large_image"/>\n<meta name="description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta property="twitter:site" content="@icc"/>\n<meta name="twitter:description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta name="twitter:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<meta property="og:title" content="ICC ODI Match Player Rankings International Cricket Council"/>\n<meta property="og:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<title>ICC ODI Match Player Rankings International Cricket Council</title>\n<meta property="og:description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n\n\t<!-- Designed and built by Pulselive - www.pulselive.com -->\n \n<script>\n\n var dataLayer = [{\n \'user_language\':\'English\',\n \'web_domain\':\'www.icc-cricket.com\',\n \'page_type\':\'/rankings/mens/player-rankings/odi\' \n }];\n\n</script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-T7DPH24\');</script>\n<!-- End Google Tag Manager -->\n\n\n <meta charset="UTF-8">\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <meta name="apple-itunes-app" content="app-id=956440606"/>\n\n <link rel="manifest" href="/resources/prod/v8.19.9/manifest.json">\n\n <link rel="shortcut icon" href="/resources/prod/v8.19.9/i/elements/favicon.ico" />\n\n <link rel="publisher" href="https://plus.google.com/+ICC">\n\n \n\n\n\n <title>International Cricket Council</title>\n\n \n\n<!-- google platform library -->\n<script src="https://apis.google.com/js/api:client.js?onload=startApp" async defer></script>\n\n<script>\n\n var startApp = function() {\n gapi.load(\'auth2\', function(){\n // Retrieve the singleton for the GoogleAuth library and set up the client.\n auth2 = gapi.auth2.init({\n client_id: \'844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com\'\n // Request scopes in addition to \'profile\' and \'email\'\n //scope: \'additional_scope\'\n });\n });\n };\n</script>\n\n\n <link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet">\n\n <!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->\n\t<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>\n\n <link rel="stylesheet" href="/resources/prod/v8.19.9/styles/screen.css" />\n\n <script>\n\t\twindow.RESOURCE_VERSION = \'prod/v8.19.9\';\n\t</script>\n\n</head>\n<body>\n\n \n<!-- Google Tag Manager (noscript) -->\n<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24"\nheight="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n<!-- End Google Tag Manager (noscript) -->\n\n<div class="u-hide" data-widget="analytics-geolocation" data-script="icc_analytics-geolocation"></div>\n\n<!--\n Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019\n-->\n\n<iframe src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" width="1" height="1" frameborder="0" style="display:none"></iframe>\n\n<!-- End of Floodlight Tag: Please do not remove -->\n\n \n\n<script>\n window.fbAsyncInit = function() {\n FB.init({\n appId : 159513024983374,\n autoLogAppEvents : true,\n xfbml : true,\n version : \'v3.0\'\n });\n };\n\n (function(d, s, id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id)) {return;}\n js = d.createElement(s); js.id = id;\n js.src = "https://connect.facebook.net/en_US/sdk.js";\n fjs.parentNode.insertBefore(js, fjs);\n }(document, \'script\', \'facebook-jssdk\'));\n</script>\n\n\n \n<div class="user-account-overlay js-user-account-overlay"></div>\n<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">\n\n <div class="user-account__wrapper js-panel-account u-hide">\n\n <div class="user-account__header">\n\n <div class="user-account__close js-account-slider-close-btn" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </div>\n\n <div class="user-account__user-wrapper">\n <div class="user-account__image">\n <img src="#" class="u-hide js-account-user-img" alt="User Image">\n </div>\n <div class="user-account__user-info">\n <p class="user-account__user-info__text js-account-user">Name Lastname</p>\n <p class="user-account__user-info__profile js-profile-completion-info u-hide">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n Profile <span class="js-profile-completion-percentage"></span>% Complete\n </p>\n </div>\n </div>\n\n <div class="user-account__tabs-nav js-tabs-wrapper"></div>\n </div>\n\n <div class="account-message js-account-message"></div>\n\n <form id="user-account" name="user-account" autocomplete="off">\n\n <div data-ui-tab="My Account" class="user-account__tab">\n <div class="user-account__social-wrapper js-social-wrapper u-hide"></div>\n\n<fieldset>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="given_name">First name *</label>\n <input class="form-group__element" type="text" required name="given_name" id="given_name" pattern="^[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-group">\n <label class="form-group__label" for="family_name">Last name *</label>\n <input class="form-group__element" type="text" required name="family_name" id="family_name" pattern="[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button">\n <div class="form-group is-disabled js-change-email-input">\n <label class="form-group__label" for="email">Email address *</label>\n <input class="form-group__element" type="email" name="email" id="email" autocomplete="off" maxlength="50" disabled/>\n <p class="js-error form-error"></p>\n <p class="js-email-exists form-error form-error--email">Email address not available.</p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-email" type="button" novalidate>Change Email</button>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button js-account-password">\n <div class="form-group is-disabled js-change-password-input">\n <label class="form-group__label" for="password">Password *</label>\n <input class="form-group__element" type="password" name="password" id="password" placeholder="******" autocomplete="off" disabled/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-password" type="button" novalidate>Change Password</button>\n </div>\n </div>\n\n <div class="form-block form-block">\n <div class="form-block__label form-block__label--dob">Date of Birth</div>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="day">Day *</label>\n <input class="form-group__element" type="number" required name="day" placeholder="dd" id="day" min="0" />\n <p class="js-error form-error"></p>\n\n </div>\n <div class="form-group">\n <label class="form-group__label" for="month">Month *</label>\n <input class="form-group__element" type="number" required name="month" placeholder="mm" id="month" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group">\n <label class="form-group__label" for="year">Year *</label>\n <input class="form-group__element" type="number" required name="year" placeholder="yyyy" id="year" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n <p class="js-date-error form-error form-error--date">The date of birth is not valid</p>\n </div>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_COUNTRY">\n <div class="form-block__label">Country of residence</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n</fieldset>\n\n </div>\n <div data-ui-tab="My Preferences" class="user-account__tab">\n <div class="js-account-prefs u-hide">\n <fieldset>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_TEAM">\n <div class="form-block__label">Your favourite team</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n <div class="js-contact-prefs user-account__contact-prefs-wrapper">\n\n <div class="user-account__alert">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n <span>Sorry, but your contact preferences will take up to 24hrs to update</span>\n </div>\n\n <div class="user-account__contact-prefs">\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-contacting" id="allow-contacting"/>\n <label class="form-group__label" for="allow-contacting">I\'m happy for the ICC to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-partner-contacting" id="allow-partner-contacting"/>\n <label class="form-group__label" for="allow-partner-contacting">I\'m happy for the ICC\'s partners to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n </div>\n\n </fieldset>\n</div>\n\n<div class="overlay__loader__small js-loader-prefs">\n Hold on! Loading your preferences <div class="loader loader--small"></div>\n</div>\n\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions js-buttons-wrapper">\n <button class="form-btn form-btn--grey is-disabled js-cancel" disabled>Cancel</button>\n <button class="form-btn is-disabled js-submit" type="submit" disabled>Save Changes</button>\n <div class="loader js-loader u-hide"></div>\n </div>\n <button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg></button>\n </div>\n </form>\n\n </div>\n\n <div class="user-account__wrapper js-panel-account-password u-hide">\n <form id="account-edit-password" name="account-edit-password" novalidate>\n <div class="user-account__tabs-wrapper">\n\n <h1 class="overlay__title">\n Edit your password\n <span class="overlay__title__option"><a href="#" class="form-cta js-cancel-password">back</a></span>\n </h1>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="current-password">Current Password *</label>\n <input class="form-group__element" type="password" required name="current-password" id="current-password" />\n <p class="js-error form-error"></p>\n <p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>\n </div>\n\n <a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>\n\n <div class="form-block">\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="new-password">New password *</label>\n <input class="form-group__element" type="password" required name="new-password" id="new-password" />\n <div class="form-block__verify-password form-block__verify-password--slider js-verify-password">\n Password must include...\n <ul class="form-block__verify-list">\n <li class="js-verify-length">8 or more characters</li>\n <li class="js-verify-letters">At least one upper and lower case letter</li>\n <li class="js-verify-number">At least one number or symbol</li>\n </ul>\n </div>\n <p class="js-error form-error"></p>\n <p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>\n </div>\n </div>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="confirm-password">Confirm new password *</label>\n <input class="form-group__element" type="password" required name="confirm-password" id="confirm-password" />\n <p class="js-error form-error"></p>\n <p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>\n </div>\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions">\n <button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>\n <button class="form-btn is-disabled js-submit-password" type="submit" disabled>Change Password</button>\n <div class="loader js-password-loader u-hide"></div>\n </div>\n </div>\n</form>\n\n </div>\n\n</section>\n\n\n<div class="js-mobile-banner mobile-banner " data-widget="mobile-banner">\n <div class="wrapper">\n <div class="col-12">\n <div class="mobile-banner__wrapper">\n <p class="mobile-banner__header">Official ICC App</p>\n <p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don\xe2\x80\x99t miss a moment and keep up with the latest from around the world of cricket!</p>\n <div class="mobile-banner__app-buttons">\n <a target="_blank" href="https://www.icc-cricket.com/mobile" class="btn">Find Out More</a>\n </div>\n </div>\n </div>\n </div>\n <a class="mobile-banner__close js-mobile-banner-close">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </a>\n</div>\n\n\t<div class="global-header ">\n\t\t<ul class="global-header__list">\n <li class="global-header__item ">\n \t\t\t<a href="http://www.icctravelandtours.com/" class="global-header__link"><svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>ICC Travel & Tours</a>\n \t\t</li>\n\t\t</ul>\n\t\t\n <ul class="global-header-social__list">\n <li class="global-header-social__item">\n <a href="https://www.facebook.com/icc/" class="global-header-social__link global-header-social__link--facebook-f" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://twitter.com/ICC" class="global-header-social__link global-header-social__link--twitter" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.instagram.com/icc/" class="global-header-social__link global-header-social__link--instagram" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.youtube.com/user/CricketICC" class="global-header-social__link global-header-social__link--youtube" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube"></use></svg>\n </a>\n </li>\n </ul>\n\n\t\t<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">\n <a href="/sign-in" class="btn btn--account btn--icon js-nav-default is-transitioning">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In / Create Account\n <span class="btn__loading-bar"></span>\n </a>\n <div class="global-header__sign-in js-nav-signedin u-hide">\n\n <div class="global-header__user-message js-nav-user" tabindex="0" role="button">\n <div class="global-header__image-container">\n <img src="#" class="u-hide js-nav-user-img" alt="User Image">\n </div>\n <div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>\n </div>\n\n <ul class="global-header__dropdown global-header__user-dropdown js-dropdown">\n <li class="global-header__dropdown-item"><a href="#" class="js-nav-account">Account</a></li>\n <li class="global-header__dropdown-item global-header__dropdown-item--signout">\n <a href="#" class="js-nav-logout">Sign Out</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg>\n </li>\n </ul>\n\n </div>\n</div>\n\n\t</div>\n\n\n\n <div class="global-navigation">\n <div class="global-navigation__default-bg"></div>\n <div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">\n \t<nav class="global-navigation__main js-global-navigation is-open" data-widget="scroll-boundary" data-active-class="is-fixed">\n \t\t<a href="/home-page" class="global-navigation__branding">\n \t\t\t<div class="icn icn-logo-icc"></div>\n \t\t</a>\n \t\t<div role="button" class="global-navigation__menu-button js-global-navigation-menu-button">\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>\n \t\t\t<div class="menu-button">\n \t <div></div>\n \t <div></div>\n \t <div></div>\n \t </div>\n \t\t</div>\n\n \t\t<div class="global-navigation__container js-global-navigation-container">\n \t\t\t<ul class="global-navigation__list">\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link ">\n\n\t\t<div role="button" class="global-navigation__link">\n \t\t\t<a href="/">Home\n </a>\n\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Live <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t\t\t<span class="global-navigation__live-counter js-match-counter-nav"></span>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/live" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Live Scores</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/mens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Results</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/womens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Results</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Fixtures <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Fixtures</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Fixtures</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t ICC Events <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.t20worldcup.com" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC T20 World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.cricketworldcup.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/world-test-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC World Test Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/u19-world-cup/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC U19 Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/champions-trophy" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Champions Trophy</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-super-league/fixtures" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Super League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-challenge-league/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Challenge League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-league-two/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup League 2</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Women\'s Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/event-status" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">2021 Event status</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Rankings <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\n\t\t\t\t<div class="global-navigation__drop-down global-navigation__drop-down--2-column">\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Men\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Players Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings/comparison" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Comparison</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/rankings-predictor/test" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings Predictor</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">About the Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/faqs" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Rankings FAQ</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Women\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Rankings</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Teams <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/men" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/women" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/u19" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">U19</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Video <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/vault" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Vault</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Video Home</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/by-country" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Videos By Country</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/events" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Events</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/cricket-360" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket 360\xc2\xb0</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/what-is-cricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">What is Cricket?</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t More <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item global-nav__item--divider"><a href="https://www.icc-cricket.com/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">About ICC</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/quiz" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Quiz</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/awards/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Awards</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/hall-of-fame" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Hall of Fame</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/social" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC on Social</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/media-releases" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Media Releases</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">News</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/photos" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Photos</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-for-good" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Cricket for Good</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mobile" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Mobile App</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news/318971" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Commercial Opportunities</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/criiio/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">criiio</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/100percentcricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">100% Cricket</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://icccricketshop.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Shop</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n \t\t\t</ul>\n \n\t<div class="global-navigation-menu u-hide">\n\t\t<ul class="global-navigation-menu__list">\n\t\t\t\t\t<li class="global-navigation-menu__item">\n\t\t\t\t\t\t<a href="http://www.icctravelandtours.com/" class="global-navigation-menu__link">\n\t\t\t\t\t\t\t<svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>\n\t\t\t\t\t\t\tICC Travel & Tours\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">\n <a href="/sign-in" class="global-navigation-menu__link">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In/Create Account\n </a>\n </li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">\n <a href="#" class="global-navigation-menu__link">\n <div class="global-navigation-menu__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n <div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>\n </a>\n </li>\n\t\t</ul>\n\t</div>\n\n \t\t</div>\n\n\t\t\t\t\n\n \t\t<div tabindex="0" role="button" class="global-navigation__search js-global-navigation-search">\n \t\t\t<svg class="global-navigation__search-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t<span class="global-navigation__search-text">Search</span>\n \t\t</div>\n\n <a href="/sign-in" class="global-navigation__user js-nav-default-mobile" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n </a>\n <a href="#" class="global-navigation__user js-nav-signedin-mobile u-hide" role="button">\n <div class="global-navigation__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n </a>\n\n \t\t<form action="/search" type="GET" class="global-navigation__search-open js-global-navigation-search-open">\n \t\t\t<div class="global-navigation__search-input">\n \t\t\t\t<input tabindex="-1" class="js-global-navigation-input" type="text" name="term" placeholder="Search ICC" />\n \t\t\t</div>\n \t\t\t<button type="submit" tabindex="0" class="global-navigation__search-go js-global-navigation-search-go">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t</button>\n \t\t\t<div tabindex="0" class="global-navigation__search-close js-global-navigation-search-close">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n \t\t\t</div>\n \t\t</form>\n <div class="global-navigation__search-overlay"></div>\n \t</nav>\n </div>\n </div>\n\n\n<main id="main-content" tabindex="0">\n\t\n\n<button class="scroll-to-top" data-widget="scroll-to-top" data-script="icc_scroll-to-top">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n\n <div class="scroll-to-top__mask" aria-hidden="true">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n </div>\n <span class="u-screen-reader">Scroll to Top</span>\n</button>\n\n\n\n<header class="page-header page-header--rankings">\n <div class="wrapper">\n <div class="col-12">\n <div class="page-header__banner">\n <a class="page-logo" href="http://track.adform.net/C/?bn=20093364" data-widget="impression-tracker" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" target="_blank">\n <span class="icn icn-logo-mrf-rankings"></span>\n </a>\n </div>\n <div class="share share--\n \n share--vertical\n \n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n </div>\n</header>\n\n\n<div class="l-sticky-side-nav">\n\t<div class="l-sticky-side-nav__nav">\n\t\t\n<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">\n <div class="drop-down-tablet js-drop-down">\n <div class="drop-down__clickzone js-drop-down-trigger" tabindex="0" role="button"></div>\n <div class="drop-down__label">\n Men\'s\n </div>\n <div class="drop-down__current">\n Player Rankings\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down"></use></svg>\n </div>\n <div class="drop-down__dropdown-list js-drop-down-options">\n <div class="rankings-menu__tab-container u-hide-tablet">\n <nav class="content-tabs">\n <ul class="block-list-2 u-no-font-size" role="tablist">\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab content-tabs__tab--active" href="/rankings/mens/overview">Men\'s</a>\n </li>\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab " href="/rankings/womens/overview">Women\'s</a>\n </li>\n </ul>\n </nav>\n </div>\n <div class="active tab-content">\n <h3 class="rankings-menu__title">Men\'s</h3>\n\n <ul class="rankings-menu__list">\n\n <li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">\n <a href="#" class="rankings-menu__link js-fav-team-link">Select your team</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg>\n <div class="rankings-menu__notch js-notch"></div>\n <svg class="rankings-menu__notch-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star"></use></svg\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings/comparison" class="rankings-menu__link ">Player Comparison<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/rankings-predictor/" class="rankings-menu__link ">Team Rankings Predictor<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n <div class=" tab-content">\n <h3 class="rankings-menu__title">Women\'s</h3>\n\n <ul class="rankings-menu__list">\n\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens-t20i-faq" class="rankings-menu__link ">T20I Team Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n </div>\n </div>\n</div>\n\n\t</div>\n\n\t<div class="l-sticky-side-nav__content">\n\t\t\n <section class="ranking-format-menu">\n\n <div class="wrapper wrapper--sticky">\n\n <div class="col-12">\n <div class="content-tabs">\n \t\t<ul class="inline-list">\n \t <li class="ranking-format-menu__item">\n \t \t<a href="test" class="content-tabs__tab " >Test</a>\n \t </li>\n \t <li class="ranking-format-menu__item">\n \t \t<a href="odi" class="content-tabs__tab content-tabs__tab--active" >ODI</a>\n \t </li>\n \t <li class="ranking-format-menu__item">\n \t \t<a href="t20i" class="content-tabs__tab " >T20I</a>\n \t </li>\n \t\t</ul>\n \t</div>\n </div>\n </div>\n\n </section>\n\n\t\t<div class="wrapper wrapper--sticky">\n\t\t\t<div class="col-12">\n\t\t\t\t\n<div class="content-ad content-ad--rankings u-center">\n\n <!-- Adform publisher tag -->\n <!-- Generic Banner - Homepage (mobile 320x50) placement -->\n <div class="content-ad--mobile">\n <script data-adfscript="adx.adform.net/adx/?mid=652987"></script> <script src="//s1.adform.net/banners/scripts/adx.js" async defer></script>\n </div>\n\n <!-- Adform publisher tag -->\n <!-- Generic Banner - Homepage (desktop 728x90) placement -->\n <div class="content-ad--desktop">\n <script data-adfscript="adx.adform.net/adx/?mid=652985"></script> <script src="//s1.adform.net/banners/scripts/adx.js" async defer></script>\n </div>\n\n</div>\n<section class="widget rankings-widget "\n\t\t data-script="icc_rankings"\n\t\t data-widget="player-rankings-filtered"\n\t\t data-filter="RANKINGS_YEAR,RANKINGS_MONTH,RANKINGS_DAY"\n data-format="odi">\n\t<header class="widget__header">\n\t\t<h3 class="widget__title">Men\'s ODI Player Rankings</h3>\n\t</header>\n\n\n\n <div class="rankings-filters">\n <h5 class="rankings-filters__title">Look back through the ICC MRF Tyres Rankings archive using the date filter below:</h5>\n\n <div class="rankings-filters__content">\n <div class="rankings-filters__options" data-content-filter></div>\n <div class="rankings-filters__btns">\n <button class="rankings-filters__filter-button js-rankings-filter-button disabled">Apply</button>\n <button class="rankings-filters__reset js-rankings-filter-reset u-hide">Reset</button>\n </div>\n </div>\n </div>\n\n\n\t<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="batting"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/batting"\n data-title="ODI Batting Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>ODI Batting Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Babar Azam</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 PAK"></div>\n <span class="rankings-block__banner--nation"></span>PAK</span>\n <div class="rankings-block__banner--rating">873</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="2759" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/164">Virat Kohli</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">844</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/107">Rohit Sharma</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">813</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/226">Ross Taylor</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">801</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/167">Aaron Finch</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">779</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">775</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/170">David Warner</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">762</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/834">Quinton de Kock</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">758</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n \n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2751">Shai Hope</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo WI"></span>\n <span class="table-body__logo-text">WI</span>\n </td>\n <td class="table-body__cell u-text-right rating">758</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/440">Kane Williamson</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">754</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/batting">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="bowling"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/bowling"\n data-title="ODI Bowling Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>ODI Bowling Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Trent Boult</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 NZ"></div>\n <span class="rankings-block__banner--nation"></span>NZ</span>\n <div class="rankings-block__banner--rating">737</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="969" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">709</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">708</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/967">Chris Woakes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">700</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo BAN"></span>\n <span class="table-body__logo-text">BAN</span>\n </td>\n <td class="table-body__cell u-text-right rating">692</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1505">Matt Henry</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">691</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">679</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/490">Mitchell Starc</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">652</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo BAN"></span>\n <span class="table-body__logo-text">BAN</span>\n </td>\n <td class="table-body__cell u-text-right rating">650</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">648</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/bowling">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="all_round"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/all-rounder"\n data-title="ODI All-Rounder Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>ODI All-Rounder Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Shakib Al Hasan</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 BAN"></div>\n <span class="rankings-block__banner--nation"></span>BAN</span>\n <div class="rankings-block__banner--rating">416</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="201" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">294</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/967">Chris Woakes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">282</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2885">Rashid Khan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">270</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">268</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1154">Ben Stokes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">266</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">257</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2760">Imad Wasim</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo PAK"></span>\n <span class="table-body__logo-text">PAK</span>\n </td>\n <td class="table-body__cell u-text-right rating">256</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">238</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ZIM"></span>\n <span class="table-body__logo-text">ZIM</span>\n </td>\n <td class="table-body__cell u-text-right rating">237</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/all-rounder">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t</div>\n</section>\n\n\n\n<section class="widget rankings-widget rankings-widget--alltime " data-script="icc_rankings" data-widget="player-rankings-alltime">\n\n <header class="widget__header widget__header--align-centre">\n <button class="widget__info">\n\t<svg class="widget__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-info"></use>\n\t</svg>\n <span class="widget__tooltip">Explore the highest ranked players of all-time in the MRF Tryes ICC rankings</span>\n </button>\n <h3 class="widget__title">Men\'s All-Time ODI Rankings</h3>\n </header>\n\n\t<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="batting"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/all-time-batting"\n data-title="All-Time Batting Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>All-Time Batting Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Babar Azam</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 PAK"></div>\n <span class="rankings-block__banner--nation"></span>PAK</span>\n <div class="rankings-block__banner--rating">873</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="2759" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/164">Virat Kohli</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">844</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/107">Rohit Sharma</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">813</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/226">Ross Taylor</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">801</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/167">Aaron Finch</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">779</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">775</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/170">David Warner</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">762</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/834">Quinton de Kock</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">758</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n \n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2751">Shai Hope</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo WI"></span>\n <span class="table-body__logo-text">WI</span>\n </td>\n <td class="table-body__cell u-text-right rating">758</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/440">Kane Williamson</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">754</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/all-time-batting">View Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="bowling"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/all-time-bowling"\n data-title="All-Time Bowling Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>All-Time Bowling Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Trent Boult</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 NZ"></div>\n <span class="rankings-block__banner--nation"></span>NZ</span>\n <div class="rankings-block__banner--rating">737</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="969" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos up">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">709</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">708</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/967">Chris Woakes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">700</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo BAN"></span>\n <span class="table-body__logo-text">BAN</span>\n </td>\n <td class="table-body__cell u-text-right rating">692</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos down">\n\t<svg class="icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use>\n\t</svg>\n <span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>\n </span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1505">Matt Henry</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">691</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">679</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/490">Mitchell Starc</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">652</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo BAN"></span>\n <span class="table-body__logo-text">BAN</span>\n </td>\n <td class="table-body__cell u-text-right rating">650</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">648</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/all-time-bowling">View Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t\t<div class="col-4 col-12-desk touch-scroll-list__element">\n\t\t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="all_round"\n data-cricket-scope="odi"\n data-page-size="10"\n data-link-to="/rankings/mens/player-rankings/odi/all-time-all-rounder"\n data-title="All-Time All-Rounder Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-odi">odi</div>\n <h4>All-Time All-Rounder Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Shakib Al Hasan</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 BAN"></div>\n <span class="rankings-block__banner--nation"></span>BAN</span>\n <div class="rankings-block__banner--rating">416</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="201" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">294</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/967">Chris Woakes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">282</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2885">Rashid Khan</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AFG"></span>\n <span class="table-body__logo-text">AFG</span>\n </td>\n <td class="table-body__cell u-text-right rating">270</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">268</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1154">Ben Stokes</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">266</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">257</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/2760">Imad Wasim</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo PAK"></span>\n <span class="table-body__logo-text">PAK</span>\n </td>\n <td class="table-body__cell u-text-right rating">256</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">238</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ZIM"></span>\n <span class="table-body__logo-text">ZIM</span>\n </td>\n <td class="table-body__cell u-text-right rating">237</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="/rankings/mens/player-rankings/odi/all-time-all-rounder">View Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 26. July 2021</span>\n\n\t\t</div>\n\t</div>\n\n</section>\n\n\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n</main>\n\n<footer class="footer" role="contentinfo">\n \n<div class="wrapper">\n <section class="footer-partners">\n\n\n <div class="footer-partners__list u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n <section class="footer-partners__list footer-partners__list--double u-hide-desktop">\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n </section>\n <div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.moneygram.com/" \n class="footer-partners__link" \n aria-label="MoneyGram" \n \n title="MoneyGram"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120" alt="MoneyGram" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.bira91.com/" \n class="footer-partners__link" \n aria-label="Bira 91" \n target="_blank" \n title="Bira 91"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120" alt="Bira 91" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120" alt="Star Sports" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.coca-colaindia.com/" \n class="footer-partners__link" \n aria-label="Coca Cola" \n target="_blank" \n title="Coca Cola"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120" alt="Coca Cola" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://upstox.com/" \n class="footer-partners__link" \n aria-label="Upstox" \n target="_blank" \n title="Upstox"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120" alt="Upstox" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235072" \n class="footer-partners__link" \n aria-label="Nissan" \n target="_blank" \n title="Nissan"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120" alt="Nissan" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" \n class="footer-partners__link" \n aria-label="Royal Stag" \n target="_blank" \n title="Royal Stag"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105" alt="Royal Stag" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.dream11.com/" \n class="footer-partners__link" \n aria-label="Dream11" \n target="_blank" \n title="Dream11"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105" alt="Dream11" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.jacobscreek.com/en-gb" \n class="footer-partners__link" \n aria-label="Jacobs Creek" \n target="_blank" \n title="Jacobs Creek"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105" alt="Jacobs Creek" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Social Responsibility</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" \n class="footer-partners__link" \n aria-label="Cricket for Good" \n target="_blank" \n title="Cricket for Good"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126" alt="Cricket for Good" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n </section>\n</div>\n<div class="global-footer ">\n <div class="wrapper">\n \n\n<div class="col-12">\n <div class="global-footer__social-container">\n \n <ul class="social-follow-footer">\n <h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>\n <li class="social-follow-footer__item">\n <a href="https://www.facebook.com/icc/" class="social-follow-footer__link facebook" target="_blank">\n <span class="icn icn-facebook-circle u-hide-phablet"></span>\n <span class="icn icn-facebook-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://twitter.com/ICC" class="social-follow-footer__link twitter" target="_blank">\n <span class="icn icn-twitter-circle u-hide-phablet"></span>\n <span class="icn icn-twitter-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.instagram.com/icc/" class="social-follow-footer__link instagram" target="_blank">\n <span class="icn icn-instagram-circle u-hide-phablet"></span>\n <span class="icn icn-instagram-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.youtube.com/user/CricketICC" class="social-follow-footer__link youtube" target="_blank">\n <span class="icn icn-youtube-circle u-hide-phablet"></span>\n <span class="icn icn-youtube-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.tiktok.com/@icc" class="social-follow-footer__link tiktok" target="_blank">\n <span class="icn icn-tiktok-circle u-hide-phablet"></span>\n <span class="icn icn-tiktok-circle-small u-show-phablet"></span>\n </a>\n </li>\n </ul>\n\n </div>\n <div class="global-footer__branding">\n <a href="/" class="global-footer__branding-link"><div class="icn icn-logo-icc-footer"></div></a>\n </div>\n <div class="global-footer__lists">\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Cricket</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/live" >\n \tLive Scores Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/mens-results" >\n \tMen\'s Results\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/womens-results" >\n \tWomen\'s Results\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">ICC Events</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcup.com" >\n \tICC T20 World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.cricketworldcup.com/" >\n \tICC Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//world-test-championship" >\n \tICC World Test Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/u19-world-cup/index.html" >\n \tICC U19 Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/champions-trophy" >\n \tICC Champions Trophy\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures" >\n \tICC Men\'s Cricket World Cup Super League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news" >\n \tICC Men\'s Cricket World Cup Challenge League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-league-two/news" >\n \tICC Men\'s Cricket World Cup League 2\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/womens-championship" >\n \tICC Women\'s Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/event-status" >\n \t2021 Event status\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Rankings</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/overview" >\n \tOverview\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/team-rankings/test" >\n \tTeam Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.icc-cricket.com/rankings/mens/player-rankings/" >\n \tPlayer Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/" >\n \tRankings Predictor\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/about" >\n \tAbout the Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/faqs" >\n \tRankings FAQs\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">News and Video</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/news" >\n \tNews Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-releases" >\n \tMedia Releases\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/video" >\n \tVideo Home\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/photos" >\n \tPhotos\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">More</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/social" >\n \tICC on Social\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/awards/overview" >\n \tAwards\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/hall-of-fame" >\n \tHall of Fame\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/mobile" >\n \tICC on Mobile\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/about" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tAbout ICC\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-zone/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tMediaZone\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcupshop.com/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tT20 Shop\n \t</a></li>\n\t </ul>\n </div>\n</div>\n\n </div>\n \n<nav class="global-footer-corporate" role="navigation" aria-label="footer policy links">\n\n <ul class="global-footer-corporate__list">\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use" >\n Legal Notice\n </a>\n </li>\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy" >\n Privacy Policy\n </a>\n </li>\n <li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>\n </ul>\n\n</nav>\n\n</div>\n</body>\n</html>\n\n\n</footer>\n\n \n \n \n\n <script src="/resources/prod/v8.19.9/scripts/vendors.min.js"></script>\n <script src="/resources/prod/v8.19.9/scripts/client.min.js"></script>\n\n <!--[if IE]> -->\n <script type="text/javascript">\n svg4everybody();\n </script>\n <!-- <![endif]-->\n</body>\n</html>\n'
Soup = BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC ODI Match Player Rankings International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC ODI Match Player Rankings International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>ICC ODI Match Player Rankings International Cricket Council</title>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/mens/player-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>International Cricket Council</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp"></script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation"></div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1"></iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay"></div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">Name Lastname</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Profile <span class="js-profile-completion-percentage"></span>% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper"></div>
</div>
<div class="account-message js-account-message"></div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide"></div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">First name *</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">Last name *</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">Email address *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error"></p>
<p class="js-email-exists form-error form-error--email">Email address not available.</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">Change Email</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">Password *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">Change Password</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">Date of Birth</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">Day *</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">Month *</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">Year *</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
</div>
<p class="js-date-error form-error form-error--date">The date of birth is not valid</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">Country of residence</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">Your favourite team</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span>Sorry, but your contact preferences will take up to 24hrs to update</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">I'm happy for the ICC to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">I'm happy for the ICC's partners to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences <div class="loader loader--small"></div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">Cancel</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">Save Changes</button>
<div class="loader js-loader u-hide"></div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option"><a class="form-cta js-cancel-password" href="#">back</a></span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="current-password">Current Password *</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="new-password">New password *</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">8 or more characters</li>
<li class="js-verify-letters">At least one upper and lower case letter</li>
<li class="js-verify-number">At least one number or symbol</li>
</ul>
</div>
<p class="js-error form-error"></p>
<p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="confirm-password">Confirm new password *</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">Change Password</button>
<div class="loader js-password-loader u-hide"></div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">Official ICC App</p>
<p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">Find Out More</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/"><svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>ICC Travel & Tours</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In / Create Account
<span class="btn__loading-bar"></span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item"><a class="js-nav-account" href="#">Account</a></li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">Sign Out</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg"></div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc"></div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>
<div class="menu-button">
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__live-counter js-match-counter-nav"></span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">Live Scores</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">Men's Results</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">Women's Results</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">Men's Fixtures</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">Women's Fixtures</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">ICC T20 World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">ICC Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">ICC World Test Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">ICC U19 Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">ICC Champions Trophy</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">ICC Men's Cricket World Cup Super League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">ICC Men's Cricket World Cup Challenge League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">ICC Men's Cricket World Cup League 2</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">ICC Women's Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">2021 Event status</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Men's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">Players Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">Player Comparison</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">Team Rankings Predictor</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">About the Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">Rankings FAQ</a></li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Women's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">Player Rankings</a></li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">Men</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">Women</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">U19</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">ICC Vault</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">Video Home</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">Videos By Country</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">ICC Events</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">ICC Cricket 360°</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">What is Cricket?</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">About ICC</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">Quiz</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">Awards</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">Hall of Fame</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">ICC on Social</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">Media Releases</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">News</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">Photos</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">Cricket for Good</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">Mobile App</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">Commercial Opportunities</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">criiio</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">100% Cricket</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">ICC Shop</a></li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__search-text">Search</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
</form>
<div class="global-navigation__search-overlay"></div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
</div>
<span class="u-screen-reader">Scroll to Top</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings"></span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0"></div>
<div class="drop-down__label">
Men's
</div>
<div class="drop-down__current">
Player Rankings
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/mens/overview">Men's</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/womens/overview">Women's</a>
</li>
</ul>
</nav>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">Men's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">Select your team</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="rankings-menu__notch js-notch"></div>
<svg class="rankings-menu__notch-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li><li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">Player Comparison<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">Team Rankings Predictor<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">Women's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">T20I Team Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="test">Test</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">ODI</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">T20I</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-ad content-ad--rankings u-center">
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (mobile 320x50) placement -->
<div class="content-ad--mobile">
<script data-adfscript="adx.adform.net/adx/?mid=652987"></script> <script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js"></script>
</div>
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (desktop 728x90) placement -->
<div class="content-ad--desktop">
<script data-adfscript="adx.adform.net/adx/?mid=652985"></script> <script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js"></script>
</div>
</div>
<section class="widget rankings-widget" data-filter="RANKINGS_YEAR,RANKINGS_MONTH,RANKINGS_DAY" data-format="odi" data-script="icc_rankings" data-widget="player-rankings-filtered">
<header class="widget__header">
<h3 class="widget__title">Men's ODI Player Rankings</h3>
</header>
<div class="rankings-filters">
<h5 class="rankings-filters__title">Look back through the ICC MRF Tyres Rankings archive using the date filter below:</h5>
<div class="rankings-filters__content">
<div class="rankings-filters__options" data-content-filter=""></div>
<div class="rankings-filters__btns">
<button class="rankings-filters__filter-button js-rankings-filter-button disabled">Apply</button>
<button class="rankings-filters__reset js-rankings-filter-reset u-hide">Reset</button>
</div>
</div>
</div>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/batting" data-page-size="10" data-player-rankings-card="" data-title="ODI Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>ODI Batting Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Babar Azam</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 PAK"></div>
<span class="rankings-block__banner--nation"></span>PAK
<div class="rankings-block__banner--rating">873</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="2759" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/164">Virat Kohli</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">844</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/107">Rohit Sharma</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">813</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/226">Ross Taylor</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">801</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/167">Aaron Finch</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">779</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">775</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/170">David Warner</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">762</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/834">Quinton de Kock</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">758</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2751">Shai Hope</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI"></span>
<span class="table-body__logo-text">WI</span>
</td>
<td class="table-body__cell u-text-right rating">758</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/440">Kane Williamson</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">754</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/batting">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/bowling" data-page-size="10" data-player-rankings-card="" data-title="ODI Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>ODI Bowling Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Trent Boult</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 NZ"></div>
<span class="rankings-block__banner--nation"></span>NZ
<div class="rankings-block__banner--rating">737</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="969" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">709</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">708</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">Chris Woakes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">700</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN"></span>
<span class="table-body__logo-text">BAN</span>
</td>
<td class="table-body__cell u-text-right rating">692</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1505">Matt Henry</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">691</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">679</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/490">Mitchell Starc</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">652</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN"></span>
<span class="table-body__logo-text">BAN</span>
</td>
<td class="table-body__cell u-text-right rating">650</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">648</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/bowling">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-rounder" data-page-size="10" data-player-rankings-card="" data-title="ODI All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>ODI All-Rounder Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Shakib Al Hasan</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 BAN"></div>
<span class="rankings-block__banner--nation"></span>BAN
<div class="rankings-block__banner--rating">416</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="201" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">294</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">Chris Woakes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">282</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2885">Rashid Khan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">270</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">268</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1154">Ben Stokes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">266</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">257</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2760">Imad Wasim</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo PAK"></span>
<span class="table-body__logo-text">PAK</span>
</td>
<td class="table-body__cell u-text-right rating">256</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">238</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ZIM"></span>
<span class="table-body__logo-text">ZIM</span>
</td>
<td class="table-body__cell u-text-right rating">237</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-rounder">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
</div>
</section>
<section class="widget rankings-widget rankings-widget--alltime" data-script="icc_rankings" data-widget="player-rankings-alltime">
<header class="widget__header widget__header--align-centre">
<button class="widget__info">
<svg class="widget__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-info" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="widget__tooltip">Explore the highest ranked players of all-time in the MRF Tryes ICC rankings</span>
</button>
<h3 class="widget__title">Men's All-Time ODI Rankings</h3>
</header>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-batting" data-page-size="10" data-player-rankings-card="" data-title="All-Time Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>All-Time Batting Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Babar Azam</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 PAK"></div>
<span class="rankings-block__banner--nation"></span>PAK
<div class="rankings-block__banner--rating">873</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="2759" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/164">Virat Kohli</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">844</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/107">Rohit Sharma</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">813</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/226">Ross Taylor</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">801</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/167">Aaron Finch</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">779</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">775</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/170">David Warner</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">762</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/834">Quinton de Kock</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">758</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2751">Shai Hope</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI"></span>
<span class="table-body__logo-text">WI</span>
</td>
<td class="table-body__cell u-text-right rating">758</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/440">Kane Williamson</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">754</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-batting">View Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-bowling" data-page-size="10" data-player-rankings-card="" data-title="All-Time Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>All-Time Bowling Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Trent Boult</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 NZ"></div>
<span class="rankings-block__banner--nation"></span>NZ
<div class="rankings-block__banner--rating">737</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="969" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved up in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">709</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">708</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">Chris Woakes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">700</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN"></span>
<span class="table-body__logo-text">BAN</span>
</td>
<td class="table-body__cell u-text-right rating">692</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<span class="ranking-pos__tooltip">This player has moved down in the rankings since the previous rankings update</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1505">Matt Henry</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">691</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">679</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/490">Mitchell Starc</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">652</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN"></span>
<span class="table-body__logo-text">BAN</span>
</td>
<td class="table-body__cell u-text-right rating">650</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">648</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-bowling">View Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-all-rounder" data-page-size="10" data-player-rankings-card="" data-title="All-Time All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">odi</div>
<h4>All-Time All-Rounder Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Shakib Al Hasan</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 BAN"></div>
<span class="rankings-block__banner--nation"></span>BAN
<div class="rankings-block__banner--rating">416</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="201" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">294</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">Chris Woakes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">282</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2885">Rashid Khan</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG"></span>
<span class="table-body__logo-text">AFG</span>
</td>
<td class="table-body__cell u-text-right rating">270</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">268</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1154">Ben Stokes</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">266</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">257</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2760">Imad Wasim</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo PAK"></span>
<span class="table-body__logo-text">PAK</span>
</td>
<td class="table-body__cell u-text-right rating">256</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">238</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ZIM"></span>
<span class="table-body__logo-text">ZIM</span>
</td>
<td class="table-body__cell u-text-right rating">237</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-all-rounder">View Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 26. July 2021</span>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Social Responsibility</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet"></span>
<span class="icn icn-facebook-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet"></span>
<span class="icn icn-twitter-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet"></span>
<span class="icn icn-instagram-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet"></span>
<span class="icn icn-youtube-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet"></span>
<span class="icn icn-tiktok-circle-small u-show-phablet"></span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/"><div class="icn icn-logo-icc-footer"></div></a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">Cricket</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">ICC Events</h4>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">Rankings</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">News and Video</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">More</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
About ICC
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
MediaZone
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
T20 Shop
</a></li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>
</ul>
</nav>
</div>
</footer></body>
</html>
print(Soup.prettify())
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC ODI Match Player Rankings International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC ODI Match Player Rankings International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>
ICC ODI Match Player Rankings International Cricket Council
</title>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/mens/player-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>
International Cricket Council
</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp">
</script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch">
</script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation">
</div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1">
</iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay">
</div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">
Name Lastname
</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Profile
<span class="js-profile-completion-percentage">
</span>
% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper">
</div>
</div>
<div class="account-message js-account-message">
</div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide">
</div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">
First name *
</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">
Last name *
</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">
Email address *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error">
</p>
<p class="js-email-exists form-error form-error--email">
Email address not available.
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">
Change Email
</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">
Password *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">
Change Password
</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">
Date of Birth
</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">
Day *
</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">
Month *
</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">
Year *
</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
</div>
<p class="js-date-error form-error form-error--date">
The date of birth is not valid
</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">
Country of residence
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">
Your favourite team
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span>
Sorry, but your contact preferences will take up to 24hrs to update
</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">
I'm happy for the ICC to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">
I'm happy for the ICC's partners to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences
<div class="loader loader--small">
</div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">
Cancel
</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">
Save Changes
</button>
<div class="loader js-loader u-hide">
</div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">
Sign Out
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option">
<a class="form-cta js-cancel-password" href="#">
back
</a>
</span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="current-password">
Current Password *
</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-current-pwd-error form-error form-error--email">
Invalid current password
</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">
Forgot password?
</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="new-password">
New password *
</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">
8 or more characters
</li>
<li class="js-verify-letters">
At least one upper and lower case letter
</li>
<li class="js-verify-number">
At least one number or symbol
</li>
</ul>
</div>
<p class="js-error form-error">
</p>
<p class="js-new-pwd-error form-error form-error--email">
The new password needs to be different than the current one.
</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="confirm-password">
Confirm new password *
</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-confirm-pwd-error form-error form-error--email">
The confirmation does not match your new password
</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">
Cancel
</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">
Change Password
</button>
<div class="loader js-password-loader u-hide">
</div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">
Official ICC App
</p>
<p class="mobile-banner__subheader">
<strong>
Your App for international cricket.
</strong>
The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!
</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">
Find Out More
</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In / Create Account
<span class="btn__loading-bar">
</span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">
Welcome back,
<span class="js-nav-user-text">
</span>
</div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item">
<a class="js-nav-account" href="#">
Account
</a>
</li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">
Sign Out
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg">
</div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc">
</div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">
Menu
</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">
Close
</span>
<div class="menu-button">
<div>
</div>
<div>
</div>
<div>
</div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">
Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__live-counter js-match-counter-nav">
</span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">
Live Scores
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">
Men's Fixtures
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">
Women's Fixtures
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">
2021 Event status
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Men's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">
Players Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">
Team Rankings Predictor
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">
About the Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">
Rankings FAQ
</a>
</li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Women's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">
Player Rankings
</a>
</li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">
Men
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">
Women
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">
U19
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">
ICC Vault
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">
Video Home
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">
Videos By Country
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">
ICC Events
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">
ICC Cricket 360°
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">
What is Cricket?
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">
About ICC
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">
Quiz
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">
Awards
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">
ICC on Social
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">
Media Releases
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">
News
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">
Photos
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">
Cricket for Good
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">
Mobile App
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">
Commercial Opportunities
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">
criiio
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">
100% Cricket
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">
ICC Shop
</a>
</li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">
Hi
<span class="js-nav-user-text-mobile">
</span>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__search-text">
Search
</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
</form>
<div class="global-navigation__search-overlay">
</div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<span class="u-screen-reader">
Scroll to Top
</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings">
</span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0">
</div>
<div class="drop-down__label">
Men's
</div>
<div class="drop-down__current">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/mens/overview">
Men's
</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/womens/overview">
Women's
</a>
</li>
</ul>
</nav>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">
Men's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">
Select your team
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="rankings-menu__notch js-notch">
</div>
<svg class="rankings-menu__notch-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">
Team Rankings Predictor
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">
Women's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">
T20I Team Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="test">
Test
</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">
ODI
</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">
T20I
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-ad content-ad--rankings u-center">
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (mobile 320x50) placement -->
<div class="content-ad--mobile">
<script data-adfscript="adx.adform.net/adx/?mid=652987">
</script>
<script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js">
</script>
</div>
<!-- Adform publisher tag -->
<!-- Generic Banner - Homepage (desktop 728x90) placement -->
<div class="content-ad--desktop">
<script data-adfscript="adx.adform.net/adx/?mid=652985">
</script>
<script async="" defer="" src="//s1.adform.net/banners/scripts/adx.js">
</script>
</div>
</div>
<section class="widget rankings-widget" data-filter="RANKINGS_YEAR,RANKINGS_MONTH,RANKINGS_DAY" data-format="odi" data-script="icc_rankings" data-widget="player-rankings-filtered">
<header class="widget__header">
<h3 class="widget__title">
Men's ODI Player Rankings
</h3>
</header>
<div class="rankings-filters">
<h5 class="rankings-filters__title">
Look back through the ICC MRF Tyres Rankings archive using the date filter below:
</h5>
<div class="rankings-filters__content">
<div class="rankings-filters__options" data-content-filter="">
</div>
<div class="rankings-filters__btns">
<button class="rankings-filters__filter-button js-rankings-filter-button disabled">
Apply
</button>
<button class="rankings-filters__reset js-rankings-filter-reset u-hide">
Reset
</button>
</div>
</div>
</div>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/batting" data-page-size="10" data-player-rankings-card="" data-title="ODI Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
ODI Batting Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/batting" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Babar Azam
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 PAK">
</div>
<span class="rankings-block__banner--nation">
</span>
PAK
<div class="rankings-block__banner--rating">
873
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="2759" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/164">
Virat Kohli
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
844
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/107">
Rohit Sharma
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
813
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/226">
Ross Taylor
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
801
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/167">
Aaron Finch
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
779
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/506">
Jonny Bairstow
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
775
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/170">
David Warner
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
762
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/834">
Quinton de Kock
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
758
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2751">
Shai Hope
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI">
</span>
<span class="table-body__logo-text">
WI
</span>
</td>
<td class="table-body__cell u-text-right rating">
758
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/440">
Kane Williamson
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
754
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/batting">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/bowling" data-page-size="10" data-player-rankings-card="" data-title="ODI Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
ODI Bowling Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/bowling" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Trent Boult
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 NZ">
</div>
<span class="rankings-block__banner--nation">
</span>
NZ
<div class="rankings-block__banner--rating">
737
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="969" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/857">
Josh Hazlewood
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
709
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/4572">
Mujeeb Ur Rahman
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
708
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">
Chris Woakes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
700
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1597">
Mehedi Hasan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN">
</span>
<span class="table-body__logo-text">
BAN
</span>
</td>
<td class="table-body__cell u-text-right rating">
692
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1505">
Matt Henry
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
691
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1124">
Jasprit Bumrah
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
679
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/490">
Mitchell Starc
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
652
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/201">
Shakib Al Hasan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN">
</span>
<span class="table-body__logo-text">
BAN
</span>
</td>
<td class="table-body__cell u-text-right rating">
650
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1664">
Kagiso Rabada
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
648
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/bowling">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-rounder" data-page-size="10" data-player-rankings-card="" data-title="ODI All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
ODI All-Rounder Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-rounder" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Shakib Al Hasan
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 BAN">
</div>
<span class="rankings-block__banner--nation">
</span>
BAN
<div class="rankings-block__banner--rating">
416
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="201" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/618">
Mohammad Nabi
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
294
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">
Chris Woakes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
282
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2885">
Rashid Khan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
270
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1903">
Mitchell Santner
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
268
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1154">
Ben Stokes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
266
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/820">
Colin de Grandhomme
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
257
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2760">
Imad Wasim
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo PAK">
</span>
<span class="table-body__logo-text">
PAK
</span>
</td>
<td class="table-body__cell u-text-right rating">
256
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/9">
Ravindra Jadeja
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
238
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1129">
Sikandar Raza
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ZIM">
</span>
<span class="table-body__logo-text">
ZIM
</span>
</td>
<td class="table-body__cell u-text-right rating">
237
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-rounder">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
</div>
</section>
<section class="widget rankings-widget rankings-widget--alltime" data-script="icc_rankings" data-widget="player-rankings-alltime">
<header class="widget__header widget__header--align-centre">
<button class="widget__info">
<svg class="widget__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-info" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="widget__tooltip">
Explore the highest ranked players of all-time in the MRF Tryes ICC rankings
</span>
</button>
<h3 class="widget__title">
Men's All-Time ODI Rankings
</h3>
</header>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-batting" data-page-size="10" data-player-rankings-card="" data-title="All-Time Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
All-Time Batting Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-batting" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/2759">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Babar Azam
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 PAK">
</div>
<span class="rankings-block__banner--nation">
</span>
PAK
<div class="rankings-block__banner--rating">
873
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="2759" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/164">
Virat Kohli
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
844
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/107">
Rohit Sharma
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
813
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/226">
Ross Taylor
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
801
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/167">
Aaron Finch
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
779
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/506">
Jonny Bairstow
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
775
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/170">
David Warner
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
762
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/834">
Quinton de Kock
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
758
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2751">
Shai Hope
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI">
</span>
<span class="table-body__logo-text">
WI
</span>
</td>
<td class="table-body__cell u-text-right rating">
758
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/440">
Kane Williamson
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
754
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-batting">
View Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-bowling" data-page-size="10" data-player-rankings-card="" data-title="All-Time Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
All-Time Bowling Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-bowling" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/969">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Trent Boult
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 NZ">
</div>
<span class="rankings-block__banner--nation">
</span>
NZ
<div class="rankings-block__banner--rating">
737
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="969" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos up">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-up" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved up in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/857">
Josh Hazlewood
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
709
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/4572">
Mujeeb Ur Rahman
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
708
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">
Chris Woakes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
700
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1597">
Mehedi Hasan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN">
</span>
<span class="table-body__logo-text">
BAN
</span>
</td>
<td class="table-body__cell u-text-right rating">
692
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos down">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="ranking-pos__tooltip">
This player has moved down in the rankings since the previous rankings update
</span>
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1505">
Matt Henry
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
691
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1124">
Jasprit Bumrah
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
679
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/490">
Mitchell Starc
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
652
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/201">
Shakib Al Hasan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo BAN">
</span>
<span class="table-body__logo-text">
BAN
</span>
</td>
<td class="table-body__cell u-text-right rating">
650
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1664">
Kagiso Rabada
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
648
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-bowling">
View Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
<div class="col-4 col-12-desk touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="odi" data-link-to="/rankings/mens/player-rankings/odi/all-time-all-rounder" data-page-size="10" data-player-rankings-card="" data-title="All-Time All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-odi">
odi
</div>
<h4>
All-Time All-Rounder Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.com/rankings/mens/player-rankings/odi/all-time-all-rounder" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/mens/player-rankings/201">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Shakib Al Hasan
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 BAN">
</div>
<span class="rankings-block__banner--nation">
</span>
BAN
<div class="rankings-block__banner--rating">
416
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="201" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/618">
Mohammad Nabi
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
294
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/967">
Chris Woakes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
282
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2885">
Rashid Khan
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AFG">
</span>
<span class="table-body__logo-text">
AFG
</span>
</td>
<td class="table-body__cell u-text-right rating">
270
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1903">
Mitchell Santner
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
268
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1154">
Ben Stokes
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
266
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/820">
Colin de Grandhomme
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
257
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/2760">
Imad Wasim
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo PAK">
</span>
<span class="table-body__logo-text">
PAK
</span>
</td>
<td class="table-body__cell u-text-right rating">
256
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/9">
Ravindra Jadeja
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
238
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/mens/player-rankings/1129">
Sikandar Raza
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ZIM">
</span>
<span class="table-body__logo-text">
ZIM
</span>
</td>
<td class="table-body__cell u-text-right rating">
237
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="/rankings/mens/player-rankings/odi/all-time-all-rounder">
View Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 26. July 2021
</span>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Social Responsibility
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">
Follow
<span class="u-italics">
ICC
</span>
On social
</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet">
</span>
<span class="icn icn-facebook-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet">
</span>
<span class="icn icn-twitter-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet">
</span>
<span class="icn icn-instagram-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet">
</span>
<span class="icn icn-youtube-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet">
</span>
<span class="icn icn-tiktok-circle-small u-show-phablet">
</span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/">
<div class="icn icn-logo-icc-footer">
</div>
</a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">
Cricket
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
ICC Events
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
Rankings
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
News and Video
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
More
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
About ICC
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
MediaZone
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
T20 Shop
</a>
</li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">
2021 © International Cricket Council FZ LLC
</li>
</ul>
</nav>
</div>
</footer>
</body>
</html>
# top 10 bowlersname
bowlers =Soup.find_all("td",class_="table-body__cell name")
bowlers
[<td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/164">Virat Kohli</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/107">Rohit Sharma</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/226">Ross Taylor</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/167">Aaron Finch</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/170">David Warner</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/834">Quinton de Kock</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2751">Shai Hope</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/440">Kane Williamson</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/967">Chris Woakes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1505">Matt Henry</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/490">Mitchell Starc</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/967">Chris Woakes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2885">Rashid Khan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1154">Ben Stokes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2760">Imad Wasim</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/164">Virat Kohli</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/107">Rohit Sharma</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/226">Ross Taylor</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/167">Aaron Finch</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/506">Jonny Bairstow</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/170">David Warner</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/834">Quinton de Kock</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2751">Shai Hope</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/440">Kane Williamson</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/857">Josh Hazlewood</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/4572">Mujeeb Ur Rahman</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/967">Chris Woakes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1597">Mehedi Hasan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1505">Matt Henry</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1124">Jasprit Bumrah</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/490">Mitchell Starc</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/201">Shakib Al Hasan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1664">Kagiso Rabada</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/618">Mohammad Nabi</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/967">Chris Woakes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2885">Rashid Khan</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1903">Mitchell Santner</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1154">Ben Stokes</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/820">Colin de Grandhomme</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/2760">Imad Wasim</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/9">Ravindra Jadeja</a> </td>, <td class="table-body__cell name"> <a href="/rankings/mens/player-rankings/1129">Sikandar Raza</a> </td>]
Bowlers=[]
for i in bowlers:
Bowlers.append(i.text.replace("\n",""))
Bowlers
['Virat Kohli', 'Rohit Sharma', 'Ross Taylor', 'Aaron Finch', 'Jonny Bairstow', 'David Warner', 'Quinton de Kock', 'Shai Hope', 'Kane Williamson', 'Josh Hazlewood', 'Mujeeb Ur Rahman', 'Chris Woakes', 'Mehedi Hasan', 'Matt Henry', 'Jasprit Bumrah', 'Mitchell Starc', 'Shakib Al Hasan', 'Kagiso Rabada', 'Mohammad Nabi', 'Chris Woakes', 'Rashid Khan', 'Mitchell Santner', 'Ben Stokes', 'Colin de Grandhomme', 'Imad Wasim', 'Ravindra Jadeja', 'Sikandar Raza', 'Virat Kohli', 'Rohit Sharma', 'Ross Taylor', 'Aaron Finch', 'Jonny Bairstow', 'David Warner', 'Quinton de Kock', 'Shai Hope', 'Kane Williamson', 'Josh Hazlewood', 'Mujeeb Ur Rahman', 'Chris Woakes', 'Mehedi Hasan', 'Matt Henry', 'Jasprit Bumrah', 'Mitchell Starc', 'Shakib Al Hasan', 'Kagiso Rabada', 'Mohammad Nabi', 'Chris Woakes', 'Rashid Khan', 'Mitchell Santner', 'Ben Stokes', 'Colin de Grandhomme', 'Imad Wasim', 'Ravindra Jadeja', 'Sikandar Raza']
team = Soup.find_all("td",class_="table-body__cell nationality-logo")
team
[<td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo WI"></span> <span class="table-body__logo-text">WI</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo BAN"></span> <span class="table-body__logo-text">BAN</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo BAN"></span> <span class="table-body__logo-text">BAN</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo PAK"></span> <span class="table-body__logo-text">PAK</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ZIM"></span> <span class="table-body__logo-text">ZIM</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo WI"></span> <span class="table-body__logo-text">WI</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo BAN"></span> <span class="table-body__logo-text">BAN</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo BAN"></span> <span class="table-body__logo-text">BAN</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AFG"></span> <span class="table-body__logo-text">AFG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo PAK"></span> <span class="table-body__logo-text">PAK</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ZIM"></span> <span class="table-body__logo-text">ZIM</span> </td>]
Team = []
for i in team:
Team.append(i.text.replace("\n",""))
Team
['IND', 'IND', 'NZ', 'AUS', 'ENG', 'AUS', 'SA', 'WI', 'NZ', 'AUS', 'AFG', 'ENG', 'BAN', 'NZ', 'IND', 'AUS', 'BAN', 'SA', 'AFG', 'ENG', 'AFG', 'NZ', 'ENG', 'NZ', 'PAK', 'IND', 'ZIM', 'IND', 'IND', 'NZ', 'AUS', 'ENG', 'AUS', 'SA', 'WI', 'NZ', 'AUS', 'AFG', 'ENG', 'BAN', 'NZ', 'IND', 'AUS', 'BAN', 'SA', 'AFG', 'ENG', 'AFG', 'NZ', 'ENG', 'NZ', 'PAK', 'IND', 'ZIM']
rating = Soup.find_all("td",class_="table-body__cell u-text-right rating")
rating
[<td class="table-body__cell u-text-right rating">844</td>, <td class="table-body__cell u-text-right rating">813</td>, <td class="table-body__cell u-text-right rating">801</td>, <td class="table-body__cell u-text-right rating">779</td>, <td class="table-body__cell u-text-right rating">775</td>, <td class="table-body__cell u-text-right rating">762</td>, <td class="table-body__cell u-text-right rating">758</td>, <td class="table-body__cell u-text-right rating">758</td>, <td class="table-body__cell u-text-right rating">754</td>, <td class="table-body__cell u-text-right rating">709</td>, <td class="table-body__cell u-text-right rating">708</td>, <td class="table-body__cell u-text-right rating">700</td>, <td class="table-body__cell u-text-right rating">692</td>, <td class="table-body__cell u-text-right rating">691</td>, <td class="table-body__cell u-text-right rating">679</td>, <td class="table-body__cell u-text-right rating">652</td>, <td class="table-body__cell u-text-right rating">650</td>, <td class="table-body__cell u-text-right rating">648</td>, <td class="table-body__cell u-text-right rating">294</td>, <td class="table-body__cell u-text-right rating">282</td>, <td class="table-body__cell u-text-right rating">270</td>, <td class="table-body__cell u-text-right rating">268</td>, <td class="table-body__cell u-text-right rating">266</td>, <td class="table-body__cell u-text-right rating">257</td>, <td class="table-body__cell u-text-right rating">256</td>, <td class="table-body__cell u-text-right rating">238</td>, <td class="table-body__cell u-text-right rating">237</td>, <td class="table-body__cell u-text-right rating">844</td>, <td class="table-body__cell u-text-right rating">813</td>, <td class="table-body__cell u-text-right rating">801</td>, <td class="table-body__cell u-text-right rating">779</td>, <td class="table-body__cell u-text-right rating">775</td>, <td class="table-body__cell u-text-right rating">762</td>, <td class="table-body__cell u-text-right rating">758</td>, <td class="table-body__cell u-text-right rating">758</td>, <td class="table-body__cell u-text-right rating">754</td>, <td class="table-body__cell u-text-right rating">709</td>, <td class="table-body__cell u-text-right rating">708</td>, <td class="table-body__cell u-text-right rating">700</td>, <td class="table-body__cell u-text-right rating">692</td>, <td class="table-body__cell u-text-right rating">691</td>, <td class="table-body__cell u-text-right rating">679</td>, <td class="table-body__cell u-text-right rating">652</td>, <td class="table-body__cell u-text-right rating">650</td>, <td class="table-body__cell u-text-right rating">648</td>, <td class="table-body__cell u-text-right rating">294</td>, <td class="table-body__cell u-text-right rating">282</td>, <td class="table-body__cell u-text-right rating">270</td>, <td class="table-body__cell u-text-right rating">268</td>, <td class="table-body__cell u-text-right rating">266</td>, <td class="table-body__cell u-text-right rating">257</td>, <td class="table-body__cell u-text-right rating">256</td>, <td class="table-body__cell u-text-right rating">238</td>, <td class="table-body__cell u-text-right rating">237</td>]
Rating= []
for i in rating:
Rating.append(i.text.replace("\n",""))
Rating
['844', '813', '801', '779', '775', '762', '758', '758', '754', '709', '708', '700', '692', '691', '679', '652', '650', '648', '294', '282', '270', '268', '266', '257', '256', '238', '237', '844', '813', '801', '779', '775', '762', '758', '758', '754', '709', '708', '700', '692', '691', '679', '652', '650', '648', '294', '282', '270', '268', '266', '257', '256', '238', '237']
import pandas as pd
df=pd.DataFrame({})
df["Bowlers"]=Bowlers[9:20]
df["Team"]=Team[9:20]
df["Rating"]=Rating[9:20]
df
| Bowlers | Team | Rating | |
|---|---|---|---|
| 0 | Josh Hazlewood | AUS | 709 |
| 1 | Mujeeb Ur Rahman | AFG | 708 |
| 2 | Chris Woakes | ENG | 700 |
| 3 | Mehedi Hasan | BAN | 692 |
| 4 | Matt Henry | NZ | 691 |
| 5 | Jasprit Bumrah | IND | 679 |
| 6 | Mitchell Starc | AUS | 652 |
| 7 | Shakib Al Hasan | BAN | 650 |
| 8 | Kagiso Rabada | SA | 648 |
| 9 | Mohammad Nabi | AFG | 294 |
| 10 | Chris Woakes | ENG | 282 |
Top 10 ODI teams in women’s cricket along with the records for matches, points and rating.
!pip install bs4
!pip install requests
Requirement already satisfied: bs4 in c:\users\dell\anaconda3\lib\site-packages (0.0.1) Requirement already satisfied: beautifulsoup4 in c:\users\dell\anaconda3\lib\site-packages (from bs4) (4.9.3) Requirement already satisfied: soupsieve>1.2; python_version >= "3.0" in c:\users\dell\anaconda3\lib\site-packages (from beautifulsoup4->bs4) (2.0.1) Requirement already satisfied: requests in c:\users\dell\anaconda3\lib\site-packages (2.24.0) Requirement already satisfied: chardet<4,>=3.0.2 in c:\users\dell\anaconda3\lib\site-packages (from requests) (3.0.4) Requirement already satisfied: certifi>=2017.4.17 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2020.6.20) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\dell\anaconda3\lib\site-packages (from requests) (1.25.11) Requirement already satisfied: idna<3,>=2.5 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2.10)
from bs4 import BeautifulSoup
import requests
page=requests.get("https://www.icc-cricket.com/rankings/womens/team-rankings/odi")
page
<Response [200]>
page.content
b'<!DOCTYPE html>\n<html lang="en">\n<head>\n\n <meta name="twitter:title" content="ICC Ranking for ODI teams International Cricket Council"/>\n<meta property="og:type" content="website"/>\n<meta property="twitter:card" content="summary_large_image"/>\n<meta name="description" content="Official International Cricket Council rankings for test match cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta property="twitter:site" content="@icc"/>\n<meta name="twitter:description" content="Official International Cricket Council rankings for test match cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta name="twitter:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<meta property="og:title" content="ICC Ranking for ODI teams International Cricket Council"/>\n<meta property="og:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<title>ICC Ranking for ODI teams International Cricket Council</title>\n<meta property="og:description" content="Official International Cricket Council rankings for test match cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n\n\t<!-- Designed and built by Pulselive - www.pulselive.com -->\n \n<script>\n\n var dataLayer = [{\n \'user_language\':\'English\',\n \'web_domain\':\'www.icc-cricket.com\',\n \'page_type\':\'/rankings/womens/team-rankings/odi\' \n }];\n\n</script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-T7DPH24\');</script>\n<!-- End Google Tag Manager -->\n\n\n <meta charset="UTF-8">\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <meta name="apple-itunes-app" content="app-id=956440606"/>\n\n <link rel="manifest" href="/resources/prod/v8.19.9/manifest.json">\n\n <link rel="shortcut icon" href="/resources/prod/v8.19.9/i/elements/favicon.ico" />\n\n <link rel="publisher" href="https://plus.google.com/+ICC">\n\n \n\n\n\n <title>International Cricket Council</title>\n\n \n\n<!-- google platform library -->\n<script src="https://apis.google.com/js/api:client.js?onload=startApp" async defer></script>\n\n<script>\n\n var startApp = function() {\n gapi.load(\'auth2\', function(){\n // Retrieve the singleton for the GoogleAuth library and set up the client.\n auth2 = gapi.auth2.init({\n client_id: \'844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com\'\n // Request scopes in addition to \'profile\' and \'email\'\n //scope: \'additional_scope\'\n });\n });\n };\n</script>\n\n\n <link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet">\n\n <!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->\n\t<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>\n\n <link rel="stylesheet" href="/resources/prod/v8.19.9/styles/screen.css" />\n\n <script>\n\t\twindow.RESOURCE_VERSION = \'prod/v8.19.9\';\n\t</script>\n\n</head>\n<body>\n\n \n<!-- Google Tag Manager (noscript) -->\n<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24"\nheight="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n<!-- End Google Tag Manager (noscript) -->\n\n<div class="u-hide" data-widget="analytics-geolocation" data-script="icc_analytics-geolocation"></div>\n\n<!--\n Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019\n-->\n\n<iframe src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" width="1" height="1" frameborder="0" style="display:none"></iframe>\n\n<!-- End of Floodlight Tag: Please do not remove -->\n\n \n\n<script>\n window.fbAsyncInit = function() {\n FB.init({\n appId : 159513024983374,\n autoLogAppEvents : true,\n xfbml : true,\n version : \'v3.0\'\n });\n };\n\n (function(d, s, id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id)) {return;}\n js = d.createElement(s); js.id = id;\n js.src = "https://connect.facebook.net/en_US/sdk.js";\n fjs.parentNode.insertBefore(js, fjs);\n }(document, \'script\', \'facebook-jssdk\'));\n</script>\n\n\n \n<div class="user-account-overlay js-user-account-overlay"></div>\n<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">\n\n <div class="user-account__wrapper js-panel-account u-hide">\n\n <div class="user-account__header">\n\n <div class="user-account__close js-account-slider-close-btn" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </div>\n\n <div class="user-account__user-wrapper">\n <div class="user-account__image">\n <img src="#" class="u-hide js-account-user-img" alt="User Image">\n </div>\n <div class="user-account__user-info">\n <p class="user-account__user-info__text js-account-user">Name Lastname</p>\n <p class="user-account__user-info__profile js-profile-completion-info u-hide">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n Profile <span class="js-profile-completion-percentage"></span>% Complete\n </p>\n </div>\n </div>\n\n <div class="user-account__tabs-nav js-tabs-wrapper"></div>\n </div>\n\n <div class="account-message js-account-message"></div>\n\n <form id="user-account" name="user-account" autocomplete="off">\n\n <div data-ui-tab="My Account" class="user-account__tab">\n <div class="user-account__social-wrapper js-social-wrapper u-hide"></div>\n\n<fieldset>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="given_name">First name *</label>\n <input class="form-group__element" type="text" required name="given_name" id="given_name" pattern="^[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-group">\n <label class="form-group__label" for="family_name">Last name *</label>\n <input class="form-group__element" type="text" required name="family_name" id="family_name" pattern="[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button">\n <div class="form-group is-disabled js-change-email-input">\n <label class="form-group__label" for="email">Email address *</label>\n <input class="form-group__element" type="email" name="email" id="email" autocomplete="off" maxlength="50" disabled/>\n <p class="js-error form-error"></p>\n <p class="js-email-exists form-error form-error--email">Email address not available.</p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-email" type="button" novalidate>Change Email</button>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button js-account-password">\n <div class="form-group is-disabled js-change-password-input">\n <label class="form-group__label" for="password">Password *</label>\n <input class="form-group__element" type="password" name="password" id="password" placeholder="******" autocomplete="off" disabled/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-password" type="button" novalidate>Change Password</button>\n </div>\n </div>\n\n <div class="form-block form-block">\n <div class="form-block__label form-block__label--dob">Date of Birth</div>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="day">Day *</label>\n <input class="form-group__element" type="number" required name="day" placeholder="dd" id="day" min="0" />\n <p class="js-error form-error"></p>\n\n </div>\n <div class="form-group">\n <label class="form-group__label" for="month">Month *</label>\n <input class="form-group__element" type="number" required name="month" placeholder="mm" id="month" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group">\n <label class="form-group__label" for="year">Year *</label>\n <input class="form-group__element" type="number" required name="year" placeholder="yyyy" id="year" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n <p class="js-date-error form-error form-error--date">The date of birth is not valid</p>\n </div>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_COUNTRY">\n <div class="form-block__label">Country of residence</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n</fieldset>\n\n </div>\n <div data-ui-tab="My Preferences" class="user-account__tab">\n <div class="js-account-prefs u-hide">\n <fieldset>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_TEAM">\n <div class="form-block__label">Your favourite team</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n <div class="js-contact-prefs user-account__contact-prefs-wrapper">\n\n <div class="user-account__alert">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n <span>Sorry, but your contact preferences will take up to 24hrs to update</span>\n </div>\n\n <div class="user-account__contact-prefs">\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-contacting" id="allow-contacting"/>\n <label class="form-group__label" for="allow-contacting">I\'m happy for the ICC to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-partner-contacting" id="allow-partner-contacting"/>\n <label class="form-group__label" for="allow-partner-contacting">I\'m happy for the ICC\'s partners to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n </div>\n\n </fieldset>\n</div>\n\n<div class="overlay__loader__small js-loader-prefs">\n Hold on! Loading your preferences <div class="loader loader--small"></div>\n</div>\n\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions js-buttons-wrapper">\n <button class="form-btn form-btn--grey is-disabled js-cancel" disabled>Cancel</button>\n <button class="form-btn is-disabled js-submit" type="submit" disabled>Save Changes</button>\n <div class="loader js-loader u-hide"></div>\n </div>\n <button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg></button>\n </div>\n </form>\n\n </div>\n\n <div class="user-account__wrapper js-panel-account-password u-hide">\n <form id="account-edit-password" name="account-edit-password" novalidate>\n <div class="user-account__tabs-wrapper">\n\n <h1 class="overlay__title">\n Edit your password\n <span class="overlay__title__option"><a href="#" class="form-cta js-cancel-password">back</a></span>\n </h1>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="current-password">Current Password *</label>\n <input class="form-group__element" type="password" required name="current-password" id="current-password" />\n <p class="js-error form-error"></p>\n <p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>\n </div>\n\n <a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>\n\n <div class="form-block">\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="new-password">New password *</label>\n <input class="form-group__element" type="password" required name="new-password" id="new-password" />\n <div class="form-block__verify-password form-block__verify-password--slider js-verify-password">\n Password must include...\n <ul class="form-block__verify-list">\n <li class="js-verify-length">8 or more characters</li>\n <li class="js-verify-letters">At least one upper and lower case letter</li>\n <li class="js-verify-number">At least one number or symbol</li>\n </ul>\n </div>\n <p class="js-error form-error"></p>\n <p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>\n </div>\n </div>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="confirm-password">Confirm new password *</label>\n <input class="form-group__element" type="password" required name="confirm-password" id="confirm-password" />\n <p class="js-error form-error"></p>\n <p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>\n </div>\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions">\n <button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>\n <button class="form-btn is-disabled js-submit-password" type="submit" disabled>Change Password</button>\n <div class="loader js-password-loader u-hide"></div>\n </div>\n </div>\n</form>\n\n </div>\n\n</section>\n\n\n<div class="js-mobile-banner mobile-banner " data-widget="mobile-banner">\n <div class="wrapper">\n <div class="col-12">\n <div class="mobile-banner__wrapper">\n <p class="mobile-banner__header">Official ICC App</p>\n <p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don\xe2\x80\x99t miss a moment and keep up with the latest from around the world of cricket!</p>\n <div class="mobile-banner__app-buttons">\n <a target="_blank" href="https://www.icc-cricket.com/mobile" class="btn">Find Out More</a>\n </div>\n </div>\n </div>\n </div>\n <a class="mobile-banner__close js-mobile-banner-close">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </a>\n</div>\n\n\t<div class="global-header ">\n\t\t<ul class="global-header__list">\n <li class="global-header__item ">\n \t\t\t<a href="http://www.icctravelandtours.com/" class="global-header__link"><svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>ICC Travel & Tours</a>\n \t\t</li>\n\t\t</ul>\n\t\t\n <ul class="global-header-social__list">\n <li class="global-header-social__item">\n <a href="https://www.facebook.com/icc/" class="global-header-social__link global-header-social__link--facebook-f" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://twitter.com/ICC" class="global-header-social__link global-header-social__link--twitter" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.instagram.com/icc/" class="global-header-social__link global-header-social__link--instagram" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.youtube.com/user/CricketICC" class="global-header-social__link global-header-social__link--youtube" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube"></use></svg>\n </a>\n </li>\n </ul>\n\n\t\t<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">\n <a href="/sign-in" class="btn btn--account btn--icon js-nav-default is-transitioning">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In / Create Account\n <span class="btn__loading-bar"></span>\n </a>\n <div class="global-header__sign-in js-nav-signedin u-hide">\n\n <div class="global-header__user-message js-nav-user" tabindex="0" role="button">\n <div class="global-header__image-container">\n <img src="#" class="u-hide js-nav-user-img" alt="User Image">\n </div>\n <div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>\n </div>\n\n <ul class="global-header__dropdown global-header__user-dropdown js-dropdown">\n <li class="global-header__dropdown-item"><a href="#" class="js-nav-account">Account</a></li>\n <li class="global-header__dropdown-item global-header__dropdown-item--signout">\n <a href="#" class="js-nav-logout">Sign Out</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg>\n </li>\n </ul>\n\n </div>\n</div>\n\n\t</div>\n\n\n\n <div class="global-navigation">\n <div class="global-navigation__default-bg"></div>\n <div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">\n \t<nav class="global-navigation__main js-global-navigation is-open" data-widget="scroll-boundary" data-active-class="is-fixed">\n \t\t<a href="/home-page" class="global-navigation__branding">\n \t\t\t<div class="icn icn-logo-icc"></div>\n \t\t</a>\n \t\t<div role="button" class="global-navigation__menu-button js-global-navigation-menu-button">\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>\n \t\t\t<div class="menu-button">\n \t <div></div>\n \t <div></div>\n \t <div></div>\n \t </div>\n \t\t</div>\n\n \t\t<div class="global-navigation__container js-global-navigation-container">\n \t\t\t<ul class="global-navigation__list">\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link ">\n\n\t\t<div role="button" class="global-navigation__link">\n \t\t\t<a href="/">Home\n </a>\n\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Live <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t\t\t<span class="global-navigation__live-counter js-match-counter-nav"></span>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/live" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Live Scores</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/mens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Results</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/womens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Results</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Fixtures <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Fixtures</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Fixtures</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t ICC Events <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.t20worldcup.com" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC T20 World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.cricketworldcup.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/world-test-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC World Test Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/u19-world-cup/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC U19 Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/champions-trophy" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Champions Trophy</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-super-league/fixtures" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Super League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-challenge-league/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Challenge League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-league-two/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup League 2</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Women\'s Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/event-status" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">2021 Event status</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Rankings <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\n\t\t\t\t<div class="global-navigation__drop-down global-navigation__drop-down--2-column">\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Men\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Players Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings/comparison" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Comparison</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/rankings-predictor/test" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings Predictor</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">About the Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/faqs" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Rankings FAQ</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Women\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Rankings</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Teams <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/men" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/women" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/u19" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">U19</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Video <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/vault" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Vault</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Video Home</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/by-country" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Videos By Country</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/events" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Events</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/cricket-360" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket 360\xc2\xb0</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/what-is-cricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">What is Cricket?</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t More <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item global-nav__item--divider"><a href="https://www.icc-cricket.com/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">About ICC</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/quiz" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Quiz</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/awards/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Awards</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/hall-of-fame" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Hall of Fame</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/social" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC on Social</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/media-releases" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Media Releases</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">News</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/photos" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Photos</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-for-good" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Cricket for Good</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mobile" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Mobile App</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news/318971" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Commercial Opportunities</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/criiio/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">criiio</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/100percentcricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">100% Cricket</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://icccricketshop.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Shop</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n \t\t\t</ul>\n \n\t<div class="global-navigation-menu u-hide">\n\t\t<ul class="global-navigation-menu__list">\n\t\t\t\t\t<li class="global-navigation-menu__item">\n\t\t\t\t\t\t<a href="http://www.icctravelandtours.com/" class="global-navigation-menu__link">\n\t\t\t\t\t\t\t<svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>\n\t\t\t\t\t\t\tICC Travel & Tours\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">\n <a href="/sign-in" class="global-navigation-menu__link">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In/Create Account\n </a>\n </li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">\n <a href="#" class="global-navigation-menu__link">\n <div class="global-navigation-menu__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n <div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>\n </a>\n </li>\n\t\t</ul>\n\t</div>\n\n \t\t</div>\n\n\t\t\t\t\n\n \t\t<div tabindex="0" role="button" class="global-navigation__search js-global-navigation-search">\n \t\t\t<svg class="global-navigation__search-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t<span class="global-navigation__search-text">Search</span>\n \t\t</div>\n\n <a href="/sign-in" class="global-navigation__user js-nav-default-mobile" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n </a>\n <a href="#" class="global-navigation__user js-nav-signedin-mobile u-hide" role="button">\n <div class="global-navigation__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n </a>\n\n \t\t<form action="/search" type="GET" class="global-navigation__search-open js-global-navigation-search-open">\n \t\t\t<div class="global-navigation__search-input">\n \t\t\t\t<input tabindex="-1" class="js-global-navigation-input" type="text" name="term" placeholder="Search ICC" />\n \t\t\t</div>\n \t\t\t<button type="submit" tabindex="0" class="global-navigation__search-go js-global-navigation-search-go">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t</button>\n \t\t\t<div tabindex="0" class="global-navigation__search-close js-global-navigation-search-close">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n \t\t\t</div>\n \t\t</form>\n <div class="global-navigation__search-overlay"></div>\n \t</nav>\n </div>\n </div>\n\n\n<main id="main-content" tabindex="0">\n\t\n\n<button class="scroll-to-top" data-widget="scroll-to-top" data-script="icc_scroll-to-top">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n\n <div class="scroll-to-top__mask" aria-hidden="true">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n </div>\n <span class="u-screen-reader">Scroll to Top</span>\n</button>\n\n\n\n<header class="page-header page-header--rankings">\n <div class="wrapper">\n <div class="col-12">\n <div class="page-header__banner">\n <a class="page-logo" href="http://track.adform.net/C/?bn=20093364" data-widget="impression-tracker" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" target="_blank">\n <span class="icn icn-logo-mrf-rankings"></span>\n </a>\n </div>\n <div class="share share--\n \n share--vertical\n \n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n </div>\n</header>\n\n\n<div class="l-sticky-side-nav">\n\t<div class="l-sticky-side-nav__nav">\n\t\t\n<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">\n <div class="drop-down-tablet js-drop-down">\n <div class="drop-down__clickzone js-drop-down-trigger" tabindex="0" role="button"></div>\n <div class="drop-down__label">\n Women\'s\n </div>\n <div class="drop-down__current">\n Team Rankings\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down"></use></svg>\n </div>\n <div class="drop-down__dropdown-list js-drop-down-options">\n <div class="rankings-menu__tab-container u-hide-tablet">\n <nav class="content-tabs">\n <ul class="block-list-2 u-no-font-size" role="tablist">\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab " href="/rankings/mens/overview">Men\'s</a>\n </li>\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">Women\'s</a>\n </li>\n </ul>\n </nav>\n </div>\n <div class=" tab-content">\n <h3 class="rankings-menu__title">Men\'s</h3>\n\n <ul class="rankings-menu__list">\n\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings/comparison" class="rankings-menu__link ">Player Comparison<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/rankings-predictor/" class="rankings-menu__link ">Team Rankings Predictor<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n <div class="active tab-content">\n <h3 class="rankings-menu__title">Women\'s</h3>\n\n <ul class="rankings-menu__list">\n\n <li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">\n <a href="#" class="rankings-menu__link js-fav-team-link">Select your team</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg>\n <div class="rankings-menu__notch js-notch"></div>\n <svg class="rankings-menu__notch-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star"></use></svg\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens-t20i-faq" class="rankings-menu__link ">T20I Team Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n </div>\n </div>\n</div>\n\n<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">\n <div class="drop-down-tablet js-drop-down">\n <div class="drop-down__clickzone js-drop-down-trigger" tabindex="0" role="button"></div>\n <div class="drop-down__label">\n Women\'s\n </div>\n <div class="drop-down__current">\n Team Rankings\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down"></use></svg>\n </div>\n <div class="drop-down__dropdown-list js-drop-down-options">\n <div class="rankings-menu__tab-container u-hide-tablet">\n <nav class="content-tabs">\n <ul class="block-list-2 u-no-font-size" role="tablist">\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab " href="/rankings/mens/overview">Men\'s</a>\n </li>\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">Women\'s</a>\n </li>\n </ul>\n </nav>\n </div>\n <div class=" tab-content">\n <h3 class="rankings-menu__title">Men\'s</h3>\n\n <ul class="rankings-menu__list">\n\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings/comparison" class="rankings-menu__link ">Player Comparison<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/rankings-predictor/" class="rankings-menu__link ">Team Rankings Predictor<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n <div class="active tab-content">\n <h3 class="rankings-menu__title">Women\'s</h3>\n\n <ul class="rankings-menu__list">\n\n <li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">\n <a href="#" class="rankings-menu__link js-fav-team-link">Select your team</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg>\n <div class="rankings-menu__notch js-notch"></div>\n <svg class="rankings-menu__notch-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star"></use></svg\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens-t20i-faq" class="rankings-menu__link ">T20I Team Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n </div>\n </div>\n</div>\n\n\t</div>\n\n\t<div class="l-sticky-side-nav__content">\n\t\t\n <section class="ranking-format-menu">\n\n <div class="wrapper wrapper--sticky">\n\n <div class="col-12">\n <div class="content-tabs">\n \t\t<ul class="inline-list">\n \t <li class="ranking-format-menu__item">\n \t \t<a href="odi" class="content-tabs__tab content-tabs__tab--active" >ODI</a>\n \t </li>\n \t <li class="ranking-format-menu__item">\n \t \t<a href="t20i" class="content-tabs__tab " >T20I</a>\n \t </li>\n \t\t</ul>\n \t</div>\n </div>\n </div>\n\n </section>\n\n\t\t<div class="wrapper wrapper--sticky">\n\t\t\t<div class="col-12">\n\t\t\t\t\n\n\n\n <section class="widget rankings-widget "\n\t\tdata-script="icc_rankings"\n\t\tdata-widget="full-team-rankings">\n\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-wodi">wodi</div>\n <h4>Women\'s ODI Rankings</h4>\n </div>\n\n <div class="rankings-block__meta-container">\n <div class="rankings-table__last-updated">Last updated (GMT) - 19 Jul 2021</div>\n <div class="rankings-table__last-updated">Developed by David Kendix</div>\n </div>\n\n <div class="rankings-block__container full rankings-table">\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell rankings-table__team">\n <span class="u-hide-mobile">Team</span>\n <span class="u-show-mobile">T</span>\n </th>\n <th class="table-head__cell u-center-text">\n <span class="u-hide-mobile">Matches</span>\n <span class="u-show-mobile">M</span>\n </th>\n <th class="table-head__cell u-center-text">\n <span class="u-hide-mobile">Points</span>\n <span class="u-show-mobile">P</span>\n </th>\n <th class="table-head__cell u-text-right rating">\n <span class="u-hide-mobile">Rating</span>\n <span class="u-show-mobile">R</span>\n </th>\n </tr>\n </thead>\n <tbody>\n\n <tr class="rankings-block__banner">\n <td class="rankings-block__banner--pos">1</td>\n <td class="rankings-block__banner--team-name">\n <span class="flag-30 rankings-block__banner--flag AUS"></span>\n <span class="u-hide-phablet">Australia</span>\n <span class="u-show-phablet">AUS</span>\n </td>\n <td class="rankings-block__banner--matches">18</td>\n <td class="rankings-block__banner--points">2,955</td>\n <td class="rankings-block__banner--rating u-text-right">\n 164\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n </td>\n </tr>\n\n <tr class="table-body" data-team-id="28">\n <td class="table-body__cell table-body__cell--position u-text-right">2</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="u-hide-phablet">England</span>\n <span class="u-show-phablet">ENG</span>\n </td>\n <td class="table-body__cell u-center-text">20</td>\n <td class="table-body__cell u-center-text">2,370</td>\n <td class="table-body__cell u-text-right rating">119</td>\n </tr>\n <tr class="table-body" data-team-id="25">\n <td class="table-body__cell table-body__cell--position u-text-right">3</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="u-hide-phablet">South Africa</span>\n <span class="u-show-phablet">SA</span>\n </td>\n <td class="table-body__cell u-center-text">24</td>\n <td class="table-body__cell u-center-text">2,828</td>\n <td class="table-body__cell u-text-right rating">118</td>\n </tr>\n <tr class="table-body" data-team-id="31">\n <td class="table-body__cell table-body__cell--position u-text-right">4</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="u-hide-phablet">India</span>\n <span class="u-show-phablet">IND</span>\n </td>\n <td class="table-body__cell u-center-text">23</td>\n <td class="table-body__cell u-center-text">2,535</td>\n <td class="table-body__cell u-text-right rating">110</td>\n </tr>\n <tr class="table-body" data-team-id="26">\n <td class="table-body__cell table-body__cell--position u-text-right">5</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="u-hide-phablet">New Zealand</span>\n <span class="u-show-phablet">NZ</span>\n </td>\n <td class="table-body__cell u-center-text">21</td>\n <td class="table-body__cell u-center-text">1,947</td>\n <td class="table-body__cell u-text-right rating">93</td>\n </tr>\n <tr class="table-body" data-team-id="27">\n <td class="table-body__cell table-body__cell--position u-text-right">6</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo WI"></span>\n <span class="u-hide-phablet">West Indies</span>\n <span class="u-show-phablet">WI</span>\n </td>\n <td class="table-body__cell u-center-text">17</td>\n <td class="table-body__cell u-center-text">1,427</td>\n <td class="table-body__cell u-text-right rating">84</td>\n </tr>\n <tr class="table-body" data-team-id="29">\n <td class="table-body__cell table-body__cell--position u-text-right">7</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo PAK"></span>\n <span class="u-hide-phablet">Pakistan</span>\n <span class="u-show-phablet">PAK</span>\n </td>\n <td class="table-body__cell u-center-text">20</td>\n <td class="table-body__cell u-center-text">1,496</td>\n <td class="table-body__cell u-text-right rating">75</td>\n </tr>\n <tr class="table-body" data-team-id="170">\n <td class="table-body__cell table-body__cell--position u-text-right">8</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo BAN"></span>\n <span class="u-hide-phablet">Bangladesh</span>\n <span class="u-show-phablet">BAN</span>\n </td>\n <td class="table-body__cell u-center-text">5</td>\n <td class="table-body__cell u-center-text">306</td>\n <td class="table-body__cell u-text-right rating">61</td>\n </tr>\n <tr class="table-body" data-team-id="24">\n <td class="table-body__cell table-body__cell--position u-text-right">9</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo SL"></span>\n <span class="u-hide-phablet">Sri Lanka</span>\n <span class="u-show-phablet">SL</span>\n </td>\n <td class="table-body__cell u-center-text">11</td>\n <td class="table-body__cell u-center-text">519</td>\n <td class="table-body__cell u-text-right rating">47</td>\n </tr>\n <tr class="table-body" data-team-id="162">\n <td class="table-body__cell table-body__cell--position u-text-right">10</td>\n <td class="table-body__cell rankings-table__team">\n <span class="flag-15 table-body_logo IRE"></span>\n <span class="u-hide-phablet">Ireland</span>\n <span class="u-show-phablet">IRE</span>\n </td>\n <td class="table-body__cell u-center-text">2</td>\n <td class="table-body__cell u-center-text">25</td>\n <td class="table-body__cell u-text-right rating">13</td>\n </tr>\n </tbody>\n </table>\n </div>\n </section>\n\n\n\n <div class="promo promo--full ">\n <div class="promo__image-container">\n <picture class="promo__image">\n <source srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/cc28da71-3cef-4f36-814f-7a2d456a3a6e/Virat_Kohli_Mace.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/938172d1-7b2b-4742-abba-8f19c0a7e95c/Virat_Kohli_Mace.jpg 2x" media="(max-width: 500px)">\n\n <source srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/2cdbca5a-822a-411e-8447-ea198dbf3419/Virat_Kohli_Mace.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/fb65dc99-3f7d-4954-80ab-ed036d465246/Virat_Kohli_Mace.jpg 2x">\n\n <img src="https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/2cdbca5a-822a-411e-8447-ea198dbf3419/Virat_Kohli_Mace.jpg" alt="Play the MRF Tyres ICC Rankings Predictor" class="poly-object-fit"/>\n </picture>\n </div>\n <div class="promo__text-container promo__text-container--with-image">\n <h3 class="promo__title">Play the MRF Tyres ICC Rankings Predictor</h3>\n <p class="promo__text">Predict the outcome of upcoming Test cricket fixtures and see how the MRF Tyres ICC Rankings change.</p>\n <a href="/rankings/mens/rankings-predictor/test" class="promo__cta btn">Play Now</a>\n </div>\n </div>\n\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n</main>\n\n<footer class="footer" role="contentinfo">\n \n<div class="wrapper">\n <section class="footer-partners">\n\n\n <div class="footer-partners__list u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n <section class="footer-partners__list footer-partners__list--double u-hide-desktop">\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n </section>\n <div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.moneygram.com/" \n class="footer-partners__link" \n aria-label="MoneyGram" \n \n title="MoneyGram"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120" alt="MoneyGram" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.bira91.com/" \n class="footer-partners__link" \n aria-label="Bira 91" \n target="_blank" \n title="Bira 91"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120" alt="Bira 91" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120" alt="Star Sports" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.coca-colaindia.com/" \n class="footer-partners__link" \n aria-label="Coca Cola" \n target="_blank" \n title="Coca Cola"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120" alt="Coca Cola" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://upstox.com/" \n class="footer-partners__link" \n aria-label="Upstox" \n target="_blank" \n title="Upstox"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120" alt="Upstox" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235072" \n class="footer-partners__link" \n aria-label="Nissan" \n target="_blank" \n title="Nissan"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120" alt="Nissan" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" \n class="footer-partners__link" \n aria-label="Royal Stag" \n target="_blank" \n title="Royal Stag"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105" alt="Royal Stag" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.dream11.com/" \n class="footer-partners__link" \n aria-label="Dream11" \n target="_blank" \n title="Dream11"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105" alt="Dream11" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.jacobscreek.com/en-gb" \n class="footer-partners__link" \n aria-label="Jacobs Creek" \n target="_blank" \n title="Jacobs Creek"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105" alt="Jacobs Creek" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Social Responsibility</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" \n class="footer-partners__link" \n aria-label="Cricket for Good" \n target="_blank" \n title="Cricket for Good"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126" alt="Cricket for Good" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n </section>\n</div>\n<div class="global-footer ">\n <div class="wrapper">\n \n\n<div class="col-12">\n <div class="global-footer__social-container">\n \n <ul class="social-follow-footer">\n <h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>\n <li class="social-follow-footer__item">\n <a href="https://www.facebook.com/icc/" class="social-follow-footer__link facebook" target="_blank">\n <span class="icn icn-facebook-circle u-hide-phablet"></span>\n <span class="icn icn-facebook-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://twitter.com/ICC" class="social-follow-footer__link twitter" target="_blank">\n <span class="icn icn-twitter-circle u-hide-phablet"></span>\n <span class="icn icn-twitter-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.instagram.com/icc/" class="social-follow-footer__link instagram" target="_blank">\n <span class="icn icn-instagram-circle u-hide-phablet"></span>\n <span class="icn icn-instagram-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.youtube.com/user/CricketICC" class="social-follow-footer__link youtube" target="_blank">\n <span class="icn icn-youtube-circle u-hide-phablet"></span>\n <span class="icn icn-youtube-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.tiktok.com/@icc" class="social-follow-footer__link tiktok" target="_blank">\n <span class="icn icn-tiktok-circle u-hide-phablet"></span>\n <span class="icn icn-tiktok-circle-small u-show-phablet"></span>\n </a>\n </li>\n </ul>\n\n </div>\n <div class="global-footer__branding">\n <a href="/" class="global-footer__branding-link"><div class="icn icn-logo-icc-footer"></div></a>\n </div>\n <div class="global-footer__lists">\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Cricket</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/live" >\n \tLive Scores Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/mens-results" >\n \tMen\'s Results\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/womens-results" >\n \tWomen\'s Results\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">ICC Events</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcup.com" >\n \tICC T20 World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.cricketworldcup.com/" >\n \tICC Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//world-test-championship" >\n \tICC World Test Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/u19-world-cup/index.html" >\n \tICC U19 Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/champions-trophy" >\n \tICC Champions Trophy\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures" >\n \tICC Men\'s Cricket World Cup Super League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news" >\n \tICC Men\'s Cricket World Cup Challenge League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-league-two/news" >\n \tICC Men\'s Cricket World Cup League 2\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/womens-championship" >\n \tICC Women\'s Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/event-status" >\n \t2021 Event status\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Rankings</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/overview" >\n \tOverview\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/team-rankings/test" >\n \tTeam Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.icc-cricket.com/rankings/mens/player-rankings/" >\n \tPlayer Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/" >\n \tRankings Predictor\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/about" >\n \tAbout the Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/faqs" >\n \tRankings FAQs\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">News and Video</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/news" >\n \tNews Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-releases" >\n \tMedia Releases\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/video" >\n \tVideo Home\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/photos" >\n \tPhotos\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">More</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/social" >\n \tICC on Social\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/awards/overview" >\n \tAwards\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/hall-of-fame" >\n \tHall of Fame\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/mobile" >\n \tICC on Mobile\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/about" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tAbout ICC\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-zone/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tMediaZone\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcupshop.com/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tT20 Shop\n \t</a></li>\n\t </ul>\n </div>\n</div>\n\n </div>\n \n<nav class="global-footer-corporate" role="navigation" aria-label="footer policy links">\n\n <ul class="global-footer-corporate__list">\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use" >\n Legal Notice\n </a>\n </li>\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy" >\n Privacy Policy\n </a>\n </li>\n <li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>\n </ul>\n\n</nav>\n\n</div>\n</body>\n</html>\n\n\n</footer>\n\n \n \n \n\n <script src="/resources/prod/v8.19.9/scripts/vendors.min.js"></script>\n <script src="/resources/prod/v8.19.9/scripts/client.min.js"></script>\n\n <!--[if IE]> -->\n <script type="text/javascript">\n svg4everybody();\n </script>\n <!-- <![endif]-->\n</body>\n</html>\n'
Soup = BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC Ranking for ODI teams International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council rankings for test match cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council rankings for test match cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC Ranking for ODI teams International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>ICC Ranking for ODI teams International Cricket Council</title>
<meta content="Official International Cricket Council rankings for test match cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/womens/team-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>International Cricket Council</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp"></script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation"></div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1"></iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay"></div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">Name Lastname</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Profile <span class="js-profile-completion-percentage"></span>% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper"></div>
</div>
<div class="account-message js-account-message"></div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide"></div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">First name *</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">Last name *</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">Email address *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error"></p>
<p class="js-email-exists form-error form-error--email">Email address not available.</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">Change Email</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">Password *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">Change Password</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">Date of Birth</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">Day *</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">Month *</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">Year *</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
</div>
<p class="js-date-error form-error form-error--date">The date of birth is not valid</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">Country of residence</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">Your favourite team</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span>Sorry, but your contact preferences will take up to 24hrs to update</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">I'm happy for the ICC to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">I'm happy for the ICC's partners to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences <div class="loader loader--small"></div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">Cancel</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">Save Changes</button>
<div class="loader js-loader u-hide"></div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option"><a class="form-cta js-cancel-password" href="#">back</a></span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="current-password">Current Password *</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="new-password">New password *</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">8 or more characters</li>
<li class="js-verify-letters">At least one upper and lower case letter</li>
<li class="js-verify-number">At least one number or symbol</li>
</ul>
</div>
<p class="js-error form-error"></p>
<p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="confirm-password">Confirm new password *</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">Change Password</button>
<div class="loader js-password-loader u-hide"></div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">Official ICC App</p>
<p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">Find Out More</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/"><svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>ICC Travel & Tours</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In / Create Account
<span class="btn__loading-bar"></span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item"><a class="js-nav-account" href="#">Account</a></li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">Sign Out</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg"></div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc"></div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>
<div class="menu-button">
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__live-counter js-match-counter-nav"></span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">Live Scores</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">Men's Results</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">Women's Results</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">Men's Fixtures</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">Women's Fixtures</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">ICC T20 World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">ICC Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">ICC World Test Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">ICC U19 Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">ICC Champions Trophy</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">ICC Men's Cricket World Cup Super League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">ICC Men's Cricket World Cup Challenge League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">ICC Men's Cricket World Cup League 2</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">ICC Women's Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">2021 Event status</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Men's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">Players Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">Player Comparison</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">Team Rankings Predictor</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">About the Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">Rankings FAQ</a></li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Women's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">Player Rankings</a></li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">Men</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">Women</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">U19</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">ICC Vault</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">Video Home</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">Videos By Country</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">ICC Events</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">ICC Cricket 360°</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">What is Cricket?</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">About ICC</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">Quiz</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">Awards</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">Hall of Fame</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">ICC on Social</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">Media Releases</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">News</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">Photos</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">Cricket for Good</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">Mobile App</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">Commercial Opportunities</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">criiio</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">100% Cricket</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">ICC Shop</a></li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__search-text">Search</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
</form>
<div class="global-navigation__search-overlay"></div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
</div>
<span class="u-screen-reader">Scroll to Top</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings"></span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0"></div>
<div class="drop-down__label">
Women's
</div>
<div class="drop-down__current">
Team Rankings
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/mens/overview">Men's</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">Women's</a>
</li>
</ul>
</nav>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">Men's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">Player Comparison<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">Team Rankings Predictor<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">Women's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">Select your team</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="rankings-menu__notch js-notch"></div>
<svg class="rankings-menu__notch-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li><li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">T20I Team Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0"></div>
<div class="drop-down__label">
Women's
</div>
<div class="drop-down__current">
Team Rankings
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/mens/overview">Men's</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">Women's</a>
</li>
</ul>
</nav>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">Men's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">Player Comparison<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">Team Rankings Predictor<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">Women's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">Select your team</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="rankings-menu__notch js-notch"></div>
<svg class="rankings-menu__notch-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li><li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">T20I Team Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">ODI</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">T20I</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<section class="widget rankings-widget" data-script="icc_rankings" data-widget="full-team-rankings">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">wodi</div>
<h4>Women's ODI Rankings</h4>
</div>
<div class="rankings-block__meta-container">
<div class="rankings-table__last-updated">Last updated (GMT) - 19 Jul 2021</div>
<div class="rankings-table__last-updated">Developed by David Kendix</div>
</div>
<div class="rankings-block__container full rankings-table">
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell rankings-table__team">
<span class="u-hide-mobile">Team</span>
<span class="u-show-mobile">T</span>
</th>
<th class="table-head__cell u-center-text">
<span class="u-hide-mobile">Matches</span>
<span class="u-show-mobile">M</span>
</th>
<th class="table-head__cell u-center-text">
<span class="u-hide-mobile">Points</span>
<span class="u-show-mobile">P</span>
</th>
<th class="table-head__cell u-text-right rating">
<span class="u-hide-mobile">Rating</span>
<span class="u-show-mobile">R</span>
</th>
</tr>
</thead>
<tbody>
<tr class="rankings-block__banner">
<td class="rankings-block__banner--pos">1</td>
<td class="rankings-block__banner--team-name">
<span class="flag-30 rankings-block__banner--flag AUS"></span>
<span class="u-hide-phablet">Australia</span>
<span class="u-show-phablet">AUS</span>
</td>
<td class="rankings-block__banner--matches">18</td>
<td class="rankings-block__banner--points">2,955</td>
<td class="rankings-block__banner--rating u-text-right">
164
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</td>
</tr>
<tr class="table-body" data-team-id="28">
<td class="table-body__cell table-body__cell--position u-text-right">2</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo ENG"></span>
<span class="u-hide-phablet">England</span>
<span class="u-show-phablet">ENG</span>
</td>
<td class="table-body__cell u-center-text">20</td>
<td class="table-body__cell u-center-text">2,370</td>
<td class="table-body__cell u-text-right rating">119</td>
</tr>
<tr class="table-body" data-team-id="25">
<td class="table-body__cell table-body__cell--position u-text-right">3</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo SA"></span>
<span class="u-hide-phablet">South Africa</span>
<span class="u-show-phablet">SA</span>
</td>
<td class="table-body__cell u-center-text">24</td>
<td class="table-body__cell u-center-text">2,828</td>
<td class="table-body__cell u-text-right rating">118</td>
</tr>
<tr class="table-body" data-team-id="31">
<td class="table-body__cell table-body__cell--position u-text-right">4</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo IND"></span>
<span class="u-hide-phablet">India</span>
<span class="u-show-phablet">IND</span>
</td>
<td class="table-body__cell u-center-text">23</td>
<td class="table-body__cell u-center-text">2,535</td>
<td class="table-body__cell u-text-right rating">110</td>
</tr>
<tr class="table-body" data-team-id="26">
<td class="table-body__cell table-body__cell--position u-text-right">5</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo NZ"></span>
<span class="u-hide-phablet">New Zealand</span>
<span class="u-show-phablet">NZ</span>
</td>
<td class="table-body__cell u-center-text">21</td>
<td class="table-body__cell u-center-text">1,947</td>
<td class="table-body__cell u-text-right rating">93</td>
</tr>
<tr class="table-body" data-team-id="27">
<td class="table-body__cell table-body__cell--position u-text-right">6</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo WI"></span>
<span class="u-hide-phablet">West Indies</span>
<span class="u-show-phablet">WI</span>
</td>
<td class="table-body__cell u-center-text">17</td>
<td class="table-body__cell u-center-text">1,427</td>
<td class="table-body__cell u-text-right rating">84</td>
</tr>
<tr class="table-body" data-team-id="29">
<td class="table-body__cell table-body__cell--position u-text-right">7</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo PAK"></span>
<span class="u-hide-phablet">Pakistan</span>
<span class="u-show-phablet">PAK</span>
</td>
<td class="table-body__cell u-center-text">20</td>
<td class="table-body__cell u-center-text">1,496</td>
<td class="table-body__cell u-text-right rating">75</td>
</tr>
<tr class="table-body" data-team-id="170">
<td class="table-body__cell table-body__cell--position u-text-right">8</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo BAN"></span>
<span class="u-hide-phablet">Bangladesh</span>
<span class="u-show-phablet">BAN</span>
</td>
<td class="table-body__cell u-center-text">5</td>
<td class="table-body__cell u-center-text">306</td>
<td class="table-body__cell u-text-right rating">61</td>
</tr>
<tr class="table-body" data-team-id="24">
<td class="table-body__cell table-body__cell--position u-text-right">9</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo SL"></span>
<span class="u-hide-phablet">Sri Lanka</span>
<span class="u-show-phablet">SL</span>
</td>
<td class="table-body__cell u-center-text">11</td>
<td class="table-body__cell u-center-text">519</td>
<td class="table-body__cell u-text-right rating">47</td>
</tr>
<tr class="table-body" data-team-id="162">
<td class="table-body__cell table-body__cell--position u-text-right">10</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo IRE"></span>
<span class="u-hide-phablet">Ireland</span>
<span class="u-show-phablet">IRE</span>
</td>
<td class="table-body__cell u-center-text">2</td>
<td class="table-body__cell u-center-text">25</td>
<td class="table-body__cell u-text-right rating">13</td>
</tr>
</tbody>
</table>
</div>
</section>
<div class="promo promo--full">
<div class="promo__image-container">
<picture class="promo__image">
<source media="(max-width: 500px)" srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/cc28da71-3cef-4f36-814f-7a2d456a3a6e/Virat_Kohli_Mace.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/938172d1-7b2b-4742-abba-8f19c0a7e95c/Virat_Kohli_Mace.jpg 2x">
<source srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/2cdbca5a-822a-411e-8447-ea198dbf3419/Virat_Kohli_Mace.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/fb65dc99-3f7d-4954-80ab-ed036d465246/Virat_Kohli_Mace.jpg 2x">
<img alt="Play the MRF Tyres ICC Rankings Predictor" class="poly-object-fit" src="https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/2cdbca5a-822a-411e-8447-ea198dbf3419/Virat_Kohli_Mace.jpg"/>
</source></source></picture>
</div>
<div class="promo__text-container promo__text-container--with-image">
<h3 class="promo__title">Play the MRF Tyres ICC Rankings Predictor</h3>
<p class="promo__text">Predict the outcome of upcoming Test cricket fixtures and see how the MRF Tyres ICC Rankings change.</p>
<a class="promo__cta btn" href="/rankings/mens/rankings-predictor/test">Play Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Social Responsibility</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet"></span>
<span class="icn icn-facebook-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet"></span>
<span class="icn icn-twitter-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet"></span>
<span class="icn icn-instagram-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet"></span>
<span class="icn icn-youtube-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet"></span>
<span class="icn icn-tiktok-circle-small u-show-phablet"></span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/"><div class="icn icn-logo-icc-footer"></div></a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">Cricket</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">ICC Events</h4>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">Rankings</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">News and Video</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">More</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
About ICC
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
MediaZone
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
T20 Shop
</a></li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>
</ul>
</nav>
</div>
</footer></body>
</html>
print(Soup.prettify())
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC Ranking for ODI teams International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council rankings for test match cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council rankings for test match cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC Ranking for ODI teams International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>
ICC Ranking for ODI teams International Cricket Council
</title>
<meta content="Official International Cricket Council rankings for test match cricket teams. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/womens/team-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>
International Cricket Council
</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp">
</script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch">
</script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation">
</div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1">
</iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay">
</div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">
Name Lastname
</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Profile
<span class="js-profile-completion-percentage">
</span>
% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper">
</div>
</div>
<div class="account-message js-account-message">
</div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide">
</div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">
First name *
</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">
Last name *
</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">
Email address *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error">
</p>
<p class="js-email-exists form-error form-error--email">
Email address not available.
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">
Change Email
</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">
Password *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">
Change Password
</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">
Date of Birth
</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">
Day *
</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">
Month *
</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">
Year *
</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
</div>
<p class="js-date-error form-error form-error--date">
The date of birth is not valid
</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">
Country of residence
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">
Your favourite team
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span>
Sorry, but your contact preferences will take up to 24hrs to update
</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">
I'm happy for the ICC to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">
I'm happy for the ICC's partners to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences
<div class="loader loader--small">
</div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">
Cancel
</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">
Save Changes
</button>
<div class="loader js-loader u-hide">
</div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">
Sign Out
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option">
<a class="form-cta js-cancel-password" href="#">
back
</a>
</span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="current-password">
Current Password *
</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-current-pwd-error form-error form-error--email">
Invalid current password
</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">
Forgot password?
</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="new-password">
New password *
</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">
8 or more characters
</li>
<li class="js-verify-letters">
At least one upper and lower case letter
</li>
<li class="js-verify-number">
At least one number or symbol
</li>
</ul>
</div>
<p class="js-error form-error">
</p>
<p class="js-new-pwd-error form-error form-error--email">
The new password needs to be different than the current one.
</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="confirm-password">
Confirm new password *
</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-confirm-pwd-error form-error form-error--email">
The confirmation does not match your new password
</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">
Cancel
</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">
Change Password
</button>
<div class="loader js-password-loader u-hide">
</div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">
Official ICC App
</p>
<p class="mobile-banner__subheader">
<strong>
Your App for international cricket.
</strong>
The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!
</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">
Find Out More
</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In / Create Account
<span class="btn__loading-bar">
</span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">
Welcome back,
<span class="js-nav-user-text">
</span>
</div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item">
<a class="js-nav-account" href="#">
Account
</a>
</li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">
Sign Out
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg">
</div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc">
</div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">
Menu
</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">
Close
</span>
<div class="menu-button">
<div>
</div>
<div>
</div>
<div>
</div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">
Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__live-counter js-match-counter-nav">
</span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">
Live Scores
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">
Men's Fixtures
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">
Women's Fixtures
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">
2021 Event status
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Men's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">
Players Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">
Team Rankings Predictor
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">
About the Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">
Rankings FAQ
</a>
</li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Women's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">
Player Rankings
</a>
</li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">
Men
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">
Women
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">
U19
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">
ICC Vault
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">
Video Home
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">
Videos By Country
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">
ICC Events
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">
ICC Cricket 360°
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">
What is Cricket?
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">
About ICC
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">
Quiz
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">
Awards
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">
ICC on Social
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">
Media Releases
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">
News
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">
Photos
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">
Cricket for Good
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">
Mobile App
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">
Commercial Opportunities
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">
criiio
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">
100% Cricket
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">
ICC Shop
</a>
</li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">
Hi
<span class="js-nav-user-text-mobile">
</span>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__search-text">
Search
</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
</form>
<div class="global-navigation__search-overlay">
</div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<span class="u-screen-reader">
Scroll to Top
</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings">
</span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0">
</div>
<div class="drop-down__label">
Women's
</div>
<div class="drop-down__current">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/mens/overview">
Men's
</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">
Women's
</a>
</li>
</ul>
</nav>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">
Men's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">
Team Rankings Predictor
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">
Women's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">
Select your team
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="rankings-menu__notch js-notch">
</div>
<svg class="rankings-menu__notch-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">
T20I Team Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0">
</div>
<div class="drop-down__label">
Women's
</div>
<div class="drop-down__current">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/mens/overview">
Men's
</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">
Women's
</a>
</li>
</ul>
</nav>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">
Men's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">
Team Rankings Predictor
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">
Women's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">
Select your team
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="rankings-menu__notch js-notch">
</div>
<svg class="rankings-menu__notch-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">
T20I Team Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">
ODI
</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">
T20I
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<section class="widget rankings-widget" data-script="icc_rankings" data-widget="full-team-rankings">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">
wodi
</div>
<h4>
Women's ODI Rankings
</h4>
</div>
<div class="rankings-block__meta-container">
<div class="rankings-table__last-updated">
Last updated (GMT) - 19 Jul 2021
</div>
<div class="rankings-table__last-updated">
Developed by David Kendix
</div>
</div>
<div class="rankings-block__container full rankings-table">
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell rankings-table__team">
<span class="u-hide-mobile">
Team
</span>
<span class="u-show-mobile">
T
</span>
</th>
<th class="table-head__cell u-center-text">
<span class="u-hide-mobile">
Matches
</span>
<span class="u-show-mobile">
M
</span>
</th>
<th class="table-head__cell u-center-text">
<span class="u-hide-mobile">
Points
</span>
<span class="u-show-mobile">
P
</span>
</th>
<th class="table-head__cell u-text-right rating">
<span class="u-hide-mobile">
Rating
</span>
<span class="u-show-mobile">
R
</span>
</th>
</tr>
</thead>
<tbody>
<tr class="rankings-block__banner">
<td class="rankings-block__banner--pos">
1
</td>
<td class="rankings-block__banner--team-name">
<span class="flag-30 rankings-block__banner--flag AUS">
</span>
<span class="u-hide-phablet">
Australia
</span>
<span class="u-show-phablet">
AUS
</span>
</td>
<td class="rankings-block__banner--matches">
18
</td>
<td class="rankings-block__banner--points">
2,955
</td>
<td class="rankings-block__banner--rating u-text-right">
164
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</td>
</tr>
<tr class="table-body" data-team-id="28">
<td class="table-body__cell table-body__cell--position u-text-right">
2
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="u-hide-phablet">
England
</span>
<span class="u-show-phablet">
ENG
</span>
</td>
<td class="table-body__cell u-center-text">
20
</td>
<td class="table-body__cell u-center-text">
2,370
</td>
<td class="table-body__cell u-text-right rating">
119
</td>
</tr>
<tr class="table-body" data-team-id="25">
<td class="table-body__cell table-body__cell--position u-text-right">
3
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo SA">
</span>
<span class="u-hide-phablet">
South Africa
</span>
<span class="u-show-phablet">
SA
</span>
</td>
<td class="table-body__cell u-center-text">
24
</td>
<td class="table-body__cell u-center-text">
2,828
</td>
<td class="table-body__cell u-text-right rating">
118
</td>
</tr>
<tr class="table-body" data-team-id="31">
<td class="table-body__cell table-body__cell--position u-text-right">
4
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo IND">
</span>
<span class="u-hide-phablet">
India
</span>
<span class="u-show-phablet">
IND
</span>
</td>
<td class="table-body__cell u-center-text">
23
</td>
<td class="table-body__cell u-center-text">
2,535
</td>
<td class="table-body__cell u-text-right rating">
110
</td>
</tr>
<tr class="table-body" data-team-id="26">
<td class="table-body__cell table-body__cell--position u-text-right">
5
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="u-hide-phablet">
New Zealand
</span>
<span class="u-show-phablet">
NZ
</span>
</td>
<td class="table-body__cell u-center-text">
21
</td>
<td class="table-body__cell u-center-text">
1,947
</td>
<td class="table-body__cell u-text-right rating">
93
</td>
</tr>
<tr class="table-body" data-team-id="27">
<td class="table-body__cell table-body__cell--position u-text-right">
6
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo WI">
</span>
<span class="u-hide-phablet">
West Indies
</span>
<span class="u-show-phablet">
WI
</span>
</td>
<td class="table-body__cell u-center-text">
17
</td>
<td class="table-body__cell u-center-text">
1,427
</td>
<td class="table-body__cell u-text-right rating">
84
</td>
</tr>
<tr class="table-body" data-team-id="29">
<td class="table-body__cell table-body__cell--position u-text-right">
7
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo PAK">
</span>
<span class="u-hide-phablet">
Pakistan
</span>
<span class="u-show-phablet">
PAK
</span>
</td>
<td class="table-body__cell u-center-text">
20
</td>
<td class="table-body__cell u-center-text">
1,496
</td>
<td class="table-body__cell u-text-right rating">
75
</td>
</tr>
<tr class="table-body" data-team-id="170">
<td class="table-body__cell table-body__cell--position u-text-right">
8
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo BAN">
</span>
<span class="u-hide-phablet">
Bangladesh
</span>
<span class="u-show-phablet">
BAN
</span>
</td>
<td class="table-body__cell u-center-text">
5
</td>
<td class="table-body__cell u-center-text">
306
</td>
<td class="table-body__cell u-text-right rating">
61
</td>
</tr>
<tr class="table-body" data-team-id="24">
<td class="table-body__cell table-body__cell--position u-text-right">
9
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo SL">
</span>
<span class="u-hide-phablet">
Sri Lanka
</span>
<span class="u-show-phablet">
SL
</span>
</td>
<td class="table-body__cell u-center-text">
11
</td>
<td class="table-body__cell u-center-text">
519
</td>
<td class="table-body__cell u-text-right rating">
47
</td>
</tr>
<tr class="table-body" data-team-id="162">
<td class="table-body__cell table-body__cell--position u-text-right">
10
</td>
<td class="table-body__cell rankings-table__team">
<span class="flag-15 table-body_logo IRE">
</span>
<span class="u-hide-phablet">
Ireland
</span>
<span class="u-show-phablet">
IRE
</span>
</td>
<td class="table-body__cell u-center-text">
2
</td>
<td class="table-body__cell u-center-text">
25
</td>
<td class="table-body__cell u-text-right rating">
13
</td>
</tr>
</tbody>
</table>
</div>
</section>
<div class="promo promo--full">
<div class="promo__image-container">
<picture class="promo__image">
<source media="(max-width: 500px)" srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/cc28da71-3cef-4f36-814f-7a2d456a3a6e/Virat_Kohli_Mace.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/938172d1-7b2b-4742-abba-8f19c0a7e95c/Virat_Kohli_Mace.jpg 2x">
<source srcset="https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/2cdbca5a-822a-411e-8447-ea198dbf3419/Virat_Kohli_Mace.jpg, https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/fb65dc99-3f7d-4954-80ab-ed036d465246/Virat_Kohli_Mace.jpg 2x">
<img alt="Play the MRF Tyres ICC Rankings Predictor" class="poly-object-fit" src="https://resources.pulse.icc-cricket.com/ICC/photo/2017/01/31/2cdbca5a-822a-411e-8447-ea198dbf3419/Virat_Kohli_Mace.jpg"/>
</source>
</source>
</picture>
</div>
<div class="promo__text-container promo__text-container--with-image">
<h3 class="promo__title">
Play the MRF Tyres ICC Rankings Predictor
</h3>
<p class="promo__text">
Predict the outcome of upcoming Test cricket fixtures and see how the MRF Tyres ICC Rankings change.
</p>
<a class="promo__cta btn" href="/rankings/mens/rankings-predictor/test">
Play Now
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Social Responsibility
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">
Follow
<span class="u-italics">
ICC
</span>
On social
</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet">
</span>
<span class="icn icn-facebook-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet">
</span>
<span class="icn icn-twitter-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet">
</span>
<span class="icn icn-instagram-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet">
</span>
<span class="icn icn-youtube-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet">
</span>
<span class="icn icn-tiktok-circle-small u-show-phablet">
</span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/">
<div class="icn icn-logo-icc-footer">
</div>
</a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">
Cricket
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
ICC Events
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
Rankings
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
News and Video
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
More
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
About ICC
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
MediaZone
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
T20 Shop
</a>
</li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">
2021 © International Cricket Council FZ LLC
</li>
</ul>
</nav>
</div>
</footer>
</body>
</html>
#top10 ODI womens
name = Soup.find_all("span",class_="u-hide-phablet")
name
[<span class="u-hide-phablet">Australia</span>, <span class="u-hide-phablet">England</span>, <span class="u-hide-phablet">South Africa</span>, <span class="u-hide-phablet">India</span>, <span class="u-hide-phablet">New Zealand</span>, <span class="u-hide-phablet">West Indies</span>, <span class="u-hide-phablet">Pakistan</span>, <span class="u-hide-phablet">Bangladesh</span>, <span class="u-hide-phablet">Sri Lanka</span>, <span class="u-hide-phablet">Ireland</span>, <span class="icn icn-facebook-circle u-hide-phablet"></span>, <span class="icn icn-twitter-circle u-hide-phablet"></span>, <span class="icn icn-instagram-circle u-hide-phablet"></span>, <span class="icn icn-youtube-circle u-hide-phablet"></span>, <span class="icn icn-tiktok-circle u-hide-phablet"></span>]
Name = []
for i in name:
Name.append(i.text.replace("\n",""))
Name
['Australia', 'England', 'South Africa', 'India', 'New Zealand', 'West Indies', 'Pakistan', 'Bangladesh', 'Sri Lanka', 'Ireland', '', '', '', '', '']
#top10ODI matches
matches=Soup.find_all("td",class_="table-body__cell u-center-text")
matches
[<td class="table-body__cell u-center-text">20</td>, <td class="table-body__cell u-center-text">2,370</td>, <td class="table-body__cell u-center-text">24</td>, <td class="table-body__cell u-center-text">2,828</td>, <td class="table-body__cell u-center-text">23</td>, <td class="table-body__cell u-center-text">2,535</td>, <td class="table-body__cell u-center-text">21</td>, <td class="table-body__cell u-center-text">1,947</td>, <td class="table-body__cell u-center-text">17</td>, <td class="table-body__cell u-center-text">1,427</td>, <td class="table-body__cell u-center-text">20</td>, <td class="table-body__cell u-center-text">1,496</td>, <td class="table-body__cell u-center-text">5</td>, <td class="table-body__cell u-center-text">306</td>, <td class="table-body__cell u-center-text">11</td>, <td class="table-body__cell u-center-text">519</td>, <td class="table-body__cell u-center-text">2</td>, <td class="table-body__cell u-center-text">25</td>]
Matches=[]
for i in matches:
Matches.append(i.text.replace("\n",""))
Matches
['20', '2,370', '24', '2,828', '23', '2,535', '21', '1,947', '17', '1,427', '20', '1,496', '5', '306', '11', '519', '2', '25']
points=Soup.find_all("td",class_="table-body__cell u-center-text")
points
[<td class="table-body__cell u-center-text">20</td>, <td class="table-body__cell u-center-text">2,370</td>, <td class="table-body__cell u-center-text">24</td>, <td class="table-body__cell u-center-text">2,828</td>, <td class="table-body__cell u-center-text">23</td>, <td class="table-body__cell u-center-text">2,535</td>, <td class="table-body__cell u-center-text">21</td>, <td class="table-body__cell u-center-text">1,947</td>, <td class="table-body__cell u-center-text">17</td>, <td class="table-body__cell u-center-text">1,427</td>, <td class="table-body__cell u-center-text">20</td>, <td class="table-body__cell u-center-text">1,496</td>, <td class="table-body__cell u-center-text">5</td>, <td class="table-body__cell u-center-text">306</td>, <td class="table-body__cell u-center-text">11</td>, <td class="table-body__cell u-center-text">519</td>, <td class="table-body__cell u-center-text">2</td>, <td class="table-body__cell u-center-text">25</td>]
Points=[]
for i in points:
Points.append(i.text.replace("\n",""))
Points
['20', '2,370', '24', '2,828', '23', '2,535', '21', '1,947', '17', '1,427', '20', '1,496', '5', '306', '11', '519', '2', '25']
Points.pop(0)
'20'
Points.pop(1)
'24'
Points.pop(2)
'23'
Points.pop(3)
'21'
Points.pop(4)
'17'
Points.pop(5)
'20'
Points.pop(6)
'5'
Points.pop(7)
'11'
Points.pop(8)
'2'
rating=Soup.find_all("td",class_="table-body__cell u-text-right rating")
rating
[<td class="table-body__cell u-text-right rating">119</td>, <td class="table-body__cell u-text-right rating">118</td>, <td class="table-body__cell u-text-right rating">110</td>, <td class="table-body__cell u-text-right rating">93</td>, <td class="table-body__cell u-text-right rating">84</td>, <td class="table-body__cell u-text-right rating">75</td>, <td class="table-body__cell u-text-right rating">61</td>, <td class="table-body__cell u-text-right rating">47</td>, <td class="table-body__cell u-text-right rating">13</td>]
Rating=[]
for i in rating:
Rating.append(i.text.replace("\n"," "))
Rating
['119', '118', '110', '93', '84', '75', '61', '47', '13']
import pandas as pd
df=pd.DataFrame({})
df["Name"]=Name[:8]
df["Matches"]=Matches[:8]
df["Points"]=Points[:8]
df["Rating"]=Rating[:8]
df
| Name | Matches | Points | Rating | |
|---|---|---|---|---|
| 0 | Australia | 20 | 2,370 | 119 |
| 1 | England | 2,370 | 2,828 | 118 |
| 2 | South Africa | 24 | 2,535 | 110 |
| 3 | India | 2,828 | 1,947 | 93 |
| 4 | New Zealand | 23 | 1,427 | 84 |
| 5 | West Indies | 2,535 | 1,496 | 75 |
| 6 | Pakistan | 21 | 306 | 61 |
| 7 | Bangladesh | 1,947 | 519 | 47 |
Top 10 women’s ODI players along with the records of their team and rating.
!pip install bs4
!pip install requests
from bs4 import BeautifulSoup
import requests
Requirement already satisfied: bs4 in c:\users\dell\anaconda3\lib\site-packages (0.0.1) Requirement already satisfied: beautifulsoup4 in c:\users\dell\anaconda3\lib\site-packages (from bs4) (4.9.3) Requirement already satisfied: soupsieve>1.2; python_version >= "3.0" in c:\users\dell\anaconda3\lib\site-packages (from beautifulsoup4->bs4) (2.0.1) Requirement already satisfied: requests in c:\users\dell\anaconda3\lib\site-packages (2.24.0) Requirement already satisfied: certifi>=2017.4.17 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2020.6.20) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\dell\anaconda3\lib\site-packages (from requests) (1.25.11) Requirement already satisfied: chardet<4,>=3.0.2 in c:\users\dell\anaconda3\lib\site-packages (from requests) (3.0.4) Requirement already satisfied: idna<3,>=2.5 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2.10)
page=requests.get("https://www.icc-cricket.com/rankings/womens/player-rankings/odi")
page
<Response [200]>
page.content
b'<!DOCTYPE html>\n<html lang="en">\n<head>\n\n <meta name="twitter:title" content="ICC ODI Match Player Rankings International Cricket Council"/>\n<meta property="og:type" content="website"/>\n<meta property="twitter:card" content="summary_large_image"/>\n<meta name="description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta property="twitter:site" content="@icc"/>\n<meta name="twitter:description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta name="twitter:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<meta property="og:title" content="ICC ODI Match Player Rankings International Cricket Council"/>\n<meta property="og:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<title>ICC ODI Match Player Rankings International Cricket Council</title>\n<meta property="og:description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n\n\t<!-- Designed and built by Pulselive - www.pulselive.com -->\n \n<script>\n\n var dataLayer = [{\n \'user_language\':\'English\',\n \'web_domain\':\'www.icc-cricket.com\',\n \'page_type\':\'/rankings/womens/player-rankings/odi\' \n }];\n\n</script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-T7DPH24\');</script>\n<!-- End Google Tag Manager -->\n\n\n <meta charset="UTF-8">\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <meta name="apple-itunes-app" content="app-id=956440606"/>\n\n <link rel="manifest" href="/resources/prod/v8.19.9/manifest.json">\n\n <link rel="shortcut icon" href="/resources/prod/v8.19.9/i/elements/favicon.ico" />\n\n <link rel="publisher" href="https://plus.google.com/+ICC">\n\n \n\n\n\n <title>International Cricket Council</title>\n\n \n\n<!-- google platform library -->\n<script src="https://apis.google.com/js/api:client.js?onload=startApp" async defer></script>\n\n<script>\n\n var startApp = function() {\n gapi.load(\'auth2\', function(){\n // Retrieve the singleton for the GoogleAuth library and set up the client.\n auth2 = gapi.auth2.init({\n client_id: \'844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com\'\n // Request scopes in addition to \'profile\' and \'email\'\n //scope: \'additional_scope\'\n });\n });\n };\n</script>\n\n\n <link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet">\n\n <!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->\n\t<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>\n\n <link rel="stylesheet" href="/resources/prod/v8.19.9/styles/screen.css" />\n\n <script>\n\t\twindow.RESOURCE_VERSION = \'prod/v8.19.9\';\n\t</script>\n\n</head>\n<body>\n\n \n<!-- Google Tag Manager (noscript) -->\n<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24"\nheight="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n<!-- End Google Tag Manager (noscript) -->\n\n<div class="u-hide" data-widget="analytics-geolocation" data-script="icc_analytics-geolocation"></div>\n\n<!--\n Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019\n-->\n\n<iframe src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" width="1" height="1" frameborder="0" style="display:none"></iframe>\n\n<!-- End of Floodlight Tag: Please do not remove -->\n\n \n\n<script>\n window.fbAsyncInit = function() {\n FB.init({\n appId : 159513024983374,\n autoLogAppEvents : true,\n xfbml : true,\n version : \'v3.0\'\n });\n };\n\n (function(d, s, id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id)) {return;}\n js = d.createElement(s); js.id = id;\n js.src = "https://connect.facebook.net/en_US/sdk.js";\n fjs.parentNode.insertBefore(js, fjs);\n }(document, \'script\', \'facebook-jssdk\'));\n</script>\n\n\n \n<div class="user-account-overlay js-user-account-overlay"></div>\n<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">\n\n <div class="user-account__wrapper js-panel-account u-hide">\n\n <div class="user-account__header">\n\n <div class="user-account__close js-account-slider-close-btn" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </div>\n\n <div class="user-account__user-wrapper">\n <div class="user-account__image">\n <img src="#" class="u-hide js-account-user-img" alt="User Image">\n </div>\n <div class="user-account__user-info">\n <p class="user-account__user-info__text js-account-user">Name Lastname</p>\n <p class="user-account__user-info__profile js-profile-completion-info u-hide">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n Profile <span class="js-profile-completion-percentage"></span>% Complete\n </p>\n </div>\n </div>\n\n <div class="user-account__tabs-nav js-tabs-wrapper"></div>\n </div>\n\n <div class="account-message js-account-message"></div>\n\n <form id="user-account" name="user-account" autocomplete="off">\n\n <div data-ui-tab="My Account" class="user-account__tab">\n <div class="user-account__social-wrapper js-social-wrapper u-hide"></div>\n\n<fieldset>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="given_name">First name *</label>\n <input class="form-group__element" type="text" required name="given_name" id="given_name" pattern="^[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-group">\n <label class="form-group__label" for="family_name">Last name *</label>\n <input class="form-group__element" type="text" required name="family_name" id="family_name" pattern="[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button">\n <div class="form-group is-disabled js-change-email-input">\n <label class="form-group__label" for="email">Email address *</label>\n <input class="form-group__element" type="email" name="email" id="email" autocomplete="off" maxlength="50" disabled/>\n <p class="js-error form-error"></p>\n <p class="js-email-exists form-error form-error--email">Email address not available.</p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-email" type="button" novalidate>Change Email</button>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button js-account-password">\n <div class="form-group is-disabled js-change-password-input">\n <label class="form-group__label" for="password">Password *</label>\n <input class="form-group__element" type="password" name="password" id="password" placeholder="******" autocomplete="off" disabled/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-password" type="button" novalidate>Change Password</button>\n </div>\n </div>\n\n <div class="form-block form-block">\n <div class="form-block__label form-block__label--dob">Date of Birth</div>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="day">Day *</label>\n <input class="form-group__element" type="number" required name="day" placeholder="dd" id="day" min="0" />\n <p class="js-error form-error"></p>\n\n </div>\n <div class="form-group">\n <label class="form-group__label" for="month">Month *</label>\n <input class="form-group__element" type="number" required name="month" placeholder="mm" id="month" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group">\n <label class="form-group__label" for="year">Year *</label>\n <input class="form-group__element" type="number" required name="year" placeholder="yyyy" id="year" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n <p class="js-date-error form-error form-error--date">The date of birth is not valid</p>\n </div>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_COUNTRY">\n <div class="form-block__label">Country of residence</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n</fieldset>\n\n </div>\n <div data-ui-tab="My Preferences" class="user-account__tab">\n <div class="js-account-prefs u-hide">\n <fieldset>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_TEAM">\n <div class="form-block__label">Your favourite team</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n <div class="js-contact-prefs user-account__contact-prefs-wrapper">\n\n <div class="user-account__alert">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n <span>Sorry, but your contact preferences will take up to 24hrs to update</span>\n </div>\n\n <div class="user-account__contact-prefs">\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-contacting" id="allow-contacting"/>\n <label class="form-group__label" for="allow-contacting">I\'m happy for the ICC to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-partner-contacting" id="allow-partner-contacting"/>\n <label class="form-group__label" for="allow-partner-contacting">I\'m happy for the ICC\'s partners to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n </div>\n\n </fieldset>\n</div>\n\n<div class="overlay__loader__small js-loader-prefs">\n Hold on! Loading your preferences <div class="loader loader--small"></div>\n</div>\n\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions js-buttons-wrapper">\n <button class="form-btn form-btn--grey is-disabled js-cancel" disabled>Cancel</button>\n <button class="form-btn is-disabled js-submit" type="submit" disabled>Save Changes</button>\n <div class="loader js-loader u-hide"></div>\n </div>\n <button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg></button>\n </div>\n </form>\n\n </div>\n\n <div class="user-account__wrapper js-panel-account-password u-hide">\n <form id="account-edit-password" name="account-edit-password" novalidate>\n <div class="user-account__tabs-wrapper">\n\n <h1 class="overlay__title">\n Edit your password\n <span class="overlay__title__option"><a href="#" class="form-cta js-cancel-password">back</a></span>\n </h1>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="current-password">Current Password *</label>\n <input class="form-group__element" type="password" required name="current-password" id="current-password" />\n <p class="js-error form-error"></p>\n <p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>\n </div>\n\n <a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>\n\n <div class="form-block">\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="new-password">New password *</label>\n <input class="form-group__element" type="password" required name="new-password" id="new-password" />\n <div class="form-block__verify-password form-block__verify-password--slider js-verify-password">\n Password must include...\n <ul class="form-block__verify-list">\n <li class="js-verify-length">8 or more characters</li>\n <li class="js-verify-letters">At least one upper and lower case letter</li>\n <li class="js-verify-number">At least one number or symbol</li>\n </ul>\n </div>\n <p class="js-error form-error"></p>\n <p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>\n </div>\n </div>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="confirm-password">Confirm new password *</label>\n <input class="form-group__element" type="password" required name="confirm-password" id="confirm-password" />\n <p class="js-error form-error"></p>\n <p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>\n </div>\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions">\n <button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>\n <button class="form-btn is-disabled js-submit-password" type="submit" disabled>Change Password</button>\n <div class="loader js-password-loader u-hide"></div>\n </div>\n </div>\n</form>\n\n </div>\n\n</section>\n\n\n<div class="js-mobile-banner mobile-banner " data-widget="mobile-banner">\n <div class="wrapper">\n <div class="col-12">\n <div class="mobile-banner__wrapper">\n <p class="mobile-banner__header">Official ICC App</p>\n <p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don\xe2\x80\x99t miss a moment and keep up with the latest from around the world of cricket!</p>\n <div class="mobile-banner__app-buttons">\n <a target="_blank" href="https://www.icc-cricket.com/mobile" class="btn">Find Out More</a>\n </div>\n </div>\n </div>\n </div>\n <a class="mobile-banner__close js-mobile-banner-close">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </a>\n</div>\n\n\t<div class="global-header ">\n\t\t<ul class="global-header__list">\n <li class="global-header__item ">\n \t\t\t<a href="http://www.icctravelandtours.com/" class="global-header__link"><svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>ICC Travel & Tours</a>\n \t\t</li>\n\t\t</ul>\n\t\t\n <ul class="global-header-social__list">\n <li class="global-header-social__item">\n <a href="https://www.facebook.com/icc/" class="global-header-social__link global-header-social__link--facebook-f" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://twitter.com/ICC" class="global-header-social__link global-header-social__link--twitter" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.instagram.com/icc/" class="global-header-social__link global-header-social__link--instagram" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.youtube.com/user/CricketICC" class="global-header-social__link global-header-social__link--youtube" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube"></use></svg>\n </a>\n </li>\n </ul>\n\n\t\t<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">\n <a href="/sign-in" class="btn btn--account btn--icon js-nav-default is-transitioning">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In / Create Account\n <span class="btn__loading-bar"></span>\n </a>\n <div class="global-header__sign-in js-nav-signedin u-hide">\n\n <div class="global-header__user-message js-nav-user" tabindex="0" role="button">\n <div class="global-header__image-container">\n <img src="#" class="u-hide js-nav-user-img" alt="User Image">\n </div>\n <div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>\n </div>\n\n <ul class="global-header__dropdown global-header__user-dropdown js-dropdown">\n <li class="global-header__dropdown-item"><a href="#" class="js-nav-account">Account</a></li>\n <li class="global-header__dropdown-item global-header__dropdown-item--signout">\n <a href="#" class="js-nav-logout">Sign Out</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg>\n </li>\n </ul>\n\n </div>\n</div>\n\n\t</div>\n\n\n\n <div class="global-navigation">\n <div class="global-navigation__default-bg"></div>\n <div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">\n \t<nav class="global-navigation__main js-global-navigation is-open" data-widget="scroll-boundary" data-active-class="is-fixed">\n \t\t<a href="/home-page" class="global-navigation__branding">\n \t\t\t<div class="icn icn-logo-icc"></div>\n \t\t</a>\n \t\t<div role="button" class="global-navigation__menu-button js-global-navigation-menu-button">\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>\n \t\t\t<div class="menu-button">\n \t <div></div>\n \t <div></div>\n \t <div></div>\n \t </div>\n \t\t</div>\n\n \t\t<div class="global-navigation__container js-global-navigation-container">\n \t\t\t<ul class="global-navigation__list">\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link ">\n\n\t\t<div role="button" class="global-navigation__link">\n \t\t\t<a href="/">Home\n </a>\n\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Live <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t\t\t<span class="global-navigation__live-counter js-match-counter-nav"></span>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/live" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Live Scores</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/mens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Results</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/womens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Results</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Fixtures <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Fixtures</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Fixtures</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t ICC Events <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.t20worldcup.com" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC T20 World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.cricketworldcup.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/world-test-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC World Test Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/u19-world-cup/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC U19 Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/champions-trophy" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Champions Trophy</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-super-league/fixtures" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Super League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-challenge-league/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Challenge League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-league-two/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup League 2</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Women\'s Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/event-status" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">2021 Event status</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Rankings <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\n\t\t\t\t<div class="global-navigation__drop-down global-navigation__drop-down--2-column">\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Men\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Players Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings/comparison" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Comparison</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/rankings-predictor/test" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings Predictor</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">About the Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/faqs" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Rankings FAQ</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Women\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Rankings</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Teams <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/men" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/women" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/u19" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">U19</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Video <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/vault" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Vault</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Video Home</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/by-country" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Videos By Country</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/events" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Events</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/cricket-360" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket 360\xc2\xb0</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/what-is-cricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">What is Cricket?</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t More <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item global-nav__item--divider"><a href="https://www.icc-cricket.com/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">About ICC</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/quiz" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Quiz</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/awards/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Awards</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/hall-of-fame" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Hall of Fame</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/social" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC on Social</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/media-releases" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Media Releases</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">News</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/photos" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Photos</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-for-good" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Cricket for Good</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mobile" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Mobile App</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news/318971" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Commercial Opportunities</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/criiio/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">criiio</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/100percentcricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">100% Cricket</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://icccricketshop.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Shop</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n \t\t\t</ul>\n \n\t<div class="global-navigation-menu u-hide">\n\t\t<ul class="global-navigation-menu__list">\n\t\t\t\t\t<li class="global-navigation-menu__item">\n\t\t\t\t\t\t<a href="http://www.icctravelandtours.com/" class="global-navigation-menu__link">\n\t\t\t\t\t\t\t<svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>\n\t\t\t\t\t\t\tICC Travel & Tours\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">\n <a href="/sign-in" class="global-navigation-menu__link">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In/Create Account\n </a>\n </li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">\n <a href="#" class="global-navigation-menu__link">\n <div class="global-navigation-menu__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n <div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>\n </a>\n </li>\n\t\t</ul>\n\t</div>\n\n \t\t</div>\n\n\t\t\t\t\n\n \t\t<div tabindex="0" role="button" class="global-navigation__search js-global-navigation-search">\n \t\t\t<svg class="global-navigation__search-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t<span class="global-navigation__search-text">Search</span>\n \t\t</div>\n\n <a href="/sign-in" class="global-navigation__user js-nav-default-mobile" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n </a>\n <a href="#" class="global-navigation__user js-nav-signedin-mobile u-hide" role="button">\n <div class="global-navigation__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n </a>\n\n \t\t<form action="/search" type="GET" class="global-navigation__search-open js-global-navigation-search-open">\n \t\t\t<div class="global-navigation__search-input">\n \t\t\t\t<input tabindex="-1" class="js-global-navigation-input" type="text" name="term" placeholder="Search ICC" />\n \t\t\t</div>\n \t\t\t<button type="submit" tabindex="0" class="global-navigation__search-go js-global-navigation-search-go">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t</button>\n \t\t\t<div tabindex="0" class="global-navigation__search-close js-global-navigation-search-close">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n \t\t\t</div>\n \t\t</form>\n <div class="global-navigation__search-overlay"></div>\n \t</nav>\n </div>\n </div>\n\n\n<main id="main-content" tabindex="0">\n\t\n\n<button class="scroll-to-top" data-widget="scroll-to-top" data-script="icc_scroll-to-top">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n\n <div class="scroll-to-top__mask" aria-hidden="true">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n </div>\n <span class="u-screen-reader">Scroll to Top</span>\n</button>\n\n\n\n<header class="page-header page-header--rankings">\n <div class="wrapper">\n <div class="col-12">\n <div class="page-header__banner">\n <a class="page-logo" href="http://track.adform.net/C/?bn=20093364" data-widget="impression-tracker" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" target="_blank">\n <span class="icn icn-logo-mrf-rankings"></span>\n </a>\n </div>\n <div class="share share--\n \n share--vertical\n \n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n </div>\n</header>\n\n\n<div class="l-sticky-side-nav">\n\t<div class="l-sticky-side-nav__nav">\n\t\t\n<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">\n <div class="drop-down-tablet js-drop-down">\n <div class="drop-down__clickzone js-drop-down-trigger" tabindex="0" role="button"></div>\n <div class="drop-down__label">\n Women\'s\n </div>\n <div class="drop-down__current">\n Player Rankings\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down"></use></svg>\n </div>\n <div class="drop-down__dropdown-list js-drop-down-options">\n <div class="rankings-menu__tab-container u-hide-tablet">\n <nav class="content-tabs">\n <ul class="block-list-2 u-no-font-size" role="tablist">\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab " href="/rankings/mens/overview">Men\'s</a>\n </li>\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">Women\'s</a>\n </li>\n </ul>\n </nav>\n </div>\n <div class=" tab-content">\n <h3 class="rankings-menu__title">Men\'s</h3>\n\n <ul class="rankings-menu__list">\n\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings/comparison" class="rankings-menu__link ">Player Comparison<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/rankings-predictor/" class="rankings-menu__link ">Team Rankings Predictor<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n <div class="active tab-content">\n <h3 class="rankings-menu__title">Women\'s</h3>\n\n <ul class="rankings-menu__list">\n\n <li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">\n <a href="#" class="rankings-menu__link js-fav-team-link">Select your team</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg>\n <div class="rankings-menu__notch js-notch"></div>\n <svg class="rankings-menu__notch-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star"></use></svg\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens-t20i-faq" class="rankings-menu__link ">T20I Team Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n </div>\n </div>\n</div>\n\n\t</div>\n\n\t<div class="l-sticky-side-nav__content">\n\t\t\n <section class="ranking-format-menu">\n\n <div class="wrapper wrapper--sticky">\n\n <div class="col-12">\n <div class="content-tabs">\n \t\t<ul class="inline-list">\n \t <li class="ranking-format-menu__item">\n \t \t<a href="odi" class="content-tabs__tab content-tabs__tab--active" >ODI</a>\n \t </li>\n \t <li class="ranking-format-menu__item">\n \t \t<a href="t20i" class="content-tabs__tab " >T20I</a>\n \t </li>\n \t\t</ul>\n \t</div>\n </div>\n </div>\n\n </section>\n\n\t\t<div class="wrapper wrapper--sticky">\n\t\t\t<div class="col-12">\n\t\t\t\t<div class="widget rankings-widget">\n <header class="widget__header">\n <h3 class="widget__title">Women\'s ODI Player Rankings</h3>\n </header>\n <div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">\n \t<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">\n \t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="batting"\n data-cricket-scope="wodi"\n data-page-size="10"\n data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting"\n data-title="ODI Batting Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-wodi">wodi</div>\n <h4>ODI Batting Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/558">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Mithali Raj</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 IND"></div>\n <span class="rankings-block__banner--nation"></span>IND</span>\n <div class="rankings-block__banner--rating">762</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="558" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/1785">Lizelle Lee</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">758</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/466">Alyssa Healy</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">756</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/545">Tammy Beaumont</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">754</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo WI"></span>\n <span class="table-body__logo-text">WI</span>\n </td>\n <td class="table-body__cell u-text-right rating">736</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/469">Meg Lanning</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">723</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/487">Amy Satterthwaite</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">715</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">706</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/1809">Smriti Mandhana</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">701</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/3176">Laura Wolvaardt</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">683</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 18. July 2021</span>\n\n \t</div>\n \t<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">\n \t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="bowling"\n data-cricket-scope="wodi"\n data-page-size="10"\n data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling"\n data-title="ODI Bowling Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-wodi">wodi</div>\n <h4>ODI Bowling Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/468">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Jess Jonassen</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 AUS"></div>\n <span class="rankings-block__banner--nation"></span>AUS</span>\n <div class="rankings-block__banner--rating">808</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="468" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/997">Megan Schutt</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">762</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/424">Marizanne Kapp</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">747</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/423">Shabnim Ismail</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">717</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/562">Jhulan Goswami</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">694</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/3337">Sophie Ecclestone</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">668</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/547">Katherine Brunt</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">646</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/425">Ayabonga Khaka</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">638</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/1814">Poonam Yadav</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">617</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/471">Ellyse Perry</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">616</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 18. July 2021</span>\n\n \t</div>\n \t<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">\n \t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="all_round"\n data-cricket-scope="wodi"\n data-page-size="10"\n data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder"\n data-title="ODI All-Rounder Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-wodi">wodi</div>\n <h4>ODI All-Rounder Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/424">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Marizanne Kapp</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 SA"></div>\n <span class="rankings-block__banner--nation"></span>SA</span>\n <div class="rankings-block__banner--rating">418</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="424" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n \n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/471">Ellyse Perry</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">418</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo WI"></span>\n <span class="table-body__logo-text">WI</span>\n </td>\n <td class="table-body__cell u-text-right rating">394</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">365</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/3192">Deepti Sharma</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">331</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/468">Jess Jonassen</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">307</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/4128">Ashleigh Gardner</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">252</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/430">Dane van Niekerk</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">243</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/478">Sophie Devine</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">242</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/547">Katherine Brunt</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">239</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 18. July 2021</span>\n\n \t</div>\n </div>\n</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n</main>\n\n<footer class="footer" role="contentinfo">\n \n<div class="wrapper">\n <section class="footer-partners">\n\n\n <div class="footer-partners__list u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n <section class="footer-partners__list footer-partners__list--double u-hide-desktop">\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n </section>\n <div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.moneygram.com/" \n class="footer-partners__link" \n aria-label="MoneyGram" \n \n title="MoneyGram"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120" alt="MoneyGram" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.bira91.com/" \n class="footer-partners__link" \n aria-label="Bira 91" \n target="_blank" \n title="Bira 91"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120" alt="Bira 91" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120" alt="Star Sports" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.coca-colaindia.com/" \n class="footer-partners__link" \n aria-label="Coca Cola" \n target="_blank" \n title="Coca Cola"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120" alt="Coca Cola" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://upstox.com/" \n class="footer-partners__link" \n aria-label="Upstox" \n target="_blank" \n title="Upstox"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120" alt="Upstox" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235072" \n class="footer-partners__link" \n aria-label="Nissan" \n target="_blank" \n title="Nissan"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120" alt="Nissan" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" \n class="footer-partners__link" \n aria-label="Royal Stag" \n target="_blank" \n title="Royal Stag"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105" alt="Royal Stag" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.dream11.com/" \n class="footer-partners__link" \n aria-label="Dream11" \n target="_blank" \n title="Dream11"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105" alt="Dream11" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.jacobscreek.com/en-gb" \n class="footer-partners__link" \n aria-label="Jacobs Creek" \n target="_blank" \n title="Jacobs Creek"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105" alt="Jacobs Creek" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Social Responsibility</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" \n class="footer-partners__link" \n aria-label="Cricket for Good" \n target="_blank" \n title="Cricket for Good"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126" alt="Cricket for Good" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n </section>\n</div>\n<div class="global-footer ">\n <div class="wrapper">\n \n\n<div class="col-12">\n <div class="global-footer__social-container">\n \n <ul class="social-follow-footer">\n <h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>\n <li class="social-follow-footer__item">\n <a href="https://www.facebook.com/icc/" class="social-follow-footer__link facebook" target="_blank">\n <span class="icn icn-facebook-circle u-hide-phablet"></span>\n <span class="icn icn-facebook-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://twitter.com/ICC" class="social-follow-footer__link twitter" target="_blank">\n <span class="icn icn-twitter-circle u-hide-phablet"></span>\n <span class="icn icn-twitter-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.instagram.com/icc/" class="social-follow-footer__link instagram" target="_blank">\n <span class="icn icn-instagram-circle u-hide-phablet"></span>\n <span class="icn icn-instagram-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.youtube.com/user/CricketICC" class="social-follow-footer__link youtube" target="_blank">\n <span class="icn icn-youtube-circle u-hide-phablet"></span>\n <span class="icn icn-youtube-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.tiktok.com/@icc" class="social-follow-footer__link tiktok" target="_blank">\n <span class="icn icn-tiktok-circle u-hide-phablet"></span>\n <span class="icn icn-tiktok-circle-small u-show-phablet"></span>\n </a>\n </li>\n </ul>\n\n </div>\n <div class="global-footer__branding">\n <a href="/" class="global-footer__branding-link"><div class="icn icn-logo-icc-footer"></div></a>\n </div>\n <div class="global-footer__lists">\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Cricket</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/live" >\n \tLive Scores Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/mens-results" >\n \tMen\'s Results\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/womens-results" >\n \tWomen\'s Results\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">ICC Events</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcup.com" >\n \tICC T20 World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.cricketworldcup.com/" >\n \tICC Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//world-test-championship" >\n \tICC World Test Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/u19-world-cup/index.html" >\n \tICC U19 Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/champions-trophy" >\n \tICC Champions Trophy\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures" >\n \tICC Men\'s Cricket World Cup Super League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news" >\n \tICC Men\'s Cricket World Cup Challenge League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-league-two/news" >\n \tICC Men\'s Cricket World Cup League 2\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/womens-championship" >\n \tICC Women\'s Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/event-status" >\n \t2021 Event status\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Rankings</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/overview" >\n \tOverview\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/team-rankings/test" >\n \tTeam Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.icc-cricket.com/rankings/mens/player-rankings/" >\n \tPlayer Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/" >\n \tRankings Predictor\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/about" >\n \tAbout the Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/faqs" >\n \tRankings FAQs\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">News and Video</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/news" >\n \tNews Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-releases" >\n \tMedia Releases\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/video" >\n \tVideo Home\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/photos" >\n \tPhotos\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">More</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/social" >\n \tICC on Social\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/awards/overview" >\n \tAwards\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/hall-of-fame" >\n \tHall of Fame\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/mobile" >\n \tICC on Mobile\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/about" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tAbout ICC\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-zone/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tMediaZone\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcupshop.com/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tT20 Shop\n \t</a></li>\n\t </ul>\n </div>\n</div>\n\n </div>\n \n<nav class="global-footer-corporate" role="navigation" aria-label="footer policy links">\n\n <ul class="global-footer-corporate__list">\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use" >\n Legal Notice\n </a>\n </li>\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy" >\n Privacy Policy\n </a>\n </li>\n <li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>\n </ul>\n\n</nav>\n\n</div>\n</body>\n</html>\n\n\n</footer>\n\n \n \n \n\n <script src="/resources/prod/v8.19.9/scripts/vendors.min.js"></script>\n <script src="/resources/prod/v8.19.9/scripts/client.min.js"></script>\n\n <!--[if IE]> -->\n <script type="text/javascript">\n svg4everybody();\n </script>\n <!-- <![endif]-->\n</body>\n</html>\n'
Soup=BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC ODI Match Player Rankings International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC ODI Match Player Rankings International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>ICC ODI Match Player Rankings International Cricket Council</title>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/womens/player-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>International Cricket Council</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp"></script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation"></div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1"></iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay"></div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">Name Lastname</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Profile <span class="js-profile-completion-percentage"></span>% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper"></div>
</div>
<div class="account-message js-account-message"></div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide"></div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">First name *</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">Last name *</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">Email address *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error"></p>
<p class="js-email-exists form-error form-error--email">Email address not available.</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">Change Email</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">Password *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">Change Password</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">Date of Birth</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">Day *</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">Month *</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">Year *</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
</div>
<p class="js-date-error form-error form-error--date">The date of birth is not valid</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">Country of residence</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">Your favourite team</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span>Sorry, but your contact preferences will take up to 24hrs to update</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">I'm happy for the ICC to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">I'm happy for the ICC's partners to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences <div class="loader loader--small"></div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">Cancel</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">Save Changes</button>
<div class="loader js-loader u-hide"></div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option"><a class="form-cta js-cancel-password" href="#">back</a></span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="current-password">Current Password *</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="new-password">New password *</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">8 or more characters</li>
<li class="js-verify-letters">At least one upper and lower case letter</li>
<li class="js-verify-number">At least one number or symbol</li>
</ul>
</div>
<p class="js-error form-error"></p>
<p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="confirm-password">Confirm new password *</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">Change Password</button>
<div class="loader js-password-loader u-hide"></div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">Official ICC App</p>
<p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">Find Out More</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/"><svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>ICC Travel & Tours</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In / Create Account
<span class="btn__loading-bar"></span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item"><a class="js-nav-account" href="#">Account</a></li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">Sign Out</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg"></div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc"></div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>
<div class="menu-button">
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__live-counter js-match-counter-nav"></span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">Live Scores</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">Men's Results</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">Women's Results</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">Men's Fixtures</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">Women's Fixtures</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">ICC T20 World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">ICC Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">ICC World Test Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">ICC U19 Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">ICC Champions Trophy</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">ICC Men's Cricket World Cup Super League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">ICC Men's Cricket World Cup Challenge League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">ICC Men's Cricket World Cup League 2</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">ICC Women's Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">2021 Event status</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Men's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">Players Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">Player Comparison</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">Team Rankings Predictor</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">About the Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">Rankings FAQ</a></li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Women's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">Player Rankings</a></li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">Men</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">Women</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">U19</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">ICC Vault</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">Video Home</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">Videos By Country</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">ICC Events</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">ICC Cricket 360°</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">What is Cricket?</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">About ICC</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">Quiz</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">Awards</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">Hall of Fame</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">ICC on Social</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">Media Releases</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">News</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">Photos</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">Cricket for Good</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">Mobile App</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">Commercial Opportunities</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">criiio</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">100% Cricket</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">ICC Shop</a></li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__search-text">Search</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
</form>
<div class="global-navigation__search-overlay"></div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
</div>
<span class="u-screen-reader">Scroll to Top</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings"></span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0"></div>
<div class="drop-down__label">
Women's
</div>
<div class="drop-down__current">
Player Rankings
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/mens/overview">Men's</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">Women's</a>
</li>
</ul>
</nav>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">Men's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">Player Comparison<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">Team Rankings Predictor<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">Women's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">Select your team</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="rankings-menu__notch js-notch"></div>
<svg class="rankings-menu__notch-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li><li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">T20I Team Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">ODI</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">T20I</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="widget rankings-widget">
<header class="widget__header">
<h3 class="widget__title">Women's ODI Player Rankings</h3>
</header>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-page-size="10" data-player-rankings-card="" data-title="ODI Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">wodi</div>
<h4>ODI Batting Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/558">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Mithali Raj</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 IND"></div>
<span class="rankings-block__banner--nation"></span>IND
<div class="rankings-block__banner--rating">762</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="558" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1785">Lizelle Lee</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">758</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/466">Alyssa Healy</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">756</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/545">Tammy Beaumont</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">754</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI"></span>
<span class="table-body__logo-text">WI</span>
</td>
<td class="table-body__cell u-text-right rating">736</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/469">Meg Lanning</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">723</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/487">Amy Satterthwaite</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">715</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">706</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1809">Smriti Mandhana</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">701</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3176">Laura Wolvaardt</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">683</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 18. July 2021</span>
</div>
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-page-size="10" data-player-rankings-card="" data-title="ODI Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">wodi</div>
<h4>ODI Bowling Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/468">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Jess Jonassen</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 AUS"></div>
<span class="rankings-block__banner--nation"></span>AUS
<div class="rankings-block__banner--rating">808</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="468" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/997">Megan Schutt</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">762</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/424">Marizanne Kapp</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">747</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/423">Shabnim Ismail</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">717</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/562">Jhulan Goswami</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">694</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3337">Sophie Ecclestone</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">668</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/547">Katherine Brunt</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">646</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/425">Ayabonga Khaka</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">638</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1814">Poonam Yadav</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">617</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/471">Ellyse Perry</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">616</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 18. July 2021</span>
</div>
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-page-size="10" data-player-rankings-card="" data-title="ODI All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">wodi</div>
<h4>ODI All-Rounder Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/424">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Marizanne Kapp</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 SA"></div>
<span class="rankings-block__banner--nation"></span>SA
<div class="rankings-block__banner--rating">418</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="424" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/471">Ellyse Perry</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">418</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI"></span>
<span class="table-body__logo-text">WI</span>
</td>
<td class="table-body__cell u-text-right rating">394</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">365</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3192">Deepti Sharma</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">331</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/468">Jess Jonassen</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">307</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/4128">Ashleigh Gardner</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">252</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/430">Dane van Niekerk</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">243</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/478">Sophie Devine</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">242</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/547">Katherine Brunt</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">239</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 18. July 2021</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Social Responsibility</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet"></span>
<span class="icn icn-facebook-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet"></span>
<span class="icn icn-twitter-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet"></span>
<span class="icn icn-instagram-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet"></span>
<span class="icn icn-youtube-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet"></span>
<span class="icn icn-tiktok-circle-small u-show-phablet"></span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/"><div class="icn icn-logo-icc-footer"></div></a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">Cricket</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">ICC Events</h4>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">Rankings</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">News and Video</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">More</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
About ICC
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
MediaZone
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
T20 Shop
</a></li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>
</ul>
</nav>
</div>
</footer></body>
</html>
print(Soup.prettify())
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC ODI Match Player Rankings International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC ODI Match Player Rankings International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>
ICC ODI Match Player Rankings International Cricket Council
</title>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/womens/player-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>
International Cricket Council
</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp">
</script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch">
</script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation">
</div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1">
</iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay">
</div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">
Name Lastname
</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Profile
<span class="js-profile-completion-percentage">
</span>
% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper">
</div>
</div>
<div class="account-message js-account-message">
</div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide">
</div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">
First name *
</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">
Last name *
</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">
Email address *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error">
</p>
<p class="js-email-exists form-error form-error--email">
Email address not available.
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">
Change Email
</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">
Password *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">
Change Password
</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">
Date of Birth
</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">
Day *
</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">
Month *
</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">
Year *
</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
</div>
<p class="js-date-error form-error form-error--date">
The date of birth is not valid
</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">
Country of residence
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">
Your favourite team
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span>
Sorry, but your contact preferences will take up to 24hrs to update
</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">
I'm happy for the ICC to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">
I'm happy for the ICC's partners to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences
<div class="loader loader--small">
</div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">
Cancel
</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">
Save Changes
</button>
<div class="loader js-loader u-hide">
</div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">
Sign Out
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option">
<a class="form-cta js-cancel-password" href="#">
back
</a>
</span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="current-password">
Current Password *
</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-current-pwd-error form-error form-error--email">
Invalid current password
</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">
Forgot password?
</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="new-password">
New password *
</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">
8 or more characters
</li>
<li class="js-verify-letters">
At least one upper and lower case letter
</li>
<li class="js-verify-number">
At least one number or symbol
</li>
</ul>
</div>
<p class="js-error form-error">
</p>
<p class="js-new-pwd-error form-error form-error--email">
The new password needs to be different than the current one.
</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="confirm-password">
Confirm new password *
</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-confirm-pwd-error form-error form-error--email">
The confirmation does not match your new password
</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">
Cancel
</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">
Change Password
</button>
<div class="loader js-password-loader u-hide">
</div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">
Official ICC App
</p>
<p class="mobile-banner__subheader">
<strong>
Your App for international cricket.
</strong>
The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!
</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">
Find Out More
</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In / Create Account
<span class="btn__loading-bar">
</span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">
Welcome back,
<span class="js-nav-user-text">
</span>
</div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item">
<a class="js-nav-account" href="#">
Account
</a>
</li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">
Sign Out
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg">
</div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc">
</div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">
Menu
</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">
Close
</span>
<div class="menu-button">
<div>
</div>
<div>
</div>
<div>
</div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">
Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__live-counter js-match-counter-nav">
</span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">
Live Scores
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">
Men's Fixtures
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">
Women's Fixtures
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">
2021 Event status
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Men's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">
Players Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">
Team Rankings Predictor
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">
About the Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">
Rankings FAQ
</a>
</li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Women's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">
Player Rankings
</a>
</li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">
Men
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">
Women
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">
U19
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">
ICC Vault
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">
Video Home
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">
Videos By Country
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">
ICC Events
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">
ICC Cricket 360°
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">
What is Cricket?
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">
About ICC
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">
Quiz
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">
Awards
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">
ICC on Social
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">
Media Releases
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">
News
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">
Photos
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">
Cricket for Good
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">
Mobile App
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">
Commercial Opportunities
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">
criiio
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">
100% Cricket
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">
ICC Shop
</a>
</li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">
Hi
<span class="js-nav-user-text-mobile">
</span>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__search-text">
Search
</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
</form>
<div class="global-navigation__search-overlay">
</div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<span class="u-screen-reader">
Scroll to Top
</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings">
</span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0">
</div>
<div class="drop-down__label">
Women's
</div>
<div class="drop-down__current">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/mens/overview">
Men's
</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">
Women's
</a>
</li>
</ul>
</nav>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">
Men's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">
Team Rankings Predictor
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">
Women's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">
Select your team
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="rankings-menu__notch js-notch">
</div>
<svg class="rankings-menu__notch-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">
T20I Team Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">
ODI
</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">
T20I
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="widget rankings-widget">
<header class="widget__header">
<h3 class="widget__title">
Women's ODI Player Rankings
</h3>
</header>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-page-size="10" data-player-rankings-card="" data-title="ODI Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">
wodi
</div>
<h4>
ODI Batting Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/558">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Mithali Raj
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 IND">
</div>
<span class="rankings-block__banner--nation">
</span>
IND
<div class="rankings-block__banner--rating">
762
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="558" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1785">
Lizelle Lee
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
758
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/466">
Alyssa Healy
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
756
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/545">
Tammy Beaumont
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
754
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/573">
Stafanie Taylor
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI">
</span>
<span class="table-body__logo-text">
WI
</span>
</td>
<td class="table-body__cell u-text-right rating">
736
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/469">
Meg Lanning
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
723
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/487">
Amy Satterthwaite
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
715
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1800">
Natalie Sciver
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
706
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1809">
Smriti Mandhana
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
701
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3176">
Laura Wolvaardt
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
683
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 18. July 2021
</span>
</div>
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-page-size="10" data-player-rankings-card="" data-title="ODI Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">
wodi
</div>
<h4>
ODI Bowling Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/468">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Jess Jonassen
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 AUS">
</div>
<span class="rankings-block__banner--nation">
</span>
AUS
<div class="rankings-block__banner--rating">
808
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="468" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/997">
Megan Schutt
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
762
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/424">
Marizanne Kapp
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
747
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/423">
Shabnim Ismail
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
717
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/562">
Jhulan Goswami
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
694
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3337">
Sophie Ecclestone
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
668
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/547">
Katherine Brunt
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
646
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/425">
Ayabonga Khaka
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
638
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1814">
Poonam Yadav
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
617
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/471">
Ellyse Perry
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
616
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 18. July 2021
</span>
</div>
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-page-size="10" data-player-rankings-card="" data-title="ODI All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">
wodi
</div>
<h4>
ODI All-Rounder Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/424">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Marizanne Kapp
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 SA">
</div>
<span class="rankings-block__banner--nation">
</span>
SA
<div class="rankings-block__banner--rating">
418
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="424" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/471">
Ellyse Perry
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
418
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/573">
Stafanie Taylor
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI">
</span>
<span class="table-body__logo-text">
WI
</span>
</td>
<td class="table-body__cell u-text-right rating">
394
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1800">
Natalie Sciver
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
365
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3192">
Deepti Sharma
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
331
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/468">
Jess Jonassen
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
307
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/4128">
Ashleigh Gardner
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
252
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/430">
Dane van Niekerk
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
243
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/478">
Sophie Devine
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
242
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/547">
Katherine Brunt
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
239
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 18. July 2021
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Social Responsibility
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">
Follow
<span class="u-italics">
ICC
</span>
On social
</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet">
</span>
<span class="icn icn-facebook-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet">
</span>
<span class="icn icn-twitter-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet">
</span>
<span class="icn icn-instagram-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet">
</span>
<span class="icn icn-youtube-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet">
</span>
<span class="icn icn-tiktok-circle-small u-show-phablet">
</span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/">
<div class="icn icn-logo-icc-footer">
</div>
</a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">
Cricket
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
ICC Events
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
Rankings
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
News and Video
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
More
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
About ICC
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
MediaZone
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
T20 Shop
</a>
</li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">
2021 © International Cricket Council FZ LLC
</li>
</ul>
</nav>
</div>
</footer>
</body>
</html>
#top10womens
name=Soup.find_all("td",class_="table-body__cell name")
name
[<td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/1785">Lizelle Lee</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/466">Alyssa Healy</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/545">Tammy Beaumont</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/469">Meg Lanning</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/487">Amy Satterthwaite</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/1809">Smriti Mandhana</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/3176">Laura Wolvaardt</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/997">Megan Schutt</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/424">Marizanne Kapp</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/423">Shabnim Ismail</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/562">Jhulan Goswami</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/3337">Sophie Ecclestone</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/547">Katherine Brunt</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/425">Ayabonga Khaka</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/1814">Poonam Yadav</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/471">Ellyse Perry</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/471">Ellyse Perry</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/3192">Deepti Sharma</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/468">Jess Jonassen</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/4128">Ashleigh Gardner</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/430">Dane van Niekerk</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/478">Sophie Devine</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/547">Katherine Brunt</a> </td>]
Name=[]
for i in name:
Name.append(i.text.replace("\n",""))
Name
['Lizelle Lee', 'Alyssa Healy', 'Tammy Beaumont', 'Stafanie Taylor', 'Meg Lanning', 'Amy Satterthwaite', 'Natalie Sciver', 'Smriti Mandhana', 'Laura Wolvaardt', 'Megan Schutt', 'Marizanne Kapp', 'Shabnim Ismail', 'Jhulan Goswami', 'Sophie Ecclestone', 'Katherine Brunt', 'Ayabonga Khaka', 'Poonam Yadav', 'Ellyse Perry', 'Ellyse Perry', 'Stafanie Taylor', 'Natalie Sciver', 'Deepti Sharma', 'Jess Jonassen', 'Ashleigh Gardner', 'Dane van Niekerk', 'Sophie Devine', 'Katherine Brunt']
#top10 womens
team=Soup.find_all("td",class_="table-body__cell nationality-logo")
team
[<td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo WI"></span> <span class="table-body__logo-text">WI</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo WI"></span> <span class="table-body__logo-text">WI</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>]
Team=[]
for i in team:
Team.append(i.text.replace("\n",""))
Team
['SA', 'AUS', 'ENG', 'WI', 'AUS', 'NZ', 'ENG', 'IND', 'SA', 'AUS', 'SA', 'SA', 'IND', 'ENG', 'ENG', 'SA', 'IND', 'AUS', 'AUS', 'WI', 'ENG', 'IND', 'AUS', 'AUS', 'SA', 'NZ', 'ENG']
rating=Soup.find_all("td",class_="table-body__cell u-text-right rating")
rating
[<td class="table-body__cell u-text-right rating">758</td>, <td class="table-body__cell u-text-right rating">756</td>, <td class="table-body__cell u-text-right rating">754</td>, <td class="table-body__cell u-text-right rating">736</td>, <td class="table-body__cell u-text-right rating">723</td>, <td class="table-body__cell u-text-right rating">715</td>, <td class="table-body__cell u-text-right rating">706</td>, <td class="table-body__cell u-text-right rating">701</td>, <td class="table-body__cell u-text-right rating">683</td>, <td class="table-body__cell u-text-right rating">762</td>, <td class="table-body__cell u-text-right rating">747</td>, <td class="table-body__cell u-text-right rating">717</td>, <td class="table-body__cell u-text-right rating">694</td>, <td class="table-body__cell u-text-right rating">668</td>, <td class="table-body__cell u-text-right rating">646</td>, <td class="table-body__cell u-text-right rating">638</td>, <td class="table-body__cell u-text-right rating">617</td>, <td class="table-body__cell u-text-right rating">616</td>, <td class="table-body__cell u-text-right rating">418</td>, <td class="table-body__cell u-text-right rating">394</td>, <td class="table-body__cell u-text-right rating">365</td>, <td class="table-body__cell u-text-right rating">331</td>, <td class="table-body__cell u-text-right rating">307</td>, <td class="table-body__cell u-text-right rating">252</td>, <td class="table-body__cell u-text-right rating">243</td>, <td class="table-body__cell u-text-right rating">242</td>, <td class="table-body__cell u-text-right rating">239</td>]
Rating=[]
for i in rating:
Rating.append(i.text.replace("\n",""))
Rating
['758', '756', '754', '736', '723', '715', '706', '701', '683', '762', '747', '717', '694', '668', '646', '638', '617', '616', '418', '394', '365', '331', '307', '252', '243', '242', '239']
import pandas as pd
df=pd.DataFrame({})
df["Name"]=Name[:10]
df["Team"]=Team[:10]
df["Rating"]=Rating[:10]
df
| Name | Team | Rating | |
|---|---|---|---|
| 0 | Lizelle Lee | SA | 758 |
| 1 | Alyssa Healy | AUS | 756 |
| 2 | Tammy Beaumont | ENG | 754 |
| 3 | Stafanie Taylor | WI | 736 |
| 4 | Meg Lanning | AUS | 723 |
| 5 | Amy Satterthwaite | NZ | 715 |
| 6 | Natalie Sciver | ENG | 706 |
| 7 | Smriti Mandhana | IND | 701 |
| 8 | Laura Wolvaardt | SA | 683 |
| 9 | Megan Schutt | AUS | 762 |
Top 10 women’s ODI all-rounder along with the records of their team and rating.
!pip install bs4
!pip install requests
from bs4 import BeautifulSoup
import requests
Requirement already satisfied: bs4 in c:\users\dell\anaconda3\lib\site-packages (0.0.1) Requirement already satisfied: beautifulsoup4 in c:\users\dell\anaconda3\lib\site-packages (from bs4) (4.9.3) Requirement already satisfied: soupsieve>1.2; python_version >= "3.0" in c:\users\dell\anaconda3\lib\site-packages (from beautifulsoup4->bs4) (2.0.1) Requirement already satisfied: requests in c:\users\dell\anaconda3\lib\site-packages (2.24.0) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\dell\anaconda3\lib\site-packages (from requests) (1.25.11) Requirement already satisfied: certifi>=2017.4.17 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2020.6.20) Requirement already satisfied: chardet<4,>=3.0.2 in c:\users\dell\anaconda3\lib\site-packages (from requests) (3.0.4) Requirement already satisfied: idna<3,>=2.5 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2.10)
page=requests.get("https://www.icc-cricket.com/rankings/womens/player-rankings/odi")
page
<Response [200]>
page.content
b'<!DOCTYPE html>\n<html lang="en">\n<head>\n\n <meta name="twitter:title" content="ICC ODI Match Player Rankings International Cricket Council"/>\n<meta property="og:type" content="website"/>\n<meta property="twitter:card" content="summary_large_image"/>\n<meta name="description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta property="twitter:site" content="@icc"/>\n<meta name="twitter:description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n<meta name="twitter:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<meta property="og:title" content="ICC ODI Match Player Rankings International Cricket Council"/>\n<meta property="og:image" content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg"/>\n<title>ICC ODI Match Player Rankings International Cricket Council</title>\n<meta property="og:description" content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams."/>\n\n\t<!-- Designed and built by Pulselive - www.pulselive.com -->\n \n<script>\n\n var dataLayer = [{\n \'user_language\':\'English\',\n \'web_domain\':\'www.icc-cricket.com\',\n \'page_type\':\'/rankings/womens/player-rankings/odi\' \n }];\n\n</script>\n\n<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-T7DPH24\');</script>\n<!-- End Google Tag Manager -->\n\n\n <meta charset="UTF-8">\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <meta name="apple-itunes-app" content="app-id=956440606"/>\n\n <link rel="manifest" href="/resources/prod/v8.19.9/manifest.json">\n\n <link rel="shortcut icon" href="/resources/prod/v8.19.9/i/elements/favicon.ico" />\n\n <link rel="publisher" href="https://plus.google.com/+ICC">\n\n \n\n\n\n <title>International Cricket Council</title>\n\n \n\n<!-- google platform library -->\n<script src="https://apis.google.com/js/api:client.js?onload=startApp" async defer></script>\n\n<script>\n\n var startApp = function() {\n gapi.load(\'auth2\', function(){\n // Retrieve the singleton for the GoogleAuth library and set up the client.\n auth2 = gapi.auth2.init({\n client_id: \'844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com\'\n // Request scopes in addition to \'profile\' and \'email\'\n //scope: \'additional_scope\'\n });\n });\n };\n</script>\n\n\n <link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet">\n\n <!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->\n\t<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>\n\n <link rel="stylesheet" href="/resources/prod/v8.19.9/styles/screen.css" />\n\n <script>\n\t\twindow.RESOURCE_VERSION = \'prod/v8.19.9\';\n\t</script>\n\n</head>\n<body>\n\n \n<!-- Google Tag Manager (noscript) -->\n<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24"\nheight="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n<!-- End Google Tag Manager (noscript) -->\n\n<div class="u-hide" data-widget="analytics-geolocation" data-script="icc_analytics-geolocation"></div>\n\n<!--\n Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019\n-->\n\n<iframe src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" width="1" height="1" frameborder="0" style="display:none"></iframe>\n\n<!-- End of Floodlight Tag: Please do not remove -->\n\n \n\n<script>\n window.fbAsyncInit = function() {\n FB.init({\n appId : 159513024983374,\n autoLogAppEvents : true,\n xfbml : true,\n version : \'v3.0\'\n });\n };\n\n (function(d, s, id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id)) {return;}\n js = d.createElement(s); js.id = id;\n js.src = "https://connect.facebook.net/en_US/sdk.js";\n fjs.parentNode.insertBefore(js, fjs);\n }(document, \'script\', \'facebook-jssdk\'));\n</script>\n\n\n \n<div class="user-account-overlay js-user-account-overlay"></div>\n<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">\n\n <div class="user-account__wrapper js-panel-account u-hide">\n\n <div class="user-account__header">\n\n <div class="user-account__close js-account-slider-close-btn" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </div>\n\n <div class="user-account__user-wrapper">\n <div class="user-account__image">\n <img src="#" class="u-hide js-account-user-img" alt="User Image">\n </div>\n <div class="user-account__user-info">\n <p class="user-account__user-info__text js-account-user">Name Lastname</p>\n <p class="user-account__user-info__profile js-profile-completion-info u-hide">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n Profile <span class="js-profile-completion-percentage"></span>% Complete\n </p>\n </div>\n </div>\n\n <div class="user-account__tabs-nav js-tabs-wrapper"></div>\n </div>\n\n <div class="account-message js-account-message"></div>\n\n <form id="user-account" name="user-account" autocomplete="off">\n\n <div data-ui-tab="My Account" class="user-account__tab">\n <div class="user-account__social-wrapper js-social-wrapper u-hide"></div>\n\n<fieldset>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="given_name">First name *</label>\n <input class="form-group__element" type="text" required name="given_name" id="given_name" pattern="^[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-group">\n <label class="form-group__label" for="family_name">Last name *</label>\n <input class="form-group__element" type="text" required name="family_name" id="family_name" pattern="[A-Za-z-\\s]+$" maxlength="50"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button">\n <div class="form-group is-disabled js-change-email-input">\n <label class="form-group__label" for="email">Email address *</label>\n <input class="form-group__element" type="email" name="email" id="email" autocomplete="off" maxlength="50" disabled/>\n <p class="js-error form-error"></p>\n <p class="js-email-exists form-error form-error--email">Email address not available.</p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-email" type="button" novalidate>Change Email</button>\n </div>\n </div>\n\n <div class="form-group-multiple form-group-multiple--with-button js-account-password">\n <div class="form-group is-disabled js-change-password-input">\n <label class="form-group__label" for="password">Password *</label>\n <input class="form-group__element" type="password" name="password" id="password" placeholder="******" autocomplete="off" disabled/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group form-group--button">\n <button class="form-btn form-btn--outlined js-change-password" type="button" novalidate>Change Password</button>\n </div>\n </div>\n\n <div class="form-block form-block">\n <div class="form-block__label form-block__label--dob">Date of Birth</div>\n\n <div class="form-group-multiple">\n <div class="form-group">\n <label class="form-group__label" for="day">Day *</label>\n <input class="form-group__element" type="number" required name="day" placeholder="dd" id="day" min="0" />\n <p class="js-error form-error"></p>\n\n </div>\n <div class="form-group">\n <label class="form-group__label" for="month">Month *</label>\n <input class="form-group__element" type="number" required name="month" placeholder="mm" id="month" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n <div class="form-group">\n <label class="form-group__label" for="year">Year *</label>\n <input class="form-group__element" type="number" required name="year" placeholder="yyyy" id="year" min="0"/>\n <p class="js-error form-error"></p>\n </div>\n </div>\n <p class="js-date-error form-error form-error--date">The date of birth is not valid</p>\n </div>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_COUNTRY">\n <div class="form-block__label">Country of residence</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n</fieldset>\n\n </div>\n <div data-ui-tab="My Preferences" class="user-account__tab">\n <div class="js-account-prefs u-hide">\n <fieldset>\n\n <div class="form-block" data-widget="form-dropdown" data-dropdown-type="SSO_TEAM">\n <div class="form-block__label">Your favourite team</div>\n <div class="form-dropdown js-dropdown-wrapper"></div>\n </div>\n\n <div class="js-contact-prefs user-account__contact-prefs-wrapper">\n\n <div class="user-account__alert">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert"></use></svg>\n <span>Sorry, but your contact preferences will take up to 24hrs to update</span>\n </div>\n\n <div class="user-account__contact-prefs">\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-contacting" id="allow-contacting"/>\n <label class="form-group__label" for="allow-contacting">I\'m happy for the ICC to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n\n <div class="form-block form-block--no-margin">\n <div class="form-group form-group--checkbox">\n <input class="form-group__element" type="checkbox" name="allow-partner-contacting" id="allow-partner-contacting"/>\n <label class="form-group__label" for="allow-partner-contacting">I\'m happy for the ICC\'s partners to contact me</label>\n </div>\n <p class="js-error form-error"></p>\n </div>\n </div>\n\n </div>\n\n </fieldset>\n</div>\n\n<div class="overlay__loader__small js-loader-prefs">\n Hold on! Loading your preferences <div class="loader loader--small"></div>\n</div>\n\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions js-buttons-wrapper">\n <button class="form-btn form-btn--grey is-disabled js-cancel" disabled>Cancel</button>\n <button class="form-btn is-disabled js-submit" type="submit" disabled>Save Changes</button>\n <div class="loader js-loader u-hide"></div>\n </div>\n <button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg></button>\n </div>\n </form>\n\n </div>\n\n <div class="user-account__wrapper js-panel-account-password u-hide">\n <form id="account-edit-password" name="account-edit-password" novalidate>\n <div class="user-account__tabs-wrapper">\n\n <h1 class="overlay__title">\n Edit your password\n <span class="overlay__title__option"><a href="#" class="form-cta js-cancel-password">back</a></span>\n </h1>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="current-password">Current Password *</label>\n <input class="form-group__element" type="password" required name="current-password" id="current-password" />\n <p class="js-error form-error"></p>\n <p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>\n </div>\n\n <a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>\n\n <div class="form-block">\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="new-password">New password *</label>\n <input class="form-group__element" type="password" required name="new-password" id="new-password" />\n <div class="form-block__verify-password form-block__verify-password--slider js-verify-password">\n Password must include...\n <ul class="form-block__verify-list">\n <li class="js-verify-length">8 or more characters</li>\n <li class="js-verify-letters">At least one upper and lower case letter</li>\n <li class="js-verify-number">At least one number or symbol</li>\n </ul>\n </div>\n <p class="js-error form-error"></p>\n <p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>\n </div>\n </div>\n\n <div class="form-group form-group--password">\n <div class="form-group__password-action js-toggle-password">Show</div>\n <label class="form-group__label" for="confirm-password">Confirm new password *</label>\n <input class="form-group__element" type="password" required name="confirm-password" id="confirm-password" />\n <p class="js-error form-error"></p>\n <p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>\n </div>\n </div>\n\n <div class="user-account__buttons-wrapper">\n <div class="user-account__account-actions">\n <button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>\n <button class="form-btn is-disabled js-submit-password" type="submit" disabled>Change Password</button>\n <div class="loader js-password-loader u-hide"></div>\n </div>\n </div>\n</form>\n\n </div>\n\n</section>\n\n\n<div class="js-mobile-banner mobile-banner " data-widget="mobile-banner">\n <div class="wrapper">\n <div class="col-12">\n <div class="mobile-banner__wrapper">\n <p class="mobile-banner__header">Official ICC App</p>\n <p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don\xe2\x80\x99t miss a moment and keep up with the latest from around the world of cricket!</p>\n <div class="mobile-banner__app-buttons">\n <a target="_blank" href="https://www.icc-cricket.com/mobile" class="btn">Find Out More</a>\n </div>\n </div>\n </div>\n </div>\n <a class="mobile-banner__close js-mobile-banner-close">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n </a>\n</div>\n\n\t<div class="global-header ">\n\t\t<ul class="global-header__list">\n <li class="global-header__item ">\n \t\t\t<a href="http://www.icctravelandtours.com/" class="global-header__link"><svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>ICC Travel & Tours</a>\n \t\t</li>\n\t\t</ul>\n\t\t\n <ul class="global-header-social__list">\n <li class="global-header-social__item">\n <a href="https://www.facebook.com/icc/" class="global-header-social__link global-header-social__link--facebook-f" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://twitter.com/ICC" class="global-header-social__link global-header-social__link--twitter" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.instagram.com/icc/" class="global-header-social__link global-header-social__link--instagram" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram"></use></svg>\n </a>\n </li>\n <li class="global-header-social__item">\n <a href="https://www.youtube.com/user/CricketICC" class="global-header-social__link global-header-social__link--youtube" target="_blank">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube"></use></svg>\n </a>\n </li>\n </ul>\n\n\t\t<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">\n <a href="/sign-in" class="btn btn--account btn--icon js-nav-default is-transitioning">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In / Create Account\n <span class="btn__loading-bar"></span>\n </a>\n <div class="global-header__sign-in js-nav-signedin u-hide">\n\n <div class="global-header__user-message js-nav-user" tabindex="0" role="button">\n <div class="global-header__image-container">\n <img src="#" class="u-hide js-nav-user-img" alt="User Image">\n </div>\n <div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>\n </div>\n\n <ul class="global-header__dropdown global-header__user-dropdown js-dropdown">\n <li class="global-header__dropdown-item"><a href="#" class="js-nav-account">Account</a></li>\n <li class="global-header__dropdown-item global-header__dropdown-item--signout">\n <a href="#" class="js-nav-logout">Sign Out</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out"></use></svg>\n </li>\n </ul>\n\n </div>\n</div>\n\n\t</div>\n\n\n\n <div class="global-navigation">\n <div class="global-navigation__default-bg"></div>\n <div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">\n \t<nav class="global-navigation__main js-global-navigation is-open" data-widget="scroll-boundary" data-active-class="is-fixed">\n \t\t<a href="/home-page" class="global-navigation__branding">\n \t\t\t<div class="icn icn-logo-icc"></div>\n \t\t</a>\n \t\t<div role="button" class="global-navigation__menu-button js-global-navigation-menu-button">\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>\n \t\t\t<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>\n \t\t\t<div class="menu-button">\n \t <div></div>\n \t <div></div>\n \t <div></div>\n \t </div>\n \t\t</div>\n\n \t\t<div class="global-navigation__container js-global-navigation-container">\n \t\t\t<ul class="global-navigation__list">\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link ">\n\n\t\t<div role="button" class="global-navigation__link">\n \t\t\t<a href="/">Home\n </a>\n\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Live <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t\t\t<span class="global-navigation__live-counter js-match-counter-nav"></span>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/live" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Live Scores</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/mens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Results</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/live-cricket/womens-results" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Results</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Fixtures <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men\'s Fixtures</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-schedule/list" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women\'s Fixtures</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t ICC Events <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.t20worldcup.com" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC T20 World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.cricketworldcup.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/world-test-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC World Test Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/u19-world-cup/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC U19 Cricket World Cup</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/champions-trophy" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Champions Trophy</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-super-league/fixtures" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Super League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-challenge-league/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup Challenge League</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-world-cup-league-two/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Men\'s Cricket World Cup League 2</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/womens-championship" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Women\'s Championship</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/event-status" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">2021 Event status</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Rankings <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\n\t\t\t\t<div class="global-navigation__drop-down global-navigation__drop-down--2-column">\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Men\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Players Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/player-rankings/comparison" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Comparison</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/mens/rankings-predictor/test" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings Predictor</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">About the Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/faqs" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Rankings FAQ</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="global-navigation__drop-down-column">\n\t\t\t\t\t\t<div class="global-navigation__drop-down-title">Women\'s Rankings</div>\n\t\t\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Overview</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/team-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Team Rankings</a></li>\n\t\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item"><a href="/rankings/womens/player-rankings" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link">Player Rankings</a></li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Teams <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/men" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Men</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/women" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Women</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://www.icc-cricket.com/teams/u19" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">U19</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t Video <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/vault" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Vault</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Video Home</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/by-country" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Videos By Country</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/events" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Events</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/cricket-360" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Cricket 360\xc2\xb0</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/video/what-is-cricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">What is Cricket?</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n\t<li tabindex="0" class="global-navigation__item js-global-navigation-item #! has-drop-down ">\n\n\t\t<div role="button" class="global-navigation__link">\n\t\t More <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down"></use></svg>\n\t\t</div>\n\t\t\t<div class="global-navigation__drop-down">\n\t\t\t\t<ul class="global-navigation__drop-down-list">\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item global-nav__item--divider"><a href="https://www.icc-cricket.com/about" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">About ICC</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/quiz" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Quiz</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/awards/overview" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Awards</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/hall-of-fame" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Hall of Fame</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/social" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC on Social</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/media-releases" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Media Releases</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">News</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/photos" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Photos</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/cricket-for-good" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Cricket for Good</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/mobile" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Mobile App</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/news/318971" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">Commercial Opportunities</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/criiio/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">criiio</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="/100percentcricket" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">100% Cricket</a></li>\n\t\t\t\t\t\t\t<li class="global-navigation__drop-down-item "><a href="https://icccricketshop.com/" class=" global-navigation__drop-down-link js-global-navigation-drop-down-link ">ICC Shop</a></li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\n\t</li>\n \t\t\t</ul>\n \n\t<div class="global-navigation-menu u-hide">\n\t\t<ul class="global-navigation-menu__list">\n\t\t\t\t\t<li class="global-navigation-menu__item">\n\t\t\t\t\t\t<a href="http://www.icctravelandtours.com/" class="global-navigation-menu__link">\n\t\t\t\t\t\t\t<svg class="icon plane"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane"></use></svg>\n\t\t\t\t\t\t\tICC Travel & Tours\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">\n <a href="/sign-in" class="global-navigation-menu__link">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n Sign In/Create Account\n </a>\n </li>\n <li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">\n <a href="#" class="global-navigation-menu__link">\n <div class="global-navigation-menu__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n <div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>\n </a>\n </li>\n\t\t</ul>\n\t</div>\n\n \t\t</div>\n\n\t\t\t\t\n\n \t\t<div tabindex="0" role="button" class="global-navigation__search js-global-navigation-search">\n \t\t\t<svg class="global-navigation__search-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t<span class="global-navigation__search-text">Search</span>\n \t\t</div>\n\n <a href="/sign-in" class="global-navigation__user js-nav-default-mobile" role="button">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account"></use></svg>\n </a>\n <a href="#" class="global-navigation__user js-nav-signedin-mobile u-hide" role="button">\n <div class="global-navigation__image-container">\n <img src="#" class="u-hide js-nav-user-img-mobile" alt="User Image">\n </div>\n </a>\n\n \t\t<form action="/search" type="GET" class="global-navigation__search-open js-global-navigation-search-open">\n \t\t\t<div class="global-navigation__search-input">\n \t\t\t\t<input tabindex="-1" class="js-global-navigation-input" type="text" name="term" placeholder="Search ICC" />\n \t\t\t</div>\n \t\t\t<button type="submit" tabindex="0" class="global-navigation__search-go js-global-navigation-search-go">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search"></use></svg>\n \t\t\t</button>\n \t\t\t<div tabindex="0" class="global-navigation__search-close js-global-navigation-search-close">\n \t\t\t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close"></use></svg>\n \t\t\t</div>\n \t\t</form>\n <div class="global-navigation__search-overlay"></div>\n \t</nav>\n </div>\n </div>\n\n\n<main id="main-content" tabindex="0">\n\t\n\n<button class="scroll-to-top" data-widget="scroll-to-top" data-script="icc_scroll-to-top">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n\n <div class="scroll-to-top__mask" aria-hidden="true">\n\t<svg class="scroll-to-top__icon">\n\t\t<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow"></use>\n\t</svg>\n </div>\n <span class="u-screen-reader">Scroll to Top</span>\n</button>\n\n\n\n<header class="page-header page-header--rankings">\n <div class="wrapper">\n <div class="col-12">\n <div class="page-header__banner">\n <a class="page-logo" href="http://track.adform.net/C/?bn=20093364" data-widget="impression-tracker" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" target="_blank">\n <span class="icn icn-logo-mrf-rankings"></span>\n </a>\n </div>\n <div class="share share--\n \n share--vertical\n \n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n </div>\n</header>\n\n\n<div class="l-sticky-side-nav">\n\t<div class="l-sticky-side-nav__nav">\n\t\t\n<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">\n <div class="drop-down-tablet js-drop-down">\n <div class="drop-down__clickzone js-drop-down-trigger" tabindex="0" role="button"></div>\n <div class="drop-down__label">\n Women\'s\n </div>\n <div class="drop-down__current">\n Player Rankings\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down"></use></svg>\n </div>\n <div class="drop-down__dropdown-list js-drop-down-options">\n <div class="rankings-menu__tab-container u-hide-tablet">\n <nav class="content-tabs">\n <ul class="block-list-2 u-no-font-size" role="tablist">\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab " href="/rankings/mens/overview">Men\'s</a>\n </li>\n <li class="u-no-padding u-no-margin">\n <a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">Women\'s</a>\n </li>\n </ul>\n </nav>\n </div>\n <div class=" tab-content">\n <h3 class="rankings-menu__title">Men\'s</h3>\n\n <ul class="rankings-menu__list">\n\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/player-rankings/comparison" class="rankings-menu__link ">Player Comparison<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/mens/rankings-predictor/" class="rankings-menu__link ">Team Rankings Predictor<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n <div class="active tab-content">\n <h3 class="rankings-menu__title">Women\'s</h3>\n\n <ul class="rankings-menu__list">\n\n <li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">\n <a href="#" class="rankings-menu__link js-fav-team-link">Select your team</a>\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg>\n <div class="rankings-menu__notch js-notch"></div>\n <svg class="rankings-menu__notch-icon icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star"></use></svg\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/overview" class="rankings-menu__link ">Overview<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/team-rankings" class="rankings-menu__link ">Team Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens/player-rankings" class="rankings-menu__link ">Player Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/about" class="rankings-menu__link ">About the Rankings<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/faqs" class="rankings-menu__link ">Player Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n <li class="rankings-menu__item">\n <a href="/rankings/womens-t20i-faq" class="rankings-menu__link ">T20I Team Rankings FAQs<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right"></use></svg></a>\n </li>\n\n </ul>\n </div>\n\n </div>\n </div>\n</div>\n\n\t</div>\n\n\t<div class="l-sticky-side-nav__content">\n\t\t\n <section class="ranking-format-menu">\n\n <div class="wrapper wrapper--sticky">\n\n <div class="col-12">\n <div class="content-tabs">\n \t\t<ul class="inline-list">\n \t <li class="ranking-format-menu__item">\n \t \t<a href="odi" class="content-tabs__tab content-tabs__tab--active" >ODI</a>\n \t </li>\n \t <li class="ranking-format-menu__item">\n \t \t<a href="t20i" class="content-tabs__tab " >T20I</a>\n \t </li>\n \t\t</ul>\n \t</div>\n </div>\n </div>\n\n </section>\n\n\t\t<div class="wrapper wrapper--sticky">\n\t\t\t<div class="col-12">\n\t\t\t\t<div class="widget rankings-widget">\n <header class="widget__header">\n <h3 class="widget__title">Women\'s ODI Player Rankings</h3>\n </header>\n <div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">\n \t<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">\n \t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="batting"\n data-cricket-scope="wodi"\n data-page-size="10"\n data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting"\n data-title="ODI Batting Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-wodi">wodi</div>\n <h4>ODI Batting Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/558">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Mithali Raj</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 IND"></div>\n <span class="rankings-block__banner--nation"></span>IND</span>\n <div class="rankings-block__banner--rating">762</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="558" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/1785">Lizelle Lee</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">758</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/466">Alyssa Healy</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">756</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/545">Tammy Beaumont</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">754</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo WI"></span>\n <span class="table-body__logo-text">WI</span>\n </td>\n <td class="table-body__cell u-text-right rating">736</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/469">Meg Lanning</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">723</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/487">Amy Satterthwaite</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">715</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">706</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/1809">Smriti Mandhana</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">701</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/3176">Laura Wolvaardt</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">683</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 18. July 2021</span>\n\n \t</div>\n \t<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">\n \t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="bowling"\n data-cricket-scope="wodi"\n data-page-size="10"\n data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling"\n data-title="ODI Bowling Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-wodi">wodi</div>\n <h4>ODI Bowling Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/468">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Jess Jonassen</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 AUS"></div>\n <span class="rankings-block__banner--nation"></span>AUS</span>\n <div class="rankings-block__banner--rating">808</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="468" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 2\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/997">Megan Schutt</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">762</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/424">Marizanne Kapp</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">747</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/423">Shabnim Ismail</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">717</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/562">Jhulan Goswami</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">694</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/3337">Sophie Ecclestone</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">668</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/547">Katherine Brunt</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">646</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/425">Ayabonga Khaka</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">638</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/1814">Poonam Yadav</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">617</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/471">Ellyse Perry</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">616</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 18. July 2021</span>\n\n \t</div>\n \t<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">\n \t\t\n\n\n\n <div class="rankings-block__container "\n data-cricket-role="all_round"\n data-cricket-scope="wodi"\n data-page-size="10"\n data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder"\n data-title="ODI All-Rounder Rankings"\n data-player-rankings-card>\n\n <div class="rankings-block__banner">\n\n <div class="rankings-block__title-container">\n <div class="rankings-block__type t-wodi">wodi</div>\n <h4>ODI All-Rounder Rankings</h4>\n <div class="share share--\n \n share--vertical\n share--small\n "\n \n data-widget="share">\n <div class="share__container">\n <div class="share__btn js-share-btn">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share"></use></svg>\n <div class="share__title">Share</div>\n </div>\n <ul class="share__list">\n\n <li class="share__item share__item--facebook js-social-option" data-social-service="facebook" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook"></use></svg>\n </li>\n\n <li class="share__item share__item--twitter js-social-option" data-social-service="twitter" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter"></use></svg>\n </li>\n <li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="buttn" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger"></use></svg>\n </li>\n\n <li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp"></use></svg>\n </li>\n\n <li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">\n <svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url"></use></svg>\n <div class="share__copy-message js-copy-message">URL Copied</div>\n </li>\n\n </ul>\n </div>\n </div>\n </div>\n\n <a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/424">\n\n <div class="rankings-block__top-player">\n <div class="rankings-block__banner--pos">\n 1\n <span class="ranking-pos no-change"></span>\n </div>\n\n <div class="rankings-block__banner--player-info">\n <div class="rankings-block__banner--name">Marizanne Kapp</div>\n <div class="rankings-block__banner--nationality">\n <div class="flag-15 SA"></div>\n <span class="rankings-block__banner--nation"></span>SA</span>\n <div class="rankings-block__banner--rating">418</div>\n </div>\n </div>\n\n <div class="rankings-block__player-image-container">\n <img class="rankings-block__player-image image-missing" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png" alt="" data-widget="player-image" data-player="424" data-size="130x150" data-error="true">\n </div>\n </div>\n </a>\n\n <span class="circle-branding circle-branding--top"></span>\n <span class="circle-branding circle-branding--bottom"></span>\n\n </div>\n\n <table class="table">\n <thead>\n <tr class="table-head">\n <th class="table-head__cell u-text-right">Pos</th>\n <th class="table-head__cell">Player</th>\n <th class="table-head__cell">Team</th>\n <th class="table-head__cell u-text-right">Rating</th>\n </tr>\n </thead>\n\n <tbody>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n \n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/471">Ellyse Perry</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">418</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 3\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo WI"></span>\n <span class="table-body__logo-text">WI</span>\n </td>\n <td class="table-body__cell u-text-right rating">394</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 4\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">365</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 5\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/3192">Deepti Sharma</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo IND"></span>\n <span class="table-body__logo-text">IND</span>\n </td>\n <td class="table-body__cell u-text-right rating">331</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 6\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/468">Jess Jonassen</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">307</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 7\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/4128">Ashleigh Gardner</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo AUS"></span>\n <span class="table-body__logo-text">AUS</span>\n </td>\n <td class="table-body__cell u-text-right rating">252</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 8\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/430">Dane van Niekerk</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo SA"></span>\n <span class="table-body__logo-text">SA</span>\n </td>\n <td class="table-body__cell u-text-right rating">243</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 9\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/478">Sophie Devine</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo NZ"></span>\n <span class="table-body__logo-text">NZ</span>\n </td>\n <td class="table-body__cell u-text-right rating">242</td>\n </tr>\n <tr class="table-body">\n <td class="table-body__cell table-body__cell--position u-text-right">\n 10\n <span class="ranking-pos no-change"></span>\n </td>\n <td class="table-body__cell name">\n <a href="/rankings/womens/player-rankings/547">Katherine Brunt</a>\n </td>\n <td class="table-body__cell nationality-logo">\n <span class="flag-15 table-body_logo ENG"></span>\n <span class="table-body__logo-text">ENG</span>\n </td>\n <td class="table-body__cell u-text-right rating">239</td>\n </tr>\n </tbody>\n </table>\n\n <div class="btn-wrapper">\n <a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder">Full Table</a>\n </div>\n </div>\n\n <span class="rankings-block__date">Last updated: 18. July 2021</span>\n\n \t</div>\n </div>\n</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n</main>\n\n<footer class="footer" role="contentinfo">\n \n<div class="wrapper">\n <section class="footer-partners">\n\n\n <div class="footer-partners__list u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n <section class="footer-partners__list footer-partners__list--double u-hide-desktop">\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Partners</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236015" \n class="footer-partners__link" \n aria-label="Oppo" \n target="_blank" \n title="Oppo"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135" alt="Oppo" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235782" \n class="footer-partners__link" \n aria-label="MRF Tyres" \n target="_blank" \n title="MRF Tyres"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135" alt="MRF Tyres" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.booking.com/" \n class="footer-partners__link" \n aria-label="Booking" \n target="_blank" \n title="Booking"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135" alt="Booking" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://byjus.com/" \n class="footer-partners__link" \n aria-label="BYJU\'s" \n target="_blank" \n title="BYJU\'s"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135" alt="BYJU" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://bharatpe.com/" \n class="footer-partners__link" \n aria-label="BharatPe" \n \n title="BharatPe"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135" alt="BharatPe" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18236184" \n class="footer-partners__link" \n aria-label="Emirates" \n target="_blank" \n title="Emirates"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135" alt="Emirates" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__top-row-item">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n </section>\n <div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Broadcast Partner</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135" alt="Star Sports" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.moneygram.com/" \n class="footer-partners__link" \n aria-label="MoneyGram" \n \n title="MoneyGram"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120" alt="MoneyGram" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.bira91.com/" \n class="footer-partners__link" \n aria-label="Bira 91" \n target="_blank" \n title="Bira 91"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120" alt="Bira 91" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18238489" \n class="footer-partners__link" \n aria-label="Star Sports" \n target="_blank" \n title="Star Sports"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120" alt="Star Sports" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.coca-colaindia.com/" \n class="footer-partners__link" \n aria-label="Coca Cola" \n target="_blank" \n title="Coca Cola"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120" alt="Coca Cola" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://upstox.com/" \n class="footer-partners__link" \n aria-label="Upstox" \n target="_blank" \n title="Upstox"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120" alt="Upstox" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="http://track.adform.net/C/?bn=18235072" \n class="footer-partners__link" \n aria-label="Nissan" \n target="_blank" \n title="Nissan"\n data-widget="impression-tracker"\n data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120" alt="Nissan" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" \n class="footer-partners__link" \n aria-label="Royal Stag" \n target="_blank" \n title="Royal Stag"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105" alt="Royal Stag" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.dream11.com/" \n class="footer-partners__link" \n aria-label="Dream11" \n target="_blank" \n title="Dream11"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105" alt="Dream11" />\n\n </a>\n </div>\n <div class="footer-partners__item">\n\n <a href="https://www.jacobscreek.com/en-gb" \n class="footer-partners__link" \n aria-label="Jacobs Creek" \n target="_blank" \n title="Jacobs Creek"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105" alt="Jacobs Creek" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n\n\n\n <div class="footer-partners__list">\n <section class="footer-partners__group">\n <h5 class="footer-partners__subtitle">Social Responsibility</h5>\n <div class="footer-partners__inline-list">\n <div class="footer-partners__item">\n\n <a href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" \n class="footer-partners__link" \n aria-label="Cricket for Good" \n target="_blank" \n title="Cricket for Good"\n >\n\n <img class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126" alt="Cricket for Good" />\n\n </a>\n </div>\n </div>\n </section>\n </div>\n \n\n </section>\n</div>\n<div class="global-footer ">\n <div class="wrapper">\n \n\n<div class="col-12">\n <div class="global-footer__social-container">\n \n <ul class="social-follow-footer">\n <h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>\n <li class="social-follow-footer__item">\n <a href="https://www.facebook.com/icc/" class="social-follow-footer__link facebook" target="_blank">\n <span class="icn icn-facebook-circle u-hide-phablet"></span>\n <span class="icn icn-facebook-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://twitter.com/ICC" class="social-follow-footer__link twitter" target="_blank">\n <span class="icn icn-twitter-circle u-hide-phablet"></span>\n <span class="icn icn-twitter-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.instagram.com/icc/" class="social-follow-footer__link instagram" target="_blank">\n <span class="icn icn-instagram-circle u-hide-phablet"></span>\n <span class="icn icn-instagram-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.youtube.com/user/CricketICC" class="social-follow-footer__link youtube" target="_blank">\n <span class="icn icn-youtube-circle u-hide-phablet"></span>\n <span class="icn icn-youtube-circle-small u-show-phablet"></span>\n </a>\n </li>\n <li class="social-follow-footer__item">\n <a href="https://www.tiktok.com/@icc" class="social-follow-footer__link tiktok" target="_blank">\n <span class="icn icn-tiktok-circle u-hide-phablet"></span>\n <span class="icn icn-tiktok-circle-small u-show-phablet"></span>\n </a>\n </li>\n </ul>\n\n </div>\n <div class="global-footer__branding">\n <a href="/" class="global-footer__branding-link"><div class="icn icn-logo-icc-footer"></div></a>\n </div>\n <div class="global-footer__lists">\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Cricket</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/live" >\n \tLive Scores Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/mens-results" >\n \tMen\'s Results\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/live-cricket/womens-results" >\n \tWomen\'s Results\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">ICC Events</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcup.com" >\n \tICC T20 World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.cricketworldcup.com/" >\n \tICC Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//world-test-championship" >\n \tICC World Test Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/u19-world-cup/index.html" >\n \tICC U19 Cricket World Cup\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/champions-trophy" >\n \tICC Champions Trophy\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures" >\n \tICC Men\'s Cricket World Cup Super League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news" >\n \tICC Men\'s Cricket World Cup Challenge League\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/cricket-world-cup-league-two/news" >\n \tICC Men\'s Cricket World Cup League 2\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/womens-championship" >\n \tICC Women\'s Championship\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/event-status" >\n \t2021 Event status\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">Rankings</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/overview" >\n \tOverview\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/team-rankings/test" >\n \tTeam Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.icc-cricket.com/rankings/mens/player-rankings/" >\n \tPlayer Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/" >\n \tRankings Predictor\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/about" >\n \tAbout the Rankings\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/rankings/faqs" >\n \tRankings FAQs\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">News and Video</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/news" >\n \tNews Index\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-releases" >\n \tMedia Releases\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/video" >\n \tVideo Home\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/photos" >\n \tPhotos\n \t</a></li>\n\t </ul>\n <ul class="global-footer__list">\n\t <h4 class="global-footer__title">More</h4>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/social" >\n \tICC on Social\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/awards/overview" >\n \tAwards\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/hall-of-fame" >\n \tHall of Fame\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/mobile" >\n \tICC on Mobile\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/about" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tAbout ICC\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="http://www.icc-cricket.com/media-zone/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tMediaZone\n \t</a></li>\n <li class="global-footer__item"><a class="global-footer__link"href="https://www.t20worldcupshop.com/" target="_blank">\n \t\t<svg class="icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external"></use></svg>\n \tT20 Shop\n \t</a></li>\n\t </ul>\n </div>\n</div>\n\n </div>\n \n<nav class="global-footer-corporate" role="navigation" aria-label="footer policy links">\n\n <ul class="global-footer-corporate__list">\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use" >\n Legal Notice\n </a>\n </li>\n <li class="global-footer-corporate__item" role="menuitem">\n <a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy" >\n Privacy Policy\n </a>\n </li>\n <li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>\n </ul>\n\n</nav>\n\n</div>\n</body>\n</html>\n\n\n</footer>\n\n \n \n \n\n <script src="/resources/prod/v8.19.9/scripts/vendors.min.js"></script>\n <script src="/resources/prod/v8.19.9/scripts/client.min.js"></script>\n\n <!--[if IE]> -->\n <script type="text/javascript">\n svg4everybody();\n </script>\n <!-- <![endif]-->\n</body>\n</html>\n'
Soup=BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC ODI Match Player Rankings International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC ODI Match Player Rankings International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>ICC ODI Match Player Rankings International Cricket Council</title>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/womens/player-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>International Cricket Council</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp"></script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation"></div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1"></iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay"></div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">Name Lastname</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Profile <span class="js-profile-completion-percentage"></span>% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper"></div>
</div>
<div class="account-message js-account-message"></div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide"></div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">First name *</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">Last name *</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error"></p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">Email address *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error"></p>
<p class="js-email-exists form-error form-error--email">Email address not available.</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">Change Email</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">Password *</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">Change Password</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">Date of Birth</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">Day *</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">Month *</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">Year *</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error"></p>
</div>
</div>
<p class="js-date-error form-error form-error--date">The date of birth is not valid</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">Country of residence</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">Your favourite team</div>
<div class="form-dropdown js-dropdown-wrapper"></div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span>Sorry, but your contact preferences will take up to 24hrs to update</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">I'm happy for the ICC to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">I'm happy for the ICC's partners to contact me</label>
</div>
<p class="js-error form-error"></p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences <div class="loader loader--small"></div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">Cancel</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">Save Changes</button>
<div class="loader js-loader u-hide"></div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">Sign Out<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option"><a class="form-cta js-cancel-password" href="#">back</a></span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="current-password">Current Password *</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-current-pwd-error form-error form-error--email">Invalid current password</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">Forgot password?</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="new-password">New password *</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">8 or more characters</li>
<li class="js-verify-letters">At least one upper and lower case letter</li>
<li class="js-verify-number">At least one number or symbol</li>
</ul>
</div>
<p class="js-error form-error"></p>
<p class="js-new-pwd-error form-error form-error--email">The new password needs to be different than the current one.</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">Show</div>
<label class="form-group__label" for="confirm-password">Confirm new password *</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error"></p>
<p class="js-confirm-pwd-error form-error form-error--email">The confirmation does not match your new password</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">Cancel</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">Change Password</button>
<div class="loader js-password-loader u-hide"></div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">Official ICC App</p>
<p class="mobile-banner__subheader"><strong>Your App for international cricket.</strong> The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">Find Out More</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/"><svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>ICC Travel & Tours</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In / Create Account
<span class="btn__loading-bar"></span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">Welcome back, <span class="js-nav-user-text"></span></div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item"><a class="js-nav-account" href="#">Account</a></li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">Sign Out</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg"></div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc"></div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">Menu</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">Close</span>
<div class="menu-button">
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__live-counter js-match-counter-nav"></span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">Live Scores</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">Men's Results</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">Women's Results</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">Men's Fixtures</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">Women's Fixtures</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">ICC T20 World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">ICC Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">ICC World Test Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">ICC U19 Cricket World Cup</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">ICC Champions Trophy</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">ICC Men's Cricket World Cup Super League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">ICC Men's Cricket World Cup Challenge League</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">ICC Men's Cricket World Cup League 2</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">ICC Women's Championship</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">2021 Event status</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Men's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">Players Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">Player Comparison</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">Team Rankings Predictor</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">About the Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">Rankings FAQ</a></li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">Women's Rankings</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">Overview</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">Team Rankings</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">Player Rankings</a></li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">Men</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">Women</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">U19</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">ICC Vault</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">Video Home</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">Videos By Country</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">ICC Events</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">ICC Cricket 360°</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">What is Cricket?</a></li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More <svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">About ICC</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">Quiz</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">Awards</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">Hall of Fame</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">ICC on Social</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">Media Releases</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">News</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">Photos</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">Cricket for Good</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">Mobile App</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">Commercial Opportunities</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">criiio</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">100% Cricket</a></li>
<li class="global-navigation__drop-down-item"><a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">ICC Shop</a></li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">Hi <span class="js-nav-user-text-mobile"></span></div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<span class="global-navigation__search-text">Search</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
</form>
<div class="global-navigation__search-overlay"></div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"></use>
</svg>
</div>
<span class="u-screen-reader">Scroll to Top</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings"></span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0"></div>
<div class="drop-down__label">
Women's
</div>
<div class="drop-down__current">
Player Rankings
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/mens/overview">Men's</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">Women's</a>
</li>
</ul>
</nav>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">Men's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">Player Comparison<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">Team Rankings Predictor<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">Women's</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">Select your team</a>
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="rankings-menu__notch js-notch"></div>
<svg class="rankings-menu__notch-icon icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li><li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">Overview<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">Team Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">Player Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">About the Rankings<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">Player Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">T20I Team Rankings FAQs<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">ODI</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">T20I</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="widget rankings-widget">
<header class="widget__header">
<h3 class="widget__title">Women's ODI Player Rankings</h3>
</header>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-page-size="10" data-player-rankings-card="" data-title="ODI Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">wodi</div>
<h4>ODI Batting Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/558">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Mithali Raj</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 IND"></div>
<span class="rankings-block__banner--nation"></span>IND
<div class="rankings-block__banner--rating">762</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="558" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1785">Lizelle Lee</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">758</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/466">Alyssa Healy</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">756</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/545">Tammy Beaumont</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">754</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI"></span>
<span class="table-body__logo-text">WI</span>
</td>
<td class="table-body__cell u-text-right rating">736</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/469">Meg Lanning</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">723</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/487">Amy Satterthwaite</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">715</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">706</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1809">Smriti Mandhana</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">701</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3176">Laura Wolvaardt</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">683</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 18. July 2021</span>
</div>
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-page-size="10" data-player-rankings-card="" data-title="ODI Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">wodi</div>
<h4>ODI Bowling Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/468">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Jess Jonassen</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 AUS"></div>
<span class="rankings-block__banner--nation"></span>AUS
<div class="rankings-block__banner--rating">808</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="468" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/997">Megan Schutt</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">762</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/424">Marizanne Kapp</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">747</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/423">Shabnim Ismail</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">717</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/562">Jhulan Goswami</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">694</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3337">Sophie Ecclestone</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">668</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/547">Katherine Brunt</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">646</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/425">Ayabonga Khaka</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">638</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1814">Poonam Yadav</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">617</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/471">Ellyse Perry</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">616</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 18. July 2021</span>
</div>
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-page-size="10" data-player-rankings-card="" data-title="ODI All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">wodi</div>
<h4>ODI All-Rounder Rankings</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__title">Share</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
<div class="share__copy-message js-copy-message">URL Copied</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/424">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change"></span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">Marizanne Kapp</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 SA"></div>
<span class="rankings-block__banner--nation"></span>SA
<div class="rankings-block__banner--rating">418</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="424" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top"></span>
<span class="circle-branding circle-branding--bottom"></span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">Pos</th>
<th class="table-head__cell">Player</th>
<th class="table-head__cell">Team</th>
<th class="table-head__cell u-text-right">Rating</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/471">Ellyse Perry</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">418</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI"></span>
<span class="table-body__logo-text">WI</span>
</td>
<td class="table-body__cell u-text-right rating">394</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">365</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3192">Deepti Sharma</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND"></span>
<span class="table-body__logo-text">IND</span>
</td>
<td class="table-body__cell u-text-right rating">331</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/468">Jess Jonassen</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">307</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/4128">Ashleigh Gardner</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS"></span>
<span class="table-body__logo-text">AUS</span>
</td>
<td class="table-body__cell u-text-right rating">252</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/430">Dane van Niekerk</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA"></span>
<span class="table-body__logo-text">SA</span>
</td>
<td class="table-body__cell u-text-right rating">243</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/478">Sophie Devine</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ"></span>
<span class="table-body__logo-text">NZ</span>
</td>
<td class="table-body__cell u-text-right rating">242</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change"></span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/547">Katherine Brunt</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG"></span>
<span class="table-body__logo-text">ENG</span>
</td>
<td class="table-body__cell u-text-right rating">239</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder">Full Table</a>
</div>
</div>
<span class="rankings-block__date">Last updated: 18. July 2021</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Partners</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Broadcast Partner</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">Social Responsibility</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">Follow <span class="u-italics">ICC</span> On social</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet"></span>
<span class="icn icn-facebook-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet"></span>
<span class="icn icn-twitter-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet"></span>
<span class="icn icn-instagram-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet"></span>
<span class="icn icn-youtube-circle-small u-show-phablet"></span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet"></span>
<span class="icn icn-tiktok-circle-small u-show-phablet"></span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/"><div class="icn icn-logo-icc-footer"></div></a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">Cricket</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">ICC Events</h4>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">Rankings</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">News and Video</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a></li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">More</h4>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
About ICC
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
MediaZone
</a></li>
<li class="global-footer__item"><a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon"><use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink"></use></svg>
T20 Shop
</a></li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">2021 © International Cricket Council FZ LLC</li>
</ul>
</nav>
</div>
</footer></body>
</html>
print(Soup.prettify())
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="ICC ODI Match Player Rankings International Cricket Council" name="twitter:title"/>
<meta content="website" property="og:type"/>
<meta content="summary_large_image" property="twitter:card"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="description"/>
<meta content="@icc" property="twitter:site"/>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." name="twitter:description"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" name="twitter:image"/>
<meta content="ICC ODI Match Player Rankings International Cricket Council" property="og:title"/>
<meta content="https://www.icc-cricket.com/resources/ver/i/elements/default-thumbnail.jpg" property="og:image"/>
<title>
ICC ODI Match Player Rankings International Cricket Council
</title>
<meta content="Official International Cricket Council rankings for ODI match cricket players. Discover latest ICC rankings table, predict upcoming matches, see points and ratings for all teams." property="og:description"/>
<!-- Designed and built by Pulselive - www.pulselive.com -->
<script>
var dataLayer = [{
'user_language':'English',
'web_domain':'www.icc-cricket.com',
'page_type':'/rankings/womens/player-rankings/odi'
}];
</script>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7DPH24');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="app-id=956440606" name="apple-itunes-app"/>
<link href="/resources/prod/v8.19.9/manifest.json" rel="manifest"/>
<link href="/resources/prod/v8.19.9/i/elements/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/+ICC" rel="publisher"/>
<title>
International Cricket Council
</title>
<!-- google platform library -->
<script async="" defer="" src="https://apis.google.com/js/api:client.js?onload=startApp">
</script>
<script>
var startApp = function() {
gapi.load('auth2', function(){
// Retrieve the singleton for the GoogleAuth library and set up the client.
auth2 = gapi.auth2.init({
client_id: '844310787835-1rirg6e5plp2jou6v701br43iuo0lkcu.apps.googleusercontent.com'
// Request scopes in addition to 'profile' and 'email'
//scope: 'additional_scope'
});
});
};
</script>
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600" rel="stylesheet"/>
<!-- Polyfill service provided by the FT - https://github.com/Financial-Times/polyfill-service -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch">
</script>
<link href="/resources/prod/v8.19.9/styles/screen.css" rel="stylesheet"/>
<script>
window.RESOURCE_VERSION = 'prod/v8.19.9';
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-T7DPH24" style="display:none;visibility:hidden" width="0">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="u-hide" data-script="icc_analytics-geolocation" data-widget="analytics-geolocation">
</div>
<!--
Start of Floodlight Tag: Please do not removeActivity name of this tag: ICC Website - VisitationURL of the webpage where the tag is expected to be placed: This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag. Creation Date: 10/01/2019
-->
<iframe frameborder="0" height="1" src="https://9282652.fls.doubleclick.net/activityi;src=9282652;type=iccre0;cat=iccwe0;u1=[user_language];u2=[user_country];u3=[page_type];u4=[web_domain];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;ord=[SessionID]?" style="display:none" width="1">
</iframe>
<!-- End of Floodlight Tag: Please do not remove -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 159513024983374,
autoLogAppEvents : true,
xfbml : true,
version : 'v3.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="user-account-overlay js-user-account-overlay">
</div>
<section class="user-account js-user-account" data-script="sso_user-account" data-widget="user-account">
<div class="user-account__wrapper js-panel-account u-hide">
<div class="user-account__header">
<div class="user-account__close js-account-slider-close-btn" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="user-account__user-wrapper">
<div class="user-account__image">
<img alt="User Image" class="u-hide js-account-user-img" src="#"/>
</div>
<div class="user-account__user-info">
<p class="user-account__user-info__text js-account-user">
Name Lastname
</p>
<p class="user-account__user-info__profile js-profile-completion-info u-hide">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Profile
<span class="js-profile-completion-percentage">
</span>
% Complete
</p>
</div>
</div>
<div class="user-account__tabs-nav js-tabs-wrapper">
</div>
</div>
<div class="account-message js-account-message">
</div>
<form autocomplete="off" id="user-account" name="user-account">
<div class="user-account__tab" data-ui-tab="My Account">
<div class="user-account__social-wrapper js-social-wrapper u-hide">
</div>
<fieldset>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="given_name">
First name *
</label>
<input class="form-group__element" id="given_name" maxlength="50" name="given_name" pattern="^[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="family_name">
Last name *
</label>
<input class="form-group__element" id="family_name" maxlength="50" name="family_name" pattern="[A-Za-z-\s]+$" required="" type="text"/>
<p class="js-error form-error">
</p>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button">
<div class="form-group is-disabled js-change-email-input">
<label class="form-group__label" for="email">
Email address *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="email" maxlength="50" name="email" type="email"/>
<p class="js-error form-error">
</p>
<p class="js-email-exists form-error form-error--email">
Email address not available.
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-email" novalidate="" type="button">
Change Email
</button>
</div>
</div>
<div class="form-group-multiple form-group-multiple--with-button js-account-password">
<div class="form-group is-disabled js-change-password-input">
<label class="form-group__label" for="password">
Password *
</label>
<input autocomplete="off" class="form-group__element" disabled="" id="password" name="password" placeholder="******" type="password"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group form-group--button">
<button class="form-btn form-btn--outlined js-change-password" novalidate="" type="button">
Change Password
</button>
</div>
</div>
<div class="form-block form-block">
<div class="form-block__label form-block__label--dob">
Date of Birth
</div>
<div class="form-group-multiple">
<div class="form-group">
<label class="form-group__label" for="day">
Day *
</label>
<input class="form-group__element" id="day" min="0" name="day" placeholder="dd" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="month">
Month *
</label>
<input class="form-group__element" id="month" min="0" name="month" placeholder="mm" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
<div class="form-group">
<label class="form-group__label" for="year">
Year *
</label>
<input class="form-group__element" id="year" min="0" name="year" placeholder="yyyy" required="" type="number"/>
<p class="js-error form-error">
</p>
</div>
</div>
<p class="js-date-error form-error form-error--date">
The date of birth is not valid
</p>
</div>
<div class="form-block" data-dropdown-type="SSO_COUNTRY" data-widget="form-dropdown">
<div class="form-block__label">
Country of residence
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
</fieldset>
</div>
<div class="user-account__tab" data-ui-tab="My Preferences">
<div class="js-account-prefs u-hide">
<fieldset>
<div class="form-block" data-dropdown-type="SSO_TEAM" data-widget="form-dropdown">
<div class="form-block__label">
Your favourite team
</div>
<div class="form-dropdown js-dropdown-wrapper">
</div>
</div>
<div class="js-contact-prefs user-account__contact-prefs-wrapper">
<div class="user-account__alert">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-alert" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span>
Sorry, but your contact preferences will take up to 24hrs to update
</span>
</div>
<div class="user-account__contact-prefs">
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-contacting" name="allow-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-contacting">
I'm happy for the ICC to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
<div class="form-block form-block--no-margin">
<div class="form-group form-group--checkbox">
<input class="form-group__element" id="allow-partner-contacting" name="allow-partner-contacting" type="checkbox"/>
<label class="form-group__label" for="allow-partner-contacting">
I'm happy for the ICC's partners to contact me
</label>
</div>
<p class="js-error form-error">
</p>
</div>
</div>
</div>
</fieldset>
</div>
<div class="overlay__loader__small js-loader-prefs">
Hold on! Loading your preferences
<div class="loader loader--small">
</div>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions js-buttons-wrapper">
<button class="form-btn form-btn--grey is-disabled js-cancel" disabled="">
Cancel
</button>
<button class="form-btn is-disabled js-submit" disabled="" type="submit">
Save Changes
</button>
<div class="loader js-loader u-hide">
</div>
</div>
<button class="form-btn form-btn--grey js-account-signout u-show-tablet">
Sign Out
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
</div>
</form>
</div>
<div class="user-account__wrapper js-panel-account-password u-hide">
<form id="account-edit-password" name="account-edit-password" novalidate="">
<div class="user-account__tabs-wrapper">
<h1 class="overlay__title">
Edit your password
<span class="overlay__title__option">
<a class="form-cta js-cancel-password" href="#">
back
</a>
</span>
</h1>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="current-password">
Current Password *
</label>
<input class="form-group__element" id="current-password" name="current-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-current-pwd-error form-error form-error--email">
Invalid current password
</p>
</div>
<a class="form-cta form-cta--right" href="/forgot-password">
Forgot password?
</a>
<div class="form-block">
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="new-password">
New password *
</label>
<input class="form-group__element" id="new-password" name="new-password" required="" type="password"/>
<div class="form-block__verify-password form-block__verify-password--slider js-verify-password">
Password must include...
<ul class="form-block__verify-list">
<li class="js-verify-length">
8 or more characters
</li>
<li class="js-verify-letters">
At least one upper and lower case letter
</li>
<li class="js-verify-number">
At least one number or symbol
</li>
</ul>
</div>
<p class="js-error form-error">
</p>
<p class="js-new-pwd-error form-error form-error--email">
The new password needs to be different than the current one.
</p>
</div>
</div>
<div class="form-group form-group--password">
<div class="form-group__password-action js-toggle-password">
Show
</div>
<label class="form-group__label" for="confirm-password">
Confirm new password *
</label>
<input class="form-group__element" id="confirm-password" name="confirm-password" required="" type="password"/>
<p class="js-error form-error">
</p>
<p class="js-confirm-pwd-error form-error form-error--email">
The confirmation does not match your new password
</p>
</div>
</div>
<div class="user-account__buttons-wrapper">
<div class="user-account__account-actions">
<button class="form-btn form-btn--grey js-cancel-password" type="button">
Cancel
</button>
<button class="form-btn is-disabled js-submit-password" disabled="" type="submit">
Change Password
</button>
<div class="loader js-password-loader u-hide">
</div>
</div>
</div>
</form>
</div>
</section>
<div class="js-mobile-banner mobile-banner" data-widget="mobile-banner">
<div class="wrapper">
<div class="col-12">
<div class="mobile-banner__wrapper">
<p class="mobile-banner__header">
Official ICC App
</p>
<p class="mobile-banner__subheader">
<strong>
Your App for international cricket.
</strong>
The official ICC app provides coverage across all of the current international action including fixtures, results, videos, ICC news, rankings and more. Don’t miss a moment and keep up with the latest from around the world of cricket!
</p>
<div class="mobile-banner__app-buttons">
<a class="btn" href="https://www.icc-cricket.com/mobile" target="_blank">
Find Out More
</a>
</div>
</div>
</div>
</div>
<a class="mobile-banner__close js-mobile-banner-close">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</div>
<div class="global-header">
<ul class="global-header__list">
<li class="global-header__item">
<a class="global-header__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
</ul>
<ul class="global-header-social__list">
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--facebook-f" href="https://www.facebook.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-f" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--twitter" href="https://twitter.com/ICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--instagram" href="https://www.instagram.com/icc/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-instagram" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="global-header-social__item">
<a class="global-header-social__link global-header-social__link--youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-youtube" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
<div class="global-header__sso" data-script="icc_global-header" data-widget="user-login">
<a class="btn btn--account btn--icon js-nav-default is-transitioning" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In / Create Account
<span class="btn__loading-bar">
</span>
</a>
<div class="global-header__sign-in js-nav-signedin u-hide">
<div class="global-header__user-message js-nav-user" role="button" tabindex="0">
<div class="global-header__image-container">
<img alt="User Image" class="u-hide js-nav-user-img" src="#"/>
</div>
<div class="global-header__username">
Welcome back,
<span class="js-nav-user-text">
</span>
</div>
</div>
<ul class="global-header__dropdown global-header__user-dropdown js-dropdown">
<li class="global-header__dropdown-item">
<a class="js-nav-account" href="#">
Account
</a>
</li>
<li class="global-header__dropdown-item global-header__dropdown-item--signout">
<a class="js-nav-logout" href="#">
Sign Out
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-sign-out" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
</ul>
</div>
</div>
</div>
<div class="global-navigation">
<div class="global-navigation__default-bg">
</div>
<div class="global-navigation__fixed-container" data-script="icc_global-navigation" data-widget="global-navigation">
<nav class="global-navigation__main js-global-navigation is-open" data-active-class="is-fixed" data-widget="scroll-boundary">
<a class="global-navigation__branding" href="/home-page">
<div class="icn icn-logo-icc">
</div>
</a>
<div class="global-navigation__menu-button js-global-navigation-menu-button" role="button">
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--open">
Menu
</span>
<span class="global-navigation__menu-button-text global-navigation__menu-button-text--close">
Close
</span>
<div class="menu-button">
<div>
</div>
<div>
</div>
<div>
</div>
</div>
</div>
<div class="global-navigation__container js-global-navigation-container">
<ul class="global-navigation__list">
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--home has-link" tabindex="0">
<div class="global-navigation__link" role="button">
<a href="/">
Home
</a>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! global-navigation__item--live has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Live
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__live-counter js-match-counter-nav">
</span>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/live">
Live Scores
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Fixtures
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mens-schedule/list">
Men's Fixtures
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-schedule/list">
Women's Fixtures
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
ICC Events
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/u19-world-cup/">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/event-status">
2021 Event status
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down global-navigation__drop-down--2-column">
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Men's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings">
Players Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/mens/rankings-predictor/test">
Team Rankings Predictor
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/about">
About the Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/faqs">
Rankings FAQ
</a>
</li>
</ul>
</div>
<div class="global-navigation__drop-down-column">
<div class="global-navigation__drop-down-title">
Women's Rankings
</div>
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/overview">
Overview
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/team-rankings">
Team Rankings
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/rankings/womens/player-rankings">
Player Rankings
</a>
</li>
</ul>
</div>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Teams
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/men">
Men
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/women">
Women
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/teams/u19">
U19
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
Video
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/vault">
ICC Vault
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video">
Video Home
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/by-country">
Videos By Country
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/events">
ICC Events
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/cricket-360">
ICC Cricket 360°
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/video/what-is-cricket">
What is Cricket?
</a>
</li>
</ul>
</div>
</li>
<li class="global-navigation__item js-global-navigation-item #! has-drop-down" tabindex="0">
<div class="global-navigation__link" role="button">
More
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="global-navigation__drop-down">
<ul class="global-navigation__drop-down-list">
<li class="global-navigation__drop-down-item global-nav__item--divider">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://www.icc-cricket.com/about">
About ICC
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/quiz">
Quiz
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/awards/overview">
Awards
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/social">
ICC on Social
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/media-releases">
Media Releases
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news">
News
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/photos">
Photos
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/cricket-for-good">
Cricket for Good
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/mobile">
Mobile App
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/news/318971">
Commercial Opportunities
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/criiio/">
criiio
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="/100percentcricket">
100% Cricket
</a>
</li>
<li class="global-navigation__drop-down-item">
<a class="global-navigation__drop-down-link js-global-navigation-drop-down-link" href="https://icccricketshop.com/">
ICC Shop
</a>
</li>
</ul>
</div>
</li>
</ul>
<div class="global-navigation-menu u-hide">
<ul class="global-navigation-menu__list">
<li class="global-navigation-menu__item">
<a class="global-navigation-menu__link" href="http://www.icctravelandtours.com/">
<svg class="icon plane">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-plane" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
ICC Travel & Tours
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-default-mobile">
<a class="global-navigation-menu__link" href="/sign-in">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
Sign In/Create Account
</a>
</li>
<li class="global-navigation-menu__item global-navigation-menu__item--user js-nav-signedin-mobile u-hide">
<a class="global-navigation-menu__link" href="#">
<div class="global-navigation-menu__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
<div class="global-navigation-menu__username">
Hi
<span class="js-nav-user-text-mobile">
</span>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="global-navigation__search js-global-navigation-search" role="button" tabindex="0">
<svg class="global-navigation__search-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<span class="global-navigation__search-text">
Search
</span>
</div>
<a class="global-navigation__user js-nav-default-mobile" href="/sign-in" role="button">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-account" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
<a class="global-navigation__user js-nav-signedin-mobile u-hide" href="#" role="button">
<div class="global-navigation__image-container">
<img alt="User Image" class="u-hide js-nav-user-img-mobile" src="#"/>
</div>
</a>
<form action="/search" class="global-navigation__search-open js-global-navigation-search-open" type="GET">
<div class="global-navigation__search-input">
<input class="js-global-navigation-input" name="term" placeholder="Search ICC" tabindex="-1" type="text"/>
</div>
<button class="global-navigation__search-go js-global-navigation-search-go" tabindex="0" type="submit">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-search" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</button>
<div class="global-navigation__search-close js-global-navigation-search-close" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-close" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
</form>
<div class="global-navigation__search-overlay">
</div>
</nav>
</div>
</div>
<main id="main-content" tabindex="0">
<button class="scroll-to-top" data-script="icc_scroll-to-top" data-widget="scroll-to-top">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div aria-hidden="true" class="scroll-to-top__mask">
<svg class="scroll-to-top__icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-up-arrow" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<span class="u-screen-reader">
Scroll to Top
</span>
</button>
<header class="page-header page-header--rankings">
<div class="wrapper">
<div class="col-12">
<div class="page-header__banner">
<a class="page-logo" data-tracking-url="https://track.adform.net/adfserve/?bn=20093364;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=20093364" target="_blank">
<span class="icn icn-logo-mrf-rankings">
</span>
</a>
</div>
<div class="share share-- share--vertical" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="l-sticky-side-nav">
<div class="l-sticky-side-nav__nav">
<div class="rankings-menu" data-script="icc_rankings-menu" data-widget="rankings-menu">
<div class="drop-down-tablet js-drop-down">
<div class="drop-down__clickzone js-drop-down-trigger" role="button" tabindex="0">
</div>
<div class="drop-down__label">
Women's
</div>
<div class="drop-down__current">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-caret-down" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</div>
<div class="drop-down__dropdown-list js-drop-down-options">
<div class="rankings-menu__tab-container u-hide-tablet">
<nav class="content-tabs">
<ul class="block-list-2 u-no-font-size" role="tablist">
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab" href="/rankings/mens/overview">
Men's
</a>
</li>
<li class="u-no-padding u-no-margin">
<a class="content-tabs__tab content-tabs__tab--active" href="/rankings/womens/overview">
Women's
</a>
</li>
</ul>
</nav>
</div>
<div class="tab-content">
<h3 class="rankings-menu__title">
Men's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/player-rankings/comparison">
Player Comparison
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/mens/rankings-predictor/">
Team Rankings Predictor
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
<div class="active tab-content">
<h3 class="rankings-menu__title">
Women's
</h3>
<ul class="rankings-menu__list">
<li class="rankings-menu__item rankings-menu__item--user-selection js-team-btn">
<a class="rankings-menu__link js-fav-team-link" href="#">
Select your team
</a>
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="rankings-menu__notch js-notch">
</div>
<svg class="rankings-menu__notch-icon icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-star" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/overview">
Overview
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/team-rankings">
Team Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens/player-rankings">
Player Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/about">
About the Rankings
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/faqs">
Player Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
<li class="rankings-menu__item">
<a class="rankings-menu__link" href="/rankings/womens-t20i-faq">
T20I Team Rankings FAQs
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-chevron-right" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="l-sticky-side-nav__content">
<section class="ranking-format-menu">
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="content-tabs">
<ul class="inline-list">
<li class="ranking-format-menu__item">
<a class="content-tabs__tab content-tabs__tab--active" href="odi">
ODI
</a>
</li>
<li class="ranking-format-menu__item">
<a class="content-tabs__tab" href="t20i">
T20I
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="wrapper wrapper--sticky">
<div class="col-12">
<div class="widget rankings-widget">
<header class="widget__header">
<h3 class="widget__title">
Women's ODI Player Rankings
</h3>
</header>
<div class="u-negative-wrapper-tab uniform-grid touch-scroll-list--tablet">
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="batting" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-page-size="10" data-player-rankings-card="" data-title="ODI Batting Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">
wodi
</div>
<h4>
ODI Batting Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/558">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Mithali Raj
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 IND">
</div>
<span class="rankings-block__banner--nation">
</span>
IND
<div class="rankings-block__banner--rating">
762
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="558" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1785">
Lizelle Lee
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
758
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/466">
Alyssa Healy
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
756
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/545">
Tammy Beaumont
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
754
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/573">
Stafanie Taylor
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI">
</span>
<span class="table-body__logo-text">
WI
</span>
</td>
<td class="table-body__cell u-text-right rating">
736
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/469">
Meg Lanning
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
723
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/487">
Amy Satterthwaite
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
715
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1800">
Natalie Sciver
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
706
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1809">
Smriti Mandhana
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
701
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3176">
Laura Wolvaardt
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
683
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/batting">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 18. July 2021
</span>
</div>
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="bowling" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-page-size="10" data-player-rankings-card="" data-title="ODI Bowling Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">
wodi
</div>
<h4>
ODI Bowling Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/468">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Jess Jonassen
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 AUS">
</div>
<span class="rankings-block__banner--nation">
</span>
AUS
<div class="rankings-block__banner--rating">
808
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="468" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
2
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/997">
Megan Schutt
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
762
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/424">
Marizanne Kapp
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
747
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/423">
Shabnim Ismail
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
717
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/562">
Jhulan Goswami
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
694
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3337">
Sophie Ecclestone
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
668
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/547">
Katherine Brunt
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
646
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/425">
Ayabonga Khaka
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
638
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1814">
Poonam Yadav
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
617
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/471">
Ellyse Perry
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
616
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/bowling">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 18. July 2021
</span>
</div>
<div class="col-4 col-12-desk uniform-grid__section touch-scroll-list__element">
<div class="rankings-block__container" data-cricket-role="all_round" data-cricket-scope="wodi" data-link-to="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-page-size="10" data-player-rankings-card="" data-title="ODI All-Rounder Rankings">
<div class="rankings-block__banner">
<div class="rankings-block__title-container">
<div class="rankings-block__type t-wodi">
wodi
</div>
<h4>
ODI All-Rounder Rankings
</h4>
<div class="share share-- share--vertical share--small" data-widget="share">
<div class="share__container">
<div class="share__btn js-share-btn">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-share" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__title">
Share
</div>
</div>
<ul class="share__list">
<li class="share__item share__item--facebook js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="facebook" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--twitter js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="twitter" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-twitter" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--messenger u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="facebookMessenger" role="buttn" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-facebook-messenger" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--whatsapp u-show-tablet js-social-option" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" data-social-service="whatsapp" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-whatsapp" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
</li>
<li class="share__item share__item--url u-hide-tablet js-copy-button" data-share-url="https://www.icc-cricket.comhttps://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder" role="button" tabindex="0">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-url" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
<div class="share__copy-message js-copy-message">
URL Copied
</div>
</li>
</ul>
</div>
</div>
</div>
<a class="rankings-block__banner-link" href="/rankings/womens/player-rankings/424">
<div class="rankings-block__top-player">
<div class="rankings-block__banner--pos">
1
<span class="ranking-pos no-change">
</span>
</div>
<div class="rankings-block__banner--player-info">
<div class="rankings-block__banner--name">
Marizanne Kapp
</div>
<div class="rankings-block__banner--nationality">
<div class="flag-15 SA">
</div>
<span class="rankings-block__banner--nation">
</span>
SA
<div class="rankings-block__banner--rating">
418
</div>
</div>
</div>
<div class="rankings-block__player-image-container">
<img alt="" class="rankings-block__player-image image-missing" data-error="true" data-player="424" data-size="130x150" data-widget="player-image" src="//resources.pulse.icc-cricket.com/players/130x150/Photo-Missing.png"/>
</div>
</div>
</a>
<span class="circle-branding circle-branding--top">
</span>
<span class="circle-branding circle-branding--bottom">
</span>
</div>
<table class="table">
<thead>
<tr class="table-head">
<th class="table-head__cell u-text-right">
Pos
</th>
<th class="table-head__cell">
Player
</th>
<th class="table-head__cell">
Team
</th>
<th class="table-head__cell u-text-right">
Rating
</th>
</tr>
</thead>
<tbody>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/471">
Ellyse Perry
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
418
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
3
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/573">
Stafanie Taylor
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo WI">
</span>
<span class="table-body__logo-text">
WI
</span>
</td>
<td class="table-body__cell u-text-right rating">
394
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
4
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/1800">
Natalie Sciver
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
365
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
5
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/3192">
Deepti Sharma
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo IND">
</span>
<span class="table-body__logo-text">
IND
</span>
</td>
<td class="table-body__cell u-text-right rating">
331
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
6
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/468">
Jess Jonassen
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
307
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
7
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/4128">
Ashleigh Gardner
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo AUS">
</span>
<span class="table-body__logo-text">
AUS
</span>
</td>
<td class="table-body__cell u-text-right rating">
252
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
8
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/430">
Dane van Niekerk
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo SA">
</span>
<span class="table-body__logo-text">
SA
</span>
</td>
<td class="table-body__cell u-text-right rating">
243
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
9
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/478">
Sophie Devine
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo NZ">
</span>
<span class="table-body__logo-text">
NZ
</span>
</td>
<td class="table-body__cell u-text-right rating">
242
</td>
</tr>
<tr class="table-body">
<td class="table-body__cell table-body__cell--position u-text-right">
10
<span class="ranking-pos no-change">
</span>
</td>
<td class="table-body__cell name">
<a href="/rankings/womens/player-rankings/547">
Katherine Brunt
</a>
</td>
<td class="table-body__cell nationality-logo">
<span class="flag-15 table-body_logo ENG">
</span>
<span class="table-body__logo-text">
ENG
</span>
</td>
<td class="table-body__cell u-text-right rating">
239
</td>
</tr>
</tbody>
</table>
<div class="btn-wrapper">
<a class="btn" href="https://www.icc-cricket.com/rankings/womens/player-rankings/odi/all-rounder">
Full Table
</a>
</div>
</div>
<span class="rankings-block__date">
Last updated: 18. July 2021
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="wrapper">
<section class="footer-partners">
<div class="footer-partners__list u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<section class="footer-partners__list footer-partners__list--double u-hide-desktop">
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Partners
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Oppo" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236015;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236015" target="_blank" title="Oppo">
<img alt="Oppo" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a77507bf-29ac-437a-aa39-407f7be0bd2e/Asset-25.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="MRF Tyres" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235782;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235782" target="_blank" title="MRF Tyres">
<img alt="MRF Tyres" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/7279f70f-740e-4513-9bdb-6b5aa05ebe5d/Asset-22.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Booking" class="footer-partners__link" href="https://www.booking.com/" target="_blank" title="Booking">
<img alt="Booking" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/3e2028fe-de28-4bcc-b375-99a6998fe559/Asset-23.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BYJU's" class="footer-partners__link" href="https://byjus.com/" target="_blank" title="BYJU's">
<img alt="BYJU" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/37805112-5b6a-4f7d-a9b7-f987bd6f130f/Asset-24.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="BharatPe" class="footer-partners__link" href="https://bharatpe.com/" title="BharatPe">
<img alt="BharatPe" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/a12c90e6-c3be-4d3a-b1f8-f1b765055aad/Asset-19.png?width=135"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Emirates" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18236184;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18236184" target="_blank" title="Emirates">
<img alt="Emirates" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/0fbfef5d-38aa-4f65-b482-b6ac8349d496/Asset-21.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__top-row-item">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
</section>
<div class="footer-partners__list footer-partners__list--broadcast u-show-desktop">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Broadcast Partner
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=135"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="MoneyGram" class="footer-partners__link" href="https://www.moneygram.com/" title="MoneyGram">
<img alt="MoneyGram" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/040243ba-c30f-4fd4-99d1-754990f7295b/money-grab.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Bira 91" class="footer-partners__link" href="https://www.bira91.com/" target="_blank" title="Bira 91">
<img alt="Bira 91" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/71d721f9-54d4-447b-935a-8996604eaea2/Asset-29.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Star Sports" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18238489;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18238489" target="_blank" title="Star Sports">
<img alt="Star Sports" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/10/f43425bd-a4e6-4620-abbb-cd12b5c9684f/Asset-33.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Coca Cola" class="footer-partners__link" href="https://www.coca-colaindia.com/" target="_blank" title="Coca Cola">
<img alt="Coca Cola" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/47e80613-7618-4721-be3b-c4822cb141f1/Asset-28.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Upstox" class="footer-partners__link" href="https://upstox.com/" target="_blank" title="Upstox">
<img alt="Upstox" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/bdae9031-539e-4e89-add5-99f0fa9427ac/Asset-31.png?width=120"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Nissan" class="footer-partners__link" data-tracking-url="https://track.adform.net/adfserve/?bn=18235072;srctype=4;ord=%%ADFRND%%" data-widget="impression-tracker" href="http://track.adform.net/C/?bn=18235072" target="_blank" title="Nissan">
<img alt="Nissan" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/43d4c6c9-7cb4-482d-b167-5f8a4f688952/Asset-30.png?width=120"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Royal Stag" class="footer-partners__link" href="https://www.pernod-ricard.com/en/brands/our-brands/royal-stag/" target="_blank" title="Royal Stag">
<img alt="Royal Stag" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/f4e471cb-f19a-463f-bf22-8e12d7169375/Asset-27.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Dream11" class="footer-partners__link" href="https://www.dream11.com/" target="_blank" title="Dream11">
<img alt="Dream11" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/1ff219c8-eefd-4371-9a1f-3ba0bf9069f6/Asset-26.png?width=105"/>
</a>
</div>
<div class="footer-partners__item">
<a aria-label="Jacobs Creek" class="footer-partners__link" href="https://www.jacobscreek.com/en-gb" target="_blank" title="Jacobs Creek">
<img alt="Jacobs Creek" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/17239a23-938e-42c2-ae8c-0aa34af2846e/Asset-20.png?width=105"/>
</a>
</div>
</div>
</section>
</div>
<div class="footer-partners__list">
<section class="footer-partners__group">
<h5 class="footer-partners__subtitle">
Social Responsibility
</h5>
<div class="footer-partners__inline-list">
<div class="footer-partners__item">
<a aria-label="Cricket for Good" class="footer-partners__link" href="https://www.icc-cricket.com/about/the-icc/cricket-for-good" target="_blank" title="Cricket for Good">
<img alt="Cricket for Good" class="footer-partners__image" src="https://resources.pulse.icc-cricket.com/photo-resources/2021/08/09/5ed7f4e1-9627-408a-8b7a-694f7e76c1eb/partner-cricket4good.png?width=126"/>
</a>
</div>
</div>
</section>
</div>
</section>
</div>
<div class="global-footer">
<div class="wrapper">
<div class="col-12">
<div class="global-footer__social-container">
<ul class="social-follow-footer">
<h5 class="social-follow-footer__subtitle">
Follow
<span class="u-italics">
ICC
</span>
On social
</h5>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link facebook" href="https://www.facebook.com/icc/" target="_blank">
<span class="icn icn-facebook-circle u-hide-phablet">
</span>
<span class="icn icn-facebook-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link twitter" href="https://twitter.com/ICC" target="_blank">
<span class="icn icn-twitter-circle u-hide-phablet">
</span>
<span class="icn icn-twitter-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link instagram" href="https://www.instagram.com/icc/" target="_blank">
<span class="icn icn-instagram-circle u-hide-phablet">
</span>
<span class="icn icn-instagram-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link youtube" href="https://www.youtube.com/user/CricketICC" target="_blank">
<span class="icn icn-youtube-circle u-hide-phablet">
</span>
<span class="icn icn-youtube-circle-small u-show-phablet">
</span>
</a>
</li>
<li class="social-follow-footer__item">
<a class="social-follow-footer__link tiktok" href="https://www.tiktok.com/@icc" target="_blank">
<span class="icn icn-tiktok-circle u-hide-phablet">
</span>
<span class="icn icn-tiktok-circle-small u-show-phablet">
</span>
</a>
</li>
</ul>
</div>
<div class="global-footer__branding">
<a class="global-footer__branding-link" href="/">
<div class="icn icn-logo-icc-footer">
</div>
</a>
</div>
<div class="global-footer__lists">
<ul class="global-footer__list">
<h4 class="global-footer__title">
Cricket
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/live">
Live Scores Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/mens-results">
Men's Results
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/live-cricket/womens-results">
Women's Results
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
ICC Events
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcup.com">
ICC T20 World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.cricketworldcup.com/">
ICC Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//world-test-championship">
ICC World Test Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/u19-world-cup/index.html">
ICC U19 Cricket World Cup
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/champions-trophy">
ICC Champions Trophy
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com//cricket-world-cup-super-league/fixtures">
ICC Men's Cricket World Cup Super League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-challenge-league/news">
ICC Men's Cricket World Cup Challenge League
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/cricket-world-cup-league-two/news">
ICC Men's Cricket World Cup League 2
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/womens-championship">
ICC Women's Championship
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/event-status">
2021 Event status
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
Rankings
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/overview">
Overview
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/team-rankings/test">
Team Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.icc-cricket.com/rankings/mens/player-rankings/">
Player Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/mens/rankings-predictor/">
Rankings Predictor
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/about">
About the Rankings
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/rankings/faqs">
Rankings FAQs
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
News and Video
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/news">
News Index
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-releases">
Media Releases
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/video">
Video Home
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/photos">
Photos
</a>
</li>
</ul>
<ul class="global-footer__list">
<h4 class="global-footer__title">
More
</h4>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/social">
ICC on Social
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/awards/overview">
Awards
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/hall-of-fame">
Hall of Fame
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/mobile">
ICC on Mobile
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/about" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
About ICC
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="http://www.icc-cricket.com/media-zone/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
MediaZone
</a>
</li>
<li class="global-footer__item">
<a class="global-footer__link" href="https://www.t20worldcupshop.com/" target="_blank">
<svg class="icon">
<use xlink:href="/resources/prod/v8.19.9/i/svg-output/icons.svg#icn-link-external" xmlns:xlink="http://www.w3.org/1999/xlink">
</use>
</svg>
T20 Shop
</a>
</li>
</ul>
</div>
</div>
</div>
<nav aria-label="footer policy links" class="global-footer-corporate" role="navigation">
<ul class="global-footer-corporate__list">
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/website-terms-of-use">
Legal Notice
</a>
</li>
<li class="global-footer-corporate__item" role="menuitem">
<a class="global-footer-corporate__link" href="http://www.icc-cricket.com/about/the-icc/legal-notices/privacy-policy">
Privacy Policy
</a>
</li>
<li class="global-footer-corporate__item">
2021 © International Cricket Council FZ LLC
</li>
</ul>
</nav>
</div>
</footer>
</body>
</html>
#top10 ODI all rounder
name=Soup.find_all("td",class_="table-body__cell name")
name
[<td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/1785">Lizelle Lee</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/466">Alyssa Healy</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/545">Tammy Beaumont</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/469">Meg Lanning</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/487">Amy Satterthwaite</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/1809">Smriti Mandhana</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/3176">Laura Wolvaardt</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/997">Megan Schutt</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/424">Marizanne Kapp</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/423">Shabnim Ismail</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/562">Jhulan Goswami</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/3337">Sophie Ecclestone</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/547">Katherine Brunt</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/425">Ayabonga Khaka</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/1814">Poonam Yadav</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/471">Ellyse Perry</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/471">Ellyse Perry</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/573">Stafanie Taylor</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/1800">Natalie Sciver</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/3192">Deepti Sharma</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/468">Jess Jonassen</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/4128">Ashleigh Gardner</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/430">Dane van Niekerk</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/478">Sophie Devine</a> </td>, <td class="table-body__cell name"> <a href="/rankings/womens/player-rankings/547">Katherine Brunt</a> </td>]
Name=[]
for i in name:
Name.append(i.text.replace("\n",""))
Name
['Lizelle Lee', 'Alyssa Healy', 'Tammy Beaumont', 'Stafanie Taylor', 'Meg Lanning', 'Amy Satterthwaite', 'Natalie Sciver', 'Smriti Mandhana', 'Laura Wolvaardt', 'Megan Schutt', 'Marizanne Kapp', 'Shabnim Ismail', 'Jhulan Goswami', 'Sophie Ecclestone', 'Katherine Brunt', 'Ayabonga Khaka', 'Poonam Yadav', 'Ellyse Perry', 'Ellyse Perry', 'Stafanie Taylor', 'Natalie Sciver', 'Deepti Sharma', 'Jess Jonassen', 'Ashleigh Gardner', 'Dane van Niekerk', 'Sophie Devine', 'Katherine Brunt']
team=Soup.find_all("td",class_="table-body__cell nationality-logo")
team
[<td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo WI"></span> <span class="table-body__logo-text">WI</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo WI"></span> <span class="table-body__logo-text">WI</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo IND"></span> <span class="table-body__logo-text">IND</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo AUS"></span> <span class="table-body__logo-text">AUS</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo SA"></span> <span class="table-body__logo-text">SA</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo NZ"></span> <span class="table-body__logo-text">NZ</span> </td>, <td class="table-body__cell nationality-logo"> <span class="flag-15 table-body_logo ENG"></span> <span class="table-body__logo-text">ENG</span> </td>]
Team=[]
for i in team:
Team.append(i.text.replace("\n",""))
Team
['SA', 'AUS', 'ENG', 'WI', 'AUS', 'NZ', 'ENG', 'IND', 'SA', 'AUS', 'SA', 'SA', 'IND', 'ENG', 'ENG', 'SA', 'IND', 'AUS', 'AUS', 'WI', 'ENG', 'IND', 'AUS', 'AUS', 'SA', 'NZ', 'ENG']
rating=Soup.find_all("td",class_="table-body__cell u-text-right rating")
rating
[<td class="table-body__cell u-text-right rating">758</td>, <td class="table-body__cell u-text-right rating">756</td>, <td class="table-body__cell u-text-right rating">754</td>, <td class="table-body__cell u-text-right rating">736</td>, <td class="table-body__cell u-text-right rating">723</td>, <td class="table-body__cell u-text-right rating">715</td>, <td class="table-body__cell u-text-right rating">706</td>, <td class="table-body__cell u-text-right rating">701</td>, <td class="table-body__cell u-text-right rating">683</td>, <td class="table-body__cell u-text-right rating">762</td>, <td class="table-body__cell u-text-right rating">747</td>, <td class="table-body__cell u-text-right rating">717</td>, <td class="table-body__cell u-text-right rating">694</td>, <td class="table-body__cell u-text-right rating">668</td>, <td class="table-body__cell u-text-right rating">646</td>, <td class="table-body__cell u-text-right rating">638</td>, <td class="table-body__cell u-text-right rating">617</td>, <td class="table-body__cell u-text-right rating">616</td>, <td class="table-body__cell u-text-right rating">418</td>, <td class="table-body__cell u-text-right rating">394</td>, <td class="table-body__cell u-text-right rating">365</td>, <td class="table-body__cell u-text-right rating">331</td>, <td class="table-body__cell u-text-right rating">307</td>, <td class="table-body__cell u-text-right rating">252</td>, <td class="table-body__cell u-text-right rating">243</td>, <td class="table-body__cell u-text-right rating">242</td>, <td class="table-body__cell u-text-right rating">239</td>]
Rating=[]
for i in rating:
Rating.append(i.text.replace("\n",""))
Rating
['758', '756', '754', '736', '723', '715', '706', '701', '683', '762', '747', '717', '694', '668', '646', '638', '617', '616', '418', '394', '365', '331', '307', '252', '243', '242', '239']
import pandas as pd
df=pd.DataFrame({})
df["Name"]=Name[17:26]
df["Team"]=Team[17:26]
df["Rating"]=Rating[17:26]
df
| Name | Team | Rating | |
|---|---|---|---|
| 0 | Ellyse Perry | AUS | 616 |
| 1 | Ellyse Perry | AUS | 418 |
| 2 | Stafanie Taylor | WI | 394 |
| 3 | Natalie Sciver | ENG | 365 |
| 4 | Deepti Sharma | IND | 331 |
| 5 | Jess Jonassen | AUS | 307 |
| 6 | Ashleigh Gardner | AUS | 252 |
| 7 | Dane van Niekerk | SA | 243 |
| 8 | Sophie Devine | NZ | 242 |
!pip install bs4
!pip install requests
from bs4 import BeautifulSoup
import requests
Requirement already satisfied: bs4 in c:\users\dell\anaconda3\lib\site-packages (0.0.1) Requirement already satisfied: beautifulsoup4 in c:\users\dell\anaconda3\lib\site-packages (from bs4) (4.9.3) Requirement already satisfied: soupsieve>1.2; python_version >= "3.0" in c:\users\dell\anaconda3\lib\site-packages (from beautifulsoup4->bs4) (2.0.1) Requirement already satisfied: requests in c:\users\dell\anaconda3\lib\site-packages (2.24.0) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\dell\anaconda3\lib\site-packages (from requests) (1.25.11) Requirement already satisfied: idna<3,>=2.5 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2.10) Requirement already satisfied: certifi>=2017.4.17 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2020.6.20) Requirement already satisfied: chardet<4,>=3.0.2 in c:\users\dell\anaconda3\lib\site-packages (from requests) (3.0.4)
page=requests.get("https://www.amazon.in/best-mobile-under-20000/s?k=best+mobile+under+20000")
page
<Response [503]>
page.content
b'<!DOCTYPE html>\n<!--[if lt IE 7]> <html lang="en-us" class="a-no-js a-lt-ie9 a-lt-ie8 a-lt-ie7"> <![endif]-->\n<!--[if IE 7]> <html lang="en-us" class="a-no-js a-lt-ie9 a-lt-ie8"> <![endif]-->\n<!--[if IE 8]> <html lang="en-us" class="a-no-js a-lt-ie9"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class="a-no-js" lang="en-us"><!--<![endif]--><head>\n<meta http-equiv="content-type" content="text/html; charset=UTF-8">\n<meta charset="utf-8">\n<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">\n<title dir="ltr">Amazon.in</title>\n<meta name="viewport" content="width=device-width">\n<link rel="stylesheet" href="https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUI-3c913031596ca78a3768f4e934b1cc02ce238101.secure.min._V1_.css">\n<script>\n\nif (true === true) {\n var ue_t0 = (+ new Date()),\n ue_csm = window,\n ue = { t0: ue_t0, d: function() { return (+new Date() - ue_t0); } },\n ue_furl = "fls-eu.amazon.in",\n ue_mid = "A21TJRUUN4KGV",\n ue_sid = (document.cookie.match(/session-id=([0-9-]+)/) || [])[1],\n ue_sn = "opfcaptcha.amazon.in",\n ue_id = \'C20KKSJWQ2GR699F0E8F\';\n}\n</script>\n</head>\n<body>\n\n<!--\n To discuss automated access to Amazon data please contact api-services-support@amazon.com.\n For information about migrating to our APIs refer to our Marketplace APIs at https://developer.amazonservices.in/ref=rm_c_sv, or our Product Advertising API at https://affiliate-program.amazon.in/gp/advertising/api/detail/main.html/ref=rm_c_ac for advertising use cases.\n-->\n\n<!--\nCorreios.DoNotSend\n-->\n\n<div class="a-container a-padding-double-large" style="min-width:350px;padding:44px 0 !important">\n\n <div class="a-row a-spacing-double-large" style="width: 350px; margin: 0 auto">\n\n <div class="a-row a-spacing-medium a-text-center"><i class="a-icon a-logo"></i></div>\n\n <div class="a-box a-alert a-alert-info a-spacing-base">\n <div class="a-box-inner">\n <i class="a-icon a-icon-alert"></i>\n <h4>Enter the characters you see below</h4>\n <p class="a-last">Sorry, we just need to make sure you\'re not a robot. For best results, please make sure your browser is accepting cookies.</p>\n </div>\n </div>\n\n <div class="a-section">\n\n <div class="a-box a-color-offset-background">\n <div class="a-box-inner a-padding-extra-large">\n\n <form method="get" action="/errors/validateCaptcha" name="">\n <input type=hidden name="amzn" value="V8GGuG+NQRn+YdL1orpHWQ==" /><input type=hidden name="amzn-r" value="/best-mobile-under-20000/s?k=best+mobile+under+20000" />\n <div class="a-row a-spacing-large">\n <div class="a-box">\n <div class="a-box-inner">\n <h4>Type the characters you see in this image:</h4>\n <!-- For automated access to price change or offer listing change events,\n please refer to the MWS Subscription API:\n https://developer.amazonservices.in/gp/mws/api.html/276-5247872-0590350?ie=UTF8§ion=subscriptions&group=subscriptions&version=latest\n -->\n <div class="a-row a-text-center">\n <img src="https://images-na.ssl-images-amazon.com/captcha/qujzzelu/Captcha_apacfeupat.jpg">\n </div>\n <div class="a-row a-spacing-base">\n <div class="a-row">\n <div class="a-column a-span6">\n </div>\n <div class="a-column a-span6 a-span-last a-text-right">\n <a onclick="window.location.reload()">Try different image</a>\n </div>\n </div>\n <input autocomplete="off" spellcheck="false" placeholder="Type characters" id="captchacharacters" name="field-keywords" class="a-span12" autocapitalize="off" autocorrect="off" type="text">\n </div>\n </div>\n </div>\n </div>\n\n <div class="a-section a-spacing-extra-large">\n\n <div class="a-row">\n <span class="a-button a-button-primary a-span12">\n <span class="a-button-inner">\n <button type="submit" class="a-button-text">Continue shopping</button>\n </span>\n </span>\n </div>\n\n </div>\n </form>\n\n </div>\n </div>\n\n </div>\n\n </div>\n\n <div class="a-divider a-divider-section"><div class="a-divider-inner"></div></div>\n\n <div class="a-text-center a-spacing-small a-size-mini">\n <a href="https://www.amazon.in/gp/help/customer/display.html/ref=footer_cou?ie=UTF8&nodeId=200545940">Conditions of Use & Sale</a>\n <span class="a-letter-space"></span>\n <span class="a-letter-space"></span>\n <span class="a-letter-space"></span>\n <span class="a-letter-space"></span>\n <a href="https://www.amazon.in/gp/help/customer/display.html/ref=footer_privacy?ie=UTF8&nodeId=200534380">Privacy Notice</a>\n </div>\n\n <div class="a-text-center a-size-mini a-color-secondary">\n © 1996-2015, Amazon.com, Inc. or its affiliates\n <script>\n if (true === true) {\n document.write(\'<img src="https://fls-eu.amaz\'+\'on.in/\'+\'1/oc-csi/1/OP/requestId=C20KKSJWQ2GR699F0E8F&js=1" />\');\n };\n </script>\n <noscript>\n <img src="https://fls-eu.amazon.in/1/oc-csi/1/OP/requestId=C20KKSJWQ2GR699F0E8F&js=0" />\n </noscript>\n </div>\n </div>\n <script>\n if (true === true) {\n var head = document.getElementsByTagName(\'head\')[0],\n prefix = "https://images-eu.ssl-images-amazon.com/images/G/01/csminstrumentation/",\n elem = document.createElement("script");\n elem.src = prefix + "csm-captcha-instrumentation.min.js";\n head.appendChild(elem);\n\n elem = document.createElement("script");\n elem.src = prefix + "rd-script-6d68177fa6061598e9509dc4b5bdd08d.js";\n head.appendChild(elem);\n }\n </script>\n</body></html>\n'
Soup=BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en-us" class="a-no-js a-lt-ie9 a-lt-ie8 a-lt-ie7"> <![endif]--><!--[if IE 7]> <html lang="en-us" class="a-no-js a-lt-ie9 a-lt-ie8"> <![endif]--><!--[if IE 8]> <html lang="en-us" class="a-no-js a-lt-ie9"> <![endif]--><!--[if gt IE 8]><!--><html class="a-no-js" lang="en-us"><!--<![endif]--><head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta charset="utf-8"/>
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
<title dir="ltr">Amazon.in</title>
<meta content="width=device-width" name="viewport"/>
<link href="https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUI-3c913031596ca78a3768f4e934b1cc02ce238101.secure.min._V1_.css" rel="stylesheet"/>
<script>
if (true === true) {
var ue_t0 = (+ new Date()),
ue_csm = window,
ue = { t0: ue_t0, d: function() { return (+new Date() - ue_t0); } },
ue_furl = "fls-eu.amazon.in",
ue_mid = "A21TJRUUN4KGV",
ue_sid = (document.cookie.match(/session-id=([0-9-]+)/) || [])[1],
ue_sn = "opfcaptcha.amazon.in",
ue_id = 'C20KKSJWQ2GR699F0E8F';
}
</script>
</head>
<body>
<!--
To discuss automated access to Amazon data please contact api-services-support@amazon.com.
For information about migrating to our APIs refer to our Marketplace APIs at https://developer.amazonservices.in/ref=rm_c_sv, or our Product Advertising API at https://affiliate-program.amazon.in/gp/advertising/api/detail/main.html/ref=rm_c_ac for advertising use cases.
-->
<!--
Correios.DoNotSend
-->
<div class="a-container a-padding-double-large" style="min-width:350px;padding:44px 0 !important">
<div class="a-row a-spacing-double-large" style="width: 350px; margin: 0 auto">
<div class="a-row a-spacing-medium a-text-center"><i class="a-icon a-logo"></i></div>
<div class="a-box a-alert a-alert-info a-spacing-base">
<div class="a-box-inner">
<i class="a-icon a-icon-alert"></i>
<h4>Enter the characters you see below</h4>
<p class="a-last">Sorry, we just need to make sure you're not a robot. For best results, please make sure your browser is accepting cookies.</p>
</div>
</div>
<div class="a-section">
<div class="a-box a-color-offset-background">
<div class="a-box-inner a-padding-extra-large">
<form action="/errors/validateCaptcha" method="get" name="">
<input name="amzn" type="hidden" value="V8GGuG+NQRn+YdL1orpHWQ=="/><input name="amzn-r" type="hidden" value="/best-mobile-under-20000/s?k=best+mobile+under+20000"/>
<div class="a-row a-spacing-large">
<div class="a-box">
<div class="a-box-inner">
<h4>Type the characters you see in this image:</h4>
<!-- For automated access to price change or offer listing change events,
please refer to the MWS Subscription API:
https://developer.amazonservices.in/gp/mws/api.html/276-5247872-0590350?ie=UTF8§ion=subscriptions&group=subscriptions&version=latest
-->
<div class="a-row a-text-center">
<img src="https://images-na.ssl-images-amazon.com/captcha/qujzzelu/Captcha_apacfeupat.jpg"/>
</div>
<div class="a-row a-spacing-base">
<div class="a-row">
<div class="a-column a-span6">
</div>
<div class="a-column a-span6 a-span-last a-text-right">
<a onclick="window.location.reload()">Try different image</a>
</div>
</div>
<input autocapitalize="off" autocomplete="off" autocorrect="off" class="a-span12" id="captchacharacters" name="field-keywords" placeholder="Type characters" spellcheck="false" type="text"/>
</div>
</div>
</div>
</div>
<div class="a-section a-spacing-extra-large">
<div class="a-row">
<span class="a-button a-button-primary a-span12">
<span class="a-button-inner">
<button class="a-button-text" type="submit">Continue shopping</button>
</span>
</span>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="a-divider a-divider-section"><div class="a-divider-inner"></div></div>
<div class="a-text-center a-spacing-small a-size-mini">
<a href="https://www.amazon.in/gp/help/customer/display.html/ref=footer_cou?ie=UTF8&nodeId=200545940">Conditions of Use & Sale</a>
<span class="a-letter-space"></span>
<span class="a-letter-space"></span>
<span class="a-letter-space"></span>
<span class="a-letter-space"></span>
<a href="https://www.amazon.in/gp/help/customer/display.html/ref=footer_privacy?ie=UTF8&nodeId=200534380">Privacy Notice</a>
</div>
<div class="a-text-center a-size-mini a-color-secondary">
© 1996-2015, Amazon.com, Inc. or its affiliates
<script>
if (true === true) {
document.write('<img src="https://fls-eu.amaz'+'on.in/'+'1/oc-csi/1/OP/requestId=C20KKSJWQ2GR699F0E8F&js=1" />');
};
</script>
<noscript>
<img src="https://fls-eu.amazon.in/1/oc-csi/1/OP/requestId=C20KKSJWQ2GR699F0E8F&js=0"/>
</noscript>
</div>
</div>
<script>
if (true === true) {
var head = document.getElementsByTagName('head')[0],
prefix = "https://images-eu.ssl-images-amazon.com/images/G/01/csminstrumentation/",
elem = document.createElement("script");
elem.src = prefix + "csm-captcha-instrumentation.min.js";
head.appendChild(elem);
elem = document.createElement("script");
elem.src = prefix + "rd-script-6d68177fa6061598e9509dc4b5bdd08d.js";
head.appendChild(elem);
}
</script>
</body></html>
print(Soup.prettify())
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en-us" class="a-no-js a-lt-ie9 a-lt-ie8 a-lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en-us" class="a-no-js a-lt-ie9 a-lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en-us" class="a-no-js a-lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="a-no-js" lang="en-us">
<!--<![endif]-->
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta charset="utf-8"/>
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
<title dir="ltr">
Amazon.in
</title>
<meta content="width=device-width" name="viewport"/>
<link href="https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUI-3c913031596ca78a3768f4e934b1cc02ce238101.secure.min._V1_.css" rel="stylesheet"/>
<script>
if (true === true) {
var ue_t0 = (+ new Date()),
ue_csm = window,
ue = { t0: ue_t0, d: function() { return (+new Date() - ue_t0); } },
ue_furl = "fls-eu.amazon.in",
ue_mid = "A21TJRUUN4KGV",
ue_sid = (document.cookie.match(/session-id=([0-9-]+)/) || [])[1],
ue_sn = "opfcaptcha.amazon.in",
ue_id = 'C20KKSJWQ2GR699F0E8F';
}
</script>
</head>
<body>
<!--
To discuss automated access to Amazon data please contact api-services-support@amazon.com.
For information about migrating to our APIs refer to our Marketplace APIs at https://developer.amazonservices.in/ref=rm_c_sv, or our Product Advertising API at https://affiliate-program.amazon.in/gp/advertising/api/detail/main.html/ref=rm_c_ac for advertising use cases.
-->
<!--
Correios.DoNotSend
-->
<div class="a-container a-padding-double-large" style="min-width:350px;padding:44px 0 !important">
<div class="a-row a-spacing-double-large" style="width: 350px; margin: 0 auto">
<div class="a-row a-spacing-medium a-text-center">
<i class="a-icon a-logo">
</i>
</div>
<div class="a-box a-alert a-alert-info a-spacing-base">
<div class="a-box-inner">
<i class="a-icon a-icon-alert">
</i>
<h4>
Enter the characters you see below
</h4>
<p class="a-last">
Sorry, we just need to make sure you're not a robot. For best results, please make sure your browser is accepting cookies.
</p>
</div>
</div>
<div class="a-section">
<div class="a-box a-color-offset-background">
<div class="a-box-inner a-padding-extra-large">
<form action="/errors/validateCaptcha" method="get" name="">
<input name="amzn" type="hidden" value="V8GGuG+NQRn+YdL1orpHWQ=="/>
<input name="amzn-r" type="hidden" value="/best-mobile-under-20000/s?k=best+mobile+under+20000"/>
<div class="a-row a-spacing-large">
<div class="a-box">
<div class="a-box-inner">
<h4>
Type the characters you see in this image:
</h4>
<!-- For automated access to price change or offer listing change events,
please refer to the MWS Subscription API:
https://developer.amazonservices.in/gp/mws/api.html/276-5247872-0590350?ie=UTF8§ion=subscriptions&group=subscriptions&version=latest
-->
<div class="a-row a-text-center">
<img src="https://images-na.ssl-images-amazon.com/captcha/qujzzelu/Captcha_apacfeupat.jpg"/>
</div>
<div class="a-row a-spacing-base">
<div class="a-row">
<div class="a-column a-span6">
</div>
<div class="a-column a-span6 a-span-last a-text-right">
<a onclick="window.location.reload()">
Try different image
</a>
</div>
</div>
<input autocapitalize="off" autocomplete="off" autocorrect="off" class="a-span12" id="captchacharacters" name="field-keywords" placeholder="Type characters" spellcheck="false" type="text"/>
</div>
</div>
</div>
</div>
<div class="a-section a-spacing-extra-large">
<div class="a-row">
<span class="a-button a-button-primary a-span12">
<span class="a-button-inner">
<button class="a-button-text" type="submit">
Continue shopping
</button>
</span>
</span>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="a-divider a-divider-section">
<div class="a-divider-inner">
</div>
</div>
<div class="a-text-center a-spacing-small a-size-mini">
<a href="https://www.amazon.in/gp/help/customer/display.html/ref=footer_cou?ie=UTF8&nodeId=200545940">
Conditions of Use & Sale
</a>
<span class="a-letter-space">
</span>
<span class="a-letter-space">
</span>
<span class="a-letter-space">
</span>
<span class="a-letter-space">
</span>
<a href="https://www.amazon.in/gp/help/customer/display.html/ref=footer_privacy?ie=UTF8&nodeId=200534380">
Privacy Notice
</a>
</div>
<div class="a-text-center a-size-mini a-color-secondary">
© 1996-2015, Amazon.com, Inc. or its affiliates
<script>
if (true === true) {
document.write('<img src="https://fls-eu.amaz'+'on.in/'+'1/oc-csi/1/OP/requestId=C20KKSJWQ2GR699F0E8F&js=1" />');
};
</script>
<noscript>
<img src="https://fls-eu.amazon.in/1/oc-csi/1/OP/requestId=C20KKSJWQ2GR699F0E8F&js=0"/>
</noscript>
</div>
</div>
<script>
if (true === true) {
var head = document.getElementsByTagName('head')[0],
prefix = "https://images-eu.ssl-images-amazon.com/images/G/01/csminstrumentation/",
elem = document.createElement("script");
elem.src = prefix + "csm-captcha-instrumentation.min.js";
head.appendChild(elem);
elem = document.createElement("script");
elem.src = prefix + "rd-script-6d68177fa6061598e9509dc4b5bdd08d.js";
head.appendChild(elem);
}
</script>
</body>
</html>
# mobiles under 20000
productname=Soup.find_all("span",class_="a-size-medium a-color-base a-text-normal")
productname
[]
Productname=[]
for i in productname:
Productname.append(i.text.replace("\n",""))
Productname
[]
#mobiles
price=Soup.find_all("span",class_="a-price-whole")
price
[]
Price=[]
for i in price:
Price.append(i.text.replace("\n",""))
Price
[]
#mobiles
imageurl=Soup.find_all("div",class_="a-section aok-relative s-image-fixed-height")
imageurl
[]
Imageurl=[]
for i in imageurl:
for j in i.find_all("img",class_="s-image"):
Imageurl.append(j.get("src"))
Imageurl
[]
#mobiles
avgrating=Soup.find_all("span",class_="a-icon-alt")
avgrating
[]
Avgrating=[]
for i in avgrating:
Avgrating.append(i.text.replace("\n",""))
Avgrating
[]
import pandas as pd
df=pd.DataFrame({})
df["Productname"]=Productname[:15]
df["Price"]=Price[:15]
df["Imageurl"]=Imageurl[:15]
df["Avgrating"]=Avgrating[:15]
df
| Productname | Price | Imageurl | Avgrating |
|---|
Write a python program to scrape fresher job listings from ‘https://internshala.com/’. It should include job title, company name, CTC, and apply date.
!pip install bs4
!pip install requests
from bs4 import BeautifulSoup
import requests
Requirement already satisfied: bs4 in c:\users\dell\anaconda3\lib\site-packages (0.0.1) Requirement already satisfied: beautifulsoup4 in c:\users\dell\anaconda3\lib\site-packages (from bs4) (4.9.3) Requirement already satisfied: soupsieve>1.2; python_version >= "3.0" in c:\users\dell\anaconda3\lib\site-packages (from beautifulsoup4->bs4) (2.0.1) Requirement already satisfied: requests in c:\users\dell\anaconda3\lib\site-packages (2.24.0) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\dell\anaconda3\lib\site-packages (from requests) (1.25.11) Requirement already satisfied: certifi>=2017.4.17 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2020.6.20) Requirement already satisfied: chardet<4,>=3.0.2 in c:\users\dell\anaconda3\lib\site-packages (from requests) (3.0.4) Requirement already satisfied: idna<3,>=2.5 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2.10)
page=requests.get("https://internshala.com/fresher-jobs")
page
<Response [200]>
page.content
b'<!DOCTYPE html>\n<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml">\n <head>\n <meta http-equiv="X-UA-Compatible" content="IE=9" />\n <meta charset="UTF-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=0" />\n <meta property="fb:app_id" content="272234782795210" />\n <meta property="og:type" content="article" />\n <meta property="og:image:width" content="1200" />\n <meta property="og:image:height" content="630" />\n <meta name="twitter:site" content="@Internshala" />\n <meta name="twitter:card" content="summary_large_image" />\n \n <meta name="twitter:creator" content="@internshala" />\n <meta name="theme-color" content="#ffffff" />\n <meta name="msapplication-navbutton-color" content="#ffffff"/>\n <meta name="format-detection" content="telephone=no"/>\n\n <link rel="preload" as="font" href="/static/fonts/Inter.woff2?v=3.11" type="font/woff2" crossorigin />\n <link rel="preload" as="font" href="/static/fonts/internshala-icons.woff2?8zxqsu" type="font/woff2" crossorigin /> <script src="/static/js/web_vitals/web-vitals.umd.js"></script>\n <script src="/static/js/includes/common/libraries.2583691470.js" defer=""></script>\n <link rel="stylesheet" href="https://internshala.com//static/cdn/4.4.1/css/bootstrap.min.css" />\n <link rel="icon" href="https://internshala.com//favicon.ico?v=5" />\n <script type="application/ld+json">\n {\n "@context":"http://schema.org",\n "@type":"Organization",\n "name":"Internshala",\n "url":"https://internshala.com/",\n "sameAs":[\n "https://www.facebook.com/internshala",\n "https://instagram.com/internshala/",\n "https://www.linkedin.com/company/internshala",\n "https://www.youtube.com/channel/UC97qxGRmPsyfV0Miz7AxU2A"\n ]\n }\n </script>\n <script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n window.onerror = function (error, url, line, col, fullError) {\n error = fullError || error;\n store_data(error, line);\n };\n\n function store_data(error, line) {\n error = error.stack || error;\n var url = window.location.href;\n var browser = get_browser();\n var browser_name = browser.name;\n var browser_version = browser.version;\n var browser_ua = browser.user_agent;\n var message = "error=" + error + ". Line:" + line + "&browser=" + browser_name + "&version=" + browser_version + "&url=" + url + "&ua=" + browser_ua;\n var xhttp = new XMLHttpRequest();\n xhttp.onreadystatechange = function () {\n if (this.readyState === 4 && this.status === 200) {\n\n }\n };\n xhttp.open("POST", "/browser_error/insert_browser_logs", true);\n xhttp.setRequestHeader(\'X-Requested-With\', \'XMLHttpRequest\');\n xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");\n xhttp.send(message);\n }\n\n function get_browser() {\n var ua = navigator.userAgent, tem, M = ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\\/))\\/?\\s*(\\d+)/i) || [];\n if (/trident/i.test(M[1])) {\n tem = /\\brv[ :]+(\\d+)/g.exec(ua) || [];\n return {name: \'IE\', version: (tem[1] || \'\')};\n }\n if (M[1] === \'Chrome\') {\n tem = ua.match(/\\bOPR|Edge\\/(\\d+)/)\n if (tem != null) {\n return {name: \'Opera\', version: tem[1]};\n }\n }\n M = M[2] ? [M[1], M[2]] : [navigator.appName, navigator.appVersion, \'-?\'];\n if ((tem = ua.match(/version\\/(\\d+)/i)) != null) {\n M.splice(1, 1, tem[1]);\n }\n return {\n name: M[0],\n version: M[1],\n user_agent: ua\n };\n }\n</script>\n <script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n var os_type = "";\n var browser_name = \'\';\n var is_android = 0;\n var is_mobile = 1;\n var l_cookie = "";\n var view = "internship/search/search";\n var mainRole = "guest";\n var to_show_account_activated_message = false;\n var to_show_subscription_activated_message = false;\n var location_autocomplete_min_length = 3;\n var new_design_system = true;\n var fresherJobsMinCtc = 3;\n var show_maintenance_ribbon = false;\n var maintenance_ribbon_message = "";\n var base_url = \'https://internshala.com/\';\n </script>\n <title >Jobs for freshers | Fresher jobs | Minimum \xe2\x82\xb93 LPA jobs</title>\n <meta name="description" content="Get latest jobs for freshers and remote jobs and earn CTC of \xe2\x82\xb93 LPA+ in all job vacancies. Apply now for free on Internshala." />\n <meta property="og:title" content="Jobs for freshers | Fresher jobs | Minimum \xe2\x82\xb93 LPA jobs" />\n <meta property="og:description" content="Get latest jobs for freshers and remote jobs and earn CTC of \xe2\x82\xb93 LPA+ in all job vacancies. Apply now for free on Internshala." />\n <meta property="og:image" content="https://internshala.com//static/images/internshala_og_image.jpg" />\n <meta name="twitter:title" content="Jobs for freshers | Fresher jobs | Minimum \xe2\x82\xb93 LPA jobs" />\n <meta name="twitter:description" content="Get latest jobs for freshers and remote jobs and earn CTC of \xe2\x82\xb93 LPA+ in all job vacancies. Apply now for free on Internshala." />\n <meta property="twitter:image:src" content="https://internshala.com//static/images/internshala_og_image.jpg" />\n <link href="/static/css/internship/search/search.1629972069.css" rel="stylesheet" type="text/css" />\n <script src="/static/js/combined/common_form.1629721771.js" defer="" type="text/javascript" ></script>\n <script src="/static/js/combined/internship-search.1629721771.js" defer="" type="text/javascript" ></script>\n <script src="/static/js/subscribe/popup.1629721771.js" defer="" type="text/javascript" ></script>\n <link rel=\'next\' href=\'/fresher-jobs/page-2\'/>\n <!-- Google Tag Manager -->\n<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-5NSPHG\');</script>\n<!-- End Google Tag Manager -->\n<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n function sendToGTM(name, delta, id) {\n // Assumes the global `dataLayer` array exists, see:\n // https://developers.google.com/tag-manager/devguide\n dataLayer.push({\n event: \'web-vitals\',\n event_category: \'Web Vitals\',\n event_action: name.name,\n // Google Analytics metrics must be integers, so the value is rounded.\n // For CLS the value is first multiplied by 1000 for greater precision\n // (note: increase the multiplier for greater precision if needed).\n event_value: Math.round(name.name === \'CLS\' ? name.delta * 1000 : name.delta),\n // The \'id\' value will be unique to the current page load. When sending\n // multiple values from the same page (e.g. for CLS), Google Analytics can\n // compute a total by grouping on this ID (note: requires `eventLabel` to\n // be a dimension in your report).\n event_label: name.id,\n });\n }\n webVitals.getCLS(sendToGTM);\n webVitals.getFID(sendToGTM);\n webVitals.getLCP(sendToGTM);\n webVitals.getFCP(sendToGTM);\n webVitals.getTTFB(sendToGTM);\n</script>\n\n<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n// window.addEventListener(\'load\', function() {\n// store_session_data();\n// });\n\n// window.addEventListener(\'DOMContentLoaded\', function() {\n// store_session_data();\n// });\n\n var pdcVersion = "0";\n var toMakeInitialRequest = 1;\n if (toMakeInitialRequest == 1) {\n store_session_data();\n } else {\n store_pagespeed_session_data();\n }\n\n function store_session_data() {\n var message = "device=" + getDeviceType();\n var xhttp = new XMLHttpRequest();\n xhttp.onreadystatechange = function () {\n if (this.readyState === 4 && this.status === 200) {\n //Success\n var responseText = this.responseText;\n try {\n data = JSON.parse(responseText);\n if (data.success) {\n if(data.toMakeUpdateRequest) {\n update_session_data();\n }\n } else {\n //TODO\n }\n } catch (e) {\n throw_error(e);\n }\n }\n };\n\n xhttp.open("POST", "/info/storeData", true);\n xhttp.setRequestHeader(\'X-Requested-With\', \'XMLHttpRequest\');\n xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");\n xhttp.send(message);\n }\n\n function store_pagespeed_session_data() {\n if (view === \'campaign_generic/index\') return;\n var message = "device=" + getDeviceType();\n var xhttp = new XMLHttpRequest();\n xhttp.onreadystatechange = function () {\n if (this.readyState === 4 && this.status === 200) {\n //Success\n var responseText = this.responseText;\n try {\n data = JSON.parse(responseText);\n if (data.success) {\n } else {\n //TODO\n }\n } catch (e) {\n throw_error(e);\n }\n }\n };\n\n xhttp.open("POST", "/info/storePageSpeedData", true);\n xhttp.setRequestHeader(\'X-Requested-With\', \'XMLHttpRequest\');\n xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");\n xhttp.send(message);\n }\n\n function update_session_data() {\n var message = "";\n var xhttp = new XMLHttpRequest();\n xhttp.onreadystatechange = function () {\n if (this.readyState === 4 && this.status === 200) {\n //Success\n }\n };\n\n xhttp.open("POST", "/info/updateDeviceCookieDomain", true);\n xhttp.setRequestHeader(\'X-Requested-With\', \'XMLHttpRequest\');\n xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");\n xhttp.send(message);\n }\n\n function getDeviceType() {\n var device;\n if (typeof isMobile !== \'undefined\') {\n if (isMobile === \'1\') {\n device = "mobile";\n } else {\n device = "desktop";\n }\n } else {\n device = "NA";\n }\n\n return device;\n }\n\n</script>\n <script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n\n </script>\n\n </head>\n <body>\n <!-- Google Tag Manager (noscript) -->\n<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5NSPHG"\nheight="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>\n<!-- End Google Tag Manager (noscript) --> <div id="wrapper">\n <!-- ribbon -->\n<div id=\'error\' class="notification">\n</div>\n\n<div id=\'general_notification\' class="notification notification_general" style="display: none">\n</div>\n\n<!-- modal - error message -->\n<div id="error_modal" class="modal fade in internshala-modal" style="display: none">\n <div class="modal-dialog">\n <div class="modal-content">\n <div class="modal-body">\n <div class="image_container error_image">\n <img src="/static/images/common/modal_error.svg">\n </div>\n <div class="message_container">\n <div class="text-heading heading_4_5 small-device-text-center"></div>\n <div class="text-message body-main small-device-text-center"></div>\n <div class="button_container">\n <a class="btn btn-primary modal_primary_btn close_action" data-dismiss= "modal">Close</a>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- modal - success message -->\n<div id="success_modal" class="modal fade in internshala-modal" style="display: none">\n <div class="modal-dialog">\n <div class="modal-content">\n <div class="modal-body">\n <div class="image_container success_image">\n <img src="/static/images/common/modal_success.svg">\n </div>\n <div class="message_container">\n <div class="text-heading heading_4_5 small-device-text-center"></div>\n <div class="text-message body-main small-device-text-center"></div>\n <div class="button_container">\n <button class="btn btn-secondary modal_secondary_btn close_action" data-dismiss= "modal">Cancel</button>\n <a class="btn btn-primary modal_primary_btn close_action" data-dismiss= "modal">Close</a>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n<!-- modal - success message -->\n<div id="success_modal_dual_button" class="modal fade in internshala-modal" style="display: none">\n <div class="modal-dialog">\n <div class="modal-content">\n <div class="modal-body">\n <div class="image_container success_image">\n <img src="/static/images/common/modal_success.svg">\n </div>\n <div class="message_container">\n <div class="text-heading heading_4_5 small-device-text-center"></div>\n <div class="text-message body-main small-device-text-center"></div>\n <div class="button_container">\n <a class="btn btn-secondary modal_secondary_btn close_action" data-dismiss= "modal">Close</a>\n <a class="btn btn-primary modal_primary_btn close_action" data-dismiss= "modal">Close</a>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- modal - alert message -->\n<div id="alert_modal" class="modal fade in internshala-modal" style="display: none">\n <div class="modal-dialog">\n <div class="modal-content">\n <div class="modal-body">\n <div class="image_container alert_image">\n <img src="/static/images/common/modal_alert.svg">\n </div>\n <div class="message_container">\n <div class="text-heading heading_4_5 small-device-text-center"></div>\n <div class="text-message body-main small-device-text-center"></div>\n <div class="button_container">\n <a class="btn btn-primary modal_primary_btn close_action" data-dismiss= "modal">Close</a>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n\n<!--- confirmation modal-->\n<div id="confirmation_modal" class="modal fade in internshala-modal confirmation_modal" style="display: none">\n <div class="modal-dialog">\n <div class="modal-content">\n <div class="modal-body">\n <div class="message_container">\n <div class="text-heading heading_4_5"></div>\n <div class="text-message body-main"></div>\n <div class="button_container">\n <button class="btn btn-secondary modal_secondary_btn close_action" data-dismiss= "modal">Cancel</button>\n <a class="btn btn-primary modal_primary_btn yes-button close_action" data-dismiss= "modal">Yes</a>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n\n<div class="loading_image">\n</div>\n\n<div class="nav_dropdown_backdrop">\n</div>\n\n <noscript>\n <div class="notification notification_js_disabled" style="display: block;">\n Oops, your browser does not support Javascript. Please use Internshala in another browser.\n </div>\n </noscript>\n \n<div class="toast internshala-toast loading_toast" id="loading_toast" style="display: none;">\n <div class="toast-body-container">\n <div class="toast-body heading_6_6">\n Loading, please wait...\n </div>\n </div>\n</div>\n\n<div class="toast internshala-toast general_toast" style="display: none;">\n <div class="toast-body-container">\n <div class="toast-body heading_6_6">\n </div>\n </div>\n</div>\n\n<div class="toast internshala-toast error_toast" style="display: none;">\n <div class="toast-body-container">\n <div class="toast-body heading_6_6">\n </div>\n </div>\n</div>\n\n<div class="toast internshala-toast black_bottom_toast" style="display: none;">\n <div class="toast-body-container">\n <div class="toast-body body-main">\n </div>\n </div>\n</div>\n\n<div class="popover_overlay">\n</div>\n\n\n<div class="chat_notification_loading_image" style="display: none;">\n</div>\n <div class="modal " id="login-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">\n <div class="modal-dialog">\n <div class="modal-content">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal">\n <i class="ic-24-cross" aria-hidden="true"></i>\n </button>\n </div>\n <div class="modal-body">\n <div id="user-menu-container">\n <div id="user-menu">\n <div class="row">\n <div class="col-xs-6 col-6 user-menu-item active login_student" id="modal_student">\n Student\n </div>\n <div class="col-xs-6 col-6 user-menu-item login_employer" id="modal_employer">\n Employer / T&P\n </div>\n </div>\n </div>\n </div>\n <a class="google_login" href="/login/get_google">\n\n <div id="google-button-container">\n <div class="google_image_container">\n <img src="/static/images/login/google_logo.png">\n </div>\n <div class="google_content">\n Login with Google\n </div>\n </div>\n </a>\n <div class="helper">\n <div class="text2"><p>OR</p></div>\n <div class=\'border\'></div>\n </div>\n \n <form role="form" id="modal-login-form" method="POST">\n <input type="hidden" name="csrf_test_name" value="acc5de367f4adec538f6d69aee7723d7" />\n <div class="form-group">\n <label for="email" class="control-label">Email</label>\n <input type="email" class="form-control" id="modal_email" tabindex="1" name ="email" placeholder="john@example.com">\n </div>\n <div class="form-group">\n <label for="password" class="control-label">Password</label>\n <input type="password" class="form-control" id="modal_password" tabindex="2" name="password" placeholder="Must be atleast 6 characters">\n </div>\n <div class="forgot_password">\n <a href="/login/forgot_password" id="forgot-password">Forgot password?</a>\n </div>\n <div class="form-group">\n <button type="submit" class="btn btn-primary" id="modal_login_submit" tabindex="3">Login</button>\n </div>\n <div class="form-group new_to_internshala">\n <label>\n New to Internshala? Register (<a href=\'/registration/student\'>Student</a> / <a href=\'/registration/employer\'>Company</a>)\n </label>\n </div>\n </form>\n </div>\n </div>\n </div>\n </div>\n \n<!-- Login modal - error message for employers blocked -->\n<div id="employer_blocked_error_modal" class="modal fade" role="dialog" aria-hidden="true" tabindex="-1">\n <div class="modal-dialog">\n <div class="modal-content">\n <div class="heading">\n Your account is put on hold.<i style="cursor: pointer;float:right" id="close_modal" data-dismiss="modal" aria-hidden="true" class="ic-24-cross"></i>\n </div>\n <div class="heading1">\n Your account is put on hold.<i style="cursor: pointer;float:right" id="close_modal1" data-dismiss="modal" aria-hidden="true" class="ic-24-cross"></i>\n </div>\n <div class="main_content">\n \n <div class="line1"></div>\n <div class="sub_heading">\n What happened?\n </div>\n <div>\n We have determined that this account is violation of Internshala\'s <span class="primary_color"><a href="https://internshala.com/terms">rules</a></span>.\n </div>\n <div class="content_specially_for">\n Specifically for,\n </div>\n <div class="error_heading" id="heading_content1"></div>\n <div class="error_content_1" id="error_content1"></div>\n <div class="error_heading" id="heading_content2"></div>\n <div class="error_content_1" id="error_content2"></div>\n <div class="error_content_2">\n If you wish to appeal this, or seek further clarification, please contact our team at <span class="primary_color"><a href=\'mailto:complaints@internshala.com\'>complaints@internshala.com</a></span>\n </div>\n <div class="line2"></div>\n <div class="icon_container">\n <i class="ic-24-alert-circle"></i>\n <div class="icon_content">\n If this has happened by mistake, it will automatically be reverted within 24 hours.\n </div>\n </div>\n\n </div>\n </div>\n </div>\n</div>\n<div id="header" class="header_container container-fluid">\n <div class="max-width-container">\n\n \n<div class=\'layer\'></div>\n<div id="mySidenav" class="sidenav">\n <div class="ham_menu_items_container guest">\n <div class="ham_menu_items">\n <div class="ham_main_heading"><a href="/internships">Internships</a></div>\n </div>\n <div class="ham_menu_items">\n <div class="ham_main_heading">\n <a class="online-training-link" href="https://trainings.internshala.com/?utm_source=is_web_internshala_ham">\n Online Trainings <div class="contest">\n OFFER </div>\n </a>\n </div>\n </div>\n <div class="ham_menu_items">\n <div class="ham_main_heading"><a href="/internships/work-from-home-jobs?utm_source=wfh_mobile_hamburger">WFH Internships</a></div>\n </div>\n\n <div class="ham_menu_items">\n <div class="ham_main_heading"><a href="/fresher-jobs">Fresher Jobs</a></div>\n </div>\n <div class="ham_menu_items">\n <div class="ham_main_heading"><a href="/contact">Contact Us</a></div>\n </div>\n <hr class="ham_line_break" />\n <div class="ham_menu_items">\n <div class="ham_main_heading"><a href="/registration/student">Register - As a Student</a></div>\n </div>\n <div class="ham_menu_items">\n <div class="ham_main_heading"><a href="/registration/employer">Register - As an Employer</a></div>\n </div>\n <div class="ham_menu_items without_link">\n <div class="ham_main_heading home_page_login_button" id="ham_login_button" data-toggle="modal"\n data-target="#login-modal">Login\n </div>\n </div>\n </div>\n </div>\n<nav class="navbar navbar-expand-md">\n <div class="brand_container">\n <img id="hamburger_menu_key" src="/static/images/icons/hamburger-menu-key-new.svg">\n <span class="offer_hamburger_dot" id="offer_hamburger_dot"></span>\n <a class="navbar-brand" href="/">\n <img src="/static/images/common/new_internshala_logo.svg">\n </a>\n</div> <div class="collapse navbar-collapse navbar_desktop">\n <ul class="navbar-nav nav_menu_container">\n <li class="nav-item internship_container_hover dropdown dropdown-hover dropdown_backdrop">\n <a class="nav-link dropdown-toggle" href="/internships" id="internships_new_superscript">Internships\n <i class="is_icon_header ic-24-filled-down-arrow"></i>\n </a>\n <div class="dropdown-menu dropdown-menu-center menu_dropdown guest_dropdown " id="internships-dropdown">\n <div class="dropdown-inner">\n <div class="dropdown-inner-container ">\n <div class="inner-dropdown">\n <div class="menu-heading">\n Location </div>\n <ul class="dropdown-menu-part">\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/work-from-home-jobs" style="" >Work from Home</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-bangalore" style="" >Internship in Bangalore</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-delhi" style="" >Internship in Delhi</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-hyderabad" style="" >Internship in Hyderabad</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-mumbai" style="" >Internship in Mumbai</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-chennai" style="" >Internship in Chennai</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-pune" style="" >Internship in Pune</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-kolkata" style="" >Internship in Kolkata</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-jaipur" style="" >Internship in Jaipur</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/international-internship" style="" >International Internship</a>\n </li>\n </ul>\n </div>\n <div class="inner-dropdown">\n <div class="menu-heading">\n Profile </div>\n <ul class="dropdown-menu-part">\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/computer%20science-internship" style="" >Computer Science Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/marketing-internship" style="" >Marketing Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/finance-internship" style="" >Finance Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/mechanical-internship" style="" >Mechanical Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/hr-internship" style="" >HR Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/digital marketing-internship" style="" >Digital Marketing Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/electronics-internship" style="" >Electronics Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/content%20writing-internship" style="" >Content Writing Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/civil-internship" style="" >Civil Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/campus ambassador-internship?utm_source=header" style="" >Campus Ambassador Program</a>\n </li>\n </ul>\n </div>\n <div class="inner-dropdown">\n <div class="menu-heading">\n Category </div>\n <ul class="dropdown-menu-part">\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/engineering-internship" style="" >Engineering Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/mba-internship" style="" >MBA Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/part-time-jobs" style="" >Part-Time Jobs/Internships</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/graphic design-internship" style="" >Graphic Design Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/humanities-internship" style="" >Humanities Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/science-internship" style="" >Science Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/law-internship" style="" >Law Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/architecture-internship" style="" >Architecture Internship</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships/ppo-true" style="" >Internships with Job Offer</a>\n </li>\n <li class="item">\n <a class="item_link internship_item_location" href="https://internshala.com/internships-for-women?utm_source=ifw_is_dropdown" style="" >Internships for Women</a>\n </li>\n </ul>\n </div>\n </div>\n <div class="dropdown-inner-footer">\n <a class="internship_item_location" href="/internships">View all internships\n <i class="ic-24-chevron-right"></i>\n </a>\n </div>\n </div>\n </div>\n</li>\n\n<li class="nav-item training_container_hover dropdown dropdown-hover dropdown_backdrop nav-links">\n <a class="nav-link dropdown-toggle trainings_link menu-link" href="https://trainings.internshala.com/?utm_source=is_web_internshala-menu-dropdown1" id="trainings_dropdown_link" rel="noopener" target="_blank">\n Online Trainings <div class="contest">\n OFFER </div>\n <i class="is_icon_header ic-24-filled-down-arrow"></i>\n </a>\n <div class="training-dropdown-content ">\n <div class="training-box student">\n <div class="menu-link-main-1 training-menu"><h5 class="menu-heading menu-heading-hover ">Programming </h5></div>\n\n <div class="sub-menu-link-content-1 sub-menu ">\n <div class="training-sub-scroll">\n <a href="https://trainings.internshala.com/python-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Programming with Python </a>\n <a href="https://trainings.internshala.com/web-development-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Web Development </a>\n <a href="https://trainings.internshala.com/hacking-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Ethical Hacking </a>\n <a href="https://trainings.internshala.com/c-plus-plus-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Programming with C and C++ </a>\n <a href="https://trainings.internshala.com/android-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Android App Development </a>\n <a href="https://trainings.internshala.com/java-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Core Java </a>\n <a href="https://trainings.internshala.com/react-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">React </a>\n <a href="https://trainings.internshala.com/blockchain-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Blockchain </a>\n <a href="https://trainings.internshala.com/angular-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Angular </a>\n <a href="https://trainings.internshala.com/git-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Git & GitHub </a>\n <a href="https://trainings.internshala.com/how-to-ace-coding-interviews-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">How to Ace Coding Interviews </a>\n <a href="https://trainings.internshala.com/data-structures-algorithms?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Data Structures & Algorithms </a>\n <a href="https://trainings.internshala.com/sas-programming?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">SAS Programming </a>\n <a href="https://trainings.internshala.com/clinical-trials-analysis-reporting-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Clinical Trials Analysis & Reporting </a>\n <a href="https://trainings.internshala.com/matlab-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">MATLAB </a>\n <a href="https://trainings.internshala.com/software-testing-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Software Testing </a>\n <a href="https://trainings.internshala.com/nodejs?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Node JS </a>\n <a href="https://trainings.internshala.com/robotic-process-automation?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Robotic Process Automation </a>\n <a href="https://trainings.internshala.com/plc-programming-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">PLC Programming </a>\n </div>\n </div>\n <div class="menu-link-main-2 training-menu"><h5 class="menu-heading menu-heading-hover ">Business & Management </h5></div>\n\n <div class="sub-menu-link-content-2 sub-menu hide-the-item">\n <div class="training-sub-scroll">\n <a href="https://trainings.internshala.com/digital-marketing-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Digital Marketing </a>\n <a href="https://trainings.internshala.com/excel-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Advanced Excel </a>\n <a href="https://trainings.internshala.com/financial-modeling-valuation-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Financial Modeling and Valuation </a>\n <a href="https://trainings.internshala.com/business-communication-skills-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Business Communication Skills </a>\n <a href="https://trainings.internshala.com/trading-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Beginner\'s Trading Certification </a>\n <a href="https://trainings.internshala.com/tally?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Tally </a>\n <a href="https://trainings.internshala.com/hr?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Human Resource Management </a>\n <a href="https://trainings.internshala.com/sql-data-analytics-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">SQL for Data Analytics </a>\n </div>\n </div>\n <div class="menu-link-main-3 training-menu"><h5 class="menu-heading menu-heading-hover ">Core Engineering </h5></div>\n\n <div class="sub-menu-link-content-3 sub-menu hide-the-item">\n <div class="training-sub-scroll">\n <a href="https://trainings.internshala.com/autocad-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">AutoCAD </a>\n <a href="https://trainings.internshala.com/autocad-three-d-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Autocad 3D </a>\n <a href="https://trainings.internshala.com/solidworks-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">SOLIDWORKS </a>\n <a href="https://trainings.internshala.com/advanced-solidworks?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Advanced SOLIDWORKS </a>\n <a href="https://trainings.internshala.com/staad-pro-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">STAAD Pro </a>\n <a href="https://trainings.internshala.com/fusion-360-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Fusion 360 </a>\n <a href="https://trainings.internshala.com/iot-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Internet of Things </a>\n <a href="https://trainings.internshala.com/ansys?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Ansys </a>\n <a href="https://trainings.internshala.com/three-d-printing?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">3D Printing </a>\n <a href="https://trainings.internshala.com/pcb-design?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">PCB Design </a>\n <a href="https://trainings.internshala.com/labview?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">LabVIEW </a>\n <a href="https://trainings.internshala.com/arduino?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Arduino </a>\n <a href="https://trainings.internshala.com/catia?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">CATIA </a>\n <a href="https://trainings.internshala.com/matlab-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">MATLAB </a>\n </div>\n </div>\n <div class="menu-link-main-4 training-menu"><h5 class="menu-heading menu-heading-hover ">Data Science </h5></div>\n\n <div class="sub-menu-link-content-4 sub-menu hide-the-item">\n <div class="training-sub-scroll">\n <a href="https://trainings.internshala.com/machine-learning-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Machine Learning </a>\n <a href="https://trainings.internshala.com/data-science-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Data Science </a>\n <a href="https://trainings.internshala.com/tableau-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Tableau </a>\n <a href="https://trainings.internshala.com/deep-learning?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Deep Learning </a>\n <a href="https://trainings.internshala.com/sas-programming?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">SAS Programming </a>\n <a href="https://trainings.internshala.com/clinical-trials-analysis-reporting-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Clinical Trials Analysis & Reporting </a>\n <a href="https://trainings.internshala.com/statistics-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Statistics for Data Science </a>\n <a href="https://trainings.internshala.com/power-bi-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Power BI </a>\n <a href="https://trainings.internshala.com/sql-data-analytics-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">SQL for Data Analytics </a>\n </div>\n </div>\n <div class="menu-link-main-5 training-menu"><h5 class="menu-heading menu-heading-hover ">Design </h5></div>\n\n <div class="sub-menu-link-content-5 sub-menu hide-the-item">\n <div class="training-sub-scroll">\n <a href="https://trainings.internshala.com/graphic-design-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Graphic Design </a>\n <a href="https://trainings.internshala.com/ui-ux-design-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">UI/UX Design </a>\n <a href="https://trainings.internshala.com/video-editing-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Video Editing </a>\n <a href="https://trainings.internshala.com/animation-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Animation </a>\n <a href="https://trainings.internshala.com/wordpress?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">WordPress </a>\n <a href="https://trainings.internshala.com/digital-art?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Digital Art </a>\n <a href="https://trainings.internshala.com/colour-theory?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Colour Theory </a>\n </div>\n </div>\n <div class="menu-link-main-6 training-menu"><h5 class="menu-heading menu-heading-hover ">Creative Arts </h5></div>\n\n <div class="sub-menu-link-content-6 sub-menu hide-the-item">\n <div class="training-sub-scroll">\n <a href="https://trainings.internshala.com/creative-writing-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Creative Writing </a>\n <a href="https://trainings.internshala.com/guitar-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Learn Guitar in 30 days </a>\n <a href="https://trainings.internshala.com/photography-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Photography </a>\n <a href="https://trainings.internshala.com/calligraphy?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Calligraphy </a>\n </div>\n </div>\n <div class="menu-link-main-7 training-menu"><h5 class="menu-heading menu-heading-hover ">Language </h5></div>\n\n <div class="sub-menu-link-content-7 sub-menu hide-the-item">\n <div class="training-sub-scroll">\n <a href="https://trainings.internshala.com/french-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">French </a>\n </div>\n </div>\n <div class="menu-link-main-8 training-menu"><h5 class="menu-heading menu-heading-hover ">Career Development </h5></div>\n\n <div class="sub-menu-link-content-8 sub-menu hide-the-item">\n <div class="training-sub-scroll">\n <a href="https://trainings.internshala.com/business-communication-skills-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Business Communication Skills </a>\n <a href="https://trainings.internshala.com/ppt-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Internship & Job Preparation </a>\n <a href="https://trainings.internshala.com/how-to-ace-coding-interviews-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">How to Ace Coding Interviews </a>\n </div>\n </div>\n <div class="menu-link-main-9 training-menu"><h5 class="menu-heading menu-heading-hover ">Architecture </h5></div>\n\n <div class="sub-menu-link-content-9 sub-menu hide-the-item">\n <div class="training-sub-scroll">\n <a href="https://trainings.internshala.com/autocad-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">AutoCAD </a>\n <a href="https://trainings.internshala.com/autocad-three-d-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Autocad 3D </a>\n <a href="https://trainings.internshala.com/revit-training?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Revit </a>\n </div>\n </div>\n <div class="menu-link-main-10 training-menu"><h5 class="menu-heading menu-heading-hover ">Specializations </h5></div>\n\n <div class="sub-menu-link-content-10 sub-menu hide-the-item">\n <div class="training-sub-scroll">\n <a href="https://trainings.internshala.com/job-specialization-digital-marketing?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Digital Marketing Specialization </a>\n <a href="https://trainings.internshala.com/job-specialization-data-science?utm_source=is_web_internshala-menu-dropdown" style="" target="_blank" rel="noopener" class="sub-link sub-menu-common">Data Science Specialization </a>\n </div>\n </div>\n </div>\n </div>\n</li>\n<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n\n var isNavBarEmployerSide = 0;\n var isNewHeader = 1;\n\n</script>\n<li class="nav-item"><a class="nav-link" href="/fresher-jobs">Fresher Jobs</a></li>\n\n <li class="nav-item dropdown dropdown-hover">\n <a class="nav-link dropdown-toggle">Login / Register <i class="is_icon_header ic-24-filled-down-arrow"></i></a>\n\n\n <div class="dropdown-menu dropdown-menu-center menu_dropdown" id="login_register-dropdown">\n <div class="dropdown-inner">\n <div class="dropdown-inner-container">\n <div class="inner-dropdown">\n <ul class="dropdown-menu-part profile-dropdown">\n <li class="item">\n <a href="/registration/student" id="header_registration_link" class="item_link">Register as a student</a>\n </li>\n <li class="item">\n <a href="/registration/employer?utm_campaign=employer_searchpage" class="item_link">Register as an employer</a>\n </li>\n <li class="item">\n <a id="header_login_modal_button" data-toggle="modal" data-target="#login-modal" class="item_link">Login</a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n </li>\n </ul>\n </div>\n</nav>\n\n<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n var studentChatEducationPopoverType = 0;\n var conversationCount = 0;\n var toShowEducation = 0;\n</script>\n </div>\n</div>\n<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n\n <div class="modal subscription_alert" tabindex="-1" role="dialog">\n <div class="content">\n <div class="heading">\n <div class="heading_text">\n <div class="heading_6">First time user offer</div>\n </div>\n <i id="close_popup" class="ic-24-cross" data-dismiss="modal"></i>\n </div>\n\n <div class="body">\n <img class="subscription_desktop_image" src="/static/images/internship/subscription-popup/subscription_desktop.svg">\n <img class="subscription_mobile_image" src="/static/images/internship/subscription-popup/subscription_mobile.svg">\n <div class="validity">\n <div class="body-main first">Valid only for today | Time left:</div>\n <span class="heading_6" id="subs_timer"></span>\n </div>\n <div class="resume_guide">\n Get the best opportunities in your inbox & get Internshala resume guide for FREE!\n </div>\n <form id="subscribe-form-popup" role="form" method="POST">\n <div class="form-group" id="email_subscription_popup_container">\n <div class="input-group">\n <input type="hidden" name="csrf_test_name" value="acc5de367f4adec538f6d69aee7723d7"/>\n <input type="hidden" name="subscription_location" value="no_internship" >\n <input type="email" class="form-control email-field-popup" id="email_popup" name="email" autofocus="true" placeholder="Enter your e-mail address">\n <input type="hidden" name="src_url" value="/fresher-jobs">\n <input type="hidden" id="subscription_location" name="subscription_location" value="subscription_popup_new">\n <span class="input-group-btn"><button type="submit" class="btn btn-primary btn-input" id="but_subscription_popup_form">Subscribe</button></span>\n </div>\n </div>\n </form>\n <div class="subscription_alert_footer">\n <div class="link_container">\n <a href="#" id="already_subscribed">I\'m already subscribed</a>\n </div>\n <div class="link_container">\n <a href="#" id="no_thanks">No, thanks</a>\n </div>\n </div>\n </div>\n </div>\n </div>\n\n\n <script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n if (document.getElementById("subs_timer") != null) {\n var distance = new Date(\'2021/08/30 00:00:00\').getTime() - new Date(\'2021/08/29 00:51:45\').getTime();\n\n var x = setInterval(function () {\n if (distance < 0) {\n clearInterval(x);\n document.getElementById("subs_timer").innerHTML = "";\n }\n\n var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));\n var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));\n var seconds = Math.floor((distance % (1000 * 60)) / 1000);\n\n if (hours == 0 && minutes == 0 && seconds == 0) {\n clearInterval(x);\n document.getElementById("subs_timer").innerHTML = "";\n }\n\n if (hours < 10) {\n hours = "0" + hours\n }\n if (minutes < 10) {\n minutes = "0" + minutes\n }\n if (seconds < 10) {\n seconds = "0" + seconds\n }\n\n distance = distance - 1000;\n document.getElementById("subs_timer").innerHTML = hours + ":" + minutes + ":" + seconds;\n\n }, 1000);\n }\n\n </script>\n <script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n var is_slider_banner_preview = 0</script>\n\n<div id="contentFilters">\n <div class="modal" id="filtersModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"\n style="display: none">\n <div class="filtersModal_popover_overlay">\n </div>\n <div class="filters_expand">\n <div>hidden</div>\n <div class="filterApplied">\n <div class="heading_5 modalFilterUi">\n Filters\n </div>\n </div>\n <i class="cancel ic-24-cross"></i>\n </div>\n <div id="mobile_filters_container">\n <div id="filters_mobile">\n <div id="form_container_mobile">\n <form role="form" id="search_form_mobile" method="POST">\n \n <div class="category_container form-group showToastOnMobileFalse" title=\'Uncheck *Show opportunities as per my preferences* checkbox to search manually\' id="category_container">\n <label for="select_category" class="control-label">Category</label>\n <div id="categoryOptions_mobile">\n </div>\n\n <div class="loading_spinner" id="loading_spinner_category" style="display: none;">\n </div>\n </div>\n\n <div id="location_filter_mobile"\n class="location_container form-group showToastOnMobileFalse" title=\'Uncheck *Show opportunities as per my preferences* checkbox to search manually\' data-container="body" data-toggle="popover" data-placement="bottom"\n data-content="<div style=\'width:160px; font-size:12px;\' class=\'data_content\'>Click here to change location</div>"\n data-template=\'<div class="popover location-filters-popover" style="background-color:#1295c9; color:#fff;"><div class="arrow" style="left:14% !important"></div><div class="popover-inner"><div class="popover-content"><p></p></div></div></div>\'>\n <label for="city_sidebar">Location</label>\n <div id="cityOptions_mobile">\n </div>\n\n <div class="loading_spinner" id="loading_spinner_location" style="display: none;">\n </div>\n </div>\n\n <div class="filters_checkboxes_containers filters_checkboxes_containers_add_transparent showToastOnMobileFalse" title=\'Uncheck *Show opportunities as per my preferences* checkbox to search manually\'>\n <div class="form-group flex-row" id="remote_check_box">\n <label id="remote_check_box_label">Remote jobs</label>\n <div class="switch_container">\n <input type="checkbox" id="remote_job_mobile"\n name="remote_job" >\n <label class="" for="remote_job_mobile"></label>\n </div>\n </div>\n <div class="form-group flex-row" id="internship_check_box">\n <label id="internship_check_box_label">Also include internships</label>\n <div class="switch_container">\n <input type="checkbox" id="internship_checkbox_mobile"\n name="internship_checkbox" >\n <label class="" for="internship_checkbox_mobile"></label>\n </div>\n </div>\n </div>\n\n <div class="applyContainer">\n <div class="reset_container ">\n <a title="All filters applied have been cleared. Click on \'Apply\' to view all jobs" class="reset"> Clear All</a>\n </div>\n <div class="apply btn btn-primary">\n Apply\n </div>\n </div>\n\n </form>\n\n <form role="form" id="keyword_search_form_mobile" class="" method="POST">\n <div class="heading_5">Search</div>\n <div class="form-group keywordContainer">\n <div class="keyword showToastOnMobileFalse" title=\'Uncheck *Show opportunities as per my preferences* checkbox to search manually\'>\n <div class=" input-group has_cross_and_button">\n <input type="text" class="form-control pop-mobile" id="keywords_mobile"\n value=""\n name="keywords"\n placeholder = "e.g. Design, Mumbai, Infosys" autocomplete="off">\n <span class="input-group-btn cross_btn_container"><button class="cross_btn"\n type="button"><i\n class="ic-16-cross"></i> </button></span>\n <button type="submit" title=\'Uncheck *Show opportunities as per my preferences* checkbox to search manually\' id="search_mobile"\n class="btn btn-primary showToastOnMobileFalse" >\n <i class="ic-16-search"></i>\n </button>\n </div>\n </div>\n </div>\n </form>\n </div>\n </div>\n </div>\n</div>\n\n<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n var category_name_label_array = [];\n var filters_applied = {\n \'category\': [\n ],\n \'category_name_label_array\': category_name_label_array,\n \'city\': [],\n \'wfh\': [],\n \'part_time\': [],\n \'remote_job\': [],\n \'internship_checkbox\': [],\n \'start_date\': [],\n \'duration\': [],\n \'ppo\': [],\n \'ifw\': [],\n \'type\': [],\n \'keyword\': [],\n \'matching_preferences\': []\n };\n\n</script>\n\n</div>\n\n<div id="content" class="search_content">\n <div id="internship_for_women" style="display:none;" >\n <div class="content-inner">\n <div class="banner_content">\n <div class="heading heading_2">Internships for women</div>\n <div class="sub_heading heading_5">(Re)start your career with an internship</div>\n <div class="btn internship_for_women_button">View internships</div>\n </div>\n </div>\n <div id="about_internship_for_women">\n <div class="max-width-container">\n <div class="heading heading_2_4">About the initiative</div>\n <div class="content body-main">\n In India, about 65-70% women who take a career break fail to return to work, and a large number of women who are well educated & have potential to become a valuable part of the workforce do not even get a chance to begin their career. "Internships for Women" brings amazing women employment opportunities, in the form of internship jobs for women, to help them restart their career. With flexible working options like work from home options & part-time options, women can now manage both - their career and household responsibilities. Further, if women want to go back to the workplace, they can opt for office-based internships and make a gradual switch to professional life.\n <br/> <br/>Are you looking to (re)start your career through internships? Then <a href="/registration/student?utm_source=ifwregistrationcontent ">click here</a> and create your Internshala account today!\n <br/> <br/>If you are looking to (re)start your career, just apply to the below-mentioned internships. For any queries, please call us on +91-844 844 4851 or mail us at <a href="mailto:helpdesk@internshala.com">helpdesk@internshala.com</a>.</div>\n </div>\n </div>\n</div>\n<div id="fresher_jobs_banner">\n <div class="container-fluid">\n <div class="max-width-container">\n <div class="content-inner">\n <div class="logo heading_3_5">\n Introducing\n </div>\n <div class="primary_text">\n <div class="text">\n Fresher Jobs\n </div>\n <span class="offer">New</span>\n </div>\n\n <div class="secondary_text">Apply to premium fresher jobs for free</div>\n <div class="features_container">\n <div class="feature first">\n <img alt="\xe2\x9c\x94" src="/static/images/common/check_box_white.svg">\n <span>Minimum CTC 3 LPA</span>\n </div>\n <div class="feature second">\n <img alt="\xe2\x9c\x94" src="/static/images/common/check_box_white.svg">\n <span>100% verified jobs</span>\n </div>\n <div class="feature third">\n <img alt="\xe2\x9c\x94" src="/static/images/common/check_box_white.svg">\n <span>Apply for free</span>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n <div class="container-fluid" id="internships_list_container">\n <div class="max-width-container">\n <div id="search_criteria_mobile_container" class="table-cell">\n <div class="filters">\n <div class="filterUi">\n <i id="filter_ui_icon_mobile" class="ic-16-filter"></i>\n <span id="filter_ui_heading_mobile" class="heading_5">Filters</span>\n </div>\n </div>\n\n <div class="filters_tags">\n </div>\n <div id="internship_seo_heading_container" class="internship_seo_heading_container_mobile">\n \n<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n document.title = "Jobs for freshers | Fresher jobs | Minimum \xe2\x82\xb93 LPA jobs";\n</script>\n\n <div class="heading heading_4_6">\n 252 jobs for freshers and remote jobs<i id="content_open_button" class="ic-16-chevron-down"></i> </div>\n <div id="open_content_collapse" class="body-small">Start applying to latest jobs for freshers and remote jobs and earn CTC of \xe2\x82\xb93 LPA+ in all job vacancies.<br>A remote job is also a permanent job with minimum CTC of 3 LPA where you work remotely.</div>\n \n </div>\n </div>\n <div id="internship_seo_heading_container" class="internship_seo_heading_container_desktop ">\n \n<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n document.title = "Jobs for freshers | Fresher jobs | Minimum \xe2\x82\xb93 LPA jobs";\n</script>\n\n <div class="heading heading_4_6">\n 252 jobs for freshers and remote jobs<i id="content_open_button" class="ic-16-chevron-down"></i> </div>\n <div id="open_content_collapse" class="body-small">Start applying to latest jobs for freshers and remote jobs and earn CTC of \xe2\x82\xb93 LPA+ in all job vacancies.<br>A remote job is also a permanent job with minimum CTC of 3 LPA where you work remotely.</div>\n \n </div>\n <div id="reference">\n <div id="search_criteria_container">\n \n<div class="fixed_on_scroll" id="filters_container">\n <div id="filters" >\n\n <div id="form-container">\n <div class="filterUi">\n <i id="filter_ui_icon_desktop" class="ic-16-filter"></i>\n <span id="filter_ui_heading_desktop" class="heading_5">Filters</span>\n </div>\n <form role="form" id="search_form" method="POST">\n \n <div class="category_container form-group " >\n <label for="select_category">Category</label>\n <div id="categoryOptions">\n <select data-placeholder="e.g. Marketing" id="select_category" name="select_category" class="form-control chosen-select default-chosen" multiple tabindex="4" >\n <option value="engineering">Engineering</option>\n <option value="mba">MBA</option>\n <option value="computer%20science">Computer Science</option>\n <option value="humanities">Humanities</option>\n <option value="media">Media</option>\n <option value="creative%20writing">Creative Writing</option>\n <option value="graphic%20design">Graphic Design</option>\n <option value="finance">Finance</option>\n <option value="civil">Civil Engineering</option>\n <option value="chemical">Chemical Engineering</option>\n \n</select>\n<div class="chosen-container chosen-container-multi chosen-with-drop" title="" id="select_category_chosen_temp">\n <ul class="chosen-choices">\n <li class="search-field">\n <input class="chosen-search-input default" type="text" autocomplete="off" value="e.g. Marketing" tabindex="4" style="width: 119px;">\n </li>\n </ul>\n</div> </div>\n </div>\n\n <div id = "location_filter" class = "location_container form-group " >\n <label for="city_sidebar">Location</label>\n <div id="cityOptions">\n \n<select data-placeholder="e.g. Delhi" id="city_sidebar" name="city_sidebar" multiple class="form-control chosen-select default-chosen" tabindex="5" >\n <option value="mumbai">Mumbai</option>\n <option value="bangalore">Bangalore</option>\n <option value="delhi">Delhi</option>\n <option value="hyderabad">Hyderabad</option>\n <option value="pune">Pune</option>\n <option value="chennai">Chennai</option>\n <option value="kolkata">Kolkata</option>\n <option value="ahmedabad">Ahmedabad</option>\n \n</select>\n<div class="chosen-container chosen-container-multi chosen-with-drop" title="" id="city_sidebar_chosen_temp">\n <ul class="chosen-choices">\n <li class="search-field">\n <input class="chosen-search-input default" type="text" autocomplete="off" value="e.g. Delhi" tabindex="4" style="width: 119px;">\n </li>\n </ul>\n</div>\n </div>\n </div>\n <div class="filters_checkboxes_containers " >\n <div class="form-group flex-row" id="part_time_check_box">\n <label>Remote jobs</label>\n <div class="switch_container">\n <input type="checkbox" id="remote_job" name="remote_job" >\n <label class="" for="remote_job"></label>\n </div>\n </div>\n <div class="form-group flex-row" id="part_time_check_box">\n <label>Also include internships</label>\n <div class="switch_container">\n <input type="checkbox" id="internship_checkbox" name="internship_checkbox" >\n <label class="" for="internship_checkbox"></label>\n </div>\n </div>\n </div>\n <div class="reset_link_container">\n <a id="reset_link">Clear all</a>\n </div>\n </form>\n <div class="or_splitter">\n <div class="heading-table">\n OR\n </div>\n <div class="strike">\n </div>\n </div>\n\n <form role="form" id="keyword_search_form" class="" method="POST">\n <div class="heading_5">Search</div>\n <div class="form-group keywordContainer">\n <div class="keyword">\n <div class=" input-group has_cross_and_button" ">\n <input type="text" class="form-control pop-job" id="keywords" value="" name="keywords" placeholder = "e.g. Design, Mumbai, Infosys" autocomplete="off">\n <span class="input-group-btn cross_btn_container"><button class="cross_btn" type="button"><i class="ic-16-cross"></i> </button></span>\n <span class="input-group-btn search_btn_container">\n <button type="submit" id="search" class="btn btn-input btn-primary " type="button" >\n <i class="ic-16-search"></i>\n </button>\n </span>\n </div>\n </div>\n </div>\n </form>\n </div>\n </div>\n</div>\n\n<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n var toShowMatchingPreferencesEnabled = 0;\n</script>\n </div>\n <div id="list_container">\n <div class="internship_list_container" id="marketing_first_container"></div>\n <div class="internship_list_container" id="internship_list_container">\n <div id=\'internship_list_container_1\'>\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1411588" internshipId = "1411588">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/omni-sport-leader-fresher-jobs-in-hyderabad-at-decathlon-sport-india-private-limited1629355813\'>OMNI SPORT LEADER</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Decathlon%20Sport%20India%20Private%20Limited">\n Decathlon Sport India Private Limited </a>\n </div>\n </div>\n <div class="internship_logo">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-hyderabad\'>Hyderabad</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">18 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/omni-sport-leader-fresher-jobs-in-hyderabad-at-decathlon-sport-india-private-limited1629355813">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1393416" internshipId = "1393416">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/executive-senior-executive-partnerships-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770904\'>Executive/Senior Executive - Partnerships</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">\n Freecharge Payments Technology Private Limited </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F610288c22a4fa1627556034.png"\n alt=" Internship at Freecharge Payments Technology Private Limited in Faridabad, Delhi, Ghaziabad, Gurgaon, Pune, Bangalore, Hyderabad, Mumbai, Noida">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-faridabad\'>Faridabad</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-delhi\'>Delhi</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-ghaziabad\'>Ghaziabad</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-gurgaon\'>Gurgaon</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-pune\'>Pune</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-bangalore\'>Bangalore</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-hyderabad\'>Hyderabad</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-mumbai\'>Mumbai</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-noida\'>Noida</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4.2 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">11 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/executive-senior-executive-partnerships-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770904">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1399445" internshipId = "1399445">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/executive-sales-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770715\'>Executive - Sales</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">\n Freecharge Payments Technology Private Limited </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F610288c22a4fa1627556034.png"\n alt=" Internship at Freecharge Payments Technology Private Limited in Delhi, Gurgaon, Noida">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-delhi\'>Delhi</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-gurgaon\'>Gurgaon</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-noida\'>Noida</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">11 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/executive-sales-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770715">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1390266" internshipId = "1390266">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/junior-operations-executive-fresher-jobs-in-gurgaon-at-freecharge-payments-technology-private-limited1628075825\'>Junior Operations Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">\n Freecharge Payments Technology Private Limited </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F610288c22a4fa1627556034.png"\n alt=" Internship at Freecharge Payments Technology Private Limited in Gurgaon">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-gurgaon\'>Gurgaon</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">4 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/junior-operations-executive-fresher-jobs-in-gurgaon-at-freecharge-payments-technology-private-limited1628075825">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1429063" internshipId = "1429063">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-inside-sales-executive-fresher-jobs-at-neo91-dsbl-private-limited1630137004\'>Inside Sales Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Neo91%20%28DSBL%20Private%20Limited%29">\n Neo91 (DSBL Private Limited) </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5e4b744aed57c1582003274.png"\n alt=" Internship at Neo91 (DSBL Private Limited) in ">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3.5 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">27 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-inside-sales-executive-fresher-jobs-at-neo91-dsbl-private-limited1630137004">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1426894" internshipId = "1426894">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-sales-client-onboarding-executive-fresher-jobs-at-intesome1630044390\'>Sales Client Onboarding Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">\n Intesome </a>\n </div>\n </div>\n <div class="internship_logo">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">27 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-sales-client-onboarding-executive-fresher-jobs-at-intesome1630044390">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1426933" internshipId = "1426933">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-b2b-digital-sales-executive-fresher-jobs-at-intesome1630045170\'>B2B Digital Sales Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">\n Intesome </a>\n </div>\n </div>\n <div class="internship_logo">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">27 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-b2b-digital-sales-executive-fresher-jobs-at-intesome1630045170">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1425742" internshipId = "1425742">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/business-development-executive-fresher-jobs-in-noida-at-aapc-india-private-limited1630134084\'>Business Development Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-AAPC%20India%20Private%20Limited">\n AAPC India Private Limited </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F612761c899e361629970888.jpg"\n alt=" Internship at AAPC India Private Limited in Noida">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-noida\'>Noida</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4.5 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">27 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/business-development-executive-fresher-jobs-in-noida-at-aapc-india-private-limited1630134084">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1428910" internshipId = "1428910">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-customer-service-executive-fresher-jobs-at-infybytes-ai-labs-private-limited1630133218\'>Customer Service Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-InfyBytes%20AI%20Labs%20Private%20Limited">\n InfyBytes AI Labs Private Limited </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5dfefc15907e71576991765.png"\n alt=" Internship at InfyBytes AI Labs Private Limited in ">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">27 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-customer-service-executive-fresher-jobs-at-infybytes-ai-labs-private-limited1630133218">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1428159" internshipId = "1428159">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-xoog-edlearn-private-limited1630074732\'>Business Development Associate</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-XOOG%20EDLEARN%20PRIVATE%20LIMITED">\n XOOG EDLEARN PRIVATE LIMITED </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F61014b65e86d71627474789.jpg"\n alt=" Internship at XOOG EDLEARN PRIVATE LIMITED in ">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 4.5 - 7 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">27 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-xoog-edlearn-private-limited1630074732">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1422998" internshipId = "1422998">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-trainee-software-engineer-fresher-jobs-at-nuware-systems1629867974\'>Trainee Software Engineer</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-NuWare%20Systems">\n NuWare Systems </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F60b9dd3a063681622793530.png"\n alt=" Internship at NuWare Systems in ">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">26 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-trainee-software-engineer-fresher-jobs-at-nuware-systems1629867974">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1425233" internshipId = "1425233">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/associate-development-fresher-jobs-in-mumbai-at-pratham-infotech-foundation1630067881\'>Associate (Development)</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Pratham%20InfoTech%20Foundation">\n Pratham InfoTech Foundation </a>\n </div>\n </div>\n <div class="internship_logo">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-mumbai\'>Mumbai</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">26 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/associate-development-fresher-jobs-in-mumbai-at-pratham-infotech-foundation1630067881">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1427826" internshipId = "1427826">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/corporate-sales-associate-fresher-jobs-in-mumbai-at-best-roadways-limited1630064401\'>Corporate Sales Associate</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Best%20Roadways%20Limited">\n Best Roadways Limited </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5e2fde08607061580195336.jpg"\n alt=" Internship at Best Roadways Limited in Mumbai">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-mumbai\'>Mumbai</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">26 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/corporate-sales-associate-fresher-jobs-in-mumbai-at-best-roadways-limited1630064401">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1427303" internshipId = "1427303">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/sales-executive-fresher-jobs-in-greater-noida-noida-at-hedge-homes1630053270\'>Sales Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Hedge%20Homes">\n Hedge Homes </a>\n </div>\n </div>\n <div class="internship_logo">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-greater noida\'>Greater Noida</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-noida\'>Noida</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">26 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/sales-executive-fresher-jobs-in-greater-noida-noida-at-hedge-homes1630053270">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1426003" internshipId = "1426003">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-organizational-behavior-specialist-fresher-jobs-at-syscloud-technologies-private-limited1629978107\'>Organizational Behavior Specialist</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-SysCloud%20Technologies%20Private%20Limited">\n SysCloud Technologies Private Limited </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5df7570ee929b1576490766.png"\n alt=" Internship at SysCloud Technologies Private Limited in ">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 4.5 - 6 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">26 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-organizational-behavior-specialist-fresher-jobs-at-syscloud-technologies-private-limited1629978107">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1426296" internshipId = "1426296">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-international-online-sales-executive-fresher-jobs-at-intesome1630043050\'>International Online Sales Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">\n Intesome </a>\n </div>\n </div>\n <div class="internship_logo">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">26 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-international-online-sales-executive-fresher-jobs-at-intesome1630043050">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1426095" internshipId = "1426095">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-digital-marketing-specialist-fresher-jobs-at-ohana-academy1629980764\'>Digital Marketing Specialist</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Ohana%20Academy">\n Ohana Academy </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F6113d703b257d1628690179.png"\n alt=" Internship at Ohana Academy in ">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 5 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">26 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-digital-marketing-specialist-fresher-jobs-at-ohana-academy1629980764">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1425387" internshipId = "1425387">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/buddy-counselor-study-abroad-fresher-jobs-in-mumbai-bandra-at-uniacco1630041975\'>Buddy Counselor (Study Abroad)</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-UniAcco">\n UniAcco </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5ecbbf4f143cb1590411087.jpg"\n alt=" Internship at UniAcco in Mumbai, Bandra">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-mumbai\'>Mumbai</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-bandra\'>Bandra</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 5 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">26 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/buddy-counselor-study-abroad-fresher-jobs-in-mumbai-bandra-at-uniacco1630041975">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1416905" internshipId = "1416905">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-student-success-teacher-fresher-jobs-at-code-a-block-kedtech-llc1629488510\'>Student Success - Teacher</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Code%20A%20Block%20%28KEDTech%20LLC%29">\n Code A Block (KEDTech LLC) </a>\n </div>\n </div>\n <div class="internship_logo">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 4 - 7.2 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">25 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-student-success-teacher-fresher-jobs-at-code-a-block-kedtech-llc1629488510">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1423119" internshipId = "1423119">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/supply-chain-executive-fresher-jobs-in-mumbai-at-serturner1629870500\'>Supply Chain Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Serturner">\n Serturner </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5e2fde14304041580195348.png"\n alt=" Internship at Serturner in Mumbai">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-mumbai\'>Mumbai</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">25 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/supply-chain-executive-fresher-jobs-in-mumbai-at-serturner1629870500">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1424580" internshipId = "1424580">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-game-developer-fresher-jobs-at-cogent-web-services1629909028\'>Game Developer</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Cogent%20Web%20Services">\n Cogent Web Services </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5e2fdee4e3f7d1580195556.png"\n alt=" Internship at Cogent Web Services in ">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">25 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-game-developer-fresher-jobs-at-cogent-web-services1629909028">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1425285" internshipId = "1425285">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/associate-digital-products-fresher-jobs-in-noida-delhi-at-rocsearch1629961096\'>Associate - Digital Products</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-RocSearch">\n RocSearch </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F6123aa8721c3c1629727367.png"\n alt=" Internship at RocSearch in Noida, Delhi">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-noida\'>Noida</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-delhi\'>Delhi</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3.5 - 4 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">25 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/associate-digital-products-fresher-jobs-in-noida-delhi-at-rocsearch1629961096">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1425144" internshipId = "1425144">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/program-impact-in-charge-science-and-mathematics-fresher-jobs-in-bangalore-at-open-door-education1629958128\'>Program Impact In-charge (Science And Mathematics)</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Open%20Door%20Education">\n Open Door Education </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5e2fdc17bb8f01580194839.png"\n alt=" Internship at Open Door Education in Bangalore">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-bangalore\'>Bangalore</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 6 - 10 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">25 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/program-impact-in-charge-science-and-mathematics-fresher-jobs-in-bangalore-at-open-door-education1629958128">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1424082" internshipId = "1424082">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/software-engineer-trainee-fresher-jobs-in-ahmedabad-mumbai-at-markytics1629891252\'>Software Engineer Trainee</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Markytics">\n Markytics </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5de4e24145e0f1575281217.png"\n alt=" Internship at Markytics in Ahmedabad, Mumbai">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-ahmedabad\'>Ahmedabad</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-mumbai\'>Mumbai</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">25 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/software-engineer-trainee-fresher-jobs-in-ahmedabad-mumbai-at-markytics1629891252">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1423574" internshipId = "1423574">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/sales-executive-fresher-jobs-in-kolkata-mumbai-at-1st-in-class1629878659\'>Sales Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-1st%20In%20Class">\n 1st In Class </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F60f14b4a044f31626426186.jpg"\n alt=" Internship at 1st In Class in Kolkata, Mumbai">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-kolkata\'>Kolkata</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-mumbai\'>Mumbai</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 3.2 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">25 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/sales-executive-fresher-jobs-in-kolkata-mumbai-at-1st-in-class1629878659">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1421293" internshipId = "1421293">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/digital-marketing-executive-fresher-jobs-in-indore-at-tradevinder1629786574\'>Digital Marketing Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-TradeVinder">\n TradeVinder </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5f7169a84802d1601268136.jpeg"\n alt=" Internship at TradeVinder in Indore">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-indore\'>Indore</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">24 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/digital-marketing-executive-fresher-jobs-in-indore-at-tradevinder1629786574">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1422844" internshipId = "1422844">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/corporate-sales-manager-fresher-jobs-in-pune-at-findestination1629856616\'>Corporate Sales Manager</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-FinDestination">\n FinDestination </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5e2fdc0ed91ed1580194830.jpg"\n alt=" Internship at FinDestination in Pune">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-pune\'>Pune</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">24 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/corporate-sales-manager-fresher-jobs-in-pune-at-findestination1629856616">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1423317" internshipId = "1423317">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/software-developer-fresher-jobs-in-chandigarh-at-innovantes-it-solutions-llp1629873932\'>Software Developer</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Innovantes%20IT%20Solutions%20LLP">\n Innovantes IT Solutions LLP </a>\n </div>\n </div>\n <div class="internship_logo">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-chandigarh\'>Chandigarh</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 3.1 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">24 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/software-developer-fresher-jobs-in-chandigarh-at-innovantes-it-solutions-llp1629873932">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1423380" internshipId = "1423380">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/executive-assistant-to-director-fresher-jobs-in-mumbai-at-best-roadways-limited1629875110\'>Executive Assistant To Director</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Best%20Roadways%20Limited">\n Best Roadways Limited </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5e2fde08607061580195336.jpg"\n alt=" Internship at Best Roadways Limited in Mumbai">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-mumbai\'>Mumbai</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">24 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/executive-assistant-to-director-fresher-jobs-in-mumbai-at-best-roadways-limited1629875110">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1422976" internshipId = "1422976">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/c-embedded-semiconductor-expert-soc-modeling-fresher-jobs-in-noida-bangalore-at-circuitsutra-technologies-private-limited1629868963\'>C++ Embedded/Semiconductor Expert (SoC Modeling)</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Circuitsutra%20Technologies%20Private%20Limited">\n Circuitsutra Technologies Private Limited </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F6125c58b926cc1629865355.jpg"\n alt=" Internship at Circuitsutra Technologies Private Limited in Noida, Bangalore">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-noida\'>Noida</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-bangalore\'>Bangalore</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 6 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">24 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/c-embedded-semiconductor-expert-soc-modeling-fresher-jobs-in-noida-bangalore-at-circuitsutra-technologies-private-limited1629868963">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1384819" internshipId = "1384819">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-mobile-app-developer-fresher-jobs-at-cogent-web-services1627804565\'>Mobile App Developer</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Cogent%20Web%20Services">\n Cogent Web Services </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5e2fdee4e3f7d1580195556.png"\n alt=" Internship at Cogent Web Services in ">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">23 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-mobile-app-developer-fresher-jobs-at-cogent-web-services1627804565">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1422146" internshipId = "1422146">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/software-developer-fresher-jobs-in-mumbai-at-swabhav-techlabs1629806967\'>Software Developer</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Swabhav%20Techlabs">\n Swabhav Techlabs </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5e2fdccc3d5521580195020.png"\n alt=" Internship at Swabhav Techlabs in Mumbai">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-mumbai\'>Mumbai</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">23 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/software-developer-fresher-jobs-in-mumbai-at-swabhav-techlabs1629806967">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1420330" internshipId = "1420330">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-coding-teacher-remote-fresher-jobs-at-codingal-education-private-limited1629724553\'>Coding Teacher (Remote)</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Codingal%20Education%20Private%20Limited">\n Codingal Education Private Limited </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5fc4c35ea05e11606730590.png"\n alt=" Internship at Codingal Education Private Limited in ">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 6 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">23 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-coding-teacher-remote-fresher-jobs-at-codingal-education-private-limited1629724553">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1419996" internshipId = "1419996">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-validation-expert-fresher-jobs-at-apna1629716586\'>Validation Expert</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Apna">\n Apna </a>\n </div>\n </div>\n <div class="internship_logo">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">23 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-validation-expert-fresher-jobs-at-apna1629716586">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1394780" internshipId = "1394780">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/full-stack-developer-fresher-jobs-in-hyderabad-at-imbuedesk1628322108\'>Full Stack Developer</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-ImbueDesk">\n ImbueDesk </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5e2fdc13cc2871580194835.png"\n alt=" Internship at ImbueDesk in Hyderabad">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-hyderabad\'>Hyderabad</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 5 - 9 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">23 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/full-stack-developer-fresher-jobs-in-hyderabad-at-imbuedesk1628322108">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1420110" internshipId = "1420110">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-tutedude1629719092\'>Business Development Associate</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Tutedude">\n Tutedude </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5ec529134d4ac1589979411.png"\n alt=" Internship at Tutedude in ">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">23 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-tutedude1629719092">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1156739" internshipId = "1156739">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/content-e-commerce-management-executive-fresher-jobs-in-mumbai-at-anmol-baby1629800517\'>Content & E-commerce Management Executive</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Anmol%20Baby">\n Anmol Baby </a>\n </div>\n </div>\n <div class="internship_logo">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-mumbai\'>Mumbai</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 3.1 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">26 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/content-e-commerce-management-executive-fresher-jobs-in-mumbai-at-anmol-baby1629800517">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1420315" internshipId = "1420315">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/business-development-specialist-fresher-jobs-in-noida-delhi-at-the-smartware1629724108\'>Business Development Specialist</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-The%20SmartWare">\n The SmartWare </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F5e2fde9ca094c1580195484.png"\n alt=" Internship at The SmartWare in Noida, Delhi">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-noida\'>Noida</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-delhi\'>Delhi</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">23 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/business-development-specialist-fresher-jobs-in-noida-delhi-at-the-smartware1629724108">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1419988" internshipId = "1419988">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/assistant-manager-outreach-events-fresher-jobs-in-multiple-locations-at-formskart1629716485\'>Assistant Manager - Outreach & Events</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Formskart">\n Formskart </a>\n </div>\n </div>\n <div class="internship_logo">\n <img src="/cached_uploads/logo%2F60d14f6e328fe1624330094.png"\n alt=" Internship at Formskart in Ahmedabad, Chandigarh, Chennai, Dehradun, Delhi, Guwahati, Indore, Kolkata, Lucknow, Pune, Ranch ...">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-map-pin"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-ahmedabad\'>Ahmedabad</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-chandigarh\'>Chandigarh</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-chennai\'>Chennai</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-dehradun\'>Dehradun</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-delhi\'>Delhi</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-guwahati\'>Guwahati</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-indore\'>Indore</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-kolkata\'>Kolkata</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-lucknow\'>Lucknow</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-pune\'>Pune</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-ranchi\'>Ranchi</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-secunderabad\'>Secunderabad</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-bangalore\'>Bangalore</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-hyderabad\'>Hyderabad</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-kochi\'>Kochi</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-howrah\'>Howrah</a>, <a class=\'location_link\' href=\'/fresher-jobs/jobs-in-jaipur\'>Jaipur</a> </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">23 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n <div class="covid_wfh_alert_info ">\n <i class="ic-16-home" style="margin-right: 4px;"></i>\n <span class="body-main">\n The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves\n </span>\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/assistant-manager-outreach-events-fresher-jobs-in-multiple-locations-at-formskart1629716485">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n\n<div class="container-fluid individual_internship visibilityTrackerItem " id="individual_internship_1420612" internshipId = "1420612">\n <div class="internship_meta">\n <div class="individual_internship_header">\n <div class="company">\n <div class="heading_4_5 profile">\n <a href=\'/fresher-job/detail/remote-investor-pitch-deck-content-writer-fresher-jobs-at-pitchydeck1629737500\'>Investor Pitch Deck - Content Writer</a> </div>\n <div class="heading_6 company_name">\n <a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-PitchyDeck">\n PitchyDeck </a>\n </div>\n </div>\n <div class="internship_logo">\n </div>\n </div>\n <div class="individual_internship_details individual_internship_job">\n <p id ="location_names">\n <i class="ic-16-home"></i>\n <span>\n <a class=\'location_link\' href=\'/fresher-jobs/remote_jobs\'>Remote</a>\n </span>\n </p>\n\n <div class="internship_other_details_container">\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-play-circle"></i>\n <span>\n Start date\n </span>\n </div>\n <div class="item_body" id="start-date-first">\n <span class="start_immediately_mobile">Starts </span>Immediately\n </div>\n </div>\n\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-money"></i>\n <span>CTC</span>\n </div>\n <div class="item_body">\n <i class="ic-16-currency-inr"></i> 3 - 4.5 LPA </div>\n </div>\n </div>\n\n <div class="other_detail_item_row">\n <div class="other_detail_item">\n <div class="item_heading">\n <i class="ic-16-hourglass"></i>\n <span>Apply By</span>\n </div>\n <div class="item_body">23 Sep\' 21</div>\n </div>\n </div>\n\n </div>\n </div>\n </div>\n <div class="button_container">\n <div class="tags_container">\n <div class="label_container label_container_desktop">\n Fresher Job </div>\n <div class="label_container label_container_mobile">\n Fresher Job </div>\n </div>\n <a class="view_detail_button" href="/fresher-job/detail/remote-investor-pitch-deck-content-writer-fresher-jobs-at-pitchydeck1629737500">\n <div>View details</div>\n <i class="ic-16-chevron-right"></i>\n </a>\n </div>\n </div>\n</div>\n\n<nav>\n <div id="pagination">\n <a id="navigation-backward" class="prev_page hideUndoOnClick">\n <i id="prevPage"></i>\n </a>\n <div class="page_number heading_6">\n <span id="pageNumber">1</span> / <span id="total_pages">7</span>\n <input type="hidden" name="isLastPage" id="isLastPage" value="0" >\n\n </div>\n <a id="next" class="next_page hideUndoOnClick">\n <i id="navigation-forward"></i>\n </a>\n </div>\n</nav>\n </div>\n <div id="dual_search_container" class="popular_list">\n </div>\n </div>\n </div>\n <div id="footer_reference" style=""></div>\n </div>\n </div>\n</div>\n\n<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n var input_domains = [];\n var valid_domains = [];\n var pinned_internship_ids = "";\n var searchedUrl = "";\n\n input_domains.push("gmai.com");\n valid_domains.push("gmail.com");\n input_domains.push("gamil.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.con");\n valid_domains.push("gmail.com");\n input_domains.push("gmil.com");\n valid_domains.push("gmail.com");\n input_domains.push("gnail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.cim");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.co");\n valid_domains.push("gmail.com");\n input_domains.push("gamail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmial.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmaill.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmal.com");\n valid_domains.push("gmail.com");\n input_domains.push("g.mail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmaiil.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.coom");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.xom");\n valid_domains.push("gmail.com");\n input_domains.push("gmali.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmaip.com");\n valid_domains.push("gmail.com");\n input_domains.push("g-mail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comm");\n valid_domains.push("gmail.com");\n input_domains.push("gmaul.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmqil.com");\n valid_domains.push("gmail.com");\n input_domains.push("gma.com");\n valid_domains.push("gmail.com");\n input_domains.push("g.mail");\n valid_domains.push("gmail.com");\n input_domains.push("googlemail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gimal.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.vom");\n valid_domains.push("gmail.com");\n input_domains.push("gimail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmaio.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmaik.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmaol.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmailm.com");\n valid_domains.push("gmail.com");\n input_domains.push("gemail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.in");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.coml");\n valid_domains.push("gmail.com");\n input_domains.push("gail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.cm");\n valid_domains.push("gmail.com");\n input_domains.push("gmsil.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.clm");\n valid_domains.push("gmail.com");\n input_domains.push("gmill.com");\n valid_domains.push("gmail.com");\n input_domains.push("gami.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.ocm");\n valid_domains.push("gmail.com");\n input_domains.push("gmain.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmiail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comn");\n valid_domains.push("gmail.com");\n input_domains.push("gmaail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.ckm");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comcom");\n valid_domains.push("gmail.com");\n input_domains.push("gamil.co");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.com.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmai8l.com");\n valid_domains.push("gmail.com");\n input_domains.push("gamil.comm");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.ckn");\n valid_domains.push("gmail.com");\n input_domains.push("g-mail.come");\n valid_domains.push("gmail.com");\n input_domains.push("gimeil.com");\n valid_domains.push("gmail.com");\n input_domains.push("g.mali.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comb");\n valid_domains.push("gmail.com");\n input_domains.push("ggmail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.combus");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comch");\n valid_domains.push("gmail.com");\n input_domains.push("gma2il.com");\n valid_domains.push("gmail.com");\n input_domains.push("gimel.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmai.lcom");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.come");\n valid_domains.push("gmail.com");\n input_domains.push("gmalil.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comk");\n valid_domains.push("gmail.com");\n input_domains.push("gmeil.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.cin");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comlll");\n valid_domains.push("gmail.com");\n input_domains.push("gml.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comlo");\n valid_domains.push("gmail.com");\n input_domains.push("ghmail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.commaniraj");\n valid_domains.push("gmail.com");\n input_domains.push("gimal.co");\n valid_domains.push("gmail.com");\n input_domains.push("gamile.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmaaail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comopp");\n valid_domains.push("gmail.com");\n input_domains.push("gemil.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comp");\n valid_domains.push("gmail.com");\n input_domains.push("gmajl.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.compin");\n valid_domains.push("gmail.com");\n input_domains.push("gmaigmai.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comrith");\n valid_domains.push("gmail.com");\n input_domains.push("gmamil.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comt");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comw");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.cam");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comy");\n valid_domains.push("gmail.com");\n input_domains.push("gmial.come");\n valid_domains.push("gmail.com");\n input_domains.push("gani.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmile.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.cpm");\n valid_domains.push("gmail.com");\n input_domains.push("gmit.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.gom");\n valid_domains.push("gmail.com");\n input_domains.push("gmmail.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.lcom");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.clom");\n valid_domains.push("gmail.com");\n input_domains.push("g.mail.co");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.om");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.co.com");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.v.com");\n valid_domains.push("gmail.com");\n input_domains.push("gamil.come");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.coma");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.coman");\n valid_domains.push("gmail.com");\n input_domains.push("gmail.comar");\n valid_domains.push("gmail.com");\n var utm_medium = "";\n var utm_campaign = "";\n var internship_cluster_size = 5;\n var internship_type = "";\n var toShowMatchingPreferences = 0;\n var searchUIType = "new";\n var is_ifw_partner_banner_shown = 0;\n var scroll_from_id = 0;\n var scroll_page_number = 2;\n var scroll_last_page = false;\n var employment_type = "job";\n</script>\n<div id="footer" class="generic_footer" data-custom-attribute="footer_custom_value">\n <div class=\'container-fluid\'>\n <div class="max-width-container">\n <div class=\'footer_container\'>\n <div class=\'footer-column desktop-footer\'>\n <div class="footer-list">\n <h5>Internships by places</h5>\n <div class=\'footer-list-item\'>\n <a href ="/internships">Internship in India</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/internship-in-delhi">Internship in Delhi</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/internship-in-bangalore">Internship in Bangalore</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/internship-in-hyderabad">Internship in Hyderabad</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/internship-in-mumbai">Internship in Mumbai</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/internship-in-chennai">Internship in Chennai</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/internship-in-gurgaon">Internship in Gurgaon</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/internship-in-kolkata">Internship in Kolkata</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/work-from-home-jobs">Virtual internship</a>\n </div>\n </div>\n </div>\n <div class=\' footer-column desktop-footer\' id=\'stream-container\'>\n <div class="footer-list">\n <h5>Internship by Stream</h5>\n <div class=\'footer-list-item\'>\n <a href ="/internships/computer%20science-internship">Computer Science Internship</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/electronics-internship">Electronics Internship</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/mechanical-internship">Mechanical Internship</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/civil-internship">Civil Internship</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/marketing-internship">Marketing Internship</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/chemical-internship">Chemical Internship</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/finance-internship">Finance Internship</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/summer%20research%20fellowship-internship">Summer Research Fellowship</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/internships/campus%20ambassador-internship?utm_medium=footer">Campus Ambassador Program</a>\n </div>\n </div>\n </div>\n\n <div class=\' footer-column desktop-footer\' id=\'trainings-container\'>\n <div class="footer-list">\n <h5>\n <div id = "trainings-footer">\n <a href="https://trainings.internshala.com/?utm_source=is_web_is-footer" target="_blank" rel="noopener">Online Trainings <span class = "offer">OFFER</span>\n </a>\n </div>\n </h5>\n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/python-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Programming with Python</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/digital-marketing-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Digital Marketing</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/web-development-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Web Development</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/machine-learning-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Machine Learning</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/excel-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Advanced Excel</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/hacking-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Ethical Hacking</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/autocad-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">AutoCAD</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/creative-writing-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Creative Writing</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/data-science-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Data Science</a>\n </div>\n </div>\n </div>\n\n <div class=\'footer-column\' id=\'online-training-container\'>\n <div class="footer-list">\n <a id="online-training-heading-mobile" href="https://trainings.internshala.com/?utm_source=is_web_is-footer" target="_blank" rel="noopener"> <h5>Online Trainings <span class = "offer">OFFER</span>\n </h5>\n </a>\n\n <div class="footer-training-container">\n <div id="trainings_internshala_left">\n \n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/python-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Programming with Python</a>\n </div>\n \n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/digital-marketing-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Digital Marketing</a>\n </div>\n \n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/web-development-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Web Development</a>\n </div>\n </div>\n <div id="trainings_internshala_center">\n \n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/machine-learning-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Machine Learning</a>\n </div>\n \n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/excel-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Advanced Excel</a>\n </div>\n \n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/hacking-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Ethical Hacking</a>\n </div>\n </div>\n <div id="trainings_internshala_right">\n \n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/autocad-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">AutoCAD</a>\n </div>\n \n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/creative-writing-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Creative Writing</a>\n </div>\n \n <div class=\'footer-list-item\'>\n <a href ="https://trainings.internshala.com/data-science-training?utm_source=is_web_is-footer" target="_blank" rel="noopener">Data Science</a>\n </div>\n </div>\n </div>\n </div>\n\n </div>\n <div class=\'footer-column\' id=\'about-us-container\'>\n <div class="footer-list">\n <h5 class="d-none d-lg-block">About Internshala</h5>\n <div class="footer-link-conatiner">\n <div id="about_internshala_left">\n <div class=\'footer-list-item\'>\n <a href ="/about_us">About us</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/careers">We\'re hiring</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/registration/employer?utm_source=ISfooter">Hire interns for your company</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="http://blog.internshala.com/internshala-editorials/team-diary/" target="_blank">Team Diary</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="https://blog.internshala.com/?utm_source=IS_footer" target="_blank">Blog</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/products_services">Our Services</a>\n </div>\n </div>\n <div id="about_internshala_center">\n <div class=\'footer-list-item\'>\n <a href ="/terms">Terms & Conditions</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/privacy">Privacy</a>\n </div>\n <div class=\'footer-list-item\'>\n <a href ="/contact">Contact us</a>\n </div>\n </div>\n <div id="about_internshala_right"></div>\n </div>\n </div>\n </div>\n </div>\n <div id=\'footer-bottom\'>\n <a href="https://play.google.com/store/apps/details?id=com.internshala.app&referrer=utm_source%3Dplay_footer" target="_blank">\n <div class=\'footer-list-item\' id="android_app_container">\n <i class="ic-24-playstore"></i> <span>Get Android App</span>\n </div>\n </a>\n <div id="social_media_container">\n <a class="social_media_link_footer" href="https://www.instagram.com/internshala/?utm_source=IS_footer" target="_blank"><i class="ic-24-instagram"></i></a>\n <a class="social_media_link_footer" href="https://twitter.com/Internshala?utm_source=IS_footer" target="_blank"><i class="ic-24-twitter"></i></a>\n <a class="social_media_link_footer" href="https://www.youtube.com/c/internshalaofficial?utm_source=IS_footer" target="_blank"><img class="img-icon" src="/static/images/common/yt_icon_mono_dark.png"></a>\n <a class="social_media_link_footer" href="https://www.linkedin.com/company/internshala/?utm_source=is-footer" target="_blank"><i class="ic-24-linkedin"></i></a>\n </div>\n <div class=\'\' id=\'copyright\'>\n © Copyright 2021 Internshala\n </div>\n <div class="clear">\n </div>\n\n </div>\n </div>\n </div>\n</div>\n<script nonce=\'o8g902IRvaMtgZCPJ1Pgqg==\'>var big_brand = \'yes\';</script> </div>\n <script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n /* <![CDATA[ */\n var google_conversion_id = 981478532;\n var google_custom_params = window.google_tag_params;\n var google_remarketing_only = true;\n /* ]]> */\n</script>\n\n<script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js">\n</script>\n\n<noscript>\n <div style="display:inline;">\n <img height="1" width="1" style="border-style:none;" alt="" src="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/981478532/?value=0&guid=ON&script=0"/>\n </div>\n</noscript>\n </body>\n\n <script nonce="o8g902IRvaMtgZCPJ1Pgqg==">\n if (new_design_system) {\n setTimeout(function () {\n var loading_toast = document.getElementById("loading_toast");\n if (typeof loading_toast !== \'undefined\' && loading_toast) {\n loading_toast.style.display = "block";\n }\n }, 2000);\n }\n </script>\n</html>\n'
Soup=BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#">
<head>
<meta content="IE=9" http-equiv="X-UA-Compatible"/>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0 user-scalable=0" name="viewport"/>
<meta content="272234782795210" property="fb:app_id"/>
<meta content="article" property="og:type"/>
<meta content="1200" property="og:image:width"/>
<meta content="630" property="og:image:height"/>
<meta content="@Internshala" name="twitter:site"/>
<meta content="summary_large_image" name="twitter:card"/>
<meta content="@internshala" name="twitter:creator"/>
<meta content="#ffffff" name="theme-color"/>
<meta content="#ffffff" name="msapplication-navbutton-color"/>
<meta content="telephone=no" name="format-detection"/>
<link as="font" crossorigin="" href="/static/fonts/Inter.woff2?v=3.11" rel="preload" type="font/woff2"/>
<link as="font" crossorigin="" href="/static/fonts/internshala-icons.woff2?8zxqsu" rel="preload" type="font/woff2"/> <script src="/static/js/web_vitals/web-vitals.umd.js"></script>
<script defer="" src="/static/js/includes/common/libraries.2583691470.js"></script>
<link href="https://internshala.com//static/cdn/4.4.1/css/bootstrap.min.css" rel="stylesheet"/>
<link href="https://internshala.com//favicon.ico?v=5" rel="icon"/>
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"Organization",
"name":"Internshala",
"url":"https://internshala.com/",
"sameAs":[
"https://www.facebook.com/internshala",
"https://instagram.com/internshala/",
"https://www.linkedin.com/company/internshala",
"https://www.youtube.com/channel/UC97qxGRmPsyfV0Miz7AxU2A"
]
}
</script>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
window.onerror = function (error, url, line, col, fullError) {
error = fullError || error;
store_data(error, line);
};
function store_data(error, line) {
error = error.stack || error;
var url = window.location.href;
var browser = get_browser();
var browser_name = browser.name;
var browser_version = browser.version;
var browser_ua = browser.user_agent;
var message = "error=" + error + ". Line:" + line + "&browser=" + browser_name + "&version=" + browser_version + "&url=" + url + "&ua=" + browser_ua;
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
}
};
xhttp.open("POST", "/browser_error/insert_browser_logs", true);
xhttp.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send(message);
}
function get_browser() {
var ua = navigator.userAgent, tem, M = ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || [];
if (/trident/i.test(M[1])) {
tem = /\brv[ :]+(\d+)/g.exec(ua) || [];
return {name: 'IE', version: (tem[1] || '')};
}
if (M[1] === 'Chrome') {
tem = ua.match(/\bOPR|Edge\/(\d+)/)
if (tem != null) {
return {name: 'Opera', version: tem[1]};
}
}
M = M[2] ? [M[1], M[2]] : [navigator.appName, navigator.appVersion, '-?'];
if ((tem = ua.match(/version\/(\d+)/i)) != null) {
M.splice(1, 1, tem[1]);
}
return {
name: M[0],
version: M[1],
user_agent: ua
};
}
</script>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var os_type = "";
var browser_name = '';
var is_android = 0;
var is_mobile = 1;
var l_cookie = "";
var view = "internship/search/search";
var mainRole = "guest";
var to_show_account_activated_message = false;
var to_show_subscription_activated_message = false;
var location_autocomplete_min_length = 3;
var new_design_system = true;
var fresherJobsMinCtc = 3;
var show_maintenance_ribbon = false;
var maintenance_ribbon_message = "";
var base_url = 'https://internshala.com/';
</script>
<title>Jobs for freshers | Fresher jobs | Minimum ₹3 LPA jobs</title>
<meta content="Get latest jobs for freshers and remote jobs and earn CTC of ₹3 LPA+ in all job vacancies. Apply now for free on Internshala." name="description"/>
<meta content="Jobs for freshers | Fresher jobs | Minimum ₹3 LPA jobs" property="og:title"/>
<meta content="Get latest jobs for freshers and remote jobs and earn CTC of ₹3 LPA+ in all job vacancies. Apply now for free on Internshala." property="og:description"/>
<meta content="https://internshala.com//static/images/internshala_og_image.jpg" property="og:image"/>
<meta content="Jobs for freshers | Fresher jobs | Minimum ₹3 LPA jobs" name="twitter:title"/>
<meta content="Get latest jobs for freshers and remote jobs and earn CTC of ₹3 LPA+ in all job vacancies. Apply now for free on Internshala." name="twitter:description"/>
<meta content="https://internshala.com//static/images/internshala_og_image.jpg" property="twitter:image:src"/>
<link href="/static/css/internship/search/search.1629972069.css" rel="stylesheet" type="text/css"/>
<script defer="" src="/static/js/combined/common_form.1629721771.js" type="text/javascript"></script>
<script defer="" src="/static/js/combined/internship-search.1629721771.js" type="text/javascript"></script>
<script defer="" src="/static/js/subscribe/popup.1629721771.js" type="text/javascript"></script>
<link href="/fresher-jobs/page-2" rel="next"/>
<!-- Google Tag Manager -->
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5NSPHG');</script>
<!-- End Google Tag Manager -->
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
function sendToGTM(name, delta, id) {
// Assumes the global `dataLayer` array exists, see:
// https://developers.google.com/tag-manager/devguide
dataLayer.push({
event: 'web-vitals',
event_category: 'Web Vitals',
event_action: name.name,
// Google Analytics metrics must be integers, so the value is rounded.
// For CLS the value is first multiplied by 1000 for greater precision
// (note: increase the multiplier for greater precision if needed).
event_value: Math.round(name.name === 'CLS' ? name.delta * 1000 : name.delta),
// The 'id' value will be unique to the current page load. When sending
// multiple values from the same page (e.g. for CLS), Google Analytics can
// compute a total by grouping on this ID (note: requires `eventLabel` to
// be a dimension in your report).
event_label: name.id,
});
}
webVitals.getCLS(sendToGTM);
webVitals.getFID(sendToGTM);
webVitals.getLCP(sendToGTM);
webVitals.getFCP(sendToGTM);
webVitals.getTTFB(sendToGTM);
</script>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
// window.addEventListener('load', function() {
// store_session_data();
// });
// window.addEventListener('DOMContentLoaded', function() {
// store_session_data();
// });
var pdcVersion = "0";
var toMakeInitialRequest = 1;
if (toMakeInitialRequest == 1) {
store_session_data();
} else {
store_pagespeed_session_data();
}
function store_session_data() {
var message = "device=" + getDeviceType();
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
//Success
var responseText = this.responseText;
try {
data = JSON.parse(responseText);
if (data.success) {
if(data.toMakeUpdateRequest) {
update_session_data();
}
} else {
//TODO
}
} catch (e) {
throw_error(e);
}
}
};
xhttp.open("POST", "/info/storeData", true);
xhttp.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send(message);
}
function store_pagespeed_session_data() {
if (view === 'campaign_generic/index') return;
var message = "device=" + getDeviceType();
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
//Success
var responseText = this.responseText;
try {
data = JSON.parse(responseText);
if (data.success) {
} else {
//TODO
}
} catch (e) {
throw_error(e);
}
}
};
xhttp.open("POST", "/info/storePageSpeedData", true);
xhttp.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send(message);
}
function update_session_data() {
var message = "";
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
//Success
}
};
xhttp.open("POST", "/info/updateDeviceCookieDomain", true);
xhttp.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send(message);
}
function getDeviceType() {
var device;
if (typeof isMobile !== 'undefined') {
if (isMobile === '1') {
device = "mobile";
} else {
device = "desktop";
}
} else {
device = "NA";
}
return device;
}
</script>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-5NSPHG" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --> <div id="wrapper">
<!-- ribbon -->
<div class="notification" id="error">
</div>
<div class="notification notification_general" id="general_notification" style="display: none">
</div>
<!-- modal - error message -->
<div class="modal fade in internshala-modal" id="error_modal" style="display: none">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="image_container error_image">
<img src="/static/images/common/modal_error.svg"/>
</div>
<div class="message_container">
<div class="text-heading heading_4_5 small-device-text-center"></div>
<div class="text-message body-main small-device-text-center"></div>
<div class="button_container">
<a class="btn btn-primary modal_primary_btn close_action" data-dismiss="modal">Close</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- modal - success message -->
<div class="modal fade in internshala-modal" id="success_modal" style="display: none">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="image_container success_image">
<img src="/static/images/common/modal_success.svg"/>
</div>
<div class="message_container">
<div class="text-heading heading_4_5 small-device-text-center"></div>
<div class="text-message body-main small-device-text-center"></div>
<div class="button_container">
<button class="btn btn-secondary modal_secondary_btn close_action" data-dismiss="modal">Cancel</button>
<a class="btn btn-primary modal_primary_btn close_action" data-dismiss="modal">Close</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- modal - success message -->
<div class="modal fade in internshala-modal" id="success_modal_dual_button" style="display: none">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="image_container success_image">
<img src="/static/images/common/modal_success.svg"/>
</div>
<div class="message_container">
<div class="text-heading heading_4_5 small-device-text-center"></div>
<div class="text-message body-main small-device-text-center"></div>
<div class="button_container">
<a class="btn btn-secondary modal_secondary_btn close_action" data-dismiss="modal">Close</a>
<a class="btn btn-primary modal_primary_btn close_action" data-dismiss="modal">Close</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- modal - alert message -->
<div class="modal fade in internshala-modal" id="alert_modal" style="display: none">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="image_container alert_image">
<img src="/static/images/common/modal_alert.svg"/>
</div>
<div class="message_container">
<div class="text-heading heading_4_5 small-device-text-center"></div>
<div class="text-message body-main small-device-text-center"></div>
<div class="button_container">
<a class="btn btn-primary modal_primary_btn close_action" data-dismiss="modal">Close</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--- confirmation modal-->
<div class="modal fade in internshala-modal confirmation_modal" id="confirmation_modal" style="display: none">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="message_container">
<div class="text-heading heading_4_5"></div>
<div class="text-message body-main"></div>
<div class="button_container">
<button class="btn btn-secondary modal_secondary_btn close_action" data-dismiss="modal">Cancel</button>
<a class="btn btn-primary modal_primary_btn yes-button close_action" data-dismiss="modal">Yes</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="loading_image">
</div>
<div class="nav_dropdown_backdrop">
</div>
<noscript>
<div class="notification notification_js_disabled" style="display: block;">
Oops, your browser does not support Javascript. Please use Internshala in another browser.
</div>
</noscript>
<div class="toast internshala-toast loading_toast" id="loading_toast" style="display: none;">
<div class="toast-body-container">
<div class="toast-body heading_6_6">
Loading, please wait...
</div>
</div>
</div>
<div class="toast internshala-toast general_toast" style="display: none;">
<div class="toast-body-container">
<div class="toast-body heading_6_6">
</div>
</div>
</div>
<div class="toast internshala-toast error_toast" style="display: none;">
<div class="toast-body-container">
<div class="toast-body heading_6_6">
</div>
</div>
</div>
<div class="toast internshala-toast black_bottom_toast" style="display: none;">
<div class="toast-body-container">
<div class="toast-body body-main">
</div>
</div>
</div>
<div class="popover_overlay">
</div>
<div class="chat_notification_loading_image" style="display: none;">
</div>
<div aria-hidden="true" aria-labelledby="myModalLabel" class="modal" id="login-modal" role="dialog" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" data-dismiss="modal" type="button">
<i aria-hidden="true" class="ic-24-cross"></i>
</button>
</div>
<div class="modal-body">
<div id="user-menu-container">
<div id="user-menu">
<div class="row">
<div class="col-xs-6 col-6 user-menu-item active login_student" id="modal_student">
Student
</div>
<div class="col-xs-6 col-6 user-menu-item login_employer" id="modal_employer">
Employer / T&P
</div>
</div>
</div>
</div>
<a class="google_login" href="/login/get_google">
<div id="google-button-container">
<div class="google_image_container">
<img src="/static/images/login/google_logo.png"/>
</div>
<div class="google_content">
Login with Google
</div>
</div>
</a>
<div class="helper">
<div class="text2"><p>OR</p></div>
<div class="border"></div>
</div>
<form id="modal-login-form" method="POST" role="form">
<input name="csrf_test_name" type="hidden" value="acc5de367f4adec538f6d69aee7723d7"/>
<div class="form-group">
<label class="control-label" for="email">Email</label>
<input class="form-control" id="modal_email" name="email" placeholder="john@example.com" tabindex="1" type="email"/>
</div>
<div class="form-group">
<label class="control-label" for="password">Password</label>
<input class="form-control" id="modal_password" name="password" placeholder="Must be atleast 6 characters" tabindex="2" type="password"/>
</div>
<div class="forgot_password">
<a href="/login/forgot_password" id="forgot-password">Forgot password?</a>
</div>
<div class="form-group">
<button class="btn btn-primary" id="modal_login_submit" tabindex="3" type="submit">Login</button>
</div>
<div class="form-group new_to_internshala">
<label>
New to Internshala? Register (<a href="/registration/student">Student</a> / <a href="/registration/employer">Company</a>)
</label>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Login modal - error message for employers blocked -->
<div aria-hidden="true" class="modal fade" id="employer_blocked_error_modal" role="dialog" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="heading">
Your account is put on hold.<i aria-hidden="true" class="ic-24-cross" data-dismiss="modal" id="close_modal" style="cursor: pointer;float:right"></i>
</div>
<div class="heading1">
Your account is put on hold.<i aria-hidden="true" class="ic-24-cross" data-dismiss="modal" id="close_modal1" style="cursor: pointer;float:right"></i>
</div>
<div class="main_content">
<div class="line1"></div>
<div class="sub_heading">
What happened?
</div>
<div>
We have determined that this account is violation of Internshala's <span class="primary_color"><a href="https://internshala.com/terms">rules</a></span>.
</div>
<div class="content_specially_for">
Specifically for,
</div>
<div class="error_heading" id="heading_content1"></div>
<div class="error_content_1" id="error_content1"></div>
<div class="error_heading" id="heading_content2"></div>
<div class="error_content_1" id="error_content2"></div>
<div class="error_content_2">
If you wish to appeal this, or seek further clarification, please contact our team at <span class="primary_color"><a href="mailto:complaints@internshala.com">complaints@internshala.com</a></span>
</div>
<div class="line2"></div>
<div class="icon_container">
<i class="ic-24-alert-circle"></i>
<div class="icon_content">
If this has happened by mistake, it will automatically be reverted within 24 hours.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="header_container container-fluid" id="header">
<div class="max-width-container">
<div class="layer"></div>
<div class="sidenav" id="mySidenav">
<div class="ham_menu_items_container guest">
<div class="ham_menu_items">
<div class="ham_main_heading"><a href="/internships">Internships</a></div>
</div>
<div class="ham_menu_items">
<div class="ham_main_heading">
<a class="online-training-link" href="https://trainings.internshala.com/?utm_source=is_web_internshala_ham">
Online Trainings <div class="contest">
OFFER </div>
</a>
</div>
</div>
<div class="ham_menu_items">
<div class="ham_main_heading"><a href="/internships/work-from-home-jobs?utm_source=wfh_mobile_hamburger">WFH Internships</a></div>
</div>
<div class="ham_menu_items">
<div class="ham_main_heading"><a href="/fresher-jobs">Fresher Jobs</a></div>
</div>
<div class="ham_menu_items">
<div class="ham_main_heading"><a href="/contact">Contact Us</a></div>
</div>
<hr class="ham_line_break"/>
<div class="ham_menu_items">
<div class="ham_main_heading"><a href="/registration/student">Register - As a Student</a></div>
</div>
<div class="ham_menu_items">
<div class="ham_main_heading"><a href="/registration/employer">Register - As an Employer</a></div>
</div>
<div class="ham_menu_items without_link">
<div class="ham_main_heading home_page_login_button" data-target="#login-modal" data-toggle="modal" id="ham_login_button">Login
</div>
</div>
</div>
</div>
<nav class="navbar navbar-expand-md">
<div class="brand_container">
<img id="hamburger_menu_key" src="/static/images/icons/hamburger-menu-key-new.svg"/>
<span class="offer_hamburger_dot" id="offer_hamburger_dot"></span>
<a class="navbar-brand" href="/">
<img src="/static/images/common/new_internshala_logo.svg"/>
</a>
</div> <div class="collapse navbar-collapse navbar_desktop">
<ul class="navbar-nav nav_menu_container">
<li class="nav-item internship_container_hover dropdown dropdown-hover dropdown_backdrop">
<a class="nav-link dropdown-toggle" href="/internships" id="internships_new_superscript">Internships
<i class="is_icon_header ic-24-filled-down-arrow"></i>
</a>
<div class="dropdown-menu dropdown-menu-center menu_dropdown guest_dropdown" id="internships-dropdown">
<div class="dropdown-inner">
<div class="dropdown-inner-container">
<div class="inner-dropdown">
<div class="menu-heading">
Location </div>
<ul class="dropdown-menu-part">
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/work-from-home-jobs" style="">Work from Home</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-bangalore" style="">Internship in Bangalore</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-delhi" style="">Internship in Delhi</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-hyderabad" style="">Internship in Hyderabad</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-mumbai" style="">Internship in Mumbai</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-chennai" style="">Internship in Chennai</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-pune" style="">Internship in Pune</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-kolkata" style="">Internship in Kolkata</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-jaipur" style="">Internship in Jaipur</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/international-internship" style="">International Internship</a>
</li>
</ul>
</div>
<div class="inner-dropdown">
<div class="menu-heading">
Profile </div>
<ul class="dropdown-menu-part">
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/computer%20science-internship" style="">Computer Science Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/marketing-internship" style="">Marketing Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/finance-internship" style="">Finance Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/mechanical-internship" style="">Mechanical Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/hr-internship" style="">HR Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/digital marketing-internship" style="">Digital Marketing Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/electronics-internship" style="">Electronics Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/content%20writing-internship" style="">Content Writing Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/civil-internship" style="">Civil Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/campus ambassador-internship?utm_source=header" style="">Campus Ambassador Program</a>
</li>
</ul>
</div>
<div class="inner-dropdown">
<div class="menu-heading">
Category </div>
<ul class="dropdown-menu-part">
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/engineering-internship" style="">Engineering Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/mba-internship" style="">MBA Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/part-time-jobs" style="">Part-Time Jobs/Internships</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/graphic design-internship" style="">Graphic Design Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/humanities-internship" style="">Humanities Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/science-internship" style="">Science Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/law-internship" style="">Law Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/architecture-internship" style="">Architecture Internship</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/ppo-true" style="">Internships with Job Offer</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships-for-women?utm_source=ifw_is_dropdown" style="">Internships for Women</a>
</li>
</ul>
</div>
</div>
<div class="dropdown-inner-footer">
<a class="internship_item_location" href="/internships">View all internships
<i class="ic-24-chevron-right"></i>
</a>
</div>
</div>
</div>
</li>
<li class="nav-item training_container_hover dropdown dropdown-hover dropdown_backdrop nav-links">
<a class="nav-link dropdown-toggle trainings_link menu-link" href="https://trainings.internshala.com/?utm_source=is_web_internshala-menu-dropdown1" id="trainings_dropdown_link" rel="noopener" target="_blank">
Online Trainings <div class="contest">
OFFER </div>
<i class="is_icon_header ic-24-filled-down-arrow"></i>
</a>
<div class="training-dropdown-content">
<div class="training-box student">
<div class="menu-link-main-1 training-menu"><h5 class="menu-heading menu-heading-hover">Programming </h5></div>
<div class="sub-menu-link-content-1 sub-menu">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/python-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Programming with Python </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/web-development-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Web Development </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/hacking-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Ethical Hacking </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/c-plus-plus-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Programming with C and C++ </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/android-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Android App Development </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/java-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Core Java </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/react-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">React </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/blockchain-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Blockchain </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/angular-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Angular </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/git-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Git & GitHub </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/how-to-ace-coding-interviews-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">How to Ace Coding Interviews </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/data-structures-algorithms?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Data Structures & Algorithms </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/sas-programming?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">SAS Programming </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/clinical-trials-analysis-reporting-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Clinical Trials Analysis & Reporting </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/matlab-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">MATLAB </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/software-testing-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Software Testing </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/nodejs?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Node JS </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/robotic-process-automation?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Robotic Process Automation </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/plc-programming-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">PLC Programming </a>
</div>
</div>
<div class="menu-link-main-2 training-menu"><h5 class="menu-heading menu-heading-hover">Business & Management </h5></div>
<div class="sub-menu-link-content-2 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/digital-marketing-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Digital Marketing </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/excel-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Advanced Excel </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/financial-modeling-valuation-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Financial Modeling and Valuation </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/business-communication-skills-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Business Communication Skills </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/trading-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Beginner's Trading Certification </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/tally?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Tally </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/hr?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Human Resource Management </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/sql-data-analytics-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">SQL for Data Analytics </a>
</div>
</div>
<div class="menu-link-main-3 training-menu"><h5 class="menu-heading menu-heading-hover">Core Engineering </h5></div>
<div class="sub-menu-link-content-3 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/autocad-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">AutoCAD </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/autocad-three-d-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Autocad 3D </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/solidworks-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">SOLIDWORKS </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/advanced-solidworks?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Advanced SOLIDWORKS </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/staad-pro-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">STAAD Pro </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/fusion-360-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Fusion 360 </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/iot-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Internet of Things </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/ansys?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Ansys </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/three-d-printing?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">3D Printing </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/pcb-design?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">PCB Design </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/labview?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">LabVIEW </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/arduino?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Arduino </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/catia?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">CATIA </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/matlab-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">MATLAB </a>
</div>
</div>
<div class="menu-link-main-4 training-menu"><h5 class="menu-heading menu-heading-hover">Data Science </h5></div>
<div class="sub-menu-link-content-4 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/machine-learning-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Machine Learning </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/data-science-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Data Science </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/tableau-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Tableau </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/deep-learning?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Deep Learning </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/sas-programming?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">SAS Programming </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/clinical-trials-analysis-reporting-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Clinical Trials Analysis & Reporting </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/statistics-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Statistics for Data Science </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/power-bi-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Power BI </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/sql-data-analytics-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">SQL for Data Analytics </a>
</div>
</div>
<div class="menu-link-main-5 training-menu"><h5 class="menu-heading menu-heading-hover">Design </h5></div>
<div class="sub-menu-link-content-5 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/graphic-design-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Graphic Design </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/ui-ux-design-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">UI/UX Design </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/video-editing-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Video Editing </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/animation-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Animation </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/wordpress?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">WordPress </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/digital-art?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Digital Art </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/colour-theory?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Colour Theory </a>
</div>
</div>
<div class="menu-link-main-6 training-menu"><h5 class="menu-heading menu-heading-hover">Creative Arts </h5></div>
<div class="sub-menu-link-content-6 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/creative-writing-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Creative Writing </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/guitar-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Learn Guitar in 30 days </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/photography-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Photography </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/calligraphy?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Calligraphy </a>
</div>
</div>
<div class="menu-link-main-7 training-menu"><h5 class="menu-heading menu-heading-hover">Language </h5></div>
<div class="sub-menu-link-content-7 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/french-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">French </a>
</div>
</div>
<div class="menu-link-main-8 training-menu"><h5 class="menu-heading menu-heading-hover">Career Development </h5></div>
<div class="sub-menu-link-content-8 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/business-communication-skills-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Business Communication Skills </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/ppt-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Internship & Job Preparation </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/how-to-ace-coding-interviews-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">How to Ace Coding Interviews </a>
</div>
</div>
<div class="menu-link-main-9 training-menu"><h5 class="menu-heading menu-heading-hover">Architecture </h5></div>
<div class="sub-menu-link-content-9 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/autocad-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">AutoCAD </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/autocad-three-d-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Autocad 3D </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/revit-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Revit </a>
</div>
</div>
<div class="menu-link-main-10 training-menu"><h5 class="menu-heading menu-heading-hover">Specializations </h5></div>
<div class="sub-menu-link-content-10 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/job-specialization-digital-marketing?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Digital Marketing Specialization </a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/job-specialization-data-science?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">Data Science Specialization </a>
</div>
</div>
</div>
</div>
</li>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var isNavBarEmployerSide = 0;
var isNewHeader = 1;
</script>
<li class="nav-item"><a class="nav-link" href="/fresher-jobs">Fresher Jobs</a></li>
<li class="nav-item dropdown dropdown-hover">
<a class="nav-link dropdown-toggle">Login / Register <i class="is_icon_header ic-24-filled-down-arrow"></i></a>
<div class="dropdown-menu dropdown-menu-center menu_dropdown" id="login_register-dropdown">
<div class="dropdown-inner">
<div class="dropdown-inner-container">
<div class="inner-dropdown">
<ul class="dropdown-menu-part profile-dropdown">
<li class="item">
<a class="item_link" href="/registration/student" id="header_registration_link">Register as a student</a>
</li>
<li class="item">
<a class="item_link" href="/registration/employer?utm_campaign=employer_searchpage">Register as an employer</a>
</li>
<li class="item">
<a class="item_link" data-target="#login-modal" data-toggle="modal" id="header_login_modal_button">Login</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</nav>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var studentChatEducationPopoverType = 0;
var conversationCount = 0;
var toShowEducation = 0;
</script>
</div>
</div>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<div class="modal subscription_alert" role="dialog" tabindex="-1">
<div class="content">
<div class="heading">
<div class="heading_text">
<div class="heading_6">First time user offer</div>
</div>
<i class="ic-24-cross" data-dismiss="modal" id="close_popup"></i>
</div>
<div class="body">
<img class="subscription_desktop_image" src="/static/images/internship/subscription-popup/subscription_desktop.svg"/>
<img class="subscription_mobile_image" src="/static/images/internship/subscription-popup/subscription_mobile.svg"/>
<div class="validity">
<div class="body-main first">Valid only for today | Time left:</div>
<span class="heading_6" id="subs_timer"></span>
</div>
<div class="resume_guide">
Get the best opportunities in your inbox & get Internshala resume guide for FREE!
</div>
<form id="subscribe-form-popup" method="POST" role="form">
<div class="form-group" id="email_subscription_popup_container">
<div class="input-group">
<input name="csrf_test_name" type="hidden" value="acc5de367f4adec538f6d69aee7723d7"/>
<input name="subscription_location" type="hidden" value="no_internship"/>
<input autofocus="true" class="form-control email-field-popup" id="email_popup" name="email" placeholder="Enter your e-mail address" type="email"/>
<input name="src_url" type="hidden" value="/fresher-jobs"/>
<input id="subscription_location" name="subscription_location" type="hidden" value="subscription_popup_new"/>
<span class="input-group-btn"><button class="btn btn-primary btn-input" id="but_subscription_popup_form" type="submit">Subscribe</button></span>
</div>
</div>
</form>
<div class="subscription_alert_footer">
<div class="link_container">
<a href="#" id="already_subscribed">I'm already subscribed</a>
</div>
<div class="link_container">
<a href="#" id="no_thanks">No, thanks</a>
</div>
</div>
</div>
</div>
</div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
if (document.getElementById("subs_timer") != null) {
var distance = new Date('2021/08/30 00:00:00').getTime() - new Date('2021/08/29 00:51:45').getTime();
var x = setInterval(function () {
if (distance < 0) {
clearInterval(x);
document.getElementById("subs_timer").innerHTML = "";
}
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
if (hours == 0 && minutes == 0 && seconds == 0) {
clearInterval(x);
document.getElementById("subs_timer").innerHTML = "";
}
if (hours < 10) {
hours = "0" + hours
}
if (minutes < 10) {
minutes = "0" + minutes
}
if (seconds < 10) {
seconds = "0" + seconds
}
distance = distance - 1000;
document.getElementById("subs_timer").innerHTML = hours + ":" + minutes + ":" + seconds;
}, 1000);
}
</script>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var is_slider_banner_preview = 0</script>
<div id="contentFilters">
<div aria-hidden="true" aria-labelledby="myModalLabel" class="modal" id="filtersModal" role="dialog" style="display: none" tabindex="-1">
<div class="filtersModal_popover_overlay">
</div>
<div class="filters_expand">
<div>hidden</div>
<div class="filterApplied">
<div class="heading_5 modalFilterUi">
Filters
</div>
</div>
<i class="cancel ic-24-cross"></i>
</div>
<div id="mobile_filters_container">
<div id="filters_mobile">
<div id="form_container_mobile">
<form id="search_form_mobile" method="POST" role="form">
<div class="category_container form-group showToastOnMobileFalse" id="category_container" title="Uncheck *Show opportunities as per my preferences* checkbox to search manually">
<label class="control-label" for="select_category">Category</label>
<div id="categoryOptions_mobile">
</div>
<div class="loading_spinner" id="loading_spinner_category" style="display: none;">
</div>
</div>
<div class="location_container form-group showToastOnMobileFalse" data-container="body" data-content="<div style='width:160px; font-size:12px;' class='data_content'>Click here to change location</div>" data-placement="bottom" data-template='<div class="popover location-filters-popover" style="background-color:#1295c9; color:#fff;"><div class="arrow" style="left:14% !important"></div><div class="popover-inner"><div class="popover-content"><p></p></div></div></div>' data-toggle="popover" id="location_filter_mobile" title="Uncheck *Show opportunities as per my preferences* checkbox to search manually">
<label for="city_sidebar">Location</label>
<div id="cityOptions_mobile">
</div>
<div class="loading_spinner" id="loading_spinner_location" style="display: none;">
</div>
</div>
<div class="filters_checkboxes_containers filters_checkboxes_containers_add_transparent showToastOnMobileFalse" title="Uncheck *Show opportunities as per my preferences* checkbox to search manually">
<div class="form-group flex-row" id="remote_check_box">
<label id="remote_check_box_label">Remote jobs</label>
<div class="switch_container">
<input id="remote_job_mobile" name="remote_job" type="checkbox"/>
<label class="" for="remote_job_mobile"></label>
</div>
</div>
<div class="form-group flex-row" id="internship_check_box">
<label id="internship_check_box_label">Also include internships</label>
<div class="switch_container">
<input id="internship_checkbox_mobile" name="internship_checkbox" type="checkbox"/>
<label class="" for="internship_checkbox_mobile"></label>
</div>
</div>
</div>
<div class="applyContainer">
<div class="reset_container">
<a class="reset" title="All filters applied have been cleared. Click on 'Apply' to view all jobs"> Clear All</a>
</div>
<div class="apply btn btn-primary">
Apply
</div>
</div>
</form>
<form class="" id="keyword_search_form_mobile" method="POST" role="form">
<div class="heading_5">Search</div>
<div class="form-group keywordContainer">
<div class="keyword showToastOnMobileFalse" title="Uncheck *Show opportunities as per my preferences* checkbox to search manually">
<div class="input-group has_cross_and_button">
<input autocomplete="off" class="form-control pop-mobile" id="keywords_mobile" name="keywords" placeholder="e.g. Design, Mumbai, Infosys" type="text" value=""/>
<span class="input-group-btn cross_btn_container"><button class="cross_btn" type="button"><i class="ic-16-cross"></i> </button></span>
<button class="btn btn-primary showToastOnMobileFalse" id="search_mobile" title="Uncheck *Show opportunities as per my preferences* checkbox to search manually" type="submit">
<i class="ic-16-search"></i>
</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var category_name_label_array = [];
var filters_applied = {
'category': [
],
'category_name_label_array': category_name_label_array,
'city': [],
'wfh': [],
'part_time': [],
'remote_job': [],
'internship_checkbox': [],
'start_date': [],
'duration': [],
'ppo': [],
'ifw': [],
'type': [],
'keyword': [],
'matching_preferences': []
};
</script>
</div>
<div class="search_content" id="content">
<div id="internship_for_women" style="display:none;">
<div class="content-inner">
<div class="banner_content">
<div class="heading heading_2">Internships for women</div>
<div class="sub_heading heading_5">(Re)start your career with an internship</div>
<div class="btn internship_for_women_button">View internships</div>
</div>
</div>
<div id="about_internship_for_women">
<div class="max-width-container">
<div class="heading heading_2_4">About the initiative</div>
<div class="content body-main">
In India, about 65-70% women who take a career break fail to return to work, and a large number of women who are well educated & have potential to become a valuable part of the workforce do not even get a chance to begin their career. "Internships for Women" brings amazing women employment opportunities, in the form of internship jobs for women, to help them restart their career. With flexible working options like work from home options & part-time options, women can now manage both - their career and household responsibilities. Further, if women want to go back to the workplace, they can opt for office-based internships and make a gradual switch to professional life.
<br/> <br/>Are you looking to (re)start your career through internships? Then <a href="/registration/student?utm_source=ifwregistrationcontent ">click here</a> and create your Internshala account today!
<br/> <br/>If you are looking to (re)start your career, just apply to the below-mentioned internships. For any queries, please call us on +91-844 844 4851 or mail us at <a href="mailto:helpdesk@internshala.com">helpdesk@internshala.com</a>.</div>
</div>
</div>
</div>
<div id="fresher_jobs_banner">
<div class="container-fluid">
<div class="max-width-container">
<div class="content-inner">
<div class="logo heading_3_5">
Introducing
</div>
<div class="primary_text">
<div class="text">
Fresher Jobs
</div>
<span class="offer">New</span>
</div>
<div class="secondary_text">Apply to premium fresher jobs for free</div>
<div class="features_container">
<div class="feature first">
<img alt="✔" src="/static/images/common/check_box_white.svg"/>
<span>Minimum CTC 3 LPA</span>
</div>
<div class="feature second">
<img alt="✔" src="/static/images/common/check_box_white.svg"/>
<span>100% verified jobs</span>
</div>
<div class="feature third">
<img alt="✔" src="/static/images/common/check_box_white.svg"/>
<span>Apply for free</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="internships_list_container">
<div class="max-width-container">
<div class="table-cell" id="search_criteria_mobile_container">
<div class="filters">
<div class="filterUi">
<i class="ic-16-filter" id="filter_ui_icon_mobile"></i>
<span class="heading_5" id="filter_ui_heading_mobile">Filters</span>
</div>
</div>
<div class="filters_tags">
</div>
<div class="internship_seo_heading_container_mobile" id="internship_seo_heading_container">
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
document.title = "Jobs for freshers | Fresher jobs | Minimum ₹3 LPA jobs";
</script>
<div class="heading heading_4_6">
252 jobs for freshers and remote jobs<i class="ic-16-chevron-down" id="content_open_button"></i> </div>
<div class="body-small" id="open_content_collapse">Start applying to latest jobs for freshers and remote jobs and earn CTC of ₹3 LPA+ in all job vacancies.<br/>A remote job is also a permanent job with minimum CTC of 3 LPA where you work remotely.</div>
</div>
</div>
<div class="internship_seo_heading_container_desktop" id="internship_seo_heading_container">
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
document.title = "Jobs for freshers | Fresher jobs | Minimum ₹3 LPA jobs";
</script>
<div class="heading heading_4_6">
252 jobs for freshers and remote jobs<i class="ic-16-chevron-down" id="content_open_button"></i> </div>
<div class="body-small" id="open_content_collapse">Start applying to latest jobs for freshers and remote jobs and earn CTC of ₹3 LPA+ in all job vacancies.<br/>A remote job is also a permanent job with minimum CTC of 3 LPA where you work remotely.</div>
</div>
<div id="reference">
<div id="search_criteria_container">
<div class="fixed_on_scroll" id="filters_container">
<div id="filters">
<div id="form-container">
<div class="filterUi">
<i class="ic-16-filter" id="filter_ui_icon_desktop"></i>
<span class="heading_5" id="filter_ui_heading_desktop">Filters</span>
</div>
<form id="search_form" method="POST" role="form">
<div class="category_container form-group">
<label for="select_category">Category</label>
<div id="categoryOptions">
<select class="form-control chosen-select default-chosen" data-placeholder="e.g. Marketing" id="select_category" multiple="" name="select_category" tabindex="4">
<option value="engineering">Engineering</option>
<option value="mba">MBA</option>
<option value="computer%20science">Computer Science</option>
<option value="humanities">Humanities</option>
<option value="media">Media</option>
<option value="creative%20writing">Creative Writing</option>
<option value="graphic%20design">Graphic Design</option>
<option value="finance">Finance</option>
<option value="civil">Civil Engineering</option>
<option value="chemical">Chemical Engineering</option>
</select>
<div class="chosen-container chosen-container-multi chosen-with-drop" id="select_category_chosen_temp" title="">
<ul class="chosen-choices">
<li class="search-field">
<input autocomplete="off" class="chosen-search-input default" style="width: 119px;" tabindex="4" type="text" value="e.g. Marketing"/>
</li>
</ul>
</div> </div>
</div>
<div class="location_container form-group" id="location_filter">
<label for="city_sidebar">Location</label>
<div id="cityOptions">
<select class="form-control chosen-select default-chosen" data-placeholder="e.g. Delhi" id="city_sidebar" multiple="" name="city_sidebar" tabindex="5">
<option value="mumbai">Mumbai</option>
<option value="bangalore">Bangalore</option>
<option value="delhi">Delhi</option>
<option value="hyderabad">Hyderabad</option>
<option value="pune">Pune</option>
<option value="chennai">Chennai</option>
<option value="kolkata">Kolkata</option>
<option value="ahmedabad">Ahmedabad</option>
</select>
<div class="chosen-container chosen-container-multi chosen-with-drop" id="city_sidebar_chosen_temp" title="">
<ul class="chosen-choices">
<li class="search-field">
<input autocomplete="off" class="chosen-search-input default" style="width: 119px;" tabindex="4" type="text" value="e.g. Delhi"/>
</li>
</ul>
</div>
</div>
</div>
<div class="filters_checkboxes_containers">
<div class="form-group flex-row" id="part_time_check_box">
<label>Remote jobs</label>
<div class="switch_container">
<input id="remote_job" name="remote_job" type="checkbox"/>
<label class="" for="remote_job"></label>
</div>
</div>
<div class="form-group flex-row" id="part_time_check_box">
<label>Also include internships</label>
<div class="switch_container">
<input id="internship_checkbox" name="internship_checkbox" type="checkbox"/>
<label class="" for="internship_checkbox"></label>
</div>
</div>
</div>
<div class="reset_link_container">
<a id="reset_link">Clear all</a>
</div>
</form>
<div class="or_splitter">
<div class="heading-table">
OR
</div>
<div class="strike">
</div>
</div>
<form class="" id="keyword_search_form" method="POST" role="form">
<div class="heading_5">Search</div>
<div class="form-group keywordContainer">
<div class="keyword">
<div class="input-group has_cross_and_button">
<input autocomplete="off" class="form-control pop-job" id="keywords" name="keywords" placeholder="e.g. Design, Mumbai, Infosys" type="text" value=""/>
<span class="input-group-btn cross_btn_container"><button class="cross_btn" type="button"><i class="ic-16-cross"></i> </button></span>
<span class="input-group-btn search_btn_container">
<button class="btn btn-input btn-primary" id="search" type="submit">
<i class="ic-16-search"></i>
</button>
</span>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var toShowMatchingPreferencesEnabled = 0;
</script>
</div>
<div id="list_container">
<div class="internship_list_container" id="marketing_first_container"></div>
<div class="internship_list_container" id="internship_list_container">
<div id="internship_list_container_1">
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1411588" internshipid="1411588">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/omni-sport-leader-fresher-jobs-in-hyderabad-at-decathlon-sport-india-private-limited1629355813">OMNI SPORT LEADER</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Decathlon%20Sport%20India%20Private%20Limited">
Decathlon Sport India Private Limited </a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-hyderabad">Hyderabad</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">18 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/omni-sport-leader-fresher-jobs-in-hyderabad-at-decathlon-sport-india-private-limited1629355813">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1393416" internshipid="1393416">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/executive-senior-executive-partnerships-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770904">Executive/Senior Executive - Partnerships</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">
Freecharge Payments Technology Private Limited </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Freecharge Payments Technology Private Limited in Faridabad, Delhi, Ghaziabad, Gurgaon, Pune, Bangalore, Hyderabad, Mumbai, Noida" src="/cached_uploads/logo%2F610288c22a4fa1627556034.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-faridabad">Faridabad</a>, <a class="location_link" href="/fresher-jobs/jobs-in-delhi">Delhi</a>, <a class="location_link" href="/fresher-jobs/jobs-in-ghaziabad">Ghaziabad</a>, <a class="location_link" href="/fresher-jobs/jobs-in-gurgaon">Gurgaon</a>, <a class="location_link" href="/fresher-jobs/jobs-in-pune">Pune</a>, <a class="location_link" href="/fresher-jobs/jobs-in-bangalore">Bangalore</a>, <a class="location_link" href="/fresher-jobs/jobs-in-hyderabad">Hyderabad</a>, <a class="location_link" href="/fresher-jobs/jobs-in-mumbai">Mumbai</a>, <a class="location_link" href="/fresher-jobs/jobs-in-noida">Noida</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4.2 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">11 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/executive-senior-executive-partnerships-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770904">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1399445" internshipid="1399445">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/executive-sales-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770715">Executive - Sales</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">
Freecharge Payments Technology Private Limited </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Freecharge Payments Technology Private Limited in Delhi, Gurgaon, Noida" src="/cached_uploads/logo%2F610288c22a4fa1627556034.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-delhi">Delhi</a>, <a class="location_link" href="/fresher-jobs/jobs-in-gurgaon">Gurgaon</a>, <a class="location_link" href="/fresher-jobs/jobs-in-noida">Noida</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">11 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/executive-sales-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770715">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1390266" internshipid="1390266">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/junior-operations-executive-fresher-jobs-in-gurgaon-at-freecharge-payments-technology-private-limited1628075825">Junior Operations Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">
Freecharge Payments Technology Private Limited </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Freecharge Payments Technology Private Limited in Gurgaon" src="/cached_uploads/logo%2F610288c22a4fa1627556034.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-gurgaon">Gurgaon</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">4 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/junior-operations-executive-fresher-jobs-in-gurgaon-at-freecharge-payments-technology-private-limited1628075825">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1429063" internshipid="1429063">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-inside-sales-executive-fresher-jobs-at-neo91-dsbl-private-limited1630137004">Inside Sales Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Neo91%20%28DSBL%20Private%20Limited%29">
Neo91 (DSBL Private Limited) </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Neo91 (DSBL Private Limited) in " src="/cached_uploads/logo%2F5e4b744aed57c1582003274.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3.5 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">27 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-inside-sales-executive-fresher-jobs-at-neo91-dsbl-private-limited1630137004">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1426894" internshipid="1426894">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-sales-client-onboarding-executive-fresher-jobs-at-intesome1630044390">Sales Client Onboarding Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">
Intesome </a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">27 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-sales-client-onboarding-executive-fresher-jobs-at-intesome1630044390">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1426933" internshipid="1426933">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-b2b-digital-sales-executive-fresher-jobs-at-intesome1630045170">B2B Digital Sales Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">
Intesome </a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">27 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-b2b-digital-sales-executive-fresher-jobs-at-intesome1630045170">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1425742" internshipid="1425742">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/business-development-executive-fresher-jobs-in-noida-at-aapc-india-private-limited1630134084">Business Development Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-AAPC%20India%20Private%20Limited">
AAPC India Private Limited </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at AAPC India Private Limited in Noida" src="/cached_uploads/logo%2F612761c899e361629970888.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-noida">Noida</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4.5 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">27 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/business-development-executive-fresher-jobs-in-noida-at-aapc-india-private-limited1630134084">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1428910" internshipid="1428910">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-customer-service-executive-fresher-jobs-at-infybytes-ai-labs-private-limited1630133218">Customer Service Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-InfyBytes%20AI%20Labs%20Private%20Limited">
InfyBytes AI Labs Private Limited </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at InfyBytes AI Labs Private Limited in " src="/cached_uploads/logo%2F5dfefc15907e71576991765.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">27 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-customer-service-executive-fresher-jobs-at-infybytes-ai-labs-private-limited1630133218">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1428159" internshipid="1428159">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-xoog-edlearn-private-limited1630074732">Business Development Associate</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-XOOG%20EDLEARN%20PRIVATE%20LIMITED">
XOOG EDLEARN PRIVATE LIMITED </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at XOOG EDLEARN PRIVATE LIMITED in " src="/cached_uploads/logo%2F61014b65e86d71627474789.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 4.5 - 7 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">27 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-xoog-edlearn-private-limited1630074732">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1422998" internshipid="1422998">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-trainee-software-engineer-fresher-jobs-at-nuware-systems1629867974">Trainee Software Engineer</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-NuWare%20Systems">
NuWare Systems </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at NuWare Systems in " src="/cached_uploads/logo%2F60b9dd3a063681622793530.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">26 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-trainee-software-engineer-fresher-jobs-at-nuware-systems1629867974">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1425233" internshipid="1425233">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/associate-development-fresher-jobs-in-mumbai-at-pratham-infotech-foundation1630067881">Associate (Development)</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Pratham%20InfoTech%20Foundation">
Pratham InfoTech Foundation </a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">Mumbai</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">26 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/associate-development-fresher-jobs-in-mumbai-at-pratham-infotech-foundation1630067881">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1427826" internshipid="1427826">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/corporate-sales-associate-fresher-jobs-in-mumbai-at-best-roadways-limited1630064401">Corporate Sales Associate</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Best%20Roadways%20Limited">
Best Roadways Limited </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Best Roadways Limited in Mumbai" src="/cached_uploads/logo%2F5e2fde08607061580195336.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">Mumbai</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">26 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/corporate-sales-associate-fresher-jobs-in-mumbai-at-best-roadways-limited1630064401">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1427303" internshipid="1427303">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/sales-executive-fresher-jobs-in-greater-noida-noida-at-hedge-homes1630053270">Sales Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Hedge%20Homes">
Hedge Homes </a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-greater noida">Greater Noida</a>, <a class="location_link" href="/fresher-jobs/jobs-in-noida">Noida</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">26 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/sales-executive-fresher-jobs-in-greater-noida-noida-at-hedge-homes1630053270">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1426003" internshipid="1426003">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-organizational-behavior-specialist-fresher-jobs-at-syscloud-technologies-private-limited1629978107">Organizational Behavior Specialist</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-SysCloud%20Technologies%20Private%20Limited">
SysCloud Technologies Private Limited </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at SysCloud Technologies Private Limited in " src="/cached_uploads/logo%2F5df7570ee929b1576490766.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 4.5 - 6 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">26 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-organizational-behavior-specialist-fresher-jobs-at-syscloud-technologies-private-limited1629978107">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1426296" internshipid="1426296">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-international-online-sales-executive-fresher-jobs-at-intesome1630043050">International Online Sales Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">
Intesome </a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">26 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-international-online-sales-executive-fresher-jobs-at-intesome1630043050">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1426095" internshipid="1426095">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-digital-marketing-specialist-fresher-jobs-at-ohana-academy1629980764">Digital Marketing Specialist</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Ohana%20Academy">
Ohana Academy </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Ohana Academy in " src="/cached_uploads/logo%2F6113d703b257d1628690179.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 5 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">26 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-digital-marketing-specialist-fresher-jobs-at-ohana-academy1629980764">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1425387" internshipid="1425387">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/buddy-counselor-study-abroad-fresher-jobs-in-mumbai-bandra-at-uniacco1630041975">Buddy Counselor (Study Abroad)</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-UniAcco">
UniAcco </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at UniAcco in Mumbai, Bandra" src="/cached_uploads/logo%2F5ecbbf4f143cb1590411087.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">Mumbai</a>, <a class="location_link" href="/fresher-jobs/jobs-in-bandra">Bandra</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 5 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">26 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/buddy-counselor-study-abroad-fresher-jobs-in-mumbai-bandra-at-uniacco1630041975">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1416905" internshipid="1416905">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-student-success-teacher-fresher-jobs-at-code-a-block-kedtech-llc1629488510">Student Success - Teacher</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Code%20A%20Block%20%28KEDTech%20LLC%29">
Code A Block (KEDTech LLC) </a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 4 - 7.2 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">25 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-student-success-teacher-fresher-jobs-at-code-a-block-kedtech-llc1629488510">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1423119" internshipid="1423119">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/supply-chain-executive-fresher-jobs-in-mumbai-at-serturner1629870500">Supply Chain Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Serturner">
Serturner </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Serturner in Mumbai" src="/cached_uploads/logo%2F5e2fde14304041580195348.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">Mumbai</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">25 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/supply-chain-executive-fresher-jobs-in-mumbai-at-serturner1629870500">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1424580" internshipid="1424580">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-game-developer-fresher-jobs-at-cogent-web-services1629909028">Game Developer</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Cogent%20Web%20Services">
Cogent Web Services </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Cogent Web Services in " src="/cached_uploads/logo%2F5e2fdee4e3f7d1580195556.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">25 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-game-developer-fresher-jobs-at-cogent-web-services1629909028">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1425285" internshipid="1425285">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/associate-digital-products-fresher-jobs-in-noida-delhi-at-rocsearch1629961096">Associate - Digital Products</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-RocSearch">
RocSearch </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at RocSearch in Noida, Delhi" src="/cached_uploads/logo%2F6123aa8721c3c1629727367.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-noida">Noida</a>, <a class="location_link" href="/fresher-jobs/jobs-in-delhi">Delhi</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3.5 - 4 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">25 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/associate-digital-products-fresher-jobs-in-noida-delhi-at-rocsearch1629961096">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1425144" internshipid="1425144">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/program-impact-in-charge-science-and-mathematics-fresher-jobs-in-bangalore-at-open-door-education1629958128">Program Impact In-charge (Science And Mathematics)</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Open%20Door%20Education">
Open Door Education </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Open Door Education in Bangalore" src="/cached_uploads/logo%2F5e2fdc17bb8f01580194839.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-bangalore">Bangalore</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 6 - 10 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">25 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/program-impact-in-charge-science-and-mathematics-fresher-jobs-in-bangalore-at-open-door-education1629958128">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1424082" internshipid="1424082">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/software-engineer-trainee-fresher-jobs-in-ahmedabad-mumbai-at-markytics1629891252">Software Engineer Trainee</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Markytics">
Markytics </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Markytics in Ahmedabad, Mumbai" src="/cached_uploads/logo%2F5de4e24145e0f1575281217.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-ahmedabad">Ahmedabad</a>, <a class="location_link" href="/fresher-jobs/jobs-in-mumbai">Mumbai</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">25 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/software-engineer-trainee-fresher-jobs-in-ahmedabad-mumbai-at-markytics1629891252">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1423574" internshipid="1423574">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/sales-executive-fresher-jobs-in-kolkata-mumbai-at-1st-in-class1629878659">Sales Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-1st%20In%20Class">
1st In Class </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at 1st In Class in Kolkata, Mumbai" src="/cached_uploads/logo%2F60f14b4a044f31626426186.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-kolkata">Kolkata</a>, <a class="location_link" href="/fresher-jobs/jobs-in-mumbai">Mumbai</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.2 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">25 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/sales-executive-fresher-jobs-in-kolkata-mumbai-at-1st-in-class1629878659">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1421293" internshipid="1421293">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/digital-marketing-executive-fresher-jobs-in-indore-at-tradevinder1629786574">Digital Marketing Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-TradeVinder">
TradeVinder </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at TradeVinder in Indore" src="/cached_uploads/logo%2F5f7169a84802d1601268136.jpeg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-indore">Indore</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">24 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/digital-marketing-executive-fresher-jobs-in-indore-at-tradevinder1629786574">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1422844" internshipid="1422844">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/corporate-sales-manager-fresher-jobs-in-pune-at-findestination1629856616">Corporate Sales Manager</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-FinDestination">
FinDestination </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at FinDestination in Pune" src="/cached_uploads/logo%2F5e2fdc0ed91ed1580194830.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-pune">Pune</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">24 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/corporate-sales-manager-fresher-jobs-in-pune-at-findestination1629856616">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1423317" internshipid="1423317">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/software-developer-fresher-jobs-in-chandigarh-at-innovantes-it-solutions-llp1629873932">Software Developer</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Innovantes%20IT%20Solutions%20LLP">
Innovantes IT Solutions LLP </a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-chandigarh">Chandigarh</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.1 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">24 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/software-developer-fresher-jobs-in-chandigarh-at-innovantes-it-solutions-llp1629873932">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1423380" internshipid="1423380">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/executive-assistant-to-director-fresher-jobs-in-mumbai-at-best-roadways-limited1629875110">Executive Assistant To Director</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Best%20Roadways%20Limited">
Best Roadways Limited </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Best Roadways Limited in Mumbai" src="/cached_uploads/logo%2F5e2fde08607061580195336.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">Mumbai</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">24 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/executive-assistant-to-director-fresher-jobs-in-mumbai-at-best-roadways-limited1629875110">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1422976" internshipid="1422976">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/c-embedded-semiconductor-expert-soc-modeling-fresher-jobs-in-noida-bangalore-at-circuitsutra-technologies-private-limited1629868963">C++ Embedded/Semiconductor Expert (SoC Modeling)</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Circuitsutra%20Technologies%20Private%20Limited">
Circuitsutra Technologies Private Limited </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Circuitsutra Technologies Private Limited in Noida, Bangalore" src="/cached_uploads/logo%2F6125c58b926cc1629865355.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-noida">Noida</a>, <a class="location_link" href="/fresher-jobs/jobs-in-bangalore">Bangalore</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 6 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">24 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/c-embedded-semiconductor-expert-soc-modeling-fresher-jobs-in-noida-bangalore-at-circuitsutra-technologies-private-limited1629868963">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1384819" internshipid="1384819">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-mobile-app-developer-fresher-jobs-at-cogent-web-services1627804565">Mobile App Developer</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Cogent%20Web%20Services">
Cogent Web Services </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Cogent Web Services in " src="/cached_uploads/logo%2F5e2fdee4e3f7d1580195556.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">23 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-mobile-app-developer-fresher-jobs-at-cogent-web-services1627804565">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1422146" internshipid="1422146">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/software-developer-fresher-jobs-in-mumbai-at-swabhav-techlabs1629806967">Software Developer</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Swabhav%20Techlabs">
Swabhav Techlabs </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Swabhav Techlabs in Mumbai" src="/cached_uploads/logo%2F5e2fdccc3d5521580195020.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">Mumbai</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">23 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/software-developer-fresher-jobs-in-mumbai-at-swabhav-techlabs1629806967">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1420330" internshipid="1420330">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-coding-teacher-remote-fresher-jobs-at-codingal-education-private-limited1629724553">Coding Teacher (Remote)</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Codingal%20Education%20Private%20Limited">
Codingal Education Private Limited </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Codingal Education Private Limited in " src="/cached_uploads/logo%2F5fc4c35ea05e11606730590.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 6 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">23 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-coding-teacher-remote-fresher-jobs-at-codingal-education-private-limited1629724553">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1419996" internshipid="1419996">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-validation-expert-fresher-jobs-at-apna1629716586">Validation Expert</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Apna">
Apna </a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">23 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-validation-expert-fresher-jobs-at-apna1629716586">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1394780" internshipid="1394780">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/full-stack-developer-fresher-jobs-in-hyderabad-at-imbuedesk1628322108">Full Stack Developer</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-ImbueDesk">
ImbueDesk </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at ImbueDesk in Hyderabad" src="/cached_uploads/logo%2F5e2fdc13cc2871580194835.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-hyderabad">Hyderabad</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 5 - 9 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">23 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/full-stack-developer-fresher-jobs-in-hyderabad-at-imbuedesk1628322108">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1420110" internshipid="1420110">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-tutedude1629719092">Business Development Associate</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Tutedude">
Tutedude </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Tutedude in " src="/cached_uploads/logo%2F5ec529134d4ac1589979411.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">23 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-tutedude1629719092">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1156739" internshipid="1156739">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/content-e-commerce-management-executive-fresher-jobs-in-mumbai-at-anmol-baby1629800517">Content & E-commerce Management Executive</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Anmol%20Baby">
Anmol Baby </a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">Mumbai</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.1 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">26 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/content-e-commerce-management-executive-fresher-jobs-in-mumbai-at-anmol-baby1629800517">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1420315" internshipid="1420315">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/business-development-specialist-fresher-jobs-in-noida-delhi-at-the-smartware1629724108">Business Development Specialist</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-The%20SmartWare">
The SmartWare </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at The SmartWare in Noida, Delhi" src="/cached_uploads/logo%2F5e2fde9ca094c1580195484.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-noida">Noida</a>, <a class="location_link" href="/fresher-jobs/jobs-in-delhi">Delhi</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">23 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/business-development-specialist-fresher-jobs-in-noida-delhi-at-the-smartware1629724108">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1419988" internshipid="1419988">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/assistant-manager-outreach-events-fresher-jobs-in-multiple-locations-at-formskart1629716485">Assistant Manager - Outreach & Events</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Formskart">
Formskart </a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Formskart in Ahmedabad, Chandigarh, Chennai, Dehradun, Delhi, Guwahati, Indore, Kolkata, Lucknow, Pune, Ranch ..." src="/cached_uploads/logo%2F60d14f6e328fe1624330094.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin"></i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-ahmedabad">Ahmedabad</a>, <a class="location_link" href="/fresher-jobs/jobs-in-chandigarh">Chandigarh</a>, <a class="location_link" href="/fresher-jobs/jobs-in-chennai">Chennai</a>, <a class="location_link" href="/fresher-jobs/jobs-in-dehradun">Dehradun</a>, <a class="location_link" href="/fresher-jobs/jobs-in-delhi">Delhi</a>, <a class="location_link" href="/fresher-jobs/jobs-in-guwahati">Guwahati</a>, <a class="location_link" href="/fresher-jobs/jobs-in-indore">Indore</a>, <a class="location_link" href="/fresher-jobs/jobs-in-kolkata">Kolkata</a>, <a class="location_link" href="/fresher-jobs/jobs-in-lucknow">Lucknow</a>, <a class="location_link" href="/fresher-jobs/jobs-in-pune">Pune</a>, <a class="location_link" href="/fresher-jobs/jobs-in-ranchi">Ranchi</a>, <a class="location_link" href="/fresher-jobs/jobs-in-secunderabad">Secunderabad</a>, <a class="location_link" href="/fresher-jobs/jobs-in-bangalore">Bangalore</a>, <a class="location_link" href="/fresher-jobs/jobs-in-hyderabad">Hyderabad</a>, <a class="location_link" href="/fresher-jobs/jobs-in-kochi">Kochi</a>, <a class="location_link" href="/fresher-jobs/jobs-in-howrah">Howrah</a>, <a class="location_link" href="/fresher-jobs/jobs-in-jaipur">Jaipur</a> </span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">23 Sep' 21</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;"></i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/assistant-manager-outreach-events-fresher-jobs-in-multiple-locations-at-formskart1629716485">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1420612" internshipid="1420612">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-investor-pitch-deck-content-writer-fresher-jobs-at-pitchydeck1629737500">Investor Pitch Deck - Content Writer</a> </div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-PitchyDeck">
PitchyDeck </a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home"></i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">Remote</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle"></i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money"></i>
<span>CTC</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4.5 LPA </div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass"></i>
<span>Apply By</span>
</div>
<div class="item_body">23 Sep' 21</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job </div>
<div class="label_container label_container_mobile">
Fresher Job </div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-investor-pitch-deck-content-writer-fresher-jobs-at-pitchydeck1629737500">
<div>View details</div>
<i class="ic-16-chevron-right"></i>
</a>
</div>
</div>
</div>
<nav>
<div id="pagination">
<a class="prev_page hideUndoOnClick" id="navigation-backward">
<i id="prevPage"></i>
</a>
<div class="page_number heading_6">
<span id="pageNumber">1</span> / <span id="total_pages">7</span>
<input id="isLastPage" name="isLastPage" type="hidden" value="0"/>
</div>
<a class="next_page hideUndoOnClick" id="next">
<i id="navigation-forward"></i>
</a>
</div>
</nav>
</div>
<div class="popular_list" id="dual_search_container">
</div>
</div>
</div>
<div id="footer_reference" style=""></div>
</div>
</div>
</div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var input_domains = [];
var valid_domains = [];
var pinned_internship_ids = "";
var searchedUrl = "";
input_domains.push("gmai.com");
valid_domains.push("gmail.com");
input_domains.push("gamil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.con");
valid_domains.push("gmail.com");
input_domains.push("gmil.com");
valid_domains.push("gmail.com");
input_domains.push("gnail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.cim");
valid_domains.push("gmail.com");
input_domains.push("gmail.co");
valid_domains.push("gmail.com");
input_domains.push("gamail.com");
valid_domains.push("gmail.com");
input_domains.push("gmial.com");
valid_domains.push("gmail.com");
input_domains.push("gmaill.com");
valid_domains.push("gmail.com");
input_domains.push("gmal.com");
valid_domains.push("gmail.com");
input_domains.push("g.mail.com");
valid_domains.push("gmail.com");
input_domains.push("gmaiil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.coom");
valid_domains.push("gmail.com");
input_domains.push("gmail.xom");
valid_domains.push("gmail.com");
input_domains.push("gmali.com");
valid_domains.push("gmail.com");
input_domains.push("gmaip.com");
valid_domains.push("gmail.com");
input_domains.push("g-mail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comm");
valid_domains.push("gmail.com");
input_domains.push("gmaul.com");
valid_domains.push("gmail.com");
input_domains.push("gmqil.com");
valid_domains.push("gmail.com");
input_domains.push("gma.com");
valid_domains.push("gmail.com");
input_domains.push("g.mail");
valid_domains.push("gmail.com");
input_domains.push("googlemail.com");
valid_domains.push("gmail.com");
input_domains.push("gimal.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.vom");
valid_domains.push("gmail.com");
input_domains.push("gimail.com");
valid_domains.push("gmail.com");
input_domains.push("gmaio.com");
valid_domains.push("gmail.com");
input_domains.push("gmaik.com");
valid_domains.push("gmail.com");
input_domains.push("gmaol.com");
valid_domains.push("gmail.com");
input_domains.push("gmailm.com");
valid_domains.push("gmail.com");
input_domains.push("gemail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.in");
valid_domains.push("gmail.com");
input_domains.push("gmail.coml");
valid_domains.push("gmail.com");
input_domains.push("gail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.cm");
valid_domains.push("gmail.com");
input_domains.push("gmsil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.clm");
valid_domains.push("gmail.com");
input_domains.push("gmill.com");
valid_domains.push("gmail.com");
input_domains.push("gami.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.ocm");
valid_domains.push("gmail.com");
input_domains.push("gmain.com");
valid_domains.push("gmail.com");
input_domains.push("gmiail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comn");
valid_domains.push("gmail.com");
input_domains.push("gmaail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.ckm");
valid_domains.push("gmail.com");
input_domains.push("gmail.comcom");
valid_domains.push("gmail.com");
input_domains.push("gamil.co");
valid_domains.push("gmail.com");
input_domains.push("gmail.com.com");
valid_domains.push("gmail.com");
input_domains.push("gmai8l.com");
valid_domains.push("gmail.com");
input_domains.push("gamil.comm");
valid_domains.push("gmail.com");
input_domains.push("gmail.ckn");
valid_domains.push("gmail.com");
input_domains.push("g-mail.come");
valid_domains.push("gmail.com");
input_domains.push("gimeil.com");
valid_domains.push("gmail.com");
input_domains.push("g.mali.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comb");
valid_domains.push("gmail.com");
input_domains.push("ggmail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.combus");
valid_domains.push("gmail.com");
input_domains.push("gmail.comch");
valid_domains.push("gmail.com");
input_domains.push("gma2il.com");
valid_domains.push("gmail.com");
input_domains.push("gimel.com");
valid_domains.push("gmail.com");
input_domains.push("gmai.lcom");
valid_domains.push("gmail.com");
input_domains.push("gmail.come");
valid_domains.push("gmail.com");
input_domains.push("gmalil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comk");
valid_domains.push("gmail.com");
input_domains.push("gmeil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.cin");
valid_domains.push("gmail.com");
input_domains.push("gmail.comlll");
valid_domains.push("gmail.com");
input_domains.push("gml.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comlo");
valid_domains.push("gmail.com");
input_domains.push("ghmail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.commaniraj");
valid_domains.push("gmail.com");
input_domains.push("gimal.co");
valid_domains.push("gmail.com");
input_domains.push("gamile.com");
valid_domains.push("gmail.com");
input_domains.push("gmaaail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comopp");
valid_domains.push("gmail.com");
input_domains.push("gemil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comp");
valid_domains.push("gmail.com");
input_domains.push("gmajl.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.compin");
valid_domains.push("gmail.com");
input_domains.push("gmaigmai.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comrith");
valid_domains.push("gmail.com");
input_domains.push("gmamil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comt");
valid_domains.push("gmail.com");
input_domains.push("gmail.comw");
valid_domains.push("gmail.com");
input_domains.push("gmail.cam");
valid_domains.push("gmail.com");
input_domains.push("gmail.comy");
valid_domains.push("gmail.com");
input_domains.push("gmial.come");
valid_domains.push("gmail.com");
input_domains.push("gani.com");
valid_domains.push("gmail.com");
input_domains.push("gmile.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.cpm");
valid_domains.push("gmail.com");
input_domains.push("gmit.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.gom");
valid_domains.push("gmail.com");
input_domains.push("gmmail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.lcom");
valid_domains.push("gmail.com");
input_domains.push("gmail.clom");
valid_domains.push("gmail.com");
input_domains.push("g.mail.co");
valid_domains.push("gmail.com");
input_domains.push("gmail.om");
valid_domains.push("gmail.com");
input_domains.push("gmail.co.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.v.com");
valid_domains.push("gmail.com");
input_domains.push("gamil.come");
valid_domains.push("gmail.com");
input_domains.push("gmail.coma");
valid_domains.push("gmail.com");
input_domains.push("gmail.coman");
valid_domains.push("gmail.com");
input_domains.push("gmail.comar");
valid_domains.push("gmail.com");
var utm_medium = "";
var utm_campaign = "";
var internship_cluster_size = 5;
var internship_type = "";
var toShowMatchingPreferences = 0;
var searchUIType = "new";
var is_ifw_partner_banner_shown = 0;
var scroll_from_id = 0;
var scroll_page_number = 2;
var scroll_last_page = false;
var employment_type = "job";
</script>
<div class="generic_footer" data-custom-attribute="footer_custom_value" id="footer">
<div class="container-fluid">
<div class="max-width-container">
<div class="footer_container">
<div class="footer-column desktop-footer">
<div class="footer-list">
<h5>Internships by places</h5>
<div class="footer-list-item">
<a href="/internships">Internship in India</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-delhi">Internship in Delhi</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-bangalore">Internship in Bangalore</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-hyderabad">Internship in Hyderabad</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-mumbai">Internship in Mumbai</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-chennai">Internship in Chennai</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-gurgaon">Internship in Gurgaon</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-kolkata">Internship in Kolkata</a>
</div>
<div class="footer-list-item">
<a href="/internships/work-from-home-jobs">Virtual internship</a>
</div>
</div>
</div>
<div class="footer-column desktop-footer" id="stream-container">
<div class="footer-list">
<h5>Internship by Stream</h5>
<div class="footer-list-item">
<a href="/internships/computer%20science-internship">Computer Science Internship</a>
</div>
<div class="footer-list-item">
<a href="/internships/electronics-internship">Electronics Internship</a>
</div>
<div class="footer-list-item">
<a href="/internships/mechanical-internship">Mechanical Internship</a>
</div>
<div class="footer-list-item">
<a href="/internships/civil-internship">Civil Internship</a>
</div>
<div class="footer-list-item">
<a href="/internships/marketing-internship">Marketing Internship</a>
</div>
<div class="footer-list-item">
<a href="/internships/chemical-internship">Chemical Internship</a>
</div>
<div class="footer-list-item">
<a href="/internships/finance-internship">Finance Internship</a>
</div>
<div class="footer-list-item">
<a href="/internships/summer%20research%20fellowship-internship">Summer Research Fellowship</a>
</div>
<div class="footer-list-item">
<a href="/internships/campus%20ambassador-internship?utm_medium=footer">Campus Ambassador Program</a>
</div>
</div>
</div>
<div class="footer-column desktop-footer" id="trainings-container">
<div class="footer-list">
<h5>
<div id="trainings-footer">
<a href="https://trainings.internshala.com/?utm_source=is_web_is-footer" rel="noopener" target="_blank">Online Trainings <span class="offer">OFFER</span>
</a>
</div>
</h5>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/python-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Programming with Python</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/digital-marketing-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Digital Marketing</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/web-development-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Web Development</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/machine-learning-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Machine Learning</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/excel-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Advanced Excel</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/hacking-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Ethical Hacking</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/autocad-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">AutoCAD</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/creative-writing-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Creative Writing</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/data-science-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Data Science</a>
</div>
</div>
</div>
<div class="footer-column" id="online-training-container">
<div class="footer-list">
<a href="https://trainings.internshala.com/?utm_source=is_web_is-footer" id="online-training-heading-mobile" rel="noopener" target="_blank"> <h5>Online Trainings <span class="offer">OFFER</span>
</h5>
</a>
<div class="footer-training-container">
<div id="trainings_internshala_left">
<div class="footer-list-item">
<a href="https://trainings.internshala.com/python-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Programming with Python</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/digital-marketing-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Digital Marketing</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/web-development-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Web Development</a>
</div>
</div>
<div id="trainings_internshala_center">
<div class="footer-list-item">
<a href="https://trainings.internshala.com/machine-learning-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Machine Learning</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/excel-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Advanced Excel</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/hacking-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Ethical Hacking</a>
</div>
</div>
<div id="trainings_internshala_right">
<div class="footer-list-item">
<a href="https://trainings.internshala.com/autocad-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">AutoCAD</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/creative-writing-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Creative Writing</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/data-science-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">Data Science</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-column" id="about-us-container">
<div class="footer-list">
<h5 class="d-none d-lg-block">About Internshala</h5>
<div class="footer-link-conatiner">
<div id="about_internshala_left">
<div class="footer-list-item">
<a href="/about_us">About us</a>
</div>
<div class="footer-list-item">
<a href="/careers">We're hiring</a>
</div>
<div class="footer-list-item">
<a href="/registration/employer?utm_source=ISfooter">Hire interns for your company</a>
</div>
<div class="footer-list-item">
<a href="http://blog.internshala.com/internshala-editorials/team-diary/" target="_blank">Team Diary</a>
</div>
<div class="footer-list-item">
<a href="https://blog.internshala.com/?utm_source=IS_footer" target="_blank">Blog</a>
</div>
<div class="footer-list-item">
<a href="/products_services">Our Services</a>
</div>
</div>
<div id="about_internshala_center">
<div class="footer-list-item">
<a href="/terms">Terms & Conditions</a>
</div>
<div class="footer-list-item">
<a href="/privacy">Privacy</a>
</div>
<div class="footer-list-item">
<a href="/contact">Contact us</a>
</div>
</div>
<div id="about_internshala_right"></div>
</div>
</div>
</div>
</div>
<div id="footer-bottom">
<a href="https://play.google.com/store/apps/details?id=com.internshala.app&referrer=utm_source%3Dplay_footer" target="_blank">
<div class="footer-list-item" id="android_app_container">
<i class="ic-24-playstore"></i> <span>Get Android App</span>
</div>
</a>
<div id="social_media_container">
<a class="social_media_link_footer" href="https://www.instagram.com/internshala/?utm_source=IS_footer" target="_blank"><i class="ic-24-instagram"></i></a>
<a class="social_media_link_footer" href="https://twitter.com/Internshala?utm_source=IS_footer" target="_blank"><i class="ic-24-twitter"></i></a>
<a class="social_media_link_footer" href="https://www.youtube.com/c/internshalaofficial?utm_source=IS_footer" target="_blank"><img class="img-icon" src="/static/images/common/yt_icon_mono_dark.png"/></a>
<a class="social_media_link_footer" href="https://www.linkedin.com/company/internshala/?utm_source=is-footer" target="_blank"><i class="ic-24-linkedin"></i></a>
</div>
<div class="" id="copyright">
© Copyright 2021 Internshala
</div>
<div class="clear">
</div>
</div>
</div>
</div>
</div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">var big_brand = 'yes';</script> </div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
/* <![CDATA[ */
var google_conversion_id = 981478532;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script src="https://www.googleadservices.com/pagead/conversion.js" type="text/javascript">
</script>
<noscript>
<div style="display:inline;">
<img alt="" height="1" src="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/981478532/?value=0&guid=ON&script=0" style="border-style:none;" width="1"/>
</div>
</noscript>
</body>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
if (new_design_system) {
setTimeout(function () {
var loading_toast = document.getElementById("loading_toast");
if (typeof loading_toast !== 'undefined' && loading_toast) {
loading_toast.style.display = "block";
}
}, 2000);
}
</script>
</html>
print(Soup.prettify())
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#">
<head>
<meta content="IE=9" http-equiv="X-UA-Compatible"/>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0 user-scalable=0" name="viewport"/>
<meta content="272234782795210" property="fb:app_id"/>
<meta content="article" property="og:type"/>
<meta content="1200" property="og:image:width"/>
<meta content="630" property="og:image:height"/>
<meta content="@Internshala" name="twitter:site"/>
<meta content="summary_large_image" name="twitter:card"/>
<meta content="@internshala" name="twitter:creator"/>
<meta content="#ffffff" name="theme-color"/>
<meta content="#ffffff" name="msapplication-navbutton-color"/>
<meta content="telephone=no" name="format-detection"/>
<link as="font" crossorigin="" href="/static/fonts/Inter.woff2?v=3.11" rel="preload" type="font/woff2"/>
<link as="font" crossorigin="" href="/static/fonts/internshala-icons.woff2?8zxqsu" rel="preload" type="font/woff2"/>
<script src="/static/js/web_vitals/web-vitals.umd.js">
</script>
<script defer="" src="/static/js/includes/common/libraries.2583691470.js">
</script>
<link href="https://internshala.com//static/cdn/4.4.1/css/bootstrap.min.css" rel="stylesheet"/>
<link href="https://internshala.com//favicon.ico?v=5" rel="icon"/>
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"Organization",
"name":"Internshala",
"url":"https://internshala.com/",
"sameAs":[
"https://www.facebook.com/internshala",
"https://instagram.com/internshala/",
"https://www.linkedin.com/company/internshala",
"https://www.youtube.com/channel/UC97qxGRmPsyfV0Miz7AxU2A"
]
}
</script>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
window.onerror = function (error, url, line, col, fullError) {
error = fullError || error;
store_data(error, line);
};
function store_data(error, line) {
error = error.stack || error;
var url = window.location.href;
var browser = get_browser();
var browser_name = browser.name;
var browser_version = browser.version;
var browser_ua = browser.user_agent;
var message = "error=" + error + ". Line:" + line + "&browser=" + browser_name + "&version=" + browser_version + "&url=" + url + "&ua=" + browser_ua;
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
}
};
xhttp.open("POST", "/browser_error/insert_browser_logs", true);
xhttp.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send(message);
}
function get_browser() {
var ua = navigator.userAgent, tem, M = ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || [];
if (/trident/i.test(M[1])) {
tem = /\brv[ :]+(\d+)/g.exec(ua) || [];
return {name: 'IE', version: (tem[1] || '')};
}
if (M[1] === 'Chrome') {
tem = ua.match(/\bOPR|Edge\/(\d+)/)
if (tem != null) {
return {name: 'Opera', version: tem[1]};
}
}
M = M[2] ? [M[1], M[2]] : [navigator.appName, navigator.appVersion, '-?'];
if ((tem = ua.match(/version\/(\d+)/i)) != null) {
M.splice(1, 1, tem[1]);
}
return {
name: M[0],
version: M[1],
user_agent: ua
};
}
</script>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var os_type = "";
var browser_name = '';
var is_android = 0;
var is_mobile = 1;
var l_cookie = "";
var view = "internship/search/search";
var mainRole = "guest";
var to_show_account_activated_message = false;
var to_show_subscription_activated_message = false;
var location_autocomplete_min_length = 3;
var new_design_system = true;
var fresherJobsMinCtc = 3;
var show_maintenance_ribbon = false;
var maintenance_ribbon_message = "";
var base_url = 'https://internshala.com/';
</script>
<title>
Jobs for freshers | Fresher jobs | Minimum ₹3 LPA jobs
</title>
<meta content="Get latest jobs for freshers and remote jobs and earn CTC of ₹3 LPA+ in all job vacancies. Apply now for free on Internshala." name="description"/>
<meta content="Jobs for freshers | Fresher jobs | Minimum ₹3 LPA jobs" property="og:title"/>
<meta content="Get latest jobs for freshers and remote jobs and earn CTC of ₹3 LPA+ in all job vacancies. Apply now for free on Internshala." property="og:description"/>
<meta content="https://internshala.com//static/images/internshala_og_image.jpg" property="og:image"/>
<meta content="Jobs for freshers | Fresher jobs | Minimum ₹3 LPA jobs" name="twitter:title"/>
<meta content="Get latest jobs for freshers and remote jobs and earn CTC of ₹3 LPA+ in all job vacancies. Apply now for free on Internshala." name="twitter:description"/>
<meta content="https://internshala.com//static/images/internshala_og_image.jpg" property="twitter:image:src"/>
<link href="/static/css/internship/search/search.1629972069.css" rel="stylesheet" type="text/css"/>
<script defer="" src="/static/js/combined/common_form.1629721771.js" type="text/javascript">
</script>
<script defer="" src="/static/js/combined/internship-search.1629721771.js" type="text/javascript">
</script>
<script defer="" src="/static/js/subscribe/popup.1629721771.js" type="text/javascript">
</script>
<link href="/fresher-jobs/page-2" rel="next"/>
<!-- Google Tag Manager -->
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5NSPHG');
</script>
<!-- End Google Tag Manager -->
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
function sendToGTM(name, delta, id) {
// Assumes the global `dataLayer` array exists, see:
// https://developers.google.com/tag-manager/devguide
dataLayer.push({
event: 'web-vitals',
event_category: 'Web Vitals',
event_action: name.name,
// Google Analytics metrics must be integers, so the value is rounded.
// For CLS the value is first multiplied by 1000 for greater precision
// (note: increase the multiplier for greater precision if needed).
event_value: Math.round(name.name === 'CLS' ? name.delta * 1000 : name.delta),
// The 'id' value will be unique to the current page load. When sending
// multiple values from the same page (e.g. for CLS), Google Analytics can
// compute a total by grouping on this ID (note: requires `eventLabel` to
// be a dimension in your report).
event_label: name.id,
});
}
webVitals.getCLS(sendToGTM);
webVitals.getFID(sendToGTM);
webVitals.getLCP(sendToGTM);
webVitals.getFCP(sendToGTM);
webVitals.getTTFB(sendToGTM);
</script>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
// window.addEventListener('load', function() {
// store_session_data();
// });
// window.addEventListener('DOMContentLoaded', function() {
// store_session_data();
// });
var pdcVersion = "0";
var toMakeInitialRequest = 1;
if (toMakeInitialRequest == 1) {
store_session_data();
} else {
store_pagespeed_session_data();
}
function store_session_data() {
var message = "device=" + getDeviceType();
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
//Success
var responseText = this.responseText;
try {
data = JSON.parse(responseText);
if (data.success) {
if(data.toMakeUpdateRequest) {
update_session_data();
}
} else {
//TODO
}
} catch (e) {
throw_error(e);
}
}
};
xhttp.open("POST", "/info/storeData", true);
xhttp.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send(message);
}
function store_pagespeed_session_data() {
if (view === 'campaign_generic/index') return;
var message = "device=" + getDeviceType();
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
//Success
var responseText = this.responseText;
try {
data = JSON.parse(responseText);
if (data.success) {
} else {
//TODO
}
} catch (e) {
throw_error(e);
}
}
};
xhttp.open("POST", "/info/storePageSpeedData", true);
xhttp.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send(message);
}
function update_session_data() {
var message = "";
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
//Success
}
};
xhttp.open("POST", "/info/updateDeviceCookieDomain", true);
xhttp.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send(message);
}
function getDeviceType() {
var device;
if (typeof isMobile !== 'undefined') {
if (isMobile === '1') {
device = "mobile";
} else {
device = "desktop";
}
} else {
device = "NA";
}
return device;
}
</script>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-5NSPHG" style="display:none;visibility:hidden" width="0">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="wrapper">
<!-- ribbon -->
<div class="notification" id="error">
</div>
<div class="notification notification_general" id="general_notification" style="display: none">
</div>
<!-- modal - error message -->
<div class="modal fade in internshala-modal" id="error_modal" style="display: none">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="image_container error_image">
<img src="/static/images/common/modal_error.svg"/>
</div>
<div class="message_container">
<div class="text-heading heading_4_5 small-device-text-center">
</div>
<div class="text-message body-main small-device-text-center">
</div>
<div class="button_container">
<a class="btn btn-primary modal_primary_btn close_action" data-dismiss="modal">
Close
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- modal - success message -->
<div class="modal fade in internshala-modal" id="success_modal" style="display: none">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="image_container success_image">
<img src="/static/images/common/modal_success.svg"/>
</div>
<div class="message_container">
<div class="text-heading heading_4_5 small-device-text-center">
</div>
<div class="text-message body-main small-device-text-center">
</div>
<div class="button_container">
<button class="btn btn-secondary modal_secondary_btn close_action" data-dismiss="modal">
Cancel
</button>
<a class="btn btn-primary modal_primary_btn close_action" data-dismiss="modal">
Close
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- modal - success message -->
<div class="modal fade in internshala-modal" id="success_modal_dual_button" style="display: none">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="image_container success_image">
<img src="/static/images/common/modal_success.svg"/>
</div>
<div class="message_container">
<div class="text-heading heading_4_5 small-device-text-center">
</div>
<div class="text-message body-main small-device-text-center">
</div>
<div class="button_container">
<a class="btn btn-secondary modal_secondary_btn close_action" data-dismiss="modal">
Close
</a>
<a class="btn btn-primary modal_primary_btn close_action" data-dismiss="modal">
Close
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- modal - alert message -->
<div class="modal fade in internshala-modal" id="alert_modal" style="display: none">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="image_container alert_image">
<img src="/static/images/common/modal_alert.svg"/>
</div>
<div class="message_container">
<div class="text-heading heading_4_5 small-device-text-center">
</div>
<div class="text-message body-main small-device-text-center">
</div>
<div class="button_container">
<a class="btn btn-primary modal_primary_btn close_action" data-dismiss="modal">
Close
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--- confirmation modal-->
<div class="modal fade in internshala-modal confirmation_modal" id="confirmation_modal" style="display: none">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="message_container">
<div class="text-heading heading_4_5">
</div>
<div class="text-message body-main">
</div>
<div class="button_container">
<button class="btn btn-secondary modal_secondary_btn close_action" data-dismiss="modal">
Cancel
</button>
<a class="btn btn-primary modal_primary_btn yes-button close_action" data-dismiss="modal">
Yes
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="loading_image">
</div>
<div class="nav_dropdown_backdrop">
</div>
<noscript>
<div class="notification notification_js_disabled" style="display: block;">
Oops, your browser does not support Javascript. Please use Internshala in another browser.
</div>
</noscript>
<div class="toast internshala-toast loading_toast" id="loading_toast" style="display: none;">
<div class="toast-body-container">
<div class="toast-body heading_6_6">
Loading, please wait...
</div>
</div>
</div>
<div class="toast internshala-toast general_toast" style="display: none;">
<div class="toast-body-container">
<div class="toast-body heading_6_6">
</div>
</div>
</div>
<div class="toast internshala-toast error_toast" style="display: none;">
<div class="toast-body-container">
<div class="toast-body heading_6_6">
</div>
</div>
</div>
<div class="toast internshala-toast black_bottom_toast" style="display: none;">
<div class="toast-body-container">
<div class="toast-body body-main">
</div>
</div>
</div>
<div class="popover_overlay">
</div>
<div class="chat_notification_loading_image" style="display: none;">
</div>
<div aria-hidden="true" aria-labelledby="myModalLabel" class="modal" id="login-modal" role="dialog" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" data-dismiss="modal" type="button">
<i aria-hidden="true" class="ic-24-cross">
</i>
</button>
</div>
<div class="modal-body">
<div id="user-menu-container">
<div id="user-menu">
<div class="row">
<div class="col-xs-6 col-6 user-menu-item active login_student" id="modal_student">
Student
</div>
<div class="col-xs-6 col-6 user-menu-item login_employer" id="modal_employer">
Employer / T&P
</div>
</div>
</div>
</div>
<a class="google_login" href="/login/get_google">
<div id="google-button-container">
<div class="google_image_container">
<img src="/static/images/login/google_logo.png"/>
</div>
<div class="google_content">
Login with Google
</div>
</div>
</a>
<div class="helper">
<div class="text2">
<p>
OR
</p>
</div>
<div class="border">
</div>
</div>
<form id="modal-login-form" method="POST" role="form">
<input name="csrf_test_name" type="hidden" value="acc5de367f4adec538f6d69aee7723d7"/>
<div class="form-group">
<label class="control-label" for="email">
Email
</label>
<input class="form-control" id="modal_email" name="email" placeholder="john@example.com" tabindex="1" type="email"/>
</div>
<div class="form-group">
<label class="control-label" for="password">
Password
</label>
<input class="form-control" id="modal_password" name="password" placeholder="Must be atleast 6 characters" tabindex="2" type="password"/>
</div>
<div class="forgot_password">
<a href="/login/forgot_password" id="forgot-password">
Forgot password?
</a>
</div>
<div class="form-group">
<button class="btn btn-primary" id="modal_login_submit" tabindex="3" type="submit">
Login
</button>
</div>
<div class="form-group new_to_internshala">
<label>
New to Internshala? Register (
<a href="/registration/student">
Student
</a>
/
<a href="/registration/employer">
Company
</a>
)
</label>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Login modal - error message for employers blocked -->
<div aria-hidden="true" class="modal fade" id="employer_blocked_error_modal" role="dialog" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="heading">
Your account is put on hold.
<i aria-hidden="true" class="ic-24-cross" data-dismiss="modal" id="close_modal" style="cursor: pointer;float:right">
</i>
</div>
<div class="heading1">
Your account is put on hold.
<i aria-hidden="true" class="ic-24-cross" data-dismiss="modal" id="close_modal1" style="cursor: pointer;float:right">
</i>
</div>
<div class="main_content">
<div class="line1">
</div>
<div class="sub_heading">
What happened?
</div>
<div>
We have determined that this account is violation of Internshala's
<span class="primary_color">
<a href="https://internshala.com/terms">
rules
</a>
</span>
.
</div>
<div class="content_specially_for">
Specifically for,
</div>
<div class="error_heading" id="heading_content1">
</div>
<div class="error_content_1" id="error_content1">
</div>
<div class="error_heading" id="heading_content2">
</div>
<div class="error_content_1" id="error_content2">
</div>
<div class="error_content_2">
If you wish to appeal this, or seek further clarification, please contact our team at
<span class="primary_color">
<a href="mailto:complaints@internshala.com">
complaints@internshala.com
</a>
</span>
</div>
<div class="line2">
</div>
<div class="icon_container">
<i class="ic-24-alert-circle">
</i>
<div class="icon_content">
If this has happened by mistake, it will automatically be reverted within 24 hours.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="header_container container-fluid" id="header">
<div class="max-width-container">
<div class="layer">
</div>
<div class="sidenav" id="mySidenav">
<div class="ham_menu_items_container guest">
<div class="ham_menu_items">
<div class="ham_main_heading">
<a href="/internships">
Internships
</a>
</div>
</div>
<div class="ham_menu_items">
<div class="ham_main_heading">
<a class="online-training-link" href="https://trainings.internshala.com/?utm_source=is_web_internshala_ham">
Online Trainings
<div class="contest">
OFFER
</div>
</a>
</div>
</div>
<div class="ham_menu_items">
<div class="ham_main_heading">
<a href="/internships/work-from-home-jobs?utm_source=wfh_mobile_hamburger">
WFH Internships
</a>
</div>
</div>
<div class="ham_menu_items">
<div class="ham_main_heading">
<a href="/fresher-jobs">
Fresher Jobs
</a>
</div>
</div>
<div class="ham_menu_items">
<div class="ham_main_heading">
<a href="/contact">
Contact Us
</a>
</div>
</div>
<hr class="ham_line_break"/>
<div class="ham_menu_items">
<div class="ham_main_heading">
<a href="/registration/student">
Register - As a Student
</a>
</div>
</div>
<div class="ham_menu_items">
<div class="ham_main_heading">
<a href="/registration/employer">
Register - As an Employer
</a>
</div>
</div>
<div class="ham_menu_items without_link">
<div class="ham_main_heading home_page_login_button" data-target="#login-modal" data-toggle="modal" id="ham_login_button">
Login
</div>
</div>
</div>
</div>
<nav class="navbar navbar-expand-md">
<div class="brand_container">
<img id="hamburger_menu_key" src="/static/images/icons/hamburger-menu-key-new.svg"/>
<span class="offer_hamburger_dot" id="offer_hamburger_dot">
</span>
<a class="navbar-brand" href="/">
<img src="/static/images/common/new_internshala_logo.svg"/>
</a>
</div>
<div class="collapse navbar-collapse navbar_desktop">
<ul class="navbar-nav nav_menu_container">
<li class="nav-item internship_container_hover dropdown dropdown-hover dropdown_backdrop">
<a class="nav-link dropdown-toggle" href="/internships" id="internships_new_superscript">
Internships
<i class="is_icon_header ic-24-filled-down-arrow">
</i>
</a>
<div class="dropdown-menu dropdown-menu-center menu_dropdown guest_dropdown" id="internships-dropdown">
<div class="dropdown-inner">
<div class="dropdown-inner-container">
<div class="inner-dropdown">
<div class="menu-heading">
Location
</div>
<ul class="dropdown-menu-part">
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/work-from-home-jobs" style="">
Work from Home
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-bangalore" style="">
Internship in Bangalore
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-delhi" style="">
Internship in Delhi
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-hyderabad" style="">
Internship in Hyderabad
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-mumbai" style="">
Internship in Mumbai
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-chennai" style="">
Internship in Chennai
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-pune" style="">
Internship in Pune
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-kolkata" style="">
Internship in Kolkata
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/internship-in-jaipur" style="">
Internship in Jaipur
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/international-internship" style="">
International Internship
</a>
</li>
</ul>
</div>
<div class="inner-dropdown">
<div class="menu-heading">
Profile
</div>
<ul class="dropdown-menu-part">
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/computer%20science-internship" style="">
Computer Science Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/marketing-internship" style="">
Marketing Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/finance-internship" style="">
Finance Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/mechanical-internship" style="">
Mechanical Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/hr-internship" style="">
HR Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/digital marketing-internship" style="">
Digital Marketing Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/electronics-internship" style="">
Electronics Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/content%20writing-internship" style="">
Content Writing Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/civil-internship" style="">
Civil Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/campus ambassador-internship?utm_source=header" style="">
Campus Ambassador Program
</a>
</li>
</ul>
</div>
<div class="inner-dropdown">
<div class="menu-heading">
Category
</div>
<ul class="dropdown-menu-part">
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/engineering-internship" style="">
Engineering Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/mba-internship" style="">
MBA Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/part-time-jobs" style="">
Part-Time Jobs/Internships
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/graphic design-internship" style="">
Graphic Design Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/humanities-internship" style="">
Humanities Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/science-internship" style="">
Science Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/law-internship" style="">
Law Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/architecture-internship" style="">
Architecture Internship
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships/ppo-true" style="">
Internships with Job Offer
</a>
</li>
<li class="item">
<a class="item_link internship_item_location" href="https://internshala.com/internships-for-women?utm_source=ifw_is_dropdown" style="">
Internships for Women
</a>
</li>
</ul>
</div>
</div>
<div class="dropdown-inner-footer">
<a class="internship_item_location" href="/internships">
View all internships
<i class="ic-24-chevron-right">
</i>
</a>
</div>
</div>
</div>
</li>
<li class="nav-item training_container_hover dropdown dropdown-hover dropdown_backdrop nav-links">
<a class="nav-link dropdown-toggle trainings_link menu-link" href="https://trainings.internshala.com/?utm_source=is_web_internshala-menu-dropdown1" id="trainings_dropdown_link" rel="noopener" target="_blank">
Online Trainings
<div class="contest">
OFFER
</div>
<i class="is_icon_header ic-24-filled-down-arrow">
</i>
</a>
<div class="training-dropdown-content">
<div class="training-box student">
<div class="menu-link-main-1 training-menu">
<h5 class="menu-heading menu-heading-hover">
Programming
</h5>
</div>
<div class="sub-menu-link-content-1 sub-menu">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/python-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Programming with Python
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/web-development-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Web Development
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/hacking-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Ethical Hacking
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/c-plus-plus-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Programming with C and C++
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/android-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Android App Development
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/java-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Core Java
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/react-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
React
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/blockchain-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Blockchain
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/angular-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Angular
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/git-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Git & GitHub
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/how-to-ace-coding-interviews-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
How to Ace Coding Interviews
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/data-structures-algorithms?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Data Structures & Algorithms
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/sas-programming?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
SAS Programming
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/clinical-trials-analysis-reporting-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Clinical Trials Analysis & Reporting
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/matlab-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
MATLAB
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/software-testing-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Software Testing
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/nodejs?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Node JS
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/robotic-process-automation?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Robotic Process Automation
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/plc-programming-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
PLC Programming
</a>
</div>
</div>
<div class="menu-link-main-2 training-menu">
<h5 class="menu-heading menu-heading-hover">
Business & Management
</h5>
</div>
<div class="sub-menu-link-content-2 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/digital-marketing-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Digital Marketing
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/excel-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Advanced Excel
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/financial-modeling-valuation-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Financial Modeling and Valuation
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/business-communication-skills-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Business Communication Skills
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/trading-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Beginner's Trading Certification
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/tally?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Tally
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/hr?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Human Resource Management
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/sql-data-analytics-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
SQL for Data Analytics
</a>
</div>
</div>
<div class="menu-link-main-3 training-menu">
<h5 class="menu-heading menu-heading-hover">
Core Engineering
</h5>
</div>
<div class="sub-menu-link-content-3 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/autocad-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
AutoCAD
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/autocad-three-d-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Autocad 3D
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/solidworks-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
SOLIDWORKS
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/advanced-solidworks?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Advanced SOLIDWORKS
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/staad-pro-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
STAAD Pro
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/fusion-360-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Fusion 360
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/iot-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Internet of Things
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/ansys?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Ansys
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/three-d-printing?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
3D Printing
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/pcb-design?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
PCB Design
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/labview?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
LabVIEW
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/arduino?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Arduino
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/catia?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
CATIA
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/matlab-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
MATLAB
</a>
</div>
</div>
<div class="menu-link-main-4 training-menu">
<h5 class="menu-heading menu-heading-hover">
Data Science
</h5>
</div>
<div class="sub-menu-link-content-4 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/machine-learning-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Machine Learning
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/data-science-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Data Science
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/tableau-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Tableau
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/deep-learning?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Deep Learning
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/sas-programming?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
SAS Programming
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/clinical-trials-analysis-reporting-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Clinical Trials Analysis & Reporting
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/statistics-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Statistics for Data Science
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/power-bi-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Power BI
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/sql-data-analytics-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
SQL for Data Analytics
</a>
</div>
</div>
<div class="menu-link-main-5 training-menu">
<h5 class="menu-heading menu-heading-hover">
Design
</h5>
</div>
<div class="sub-menu-link-content-5 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/graphic-design-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Graphic Design
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/ui-ux-design-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
UI/UX Design
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/video-editing-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Video Editing
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/animation-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Animation
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/wordpress?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
WordPress
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/digital-art?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Digital Art
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/colour-theory?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Colour Theory
</a>
</div>
</div>
<div class="menu-link-main-6 training-menu">
<h5 class="menu-heading menu-heading-hover">
Creative Arts
</h5>
</div>
<div class="sub-menu-link-content-6 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/creative-writing-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Creative Writing
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/guitar-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Learn Guitar in 30 days
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/photography-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Photography
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/calligraphy?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Calligraphy
</a>
</div>
</div>
<div class="menu-link-main-7 training-menu">
<h5 class="menu-heading menu-heading-hover">
Language
</h5>
</div>
<div class="sub-menu-link-content-7 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/french-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
French
</a>
</div>
</div>
<div class="menu-link-main-8 training-menu">
<h5 class="menu-heading menu-heading-hover">
Career Development
</h5>
</div>
<div class="sub-menu-link-content-8 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/business-communication-skills-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Business Communication Skills
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/ppt-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Internship & Job Preparation
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/how-to-ace-coding-interviews-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
How to Ace Coding Interviews
</a>
</div>
</div>
<div class="menu-link-main-9 training-menu">
<h5 class="menu-heading menu-heading-hover">
Architecture
</h5>
</div>
<div class="sub-menu-link-content-9 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/autocad-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
AutoCAD
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/autocad-three-d-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Autocad 3D
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/revit-training?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Revit
</a>
</div>
</div>
<div class="menu-link-main-10 training-menu">
<h5 class="menu-heading menu-heading-hover">
Specializations
</h5>
</div>
<div class="sub-menu-link-content-10 sub-menu hide-the-item">
<div class="training-sub-scroll">
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/job-specialization-digital-marketing?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Digital Marketing Specialization
</a>
<a class="sub-link sub-menu-common" href="https://trainings.internshala.com/job-specialization-data-science?utm_source=is_web_internshala-menu-dropdown" rel="noopener" style="" target="_blank">
Data Science Specialization
</a>
</div>
</div>
</div>
</div>
</li>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var isNavBarEmployerSide = 0;
var isNewHeader = 1;
</script>
<li class="nav-item">
<a class="nav-link" href="/fresher-jobs">
Fresher Jobs
</a>
</li>
<li class="nav-item dropdown dropdown-hover">
<a class="nav-link dropdown-toggle">
Login / Register
<i class="is_icon_header ic-24-filled-down-arrow">
</i>
</a>
<div class="dropdown-menu dropdown-menu-center menu_dropdown" id="login_register-dropdown">
<div class="dropdown-inner">
<div class="dropdown-inner-container">
<div class="inner-dropdown">
<ul class="dropdown-menu-part profile-dropdown">
<li class="item">
<a class="item_link" href="/registration/student" id="header_registration_link">
Register as a student
</a>
</li>
<li class="item">
<a class="item_link" href="/registration/employer?utm_campaign=employer_searchpage">
Register as an employer
</a>
</li>
<li class="item">
<a class="item_link" data-target="#login-modal" data-toggle="modal" id="header_login_modal_button">
Login
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</nav>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var studentChatEducationPopoverType = 0;
var conversationCount = 0;
var toShowEducation = 0;
</script>
</div>
</div>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<div class="modal subscription_alert" role="dialog" tabindex="-1">
<div class="content">
<div class="heading">
<div class="heading_text">
<div class="heading_6">
First time user offer
</div>
</div>
<i class="ic-24-cross" data-dismiss="modal" id="close_popup">
</i>
</div>
<div class="body">
<img class="subscription_desktop_image" src="/static/images/internship/subscription-popup/subscription_desktop.svg"/>
<img class="subscription_mobile_image" src="/static/images/internship/subscription-popup/subscription_mobile.svg"/>
<div class="validity">
<div class="body-main first">
Valid only for today | Time left:
</div>
<span class="heading_6" id="subs_timer">
</span>
</div>
<div class="resume_guide">
Get the best opportunities in your inbox & get Internshala resume guide for FREE!
</div>
<form id="subscribe-form-popup" method="POST" role="form">
<div class="form-group" id="email_subscription_popup_container">
<div class="input-group">
<input name="csrf_test_name" type="hidden" value="acc5de367f4adec538f6d69aee7723d7"/>
<input name="subscription_location" type="hidden" value="no_internship"/>
<input autofocus="true" class="form-control email-field-popup" id="email_popup" name="email" placeholder="Enter your e-mail address" type="email"/>
<input name="src_url" type="hidden" value="/fresher-jobs"/>
<input id="subscription_location" name="subscription_location" type="hidden" value="subscription_popup_new"/>
<span class="input-group-btn">
<button class="btn btn-primary btn-input" id="but_subscription_popup_form" type="submit">
Subscribe
</button>
</span>
</div>
</div>
</form>
<div class="subscription_alert_footer">
<div class="link_container">
<a href="#" id="already_subscribed">
I'm already subscribed
</a>
</div>
<div class="link_container">
<a href="#" id="no_thanks">
No, thanks
</a>
</div>
</div>
</div>
</div>
</div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
if (document.getElementById("subs_timer") != null) {
var distance = new Date('2021/08/30 00:00:00').getTime() - new Date('2021/08/29 00:51:45').getTime();
var x = setInterval(function () {
if (distance < 0) {
clearInterval(x);
document.getElementById("subs_timer").innerHTML = "";
}
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
if (hours == 0 && minutes == 0 && seconds == 0) {
clearInterval(x);
document.getElementById("subs_timer").innerHTML = "";
}
if (hours < 10) {
hours = "0" + hours
}
if (minutes < 10) {
minutes = "0" + minutes
}
if (seconds < 10) {
seconds = "0" + seconds
}
distance = distance - 1000;
document.getElementById("subs_timer").innerHTML = hours + ":" + minutes + ":" + seconds;
}, 1000);
}
</script>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var is_slider_banner_preview = 0
</script>
<div id="contentFilters">
<div aria-hidden="true" aria-labelledby="myModalLabel" class="modal" id="filtersModal" role="dialog" style="display: none" tabindex="-1">
<div class="filtersModal_popover_overlay">
</div>
<div class="filters_expand">
<div>
hidden
</div>
<div class="filterApplied">
<div class="heading_5 modalFilterUi">
Filters
</div>
</div>
<i class="cancel ic-24-cross">
</i>
</div>
<div id="mobile_filters_container">
<div id="filters_mobile">
<div id="form_container_mobile">
<form id="search_form_mobile" method="POST" role="form">
<div class="category_container form-group showToastOnMobileFalse" id="category_container" title="Uncheck *Show opportunities as per my preferences* checkbox to search manually">
<label class="control-label" for="select_category">
Category
</label>
<div id="categoryOptions_mobile">
</div>
<div class="loading_spinner" id="loading_spinner_category" style="display: none;">
</div>
</div>
<div class="location_container form-group showToastOnMobileFalse" data-container="body" data-content="<div style='width:160px; font-size:12px;' class='data_content'>Click here to change location</div>" data-placement="bottom" data-template='<div class="popover location-filters-popover" style="background-color:#1295c9; color:#fff;"><div class="arrow" style="left:14% !important"></div><div class="popover-inner"><div class="popover-content"><p></p></div></div></div>' data-toggle="popover" id="location_filter_mobile" title="Uncheck *Show opportunities as per my preferences* checkbox to search manually">
<label for="city_sidebar">
Location
</label>
<div id="cityOptions_mobile">
</div>
<div class="loading_spinner" id="loading_spinner_location" style="display: none;">
</div>
</div>
<div class="filters_checkboxes_containers filters_checkboxes_containers_add_transparent showToastOnMobileFalse" title="Uncheck *Show opportunities as per my preferences* checkbox to search manually">
<div class="form-group flex-row" id="remote_check_box">
<label id="remote_check_box_label">
Remote jobs
</label>
<div class="switch_container">
<input id="remote_job_mobile" name="remote_job" type="checkbox"/>
<label class="" for="remote_job_mobile">
</label>
</div>
</div>
<div class="form-group flex-row" id="internship_check_box">
<label id="internship_check_box_label">
Also include internships
</label>
<div class="switch_container">
<input id="internship_checkbox_mobile" name="internship_checkbox" type="checkbox"/>
<label class="" for="internship_checkbox_mobile">
</label>
</div>
</div>
</div>
<div class="applyContainer">
<div class="reset_container">
<a class="reset" title="All filters applied have been cleared. Click on 'Apply' to view all jobs">
Clear All
</a>
</div>
<div class="apply btn btn-primary">
Apply
</div>
</div>
</form>
<form class="" id="keyword_search_form_mobile" method="POST" role="form">
<div class="heading_5">
Search
</div>
<div class="form-group keywordContainer">
<div class="keyword showToastOnMobileFalse" title="Uncheck *Show opportunities as per my preferences* checkbox to search manually">
<div class="input-group has_cross_and_button">
<input autocomplete="off" class="form-control pop-mobile" id="keywords_mobile" name="keywords" placeholder="e.g. Design, Mumbai, Infosys" type="text" value=""/>
<span class="input-group-btn cross_btn_container">
<button class="cross_btn" type="button">
<i class="ic-16-cross">
</i>
</button>
</span>
<button class="btn btn-primary showToastOnMobileFalse" id="search_mobile" title="Uncheck *Show opportunities as per my preferences* checkbox to search manually" type="submit">
<i class="ic-16-search">
</i>
</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var category_name_label_array = [];
var filters_applied = {
'category': [
],
'category_name_label_array': category_name_label_array,
'city': [],
'wfh': [],
'part_time': [],
'remote_job': [],
'internship_checkbox': [],
'start_date': [],
'duration': [],
'ppo': [],
'ifw': [],
'type': [],
'keyword': [],
'matching_preferences': []
};
</script>
</div>
<div class="search_content" id="content">
<div id="internship_for_women" style="display:none;">
<div class="content-inner">
<div class="banner_content">
<div class="heading heading_2">
Internships for women
</div>
<div class="sub_heading heading_5">
(Re)start your career with an internship
</div>
<div class="btn internship_for_women_button">
View internships
</div>
</div>
</div>
<div id="about_internship_for_women">
<div class="max-width-container">
<div class="heading heading_2_4">
About the initiative
</div>
<div class="content body-main">
In India, about 65-70% women who take a career break fail to return to work, and a large number of women who are well educated & have potential to become a valuable part of the workforce do not even get a chance to begin their career. "Internships for Women" brings amazing women employment opportunities, in the form of internship jobs for women, to help them restart their career. With flexible working options like work from home options & part-time options, women can now manage both - their career and household responsibilities. Further, if women want to go back to the workplace, they can opt for office-based internships and make a gradual switch to professional life.
<br/>
<br/>
Are you looking to (re)start your career through internships? Then
<a href="/registration/student?utm_source=ifwregistrationcontent ">
click here
</a>
and create your Internshala account today!
<br/>
<br/>
If you are looking to (re)start your career, just apply to the below-mentioned internships. For any queries, please call us on +91-844 844 4851 or mail us at
<a href="mailto:helpdesk@internshala.com">
helpdesk@internshala.com
</a>
.
</div>
</div>
</div>
</div>
<div id="fresher_jobs_banner">
<div class="container-fluid">
<div class="max-width-container">
<div class="content-inner">
<div class="logo heading_3_5">
Introducing
</div>
<div class="primary_text">
<div class="text">
Fresher Jobs
</div>
<span class="offer">
New
</span>
</div>
<div class="secondary_text">
Apply to premium fresher jobs for free
</div>
<div class="features_container">
<div class="feature first">
<img alt="✔" src="/static/images/common/check_box_white.svg"/>
<span>
Minimum CTC 3 LPA
</span>
</div>
<div class="feature second">
<img alt="✔" src="/static/images/common/check_box_white.svg"/>
<span>
100% verified jobs
</span>
</div>
<div class="feature third">
<img alt="✔" src="/static/images/common/check_box_white.svg"/>
<span>
Apply for free
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="internships_list_container">
<div class="max-width-container">
<div class="table-cell" id="search_criteria_mobile_container">
<div class="filters">
<div class="filterUi">
<i class="ic-16-filter" id="filter_ui_icon_mobile">
</i>
<span class="heading_5" id="filter_ui_heading_mobile">
Filters
</span>
</div>
</div>
<div class="filters_tags">
</div>
<div class="internship_seo_heading_container_mobile" id="internship_seo_heading_container">
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
document.title = "Jobs for freshers | Fresher jobs | Minimum ₹3 LPA jobs";
</script>
<div class="heading heading_4_6">
252 jobs for freshers and remote jobs
<i class="ic-16-chevron-down" id="content_open_button">
</i>
</div>
<div class="body-small" id="open_content_collapse">
Start applying to latest jobs for freshers and remote jobs and earn CTC of ₹3 LPA+ in all job vacancies.
<br/>
A remote job is also a permanent job with minimum CTC of 3 LPA where you work remotely.
</div>
</div>
</div>
<div class="internship_seo_heading_container_desktop" id="internship_seo_heading_container">
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
document.title = "Jobs for freshers | Fresher jobs | Minimum ₹3 LPA jobs";
</script>
<div class="heading heading_4_6">
252 jobs for freshers and remote jobs
<i class="ic-16-chevron-down" id="content_open_button">
</i>
</div>
<div class="body-small" id="open_content_collapse">
Start applying to latest jobs for freshers and remote jobs and earn CTC of ₹3 LPA+ in all job vacancies.
<br/>
A remote job is also a permanent job with minimum CTC of 3 LPA where you work remotely.
</div>
</div>
<div id="reference">
<div id="search_criteria_container">
<div class="fixed_on_scroll" id="filters_container">
<div id="filters">
<div id="form-container">
<div class="filterUi">
<i class="ic-16-filter" id="filter_ui_icon_desktop">
</i>
<span class="heading_5" id="filter_ui_heading_desktop">
Filters
</span>
</div>
<form id="search_form" method="POST" role="form">
<div class="category_container form-group">
<label for="select_category">
Category
</label>
<div id="categoryOptions">
<select class="form-control chosen-select default-chosen" data-placeholder="e.g. Marketing" id="select_category" multiple="" name="select_category" tabindex="4">
<option value="engineering">
Engineering
</option>
<option value="mba">
MBA
</option>
<option value="computer%20science">
Computer Science
</option>
<option value="humanities">
Humanities
</option>
<option value="media">
Media
</option>
<option value="creative%20writing">
Creative Writing
</option>
<option value="graphic%20design">
Graphic Design
</option>
<option value="finance">
Finance
</option>
<option value="civil">
Civil Engineering
</option>
<option value="chemical">
Chemical Engineering
</option>
</select>
<div class="chosen-container chosen-container-multi chosen-with-drop" id="select_category_chosen_temp" title="">
<ul class="chosen-choices">
<li class="search-field">
<input autocomplete="off" class="chosen-search-input default" style="width: 119px;" tabindex="4" type="text" value="e.g. Marketing"/>
</li>
</ul>
</div>
</div>
</div>
<div class="location_container form-group" id="location_filter">
<label for="city_sidebar">
Location
</label>
<div id="cityOptions">
<select class="form-control chosen-select default-chosen" data-placeholder="e.g. Delhi" id="city_sidebar" multiple="" name="city_sidebar" tabindex="5">
<option value="mumbai">
Mumbai
</option>
<option value="bangalore">
Bangalore
</option>
<option value="delhi">
Delhi
</option>
<option value="hyderabad">
Hyderabad
</option>
<option value="pune">
Pune
</option>
<option value="chennai">
Chennai
</option>
<option value="kolkata">
Kolkata
</option>
<option value="ahmedabad">
Ahmedabad
</option>
</select>
<div class="chosen-container chosen-container-multi chosen-with-drop" id="city_sidebar_chosen_temp" title="">
<ul class="chosen-choices">
<li class="search-field">
<input autocomplete="off" class="chosen-search-input default" style="width: 119px;" tabindex="4" type="text" value="e.g. Delhi"/>
</li>
</ul>
</div>
</div>
</div>
<div class="filters_checkboxes_containers">
<div class="form-group flex-row" id="part_time_check_box">
<label>
Remote jobs
</label>
<div class="switch_container">
<input id="remote_job" name="remote_job" type="checkbox"/>
<label class="" for="remote_job">
</label>
</div>
</div>
<div class="form-group flex-row" id="part_time_check_box">
<label>
Also include internships
</label>
<div class="switch_container">
<input id="internship_checkbox" name="internship_checkbox" type="checkbox"/>
<label class="" for="internship_checkbox">
</label>
</div>
</div>
</div>
<div class="reset_link_container">
<a id="reset_link">
Clear all
</a>
</div>
</form>
<div class="or_splitter">
<div class="heading-table">
OR
</div>
<div class="strike">
</div>
</div>
<form class="" id="keyword_search_form" method="POST" role="form">
<div class="heading_5">
Search
</div>
<div class="form-group keywordContainer">
<div class="keyword">
<div class="input-group has_cross_and_button">
<input autocomplete="off" class="form-control pop-job" id="keywords" name="keywords" placeholder="e.g. Design, Mumbai, Infosys" type="text" value=""/>
<span class="input-group-btn cross_btn_container">
<button class="cross_btn" type="button">
<i class="ic-16-cross">
</i>
</button>
</span>
<span class="input-group-btn search_btn_container">
<button class="btn btn-input btn-primary" id="search" type="submit">
<i class="ic-16-search">
</i>
</button>
</span>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var toShowMatchingPreferencesEnabled = 0;
</script>
</div>
<div id="list_container">
<div class="internship_list_container" id="marketing_first_container">
</div>
<div class="internship_list_container" id="internship_list_container">
<div id="internship_list_container_1">
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1411588" internshipid="1411588">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/omni-sport-leader-fresher-jobs-in-hyderabad-at-decathlon-sport-india-private-limited1629355813">
OMNI SPORT LEADER
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Decathlon%20Sport%20India%20Private%20Limited">
Decathlon Sport India Private Limited
</a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-hyderabad">
Hyderabad
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
18 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/omni-sport-leader-fresher-jobs-in-hyderabad-at-decathlon-sport-india-private-limited1629355813">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1393416" internshipid="1393416">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/executive-senior-executive-partnerships-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770904">
Executive/Senior Executive - Partnerships
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">
Freecharge Payments Technology Private Limited
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Freecharge Payments Technology Private Limited in Faridabad, Delhi, Ghaziabad, Gurgaon, Pune, Bangalore, Hyderabad, Mumbai, Noida" src="/cached_uploads/logo%2F610288c22a4fa1627556034.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-faridabad">
Faridabad
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-delhi">
Delhi
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-ghaziabad">
Ghaziabad
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-gurgaon">
Gurgaon
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-pune">
Pune
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-bangalore">
Bangalore
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-hyderabad">
Hyderabad
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">
Mumbai
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-noida">
Noida
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4.2 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
11 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/executive-senior-executive-partnerships-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770904">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1399445" internshipid="1399445">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/executive-sales-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770715">
Executive - Sales
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">
Freecharge Payments Technology Private Limited
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Freecharge Payments Technology Private Limited in Delhi, Gurgaon, Noida" src="/cached_uploads/logo%2F610288c22a4fa1627556034.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-delhi">
Delhi
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-gurgaon">
Gurgaon
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-noida">
Noida
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 3.5 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
11 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/executive-sales-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770715">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1390266" internshipid="1390266">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/junior-operations-executive-fresher-jobs-in-gurgaon-at-freecharge-payments-technology-private-limited1628075825">
Junior Operations Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">
Freecharge Payments Technology Private Limited
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Freecharge Payments Technology Private Limited in Gurgaon" src="/cached_uploads/logo%2F610288c22a4fa1627556034.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-gurgaon">
Gurgaon
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
4 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/junior-operations-executive-fresher-jobs-in-gurgaon-at-freecharge-payments-technology-private-limited1628075825">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1429063" internshipid="1429063">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-inside-sales-executive-fresher-jobs-at-neo91-dsbl-private-limited1630137004">
Inside Sales Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Neo91%20%28DSBL%20Private%20Limited%29">
Neo91 (DSBL Private Limited)
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Neo91 (DSBL Private Limited) in " src="/cached_uploads/logo%2F5e4b744aed57c1582003274.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3.5 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
27 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-inside-sales-executive-fresher-jobs-at-neo91-dsbl-private-limited1630137004">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1426894" internshipid="1426894">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-sales-client-onboarding-executive-fresher-jobs-at-intesome1630044390">
Sales Client Onboarding Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">
Intesome
</a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
27 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-sales-client-onboarding-executive-fresher-jobs-at-intesome1630044390">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1426933" internshipid="1426933">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-b2b-digital-sales-executive-fresher-jobs-at-intesome1630045170">
B2B Digital Sales Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">
Intesome
</a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
27 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-b2b-digital-sales-executive-fresher-jobs-at-intesome1630045170">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1425742" internshipid="1425742">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/business-development-executive-fresher-jobs-in-noida-at-aapc-india-private-limited1630134084">
Business Development Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-AAPC%20India%20Private%20Limited">
AAPC India Private Limited
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at AAPC India Private Limited in Noida" src="/cached_uploads/logo%2F612761c899e361629970888.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-noida">
Noida
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4.5 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
27 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/business-development-executive-fresher-jobs-in-noida-at-aapc-india-private-limited1630134084">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1428910" internshipid="1428910">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-customer-service-executive-fresher-jobs-at-infybytes-ai-labs-private-limited1630133218">
Customer Service Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-InfyBytes%20AI%20Labs%20Private%20Limited">
InfyBytes AI Labs Private Limited
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at InfyBytes AI Labs Private Limited in " src="/cached_uploads/logo%2F5dfefc15907e71576991765.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
27 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-customer-service-executive-fresher-jobs-at-infybytes-ai-labs-private-limited1630133218">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1428159" internshipid="1428159">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-xoog-edlearn-private-limited1630074732">
Business Development Associate
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-XOOG%20EDLEARN%20PRIVATE%20LIMITED">
XOOG EDLEARN PRIVATE LIMITED
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at XOOG EDLEARN PRIVATE LIMITED in " src="/cached_uploads/logo%2F61014b65e86d71627474789.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
4.5 - 7 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
27 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-xoog-edlearn-private-limited1630074732">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1422998" internshipid="1422998">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-trainee-software-engineer-fresher-jobs-at-nuware-systems1629867974">
Trainee Software Engineer
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-NuWare%20Systems">
NuWare Systems
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at NuWare Systems in " src="/cached_uploads/logo%2F60b9dd3a063681622793530.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
26 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-trainee-software-engineer-fresher-jobs-at-nuware-systems1629867974">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1425233" internshipid="1425233">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/associate-development-fresher-jobs-in-mumbai-at-pratham-infotech-foundation1630067881">
Associate (Development)
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Pratham%20InfoTech%20Foundation">
Pratham InfoTech Foundation
</a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">
Mumbai
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 3.5 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
26 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/associate-development-fresher-jobs-in-mumbai-at-pratham-infotech-foundation1630067881">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1427826" internshipid="1427826">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/corporate-sales-associate-fresher-jobs-in-mumbai-at-best-roadways-limited1630064401">
Corporate Sales Associate
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Best%20Roadways%20Limited">
Best Roadways Limited
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Best Roadways Limited in Mumbai" src="/cached_uploads/logo%2F5e2fde08607061580195336.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">
Mumbai
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
26 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/corporate-sales-associate-fresher-jobs-in-mumbai-at-best-roadways-limited1630064401">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1427303" internshipid="1427303">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/sales-executive-fresher-jobs-in-greater-noida-noida-at-hedge-homes1630053270">
Sales Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Hedge%20Homes">
Hedge Homes
</a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-greater noida">
Greater Noida
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-noida">
Noida
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 3.5 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
26 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/sales-executive-fresher-jobs-in-greater-noida-noida-at-hedge-homes1630053270">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1426003" internshipid="1426003">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-organizational-behavior-specialist-fresher-jobs-at-syscloud-technologies-private-limited1629978107">
Organizational Behavior Specialist
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-SysCloud%20Technologies%20Private%20Limited">
SysCloud Technologies Private Limited
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at SysCloud Technologies Private Limited in " src="/cached_uploads/logo%2F5df7570ee929b1576490766.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
4.5 - 6 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
26 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-organizational-behavior-specialist-fresher-jobs-at-syscloud-technologies-private-limited1629978107">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1426296" internshipid="1426296">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-international-online-sales-executive-fresher-jobs-at-intesome1630043050">
International Online Sales Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">
Intesome
</a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
26 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-international-online-sales-executive-fresher-jobs-at-intesome1630043050">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1426095" internshipid="1426095">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-digital-marketing-specialist-fresher-jobs-at-ohana-academy1629980764">
Digital Marketing Specialist
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Ohana%20Academy">
Ohana Academy
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Ohana Academy in " src="/cached_uploads/logo%2F6113d703b257d1628690179.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 5 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
26 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-digital-marketing-specialist-fresher-jobs-at-ohana-academy1629980764">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1425387" internshipid="1425387">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/buddy-counselor-study-abroad-fresher-jobs-in-mumbai-bandra-at-uniacco1630041975">
Buddy Counselor (Study Abroad)
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-UniAcco">
UniAcco
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at UniAcco in Mumbai, Bandra" src="/cached_uploads/logo%2F5ecbbf4f143cb1590411087.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">
Mumbai
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-bandra">
Bandra
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 5 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
26 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/buddy-counselor-study-abroad-fresher-jobs-in-mumbai-bandra-at-uniacco1630041975">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1416905" internshipid="1416905">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-student-success-teacher-fresher-jobs-at-code-a-block-kedtech-llc1629488510">
Student Success - Teacher
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Code%20A%20Block%20%28KEDTech%20LLC%29">
Code A Block (KEDTech LLC)
</a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
4 - 7.2 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
25 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-student-success-teacher-fresher-jobs-at-code-a-block-kedtech-llc1629488510">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1423119" internshipid="1423119">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/supply-chain-executive-fresher-jobs-in-mumbai-at-serturner1629870500">
Supply Chain Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Serturner">
Serturner
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Serturner in Mumbai" src="/cached_uploads/logo%2F5e2fde14304041580195348.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">
Mumbai
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
25 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/supply-chain-executive-fresher-jobs-in-mumbai-at-serturner1629870500">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1424580" internshipid="1424580">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-game-developer-fresher-jobs-at-cogent-web-services1629909028">
Game Developer
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Cogent%20Web%20Services">
Cogent Web Services
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Cogent Web Services in " src="/cached_uploads/logo%2F5e2fdee4e3f7d1580195556.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
25 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-game-developer-fresher-jobs-at-cogent-web-services1629909028">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1425285" internshipid="1425285">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/associate-digital-products-fresher-jobs-in-noida-delhi-at-rocsearch1629961096">
Associate - Digital Products
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-RocSearch">
RocSearch
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at RocSearch in Noida, Delhi" src="/cached_uploads/logo%2F6123aa8721c3c1629727367.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-noida">
Noida
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-delhi">
Delhi
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3.5 - 4 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
25 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/associate-digital-products-fresher-jobs-in-noida-delhi-at-rocsearch1629961096">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1425144" internshipid="1425144">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/program-impact-in-charge-science-and-mathematics-fresher-jobs-in-bangalore-at-open-door-education1629958128">
Program Impact In-charge (Science And Mathematics)
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Open%20Door%20Education">
Open Door Education
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Open Door Education in Bangalore" src="/cached_uploads/logo%2F5e2fdc17bb8f01580194839.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-bangalore">
Bangalore
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
6 - 10 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
25 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/program-impact-in-charge-science-and-mathematics-fresher-jobs-in-bangalore-at-open-door-education1629958128">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1424082" internshipid="1424082">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/software-engineer-trainee-fresher-jobs-in-ahmedabad-mumbai-at-markytics1629891252">
Software Engineer Trainee
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Markytics">
Markytics
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Markytics in Ahmedabad, Mumbai" src="/cached_uploads/logo%2F5de4e24145e0f1575281217.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-ahmedabad">
Ahmedabad
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">
Mumbai
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
25 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/software-engineer-trainee-fresher-jobs-in-ahmedabad-mumbai-at-markytics1629891252">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1423574" internshipid="1423574">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/sales-executive-fresher-jobs-in-kolkata-mumbai-at-1st-in-class1629878659">
Sales Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-1st%20In%20Class">
1st In Class
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at 1st In Class in Kolkata, Mumbai" src="/cached_uploads/logo%2F60f14b4a044f31626426186.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-kolkata">
Kolkata
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">
Mumbai
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 3.2 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
25 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/sales-executive-fresher-jobs-in-kolkata-mumbai-at-1st-in-class1629878659">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1421293" internshipid="1421293">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/digital-marketing-executive-fresher-jobs-in-indore-at-tradevinder1629786574">
Digital Marketing Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-TradeVinder">
TradeVinder
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at TradeVinder in Indore" src="/cached_uploads/logo%2F5f7169a84802d1601268136.jpeg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-indore">
Indore
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
24 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/digital-marketing-executive-fresher-jobs-in-indore-at-tradevinder1629786574">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1422844" internshipid="1422844">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/corporate-sales-manager-fresher-jobs-in-pune-at-findestination1629856616">
Corporate Sales Manager
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-FinDestination">
FinDestination
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at FinDestination in Pune" src="/cached_uploads/logo%2F5e2fdc0ed91ed1580194830.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-pune">
Pune
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
24 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/corporate-sales-manager-fresher-jobs-in-pune-at-findestination1629856616">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1423317" internshipid="1423317">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/software-developer-fresher-jobs-in-chandigarh-at-innovantes-it-solutions-llp1629873932">
Software Developer
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Innovantes%20IT%20Solutions%20LLP">
Innovantes IT Solutions LLP
</a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-chandigarh">
Chandigarh
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 3.1 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
24 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/software-developer-fresher-jobs-in-chandigarh-at-innovantes-it-solutions-llp1629873932">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1423380" internshipid="1423380">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/executive-assistant-to-director-fresher-jobs-in-mumbai-at-best-roadways-limited1629875110">
Executive Assistant To Director
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Best%20Roadways%20Limited">
Best Roadways Limited
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Best Roadways Limited in Mumbai" src="/cached_uploads/logo%2F5e2fde08607061580195336.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">
Mumbai
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
24 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/executive-assistant-to-director-fresher-jobs-in-mumbai-at-best-roadways-limited1629875110">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1422976" internshipid="1422976">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/c-embedded-semiconductor-expert-soc-modeling-fresher-jobs-in-noida-bangalore-at-circuitsutra-technologies-private-limited1629868963">
C++ Embedded/Semiconductor Expert (SoC Modeling)
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Circuitsutra%20Technologies%20Private%20Limited">
Circuitsutra Technologies Private Limited
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Circuitsutra Technologies Private Limited in Noida, Bangalore" src="/cached_uploads/logo%2F6125c58b926cc1629865355.jpg"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-noida">
Noida
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-bangalore">
Bangalore
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
6 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
24 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/c-embedded-semiconductor-expert-soc-modeling-fresher-jobs-in-noida-bangalore-at-circuitsutra-technologies-private-limited1629868963">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1384819" internshipid="1384819">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-mobile-app-developer-fresher-jobs-at-cogent-web-services1627804565">
Mobile App Developer
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Cogent%20Web%20Services">
Cogent Web Services
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Cogent Web Services in " src="/cached_uploads/logo%2F5e2fdee4e3f7d1580195556.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
23 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-mobile-app-developer-fresher-jobs-at-cogent-web-services1627804565">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1422146" internshipid="1422146">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/software-developer-fresher-jobs-in-mumbai-at-swabhav-techlabs1629806967">
Software Developer
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Swabhav%20Techlabs">
Swabhav Techlabs
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Swabhav Techlabs in Mumbai" src="/cached_uploads/logo%2F5e2fdccc3d5521580195020.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">
Mumbai
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 3.5 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
23 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/software-developer-fresher-jobs-in-mumbai-at-swabhav-techlabs1629806967">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1420330" internshipid="1420330">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-coding-teacher-remote-fresher-jobs-at-codingal-education-private-limited1629724553">
Coding Teacher (Remote)
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Codingal%20Education%20Private%20Limited">
Codingal Education Private Limited
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Codingal Education Private Limited in " src="/cached_uploads/logo%2F5fc4c35ea05e11606730590.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 6 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
23 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-coding-teacher-remote-fresher-jobs-at-codingal-education-private-limited1629724553">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1419996" internshipid="1419996">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-validation-expert-fresher-jobs-at-apna1629716586">
Validation Expert
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Apna">
Apna
</a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
23 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-validation-expert-fresher-jobs-at-apna1629716586">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1394780" internshipid="1394780">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/full-stack-developer-fresher-jobs-in-hyderabad-at-imbuedesk1628322108">
Full Stack Developer
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-ImbueDesk">
ImbueDesk
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at ImbueDesk in Hyderabad" src="/cached_uploads/logo%2F5e2fdc13cc2871580194835.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-hyderabad">
Hyderabad
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
5 - 9 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
23 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/full-stack-developer-fresher-jobs-in-hyderabad-at-imbuedesk1628322108">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1420110" internshipid="1420110">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-tutedude1629719092">
Business Development Associate
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Tutedude">
Tutedude
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Tutedude in " src="/cached_uploads/logo%2F5ec529134d4ac1589979411.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
23 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-tutedude1629719092">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1156739" internshipid="1156739">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/content-e-commerce-management-executive-fresher-jobs-in-mumbai-at-anmol-baby1629800517">
Content & E-commerce Management Executive
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Anmol%20Baby">
Anmol Baby
</a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-mumbai">
Mumbai
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 3.1 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
26 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/content-e-commerce-management-executive-fresher-jobs-in-mumbai-at-anmol-baby1629800517">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1420315" internshipid="1420315">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/business-development-specialist-fresher-jobs-in-noida-delhi-at-the-smartware1629724108">
Business Development Specialist
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-The%20SmartWare">
The SmartWare
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at The SmartWare in Noida, Delhi" src="/cached_uploads/logo%2F5e2fde9ca094c1580195484.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-noida">
Noida
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-delhi">
Delhi
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
23 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/business-development-specialist-fresher-jobs-in-noida-delhi-at-the-smartware1629724108">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1419988" internshipid="1419988">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/assistant-manager-outreach-events-fresher-jobs-in-multiple-locations-at-formskart1629716485">
Assistant Manager - Outreach & Events
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Formskart">
Formskart
</a>
</div>
</div>
<div class="internship_logo">
<img alt=" Internship at Formskart in Ahmedabad, Chandigarh, Chennai, Dehradun, Delhi, Guwahati, Indore, Kolkata, Lucknow, Pune, Ranch ..." src="/cached_uploads/logo%2F60d14f6e328fe1624330094.png"/>
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-map-pin">
</i>
<span>
<a class="location_link" href="/fresher-jobs/jobs-in-ahmedabad">
Ahmedabad
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-chandigarh">
Chandigarh
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-chennai">
Chennai
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-dehradun">
Dehradun
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-delhi">
Delhi
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-guwahati">
Guwahati
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-indore">
Indore
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-kolkata">
Kolkata
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-lucknow">
Lucknow
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-pune">
Pune
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-ranchi">
Ranchi
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-secunderabad">
Secunderabad
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-bangalore">
Bangalore
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-hyderabad">
Hyderabad
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-kochi">
Kochi
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-howrah">
Howrah
</a>
,
<a class="location_link" href="/fresher-jobs/jobs-in-jaipur">
Jaipur
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
23 Sep' 21
</div>
</div>
</div>
</div>
<div class="covid_wfh_alert_info">
<i class="ic-16-home" style="margin-right: 4px;">
</i>
<span class="body-main">
The hiring for this job will be online and the company will provide work from home/ deferred joining till current COVID-19 situation improves
</span>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/assistant-manager-outreach-events-fresher-jobs-in-multiple-locations-at-formskart1629716485">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
<div class="container-fluid individual_internship visibilityTrackerItem" id="individual_internship_1420612" internshipid="1420612">
<div class="internship_meta">
<div class="individual_internship_header">
<div class="company">
<div class="heading_4_5 profile">
<a href="/fresher-job/detail/remote-investor-pitch-deck-content-writer-fresher-jobs-at-pitchydeck1629737500">
Investor Pitch Deck - Content Writer
</a>
</div>
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-PitchyDeck">
PitchyDeck
</a>
</div>
</div>
<div class="internship_logo">
</div>
</div>
<div class="individual_internship_details individual_internship_job">
<p id="location_names">
<i class="ic-16-home">
</i>
<span>
<a class="location_link" href="/fresher-jobs/remote_jobs">
Remote
</a>
</span>
</p>
<div class="internship_other_details_container">
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-play-circle">
</i>
<span>
Start date
</span>
</div>
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">
Starts
</span>
Immediately
</div>
</div>
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-money">
</i>
<span>
CTC
</span>
</div>
<div class="item_body">
<i class="ic-16-currency-inr">
</i>
3 - 4.5 LPA
</div>
</div>
</div>
<div class="other_detail_item_row">
<div class="other_detail_item">
<div class="item_heading">
<i class="ic-16-hourglass">
</i>
<span>
Apply By
</span>
</div>
<div class="item_body">
23 Sep' 21
</div>
</div>
</div>
</div>
</div>
</div>
<div class="button_container">
<div class="tags_container">
<div class="label_container label_container_desktop">
Fresher Job
</div>
<div class="label_container label_container_mobile">
Fresher Job
</div>
</div>
<a class="view_detail_button" href="/fresher-job/detail/remote-investor-pitch-deck-content-writer-fresher-jobs-at-pitchydeck1629737500">
<div>
View details
</div>
<i class="ic-16-chevron-right">
</i>
</a>
</div>
</div>
</div>
<nav>
<div id="pagination">
<a class="prev_page hideUndoOnClick" id="navigation-backward">
<i id="prevPage">
</i>
</a>
<div class="page_number heading_6">
<span id="pageNumber">
1
</span>
/
<span id="total_pages">
7
</span>
<input id="isLastPage" name="isLastPage" type="hidden" value="0"/>
</div>
<a class="next_page hideUndoOnClick" id="next">
<i id="navigation-forward">
</i>
</a>
</div>
</nav>
</div>
<div class="popular_list" id="dual_search_container">
</div>
</div>
</div>
<div id="footer_reference" style="">
</div>
</div>
</div>
</div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var input_domains = [];
var valid_domains = [];
var pinned_internship_ids = "";
var searchedUrl = "";
input_domains.push("gmai.com");
valid_domains.push("gmail.com");
input_domains.push("gamil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.con");
valid_domains.push("gmail.com");
input_domains.push("gmil.com");
valid_domains.push("gmail.com");
input_domains.push("gnail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.cim");
valid_domains.push("gmail.com");
input_domains.push("gmail.co");
valid_domains.push("gmail.com");
input_domains.push("gamail.com");
valid_domains.push("gmail.com");
input_domains.push("gmial.com");
valid_domains.push("gmail.com");
input_domains.push("gmaill.com");
valid_domains.push("gmail.com");
input_domains.push("gmal.com");
valid_domains.push("gmail.com");
input_domains.push("g.mail.com");
valid_domains.push("gmail.com");
input_domains.push("gmaiil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.coom");
valid_domains.push("gmail.com");
input_domains.push("gmail.xom");
valid_domains.push("gmail.com");
input_domains.push("gmali.com");
valid_domains.push("gmail.com");
input_domains.push("gmaip.com");
valid_domains.push("gmail.com");
input_domains.push("g-mail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comm");
valid_domains.push("gmail.com");
input_domains.push("gmaul.com");
valid_domains.push("gmail.com");
input_domains.push("gmqil.com");
valid_domains.push("gmail.com");
input_domains.push("gma.com");
valid_domains.push("gmail.com");
input_domains.push("g.mail");
valid_domains.push("gmail.com");
input_domains.push("googlemail.com");
valid_domains.push("gmail.com");
input_domains.push("gimal.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.vom");
valid_domains.push("gmail.com");
input_domains.push("gimail.com");
valid_domains.push("gmail.com");
input_domains.push("gmaio.com");
valid_domains.push("gmail.com");
input_domains.push("gmaik.com");
valid_domains.push("gmail.com");
input_domains.push("gmaol.com");
valid_domains.push("gmail.com");
input_domains.push("gmailm.com");
valid_domains.push("gmail.com");
input_domains.push("gemail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.in");
valid_domains.push("gmail.com");
input_domains.push("gmail.coml");
valid_domains.push("gmail.com");
input_domains.push("gail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.cm");
valid_domains.push("gmail.com");
input_domains.push("gmsil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.clm");
valid_domains.push("gmail.com");
input_domains.push("gmill.com");
valid_domains.push("gmail.com");
input_domains.push("gami.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.ocm");
valid_domains.push("gmail.com");
input_domains.push("gmain.com");
valid_domains.push("gmail.com");
input_domains.push("gmiail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comn");
valid_domains.push("gmail.com");
input_domains.push("gmaail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.ckm");
valid_domains.push("gmail.com");
input_domains.push("gmail.comcom");
valid_domains.push("gmail.com");
input_domains.push("gamil.co");
valid_domains.push("gmail.com");
input_domains.push("gmail.com.com");
valid_domains.push("gmail.com");
input_domains.push("gmai8l.com");
valid_domains.push("gmail.com");
input_domains.push("gamil.comm");
valid_domains.push("gmail.com");
input_domains.push("gmail.ckn");
valid_domains.push("gmail.com");
input_domains.push("g-mail.come");
valid_domains.push("gmail.com");
input_domains.push("gimeil.com");
valid_domains.push("gmail.com");
input_domains.push("g.mali.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comb");
valid_domains.push("gmail.com");
input_domains.push("ggmail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.combus");
valid_domains.push("gmail.com");
input_domains.push("gmail.comch");
valid_domains.push("gmail.com");
input_domains.push("gma2il.com");
valid_domains.push("gmail.com");
input_domains.push("gimel.com");
valid_domains.push("gmail.com");
input_domains.push("gmai.lcom");
valid_domains.push("gmail.com");
input_domains.push("gmail.come");
valid_domains.push("gmail.com");
input_domains.push("gmalil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comk");
valid_domains.push("gmail.com");
input_domains.push("gmeil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.cin");
valid_domains.push("gmail.com");
input_domains.push("gmail.comlll");
valid_domains.push("gmail.com");
input_domains.push("gml.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comlo");
valid_domains.push("gmail.com");
input_domains.push("ghmail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.commaniraj");
valid_domains.push("gmail.com");
input_domains.push("gimal.co");
valid_domains.push("gmail.com");
input_domains.push("gamile.com");
valid_domains.push("gmail.com");
input_domains.push("gmaaail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comopp");
valid_domains.push("gmail.com");
input_domains.push("gemil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comp");
valid_domains.push("gmail.com");
input_domains.push("gmajl.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.compin");
valid_domains.push("gmail.com");
input_domains.push("gmaigmai.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comrith");
valid_domains.push("gmail.com");
input_domains.push("gmamil.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.comt");
valid_domains.push("gmail.com");
input_domains.push("gmail.comw");
valid_domains.push("gmail.com");
input_domains.push("gmail.cam");
valid_domains.push("gmail.com");
input_domains.push("gmail.comy");
valid_domains.push("gmail.com");
input_domains.push("gmial.come");
valid_domains.push("gmail.com");
input_domains.push("gani.com");
valid_domains.push("gmail.com");
input_domains.push("gmile.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.cpm");
valid_domains.push("gmail.com");
input_domains.push("gmit.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.gom");
valid_domains.push("gmail.com");
input_domains.push("gmmail.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.lcom");
valid_domains.push("gmail.com");
input_domains.push("gmail.clom");
valid_domains.push("gmail.com");
input_domains.push("g.mail.co");
valid_domains.push("gmail.com");
input_domains.push("gmail.om");
valid_domains.push("gmail.com");
input_domains.push("gmail.co.com");
valid_domains.push("gmail.com");
input_domains.push("gmail.v.com");
valid_domains.push("gmail.com");
input_domains.push("gamil.come");
valid_domains.push("gmail.com");
input_domains.push("gmail.coma");
valid_domains.push("gmail.com");
input_domains.push("gmail.coman");
valid_domains.push("gmail.com");
input_domains.push("gmail.comar");
valid_domains.push("gmail.com");
var utm_medium = "";
var utm_campaign = "";
var internship_cluster_size = 5;
var internship_type = "";
var toShowMatchingPreferences = 0;
var searchUIType = "new";
var is_ifw_partner_banner_shown = 0;
var scroll_from_id = 0;
var scroll_page_number = 2;
var scroll_last_page = false;
var employment_type = "job";
</script>
<div class="generic_footer" data-custom-attribute="footer_custom_value" id="footer">
<div class="container-fluid">
<div class="max-width-container">
<div class="footer_container">
<div class="footer-column desktop-footer">
<div class="footer-list">
<h5>
Internships by places
</h5>
<div class="footer-list-item">
<a href="/internships">
Internship in India
</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-delhi">
Internship in Delhi
</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-bangalore">
Internship in Bangalore
</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-hyderabad">
Internship in Hyderabad
</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-mumbai">
Internship in Mumbai
</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-chennai">
Internship in Chennai
</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-gurgaon">
Internship in Gurgaon
</a>
</div>
<div class="footer-list-item">
<a href="/internships/internship-in-kolkata">
Internship in Kolkata
</a>
</div>
<div class="footer-list-item">
<a href="/internships/work-from-home-jobs">
Virtual internship
</a>
</div>
</div>
</div>
<div class="footer-column desktop-footer" id="stream-container">
<div class="footer-list">
<h5>
Internship by Stream
</h5>
<div class="footer-list-item">
<a href="/internships/computer%20science-internship">
Computer Science Internship
</a>
</div>
<div class="footer-list-item">
<a href="/internships/electronics-internship">
Electronics Internship
</a>
</div>
<div class="footer-list-item">
<a href="/internships/mechanical-internship">
Mechanical Internship
</a>
</div>
<div class="footer-list-item">
<a href="/internships/civil-internship">
Civil Internship
</a>
</div>
<div class="footer-list-item">
<a href="/internships/marketing-internship">
Marketing Internship
</a>
</div>
<div class="footer-list-item">
<a href="/internships/chemical-internship">
Chemical Internship
</a>
</div>
<div class="footer-list-item">
<a href="/internships/finance-internship">
Finance Internship
</a>
</div>
<div class="footer-list-item">
<a href="/internships/summer%20research%20fellowship-internship">
Summer Research Fellowship
</a>
</div>
<div class="footer-list-item">
<a href="/internships/campus%20ambassador-internship?utm_medium=footer">
Campus Ambassador Program
</a>
</div>
</div>
</div>
<div class="footer-column desktop-footer" id="trainings-container">
<div class="footer-list">
<h5>
<div id="trainings-footer">
<a href="https://trainings.internshala.com/?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Online Trainings
<span class="offer">
OFFER
</span>
</a>
</div>
</h5>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/python-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Programming with Python
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/digital-marketing-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Digital Marketing
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/web-development-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Web Development
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/machine-learning-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Machine Learning
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/excel-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Advanced Excel
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/hacking-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Ethical Hacking
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/autocad-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
AutoCAD
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/creative-writing-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Creative Writing
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/data-science-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Data Science
</a>
</div>
</div>
</div>
<div class="footer-column" id="online-training-container">
<div class="footer-list">
<a href="https://trainings.internshala.com/?utm_source=is_web_is-footer" id="online-training-heading-mobile" rel="noopener" target="_blank">
<h5>
Online Trainings
<span class="offer">
OFFER
</span>
</h5>
</a>
<div class="footer-training-container">
<div id="trainings_internshala_left">
<div class="footer-list-item">
<a href="https://trainings.internshala.com/python-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Programming with Python
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/digital-marketing-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Digital Marketing
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/web-development-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Web Development
</a>
</div>
</div>
<div id="trainings_internshala_center">
<div class="footer-list-item">
<a href="https://trainings.internshala.com/machine-learning-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Machine Learning
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/excel-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Advanced Excel
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/hacking-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Ethical Hacking
</a>
</div>
</div>
<div id="trainings_internshala_right">
<div class="footer-list-item">
<a href="https://trainings.internshala.com/autocad-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
AutoCAD
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/creative-writing-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Creative Writing
</a>
</div>
<div class="footer-list-item">
<a href="https://trainings.internshala.com/data-science-training?utm_source=is_web_is-footer" rel="noopener" target="_blank">
Data Science
</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-column" id="about-us-container">
<div class="footer-list">
<h5 class="d-none d-lg-block">
About Internshala
</h5>
<div class="footer-link-conatiner">
<div id="about_internshala_left">
<div class="footer-list-item">
<a href="/about_us">
About us
</a>
</div>
<div class="footer-list-item">
<a href="/careers">
We're hiring
</a>
</div>
<div class="footer-list-item">
<a href="/registration/employer?utm_source=ISfooter">
Hire interns for your company
</a>
</div>
<div class="footer-list-item">
<a href="http://blog.internshala.com/internshala-editorials/team-diary/" target="_blank">
Team Diary
</a>
</div>
<div class="footer-list-item">
<a href="https://blog.internshala.com/?utm_source=IS_footer" target="_blank">
Blog
</a>
</div>
<div class="footer-list-item">
<a href="/products_services">
Our Services
</a>
</div>
</div>
<div id="about_internshala_center">
<div class="footer-list-item">
<a href="/terms">
Terms & Conditions
</a>
</div>
<div class="footer-list-item">
<a href="/privacy">
Privacy
</a>
</div>
<div class="footer-list-item">
<a href="/contact">
Contact us
</a>
</div>
</div>
<div id="about_internshala_right">
</div>
</div>
</div>
</div>
</div>
<div id="footer-bottom">
<a href="https://play.google.com/store/apps/details?id=com.internshala.app&referrer=utm_source%3Dplay_footer" target="_blank">
<div class="footer-list-item" id="android_app_container">
<i class="ic-24-playstore">
</i>
<span>
Get Android App
</span>
</div>
</a>
<div id="social_media_container">
<a class="social_media_link_footer" href="https://www.instagram.com/internshala/?utm_source=IS_footer" target="_blank">
<i class="ic-24-instagram">
</i>
</a>
<a class="social_media_link_footer" href="https://twitter.com/Internshala?utm_source=IS_footer" target="_blank">
<i class="ic-24-twitter">
</i>
</a>
<a class="social_media_link_footer" href="https://www.youtube.com/c/internshalaofficial?utm_source=IS_footer" target="_blank">
<img class="img-icon" src="/static/images/common/yt_icon_mono_dark.png"/>
</a>
<a class="social_media_link_footer" href="https://www.linkedin.com/company/internshala/?utm_source=is-footer" target="_blank">
<i class="ic-24-linkedin">
</i>
</a>
</div>
<div class="" id="copyright">
© Copyright 2021 Internshala
</div>
<div class="clear">
</div>
</div>
</div>
</div>
</div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
var big_brand = 'yes';
</script>
</div>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
/* <![CDATA[ */
var google_conversion_id = 981478532;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script src="https://www.googleadservices.com/pagead/conversion.js" type="text/javascript">
</script>
<noscript>
<div style="display:inline;">
<img alt="" height="1" src="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/981478532/?value=0&guid=ON&script=0" style="border-style:none;" width="1"/>
</div>
</noscript>
</body>
<script nonce="o8g902IRvaMtgZCPJ1Pgqg==">
if (new_design_system) {
setTimeout(function () {
var loading_toast = document.getElementById("loading_toast");
if (typeof loading_toast !== 'undefined' && loading_toast) {
loading_toast.style.display = "block";
}
}, 2000);
}
</script>
</html>
#data
job_title=Soup.find_all("div",class_="heading_4_5 profile")
job_title
[<div class="heading_4_5 profile"> <a href="/fresher-job/detail/omni-sport-leader-fresher-jobs-in-hyderabad-at-decathlon-sport-india-private-limited1629355813">OMNI SPORT LEADER</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/executive-senior-executive-partnerships-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770904">Executive/Senior Executive - Partnerships</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/executive-sales-fresher-jobs-in-multiple-locations-at-freecharge-payments-technology-private-limited1628770715">Executive - Sales</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/junior-operations-executive-fresher-jobs-in-gurgaon-at-freecharge-payments-technology-private-limited1628075825">Junior Operations Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-inside-sales-executive-fresher-jobs-at-neo91-dsbl-private-limited1630137004">Inside Sales Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-sales-client-onboarding-executive-fresher-jobs-at-intesome1630044390">Sales Client Onboarding Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-b2b-digital-sales-executive-fresher-jobs-at-intesome1630045170">B2B Digital Sales Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/business-development-executive-fresher-jobs-in-noida-at-aapc-india-private-limited1630134084">Business Development Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-customer-service-executive-fresher-jobs-at-infybytes-ai-labs-private-limited1630133218">Customer Service Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-xoog-edlearn-private-limited1630074732">Business Development Associate</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-trainee-software-engineer-fresher-jobs-at-nuware-systems1629867974">Trainee Software Engineer</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/associate-development-fresher-jobs-in-mumbai-at-pratham-infotech-foundation1630067881">Associate (Development)</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/corporate-sales-associate-fresher-jobs-in-mumbai-at-best-roadways-limited1630064401">Corporate Sales Associate</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/sales-executive-fresher-jobs-in-greater-noida-noida-at-hedge-homes1630053270">Sales Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-organizational-behavior-specialist-fresher-jobs-at-syscloud-technologies-private-limited1629978107">Organizational Behavior Specialist</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-international-online-sales-executive-fresher-jobs-at-intesome1630043050">International Online Sales Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-digital-marketing-specialist-fresher-jobs-at-ohana-academy1629980764">Digital Marketing Specialist</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/buddy-counselor-study-abroad-fresher-jobs-in-mumbai-bandra-at-uniacco1630041975">Buddy Counselor (Study Abroad)</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-student-success-teacher-fresher-jobs-at-code-a-block-kedtech-llc1629488510">Student Success - Teacher</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/supply-chain-executive-fresher-jobs-in-mumbai-at-serturner1629870500">Supply Chain Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-game-developer-fresher-jobs-at-cogent-web-services1629909028">Game Developer</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/associate-digital-products-fresher-jobs-in-noida-delhi-at-rocsearch1629961096">Associate - Digital Products</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/program-impact-in-charge-science-and-mathematics-fresher-jobs-in-bangalore-at-open-door-education1629958128">Program Impact In-charge (Science And Mathematics)</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/software-engineer-trainee-fresher-jobs-in-ahmedabad-mumbai-at-markytics1629891252">Software Engineer Trainee</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/sales-executive-fresher-jobs-in-kolkata-mumbai-at-1st-in-class1629878659">Sales Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/digital-marketing-executive-fresher-jobs-in-indore-at-tradevinder1629786574">Digital Marketing Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/corporate-sales-manager-fresher-jobs-in-pune-at-findestination1629856616">Corporate Sales Manager</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/software-developer-fresher-jobs-in-chandigarh-at-innovantes-it-solutions-llp1629873932">Software Developer</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/executive-assistant-to-director-fresher-jobs-in-mumbai-at-best-roadways-limited1629875110">Executive Assistant To Director</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/c-embedded-semiconductor-expert-soc-modeling-fresher-jobs-in-noida-bangalore-at-circuitsutra-technologies-private-limited1629868963">C++ Embedded/Semiconductor Expert (SoC Modeling)</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-mobile-app-developer-fresher-jobs-at-cogent-web-services1627804565">Mobile App Developer</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/software-developer-fresher-jobs-in-mumbai-at-swabhav-techlabs1629806967">Software Developer</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-coding-teacher-remote-fresher-jobs-at-codingal-education-private-limited1629724553">Coding Teacher (Remote)</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-validation-expert-fresher-jobs-at-apna1629716586">Validation Expert</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/full-stack-developer-fresher-jobs-in-hyderabad-at-imbuedesk1628322108">Full Stack Developer</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-business-development-associate-fresher-jobs-at-tutedude1629719092">Business Development Associate</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/content-e-commerce-management-executive-fresher-jobs-in-mumbai-at-anmol-baby1629800517">Content & E-commerce Management Executive</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/business-development-specialist-fresher-jobs-in-noida-delhi-at-the-smartware1629724108">Business Development Specialist</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/assistant-manager-outreach-events-fresher-jobs-in-multiple-locations-at-formskart1629716485">Assistant Manager - Outreach & Events</a> </div>, <div class="heading_4_5 profile"> <a href="/fresher-job/detail/remote-investor-pitch-deck-content-writer-fresher-jobs-at-pitchydeck1629737500">Investor Pitch Deck - Content Writer</a> </div>]
Job_title=[]
for i in job_title:
Job_title.append(i.text.replace("\n",""))
Job_title
['OMNI SPORT LEADER ', 'Executive/Senior Executive - Partnerships ', 'Executive - Sales ', 'Junior Operations Executive ', 'Inside Sales Executive ', 'Sales Client Onboarding Executive ', 'B2B Digital Sales Executive ', 'Business Development Executive ', 'Customer Service Executive ', 'Business Development Associate ', 'Trainee Software Engineer ', 'Associate (Development) ', 'Corporate Sales Associate ', 'Sales Executive ', 'Organizational Behavior Specialist ', 'International Online Sales Executive ', 'Digital Marketing Specialist ', 'Buddy Counselor (Study Abroad) ', 'Student Success - Teacher ', 'Supply Chain Executive ', 'Game Developer ', 'Associate - Digital Products ', 'Program Impact In-charge (Science And Mathematics) ', 'Software Engineer Trainee ', 'Sales Executive ', 'Digital Marketing Executive ', 'Corporate Sales Manager ', 'Software Developer ', 'Executive Assistant To Director ', 'C++ Embedded/Semiconductor Expert (SoC Modeling) ', 'Mobile App Developer ', 'Software Developer ', 'Coding Teacher (Remote) ', 'Validation Expert ', 'Full Stack Developer ', 'Business Development Associate ', 'Content & E-commerce Management Executive ', 'Business Development Specialist ', 'Assistant Manager - Outreach & Events ', 'Investor Pitch Deck - Content Writer ']
#jobs
company_name=Soup.find_all("div",class_="heading_6 company_name")
company_name
[<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Decathlon%20Sport%20India%20Private%20Limited">
Decathlon Sport India Private Limited </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">
Freecharge Payments Technology Private Limited </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">
Freecharge Payments Technology Private Limited </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Freecharge%20Payments%20Technology%20Private%20Limited">
Freecharge Payments Technology Private Limited </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Neo91%20%28DSBL%20Private%20Limited%29">
Neo91 (DSBL Private Limited) </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">
Intesome </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">
Intesome </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-AAPC%20India%20Private%20Limited">
AAPC India Private Limited </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-InfyBytes%20AI%20Labs%20Private%20Limited">
InfyBytes AI Labs Private Limited </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-XOOG%20EDLEARN%20PRIVATE%20LIMITED">
XOOG EDLEARN PRIVATE LIMITED </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-NuWare%20Systems">
NuWare Systems </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Pratham%20InfoTech%20Foundation">
Pratham InfoTech Foundation </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Best%20Roadways%20Limited">
Best Roadways Limited </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Hedge%20Homes">
Hedge Homes </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-SysCloud%20Technologies%20Private%20Limited">
SysCloud Technologies Private Limited </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Intesome">
Intesome </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Ohana%20Academy">
Ohana Academy </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-UniAcco">
UniAcco </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Code%20A%20Block%20%28KEDTech%20LLC%29">
Code A Block (KEDTech LLC) </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Serturner">
Serturner </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Cogent%20Web%20Services">
Cogent Web Services </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-RocSearch">
RocSearch </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Open%20Door%20Education">
Open Door Education </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Markytics">
Markytics </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-1st%20In%20Class">
1st In Class </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-TradeVinder">
TradeVinder </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-FinDestination">
FinDestination </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Innovantes%20IT%20Solutions%20LLP">
Innovantes IT Solutions LLP </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Best%20Roadways%20Limited">
Best Roadways Limited </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Circuitsutra%20Technologies%20Private%20Limited">
Circuitsutra Technologies Private Limited </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Cogent%20Web%20Services">
Cogent Web Services </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Swabhav%20Techlabs">
Swabhav Techlabs </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Codingal%20Education%20Private%20Limited">
Codingal Education Private Limited </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Apna">
Apna </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-ImbueDesk">
ImbueDesk </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Tutedude">
Tutedude </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Anmol%20Baby">
Anmol Baby </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-The%20SmartWare">
The SmartWare </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-Formskart">
Formskart </a>
</div>,
<div class="heading_6 company_name">
<a class="link_display_like_text" href="/fresher-jobs/fresher-job-at-PitchyDeck">
PitchyDeck </a>
</div>]
Company_name=[]
for i in company_name:
Company_name.append(i.text.replace("\n","").strip())
Company_name
['Decathlon Sport India Private Limited', 'Freecharge Payments Technology Private Limited', 'Freecharge Payments Technology Private Limited', 'Freecharge Payments Technology Private Limited', 'Neo91 (DSBL Private Limited)', 'Intesome', 'Intesome', 'AAPC India Private Limited', 'InfyBytes AI Labs Private Limited', 'XOOG EDLEARN PRIVATE LIMITED', 'NuWare Systems', 'Pratham InfoTech Foundation', 'Best Roadways Limited', 'Hedge Homes', 'SysCloud Technologies Private Limited', 'Intesome', 'Ohana Academy', 'UniAcco', 'Code A Block (KEDTech LLC)', 'Serturner', 'Cogent Web Services', 'RocSearch', 'Open Door Education', 'Markytics', '1st In Class', 'TradeVinder', 'FinDestination', 'Innovantes IT Solutions LLP', 'Best Roadways Limited', 'Circuitsutra Technologies Private Limited', 'Cogent Web Services', 'Swabhav Techlabs', 'Codingal Education Private Limited', 'Apna', 'ImbueDesk', 'Tutedude', 'Anmol Baby', 'The SmartWare', 'Formskart', 'PitchyDeck']
#jobs
ctc=Soup.find_all("div",class_="item_body")
ctc
[<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">18 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4.2 LPA </div>,
<div class="item_body">11 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>,
<div class="item_body">11 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">4 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3.5 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4.5 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 4.5 - 7 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 4.5 - 6 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 5 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 5 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 4 - 7.2 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3.5 - 4 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 6 - 10 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.2 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">24 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">24 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.1 LPA </div>,
<div class="item_body">24 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">24 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 6 LPA </div>,
<div class="item_body">24 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 6 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 5 - 9 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.1 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4.5 LPA </div>,
<div class="item_body">23 Sep' 21</div>]
CTC=[]
for i in ctc:
CTC.append(i.text.replace("\n",""))
CTC
['Starts\xa0Immediately ', ' 3 - 4 LPA ', "18 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4.2 LPA ', "11 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 3.5 LPA ', "11 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4 LPA ', "4 Sep' 21", 'Starts\xa0Immediately ', ' 3.5 LPA ', "27 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4 LPA ', "27 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4 LPA ', "27 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4.5 LPA ', "27 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4 LPA ', "27 Sep' 21", 'Starts\xa0Immediately ', ' 4.5 - 7 LPA ', "27 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4 LPA ', "26 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 3.5 LPA ', "26 Sep' 21", 'Starts\xa0Immediately ', ' 3 LPA ', "26 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 3.5 LPA ', "26 Sep' 21", 'Starts\xa0Immediately ', ' 4.5 - 6 LPA ', "26 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4 LPA ', "26 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 5 LPA ', "26 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 5 LPA ', "26 Sep' 21", 'Starts\xa0Immediately ', ' 4 - 7.2 LPA ', "25 Sep' 21", 'Starts\xa0Immediately ', ' 3 LPA ', "25 Sep' 21", 'Starts\xa0Immediately ', ' 3 LPA ', "25 Sep' 21", 'Starts\xa0Immediately ', ' 3.5 - 4 LPA ', "25 Sep' 21", 'Starts\xa0Immediately ', ' 6 - 10 LPA ', "25 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4 LPA ', "25 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 3.2 LPA ', "25 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4 LPA ', "24 Sep' 21", 'Starts\xa0Immediately ', ' 3 LPA ', "24 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 3.1 LPA ', "24 Sep' 21", 'Starts\xa0Immediately ', ' 3 LPA ', "24 Sep' 21", 'Starts\xa0Immediately ', ' 6 LPA ', "24 Sep' 21", 'Starts\xa0Immediately ', ' 3 LPA ', "23 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 3.5 LPA ', "23 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 6 LPA ', "23 Sep' 21", 'Starts\xa0Immediately ', ' 3 LPA ', "23 Sep' 21", 'Starts\xa0Immediately ', ' 5 - 9 LPA ', "23 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4 LPA ', "23 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 3.1 LPA ', "26 Sep' 21", 'Starts\xa0Immediately ', ' 3 LPA ', "23 Sep' 21", 'Starts\xa0Immediately ', ' 3 LPA ', "23 Sep' 21", 'Starts\xa0Immediately ', ' 3 - 4.5 LPA ', "23 Sep' 21"]
#jobs
applydate=Soup.find_all("div",class_="item_body")
applydate
[<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">18 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4.2 LPA </div>,
<div class="item_body">11 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>,
<div class="item_body">11 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">4 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3.5 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4.5 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 4.5 - 7 LPA </div>,
<div class="item_body">27 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 4.5 - 6 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 5 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 5 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 4 - 7.2 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3.5 - 4 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 6 - 10 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.2 LPA </div>,
<div class="item_body">25 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">24 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">24 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.1 LPA </div>,
<div class="item_body">24 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">24 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 6 LPA </div>,
<div class="item_body">24 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.5 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 6 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 5 - 9 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 3.1 LPA </div>,
<div class="item_body">26 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 LPA </div>,
<div class="item_body">23 Sep' 21</div>,
<div class="item_body" id="start-date-first">
<span class="start_immediately_mobile">Starts </span>Immediately
</div>,
<div class="item_body">
<i class="ic-16-currency-inr"></i> 3 - 4.5 LPA </div>,
<div class="item_body">23 Sep' 21</div>]
Applydate = []
for i in range(2,len(applydate),3):
x = (str(applydate[i]).split('>'))
Applydate.append(x[1].split('<')[0])
Applydate
["18 Sep' 21", "11 Sep' 21", "11 Sep' 21", "4 Sep' 21", "27 Sep' 21", "27 Sep' 21", "27 Sep' 21", "27 Sep' 21", "27 Sep' 21", "27 Sep' 21", "26 Sep' 21", "26 Sep' 21", "26 Sep' 21", "26 Sep' 21", "26 Sep' 21", "26 Sep' 21", "26 Sep' 21", "26 Sep' 21", "25 Sep' 21", "25 Sep' 21", "25 Sep' 21", "25 Sep' 21", "25 Sep' 21", "25 Sep' 21", "25 Sep' 21", "24 Sep' 21", "24 Sep' 21", "24 Sep' 21", "24 Sep' 21", "24 Sep' 21", "23 Sep' 21", "23 Sep' 21", "23 Sep' 21", "23 Sep' 21", "23 Sep' 21", "23 Sep' 21", "26 Sep' 21", "23 Sep' 21", "23 Sep' 21", "23 Sep' 21"]
import pandas as pd
df=pd.DataFrame({})
df["Job_title"]=Job_title[:10]
df["Company_name"]=Company_name[:10]
df["CTC"]=CTC[:10]
df["Applydate"]=Applydate[:10]
df
| Job_title | Company_name | CTC | Applydate | |
|---|---|---|---|---|
| 0 | OMNI SPORT LEADER | Decathlon Sport India Private Limited | Starts Immediately | 18 Sep' 21 |
| 1 | Executive/Senior Executive - Partnerships | Freecharge Payments Technology Private Limited | 3 - 4 LPA ... | 11 Sep' 21 |
| 2 | Executive - Sales | Freecharge Payments Technology Private Limited | 18 Sep' 21 | 11 Sep' 21 |
| 3 | Junior Operations Executive | Freecharge Payments Technology Private Limited | Starts Immediately | 4 Sep' 21 |
| 4 | Inside Sales Executive | Neo91 (DSBL Private Limited) | 3 - 4.2 LPA ... | 27 Sep' 21 |
| 5 | Sales Client Onboarding Executive | Intesome | 11 Sep' 21 | 27 Sep' 21 |
| 6 | B2B Digital Sales Executive | Intesome | Starts Immediately | 27 Sep' 21 |
| 7 | Business Development Executive | AAPC India Private Limited | 3 - 3.5 LPA ... | 27 Sep' 21 |
| 8 | Customer Service Executive | InfyBytes AI Labs Private Limited | 11 Sep' 21 | 27 Sep' 21 |
| 9 | Business Development Associate | XOOG EDLEARN PRIVATE LIMITED | Starts Immediately | 27 Sep' 21 |
Write a python program to extract information about the local weather from the National Weather Service website of USA, https://www.weather.gov/ for the city, San Francisco. You need to extract data about 7 day extended forecast display for the city. The data should include period, short description, temperature and description.
! pip install bs4
!pip install requests
from bs4 import BeautifulSoup
import requests
Requirement already satisfied: bs4 in c:\users\dell\anaconda3\lib\site-packages (0.0.1) Requirement already satisfied: beautifulsoup4 in c:\users\dell\anaconda3\lib\site-packages (from bs4) (4.9.3) Requirement already satisfied: soupsieve>1.2; python_version >= "3.0" in c:\users\dell\anaconda3\lib\site-packages (from beautifulsoup4->bs4) (2.0.1) Requirement already satisfied: requests in c:\users\dell\anaconda3\lib\site-packages (2.24.0) Requirement already satisfied: chardet<4,>=3.0.2 in c:\users\dell\anaconda3\lib\site-packages (from requests) (3.0.4) Requirement already satisfied: idna<3,>=2.5 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2.10) Requirement already satisfied: certifi>=2017.4.17 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2020.6.20) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\dell\anaconda3\lib\site-packages (from requests) (1.25.11)
page=requests.get("https://forecast.weather.gov/MapClick.php?lat=37.69109000000003&lon=-122.47278999999997#.YSpuJY4zbIU")
page
<Response [200]>
page.content
b'<!DOCTYPE html>\n<html class="no-js">\n <head>\n <!-- Meta -->\n <meta name="viewport" content="width=device-width">\n <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /><title>National Weather Service</title><meta name="DC.title" content="National Weather Service" /><meta name="DC.description" content="NOAA National Weather Service National Weather Service" /><meta name="DC.creator" content="US Department of Commerce, NOAA, National Weather Service" /><meta name="DC.date.created" scheme="ISO8601" content="" /><meta name="DC.language" scheme="DCTERMS.RFC1766" content="EN-US" /><meta name="DC.keywords" content="weather, National Weather Service" /><meta name="DC.publisher" content="NOAA\'s National Weather Service" /><meta name="DC.contributor" content="National Weather Service" /><meta name="DC.rights" content="http://www.weather.gov/disclaimer.php" /><meta name="rating" content="General" /><meta name="robots" content="index,follow" />\n\n <!-- Icons -->\n <link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon" />\n\n <!-- CSS -->\n <link rel="stylesheet" href="css/bootstrap-3.2.0.min.css">\n <link rel="stylesheet" href="css/bootstrap-theme-3.2.0.min.css">\n <link rel="stylesheet" href="css/font-awesome-4.3.0.min.css">\n <link rel="stylesheet" href="css/ol-4.6.4.css" type="text/css">\n <link rel="stylesheet" type="text/css" href="css/mapclick.css" />\n <!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="css/bootstrap-ie7.css" /><![endif]-->\n <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="css/mapclick-ie.css" /><![endif]-->\n <link rel="stylesheet" type="text/css" href="css/print.css" />\n <link rel="stylesheet" type="text/css" href="css/search.css" />\n\n <!-- Javascript -->\n <script type="text/javascript" src="js/lib/modernizr-2.8.3.js"></script>\n <script type="text/javascript" src="js/lib/json3-3.3.2.min.js"></script>\n <script type="text/javascript" src="js/lib/jquery-1.11.3.min.js"></script>\n <script type="text/javascript" src="js/lib/jquery.hoverIntent-1.8.1.min.js"></script>\n <script type="text/javascript" src="js/lib/bootstrap-3.2.0.min.js"></script>\n <script type="text/javascript" src="js/lib/ol-4.6.4.js"></script>\n <!--[if lte IE 8]><script type="text/javascript" src="js/respond.min.js"></script><![endif]-->\n <script type="text/javascript" src="js/jquery.autocomplete.min.js"></script>\n <script type="text/javascript" src="js/cfisurvey/cfi.js?v2"></script>\n <script type="text/javascript" src="js/forecast.esri.js"></script>\n <script type="text/javascript" src="js/forecast.search.js"></script>\n <script type="text/javascript" src="js/forecast.openlayers.js"></script>\n <script type="text/javascript" src="js/browserSniffer.js"></script>\n <script type="text/javascript" id="_fed_an_ua_tag" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOC&subagency=NOAA"></script>\n <script type="text/javascript">\n // GoogleAnalyticsObject is defined in the federated analytics script, but PUA option not used as forecast UA needs sampleRate\n window[window[\'GoogleAnalyticsObject\']](\'create\', \'UA-40768555-1\', \'weather.gov\', {\'sampleRate\': 6});\n window[window[\'GoogleAnalyticsObject\']](\'set\', \'anonymizeIp\', true);\n window[window[\'GoogleAnalyticsObject\']](\'require\', \'linkid\');\n window[window[\'GoogleAnalyticsObject\']](\'send\', \'pageview\');\n </script>\n <script type="javascript">\n// ForeSee Staging Embed Script v2.01\n// DO NOT MODIFY BELOW THIS LINE *****************************************\n;(function (g) {\n var d = document, am = d.createElement(\'script\'), h = d.head || d.getElementsByTagName("head")[0], fsr = \'fsReady\',\n aex = { \n "src": "//gateway.foresee.com/sites/weather-gov/production/gateway.min.js",\n "type": "text/javascript", \n "async": "true", \n "data-vendor": "fs", \n "data-role": "gateway" \n };\n for (var attr in aex) { am.setAttribute(attr, aex[attr]); } h.appendChild(am); g[fsr] || (g[fsr] = function () { var aT = \'__\' + fsr + \'_stk__\'; g[aT] = g[aT] || []; g[aT].push(arguments); });\n})(window);\n// DO NOT MODIFY ABOVE THIS LINE *****************************************\n</script>\n </head>\n <body>\n <main class="container">\n \t\t<header class="row clearfix" id="page-header">\r\n\t\t\t<a href="http://www.noaa.gov" id="header-noaa" class="pull-left"><img src="/css/images/header_noaa.png" alt="National Oceanic and Atmospheric Administration"/></a>\r\n\t\t\t<a href="http://www.weather.gov" id="header-nws" class="pull-left"><img src="/css/images/header_nws.png" alt="National Weather Service"/></a>\r\n\t\t\t<a href="http://www.commerce.gov" id="header-doc" class="pull-right"><img src="/css/images/header_doc.png" alt="United States Department of Commerce"/></a>\r\n\t\t</header>\r\n\t\t\n <nav class="navbar navbar-default row" role="navigation">\r\n <div class="container-fluid">\r\n <div class="navbar-header">\r\n <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-nav">\r\n <span class="sr-only">Toggle navigation</span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n </button>\r\n </div>\r\n <div class="collapse navbar-collapse" id="top-nav">\r\n <ul class="nav navbar-nav">\r\n <li><a href="http://www.weather.gov">HOME</a></li>\r\n <li class="dropdown"><a href="http://www.weather.gov/forecastmaps" class="dropdown-toggle" data-toggle="dropdown">FORECAST <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov">Local</a></li><li><a href="http://digital.weather.gov">Graphical</a></li><li><a href="http://www.aviationweather.gov/">Aviation</a></li><li><a href="http://www.weather.gov/marine">Marine</a></li><li><a href="http://water.weather.gov/ahps/">Rivers and Lakes</a></li><li><a href="http://www.nhc.noaa.gov/">Hurricanes</a></li><li><a href="http://www.spc.noaa.gov/">Severe Weather</a></li><li><a href="http://www.weather.gov/fire/">Fire Weather</a></li><li><a href="https://www.esrl.noaa.gov/gmd/grad/solcalc/sunrise.html">Sun/Moon</a></li><li><a href="http://www.cpc.ncep.noaa.gov/">Long Range Forecasts</a></li><li><a href="http://www.cpc.ncep.noaa.gov">Climate Prediction</a></li><li><a href="https://www.swpc.noaa.gov/">Space Weather</a></li></ul> </li>\r\n <li class="dropdown"><a href="https://www.weather.gov/wrh/climate/" class="dropdown-toggle" data-toggle="dropdown">PAST WEATHER <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="https://www.weather.gov/wrh/climate/">Past Weather</a></li><li><a href="https://www.weather.gov/wrh/climate/">Heating/Cooling Days</a></li><li><a href="https://www.weather.gov/wrh/climate/">Monthly Temperatures</a></li><li><a href="https://www.weather.gov/wrh/climate/">Records</a></li><li><a href="http://aa.usno.navy.mil/">Astronomical Data</a></li></ul> </li>\r\n <li class="dropdown"><a href="http://www.weather.gov/safety" class="dropdown-toggle" data-toggle="dropdown">SAFETY <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="https://www.weather.gov/safety/flood">Floods</a></li><li><a href="https://www.weather.gov/safety/tsunami">Tsunamis</a></li><li><a href="https://www.weather.gov/safety/beachhazards">Beach Hazards</a></li><li><a href="https://www.weather.gov/safety/wildfire">Wildfire</a></li><li><a href="https://www.weather.gov/safety/cold">Cold</a></li><li><a href="https://www.weather.gov/safety/tornado">Tornadoes</a></li><li><a href="https://www.weather.gov/safety/airquality">Air Quality</a></li><li><a href="https://www.weather.gov/safety/fog">Fog</a></li><li><a href="https://www.weather.gov/safety/heat">Heat</a></li><li><a href="https://www.weather.gov/safety/hurricane">Hurricanes</a></li><li><a href="https://www.weather.gov/safety/lightning">Lightning</a></li><li><a href="https://www.weather.gov/safety/safeboating">Safe Boating</a></li><li><a href="https://www.weather.gov/safety/ripcurrent">Rip Currents</a></li><li><a href="https://www.weather.gov/safety/thunderstorm">Thunderstorms</a></li><li><a href="https://www.weather.gov/safety/space">Space Weather</a></li><li><a href="https://www.weather.gov/safety/heat-uv">Sun (Ultraviolet Radiation)</a></li><li><a href="http://www.weather.gov/safetycampaign">Safety Campaigns</a></li><li><a href="https://www.weather.gov/safety/wind">Wind</a></li><li><a href="https://www.weather.gov/safety/drought">Drought</a></li><li><a href="https://www.weather.gov/safety/winter">Winter Weather</a></li></ul> </li>\r\n <li class="dropdown"><a href="http://www.weather.gov/informationcenter" class="dropdown-toggle" data-toggle="dropdown">INFORMATION <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov/Owlie\'s">Owlie\'s Kids Page</a></li><li><a href="http://www.weather.gov/wrn/wea">Wireless Emergency Alerts</a></li><li><a href="http://www.weather.gov/wrn/">Weather-Ready Nation</a></li><li><a href="https://www.weather.gov/owlie/publication_brochures">Brochures</a></li><li><a href="https://www.weather.gov/coop/">Cooperative Observers</a></li><li><a href="http://www.weather.gov/briefing/">Daily Briefing</a></li><li><a href="http://www.nws.noaa.gov/om/hazstats.shtml">Damage/Fatality/Injury Statistics</a></li><li><a href="http://mag.ncep.noaa.gov/">Forecast Models</a></li><li><a href="https://www.weather.gov/gis">GIS Data Portal</a></li><li><a href="https://www.weather.gov/nwr/">NOAA Weather Radio</a></li><li><a href="http://weather.gov/publications">Publications</a></li><li><a href="http://www.weather.gov/SKYWARN">SKYWARN Storm Spotters</a></li><li><a href="http://www.weather.gov/StormReady">StormReady</a></li><li><a href="https://www.weather.gov/TsunamiReady/">TsunamiReady</a></li><li><a href="https://www.weather.gov/notification/">Service Change Notices</a></li></ul> </li>\r\n <li class="dropdown"><a href="http://www.weather.gov/education" class="dropdown-toggle" data-toggle="dropdown">EDUCATION <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="https://www.weather.gov/wrn/force">Be A Force of Nature</a></li><li><a href="http://www.weather.gov/owlie">NWS Education Home</a></li></ul> </li>\r\n <li class="dropdown"><a href="http://www.weather.gov/news/" class="dropdown-toggle" data-toggle="dropdown">NEWS <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov/news">NWS News</a></li><li><a href="https://www.weather.gov/wrn/calendar">Events</a></li><li><a href="http://www.weather.gov/socialmedia">Social Media</a></li><li><a href="https://www.weather.gov/owlie/publication_brochures">Pubs/Brochures/Booklets </a></li><li><a href="http://www.noaa.gov/NOAA-Communications">NWS Media Contacts</a></li></ul> </li>\r\n <li class="dropdown"><a href="http://www.weather.gov/search" class="dropdown-toggle" data-toggle="dropdown">SEARCH <span class="caret"></span></a><ul class="dropdown-menu" role="menu"> <li><!-- Begin search code -->\r\n <div id="site-search">\r\n <form method="get" action="//search.usa.gov/search" style="margin-bottom: 0; margin-top: 0;">\r\n <input type="hidden" name="v:project" value="firstgov" /> \r\n <label for="query">Search For</label> \r\n <input type="text" name="query" id="query" size="12" /> \r\n <input type="submit" value="Go" />\r\n <p>\r\n <input type="radio" name="affiliate" checked="checked" value="nws.noaa.gov" id="nws" /> \r\n <label for="nws" class="search-scope">NWS</label> \r\n <input type="radio" name="affiliate" value="noaa.gov" id="noaa" /> \r\n <label for="noaa" class="search-scope">All NOAA</label>\r\n </p>\r\n </form>\r\n </div>\r\n </li>\r\n </ul> </li>\r\n <li class="dropdown"><a href="http://www.weather.gov/about" class="dropdown-toggle" data-toggle="dropdown">ABOUT <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov/about">About NWS</a></li><li><a href="http://www.weather.gov/organization">Organization</a></li><li><a href="https://www.weather.gov/media/wrn/NWS_Weather-Ready-Nation_Strategic_Plan_2019-2022.pdf">Strategic Plan</a></li><li><a href="https://sites.google.com/a/noaa.gov/nws-insider/">For NWS Employees</a></li><li><a href="http://www.weather.gov/international/">International</a></li><li><a href="http://www.weather.gov/organization">National Centers</a></li><li><a href="http://www.weather.gov/careers/">Careers</a></li><li><a href="http://www.weather.gov/contact">Contact Us</a></li><li><a href="https://w1.weather.gov/glossary">Glossary</a></li></ul> </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </nav>\r\n \n\t <div class="contentArea">\n\t\t\t<!-- Start Forecastsearch -->\n\t<div class="" id="fcst-search">\n\t <form name="getForecast" id="getForecast" class="form-inline" role="form" action="https://forecast.weather.gov/zipcity.php" method="get">\n\t\t<div id="getfcst-body">\n\t\t <input name="inputstring" type="text" class="form-control" id="inputstring" placeholder="" />\n\t\t <input name="btnSearch" id="btnSearch" class="btn btn-default" type="submit" value="Go" />\n\t\t <div id="txtHelp"><a href="javascript:void(window.open(\'http://weather.gov/ForecastSearchHelp.html\',\'locsearchhelp\',\'status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,height=500,width=530\').focus());">View Location Examples</a></div>\n\t\t</div>\n\t\t<div id="txtError">\n\t\t <div id="errorNoResults" style="display:none;">Sorry, the location you searched for was not found. Please try another search.</div>\n\t\t <div id="errorMultipleResults" style="display:none">Multiple locations were found. Please select one of the following:</div>\n\t\t <div id="errorChoices" style="display:none"></div>\n\t\t <input id="btnCloseError" type="button" value="Close" style="display:none" />\n\t\t</div>\n\t\t<div id="getfcst-head">\n\t\t <p>Your local forecast office is</p>\n\t\t <h3 id="getfcst-headOffice"></h3>\n\t\t</div>\n\t </form>\n\t</div>\n\t<!-- end Forecastsearch -->\n \n\t\t<link rel="stylesheet" type="text/css" href="/css/topnews.css">\n<div id="news-items">\n <div id="topnews" class="important">\n <div class="icon"><img src="/images/news-important.jpg"></div>\n <div class="body">\n <h1 style="font-size: 11pt;">Ida is Forecast to Rapidly Intensify Before Reaching the Northern Gulf Coast on Sunday</h1>\n <p>\n Ida is expected to be an extremely dangerous major hurricane when it reaches the coast of Louisiana on Sunday. Life-threatening storm surge along the coasts of Louisiana and Mississippi, hurricane-force winds along the Louisiana coast, including metropolitan New Orleans, and heavy rainfall and flooding from southeast Louisiana to coastal Mississippi are expected with Ida. \n <a href="http://www.nhc.noaa.gov/#Ida" target="_blank">Read More ></a>\n </p>\n </div>\n</div>\n\n</div>\n\t\t<script type="text/javascript">(function ($) { var topnews = $("#topnews"); topnews.hide(); $.get("siteNews.php", {a:"mtr"},function(response){ if (response !== "false") topnews.replaceWith($(response)); topnews.show(); }); })(jQuery);</script><!-- PageFormat-Land -->\n<script language=javascript>document.title = \'7-Day Forecast 37.69N 122.48W\';</script><img src="images/track_land_point.png" style="display:none;" />\n<div id="quickLinks">\n\t<span class="lang-spanish"><a href="//forecast.weather.gov/MapClick.php?lat=37.69109000000003&lon=-122.47278999999997&lg=sp">En Español</a></span>\n\t<div class="addthis_toolbox addthis_default_style addthis-forecast">\n\t <a href="//www.addthis.com/bookmark.php?v=250&pubid=ra-5127a6364d551d04" class="addthis_button_compact">Share</a>\n\t <span class="addthis_separator">|</span>\n\t <a class="addthis_button_preferred_1"></a>\n\t <a class="addthis_button_preferred_2"></a>\n\t <a class="addthis_button_preferred_3"></a>\n\t <a class="addthis_button_preferred_4"></a>\n\t <a class="addthis_button_preferred_5"></a>\n\t</div>\n\t<script type="text/javascript">\n\t\tvar addthis_config = addthis_config || {data_track_addressbar:true, pubid: \'xa-4b05b2d91f18c9cc\'};\n\t $(document).ready(function(){\n\t\t\tjQuery.ajax({\n\t\t\t\turl: "//s7.addthis.com/js/300/addthis_widget.js#async=1",\n\t\t\t\tdataType: "script",\n\t\t\t\tcache: false\n\t\t\t});\n\t });\n\t</script>\n</div>\n\n<!-- Current Conditions -->\n<div id="current-conditions" class="panel panel-default">\n\n\t<!-- Current Conditions header row -->\n <div class="panel-heading">\n\t\t<div>\n\t\t <b>Current conditions at</b>\n\t\t <h2 class="panel-title">SAN FRANCISCO DOWNTOWN (SFOC1)</h2>\n\t\t <span class="smallTxt"><b>Lat: </b>37.77056°N<b>Lon: </b>122.42694°W<b>Elev: </b>150ft.</span>\n\t </div>\n </div>\n <div class="panel-body" id="current-conditions-body">\n\t\t<!-- Graphic and temperatures -->\n\t\t<div id="current_conditions-summary" class="pull-left" >\n\t\t \t\t <p class="myforecast-current">NA</p>\n\t\t <p class="myforecast-current-lrg">80°F</p>\n\t\t <p class="myforecast-current-sm">27°C</p>\n\t\t</div>\n\t\t<div id="current_conditions_detail" class="pull-left">\n\t\t <table>\n <tr>\n <td class="text-right"><b>Humidity</b></td>\n <td>39%</td>\n </tr>\n <tr>\n <td class="text-right"><b>Wind Speed</b></td>\n <td>NA NA MPH</td>\n </tr>\n <tr>\n <td class="text-right"><b>Barometer</b></td>\n <td>NA</td>\n </tr>\n <tr>\n <td class="text-right"><b>Dewpoint</b></td>\n <td>53°F (12°C)</td>\n </tr>\n <tr>\n <td class="text-right"><b>Visibility</b></td>\n <td>NA</td>\n </tr>\n <tr><td class="text-right"><b>Heat Index</b></td><td>80°F (27°C)</td></tr> <tr>\n <td class="text-right"><b>Last update</b></td>\n <td>\n 28 Aug 10:43 AM PDT </td>\n </tr>\n\t\t </table>\n\t\t</div>\n\t\t<div id="current_conditions_station">\n\t\t <div class="current-conditions-extra">\n <!-- Right hand section -->\n <p class="moreInfo"><b>More Information:</b></p><p><a id="localWFO" href="https://www.weather.gov/mtr" title="San Francisco Bay Area/Monterey, CA"><span class="hideText">Local</span> Forecast Office</a><a id="moreWx" href="https://www.weather.gov/wrh/LocalWeather?zone=CAZ006">More Local Wx</a><a href="https://www.wrh.noaa.gov/mesowest/getobext.php?wfo=mtr&sid=SFOC1&num=72&raw=0">3 Day History</a><a id="mobileWxLink" href="//mobile.weather.gov/index.php?lat=37.6911&lon=-122.4728&unit=0&lg=english">Mobile Weather</a><a id="wxGraph" href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=graphical">Hourly <span class="hideText">Weather </span>Forecast</a></p>\t\t </div>\n\t\t<!-- /current_conditions_station -->\n\t </div>\n\t <!-- /current-conditions-body -->\n\t</div>\n<!-- /Current Conditions -->\n</div>\n\n<!-- 7-Day Forecast -->\n<div id="seven-day-forecast" class="panel panel-default">\n <div class="panel-heading">\n\t<b>Extended Forecast for</b>\n\t<h2 class="panel-title">\n\t \t Daly City CA\t</h2>\n </div>\n <div class="panel-body" id="seven-day-forecast-body">\n\t\t\t<div id="seven-day-forecast-container"><ul id="seven-day-forecast-list" class="list-unstyled"><li class="forecast-tombstone">\n<div class="tombstone-container">\n<p class="period-name">This<br>Afternoon</p>\n<p><img src="newimages/medium/hz.png" alt="This Afternoon: Widespread haze before 4pm. Mostly sunny, with a high near 77. Calm wind becoming west southwest 5 to 8 mph. " title="This Afternoon: Widespread haze before 4pm. Mostly sunny, with a high near 77. Calm wind becoming west southwest 5 to 8 mph. " class="forecast-icon"></p><p class="short-desc">Haze</p><p class="temp temp-high">High: 77 °F</p></div></li><li class="forecast-tombstone">\n<div class="tombstone-container">\n<p class="period-name">Tonight<br><br></p>\n<p><img src="newimages/medium/nsct.png" alt="Tonight: Partly cloudy, with a low around 56. West southwest wind 5 to 8 mph. " title="Tonight: Partly cloudy, with a low around 56. West southwest wind 5 to 8 mph. " class="forecast-icon"></p><p class="short-desc">Partly Cloudy</p><p class="temp temp-low">Low: 56 °F</p></div></li><li class="forecast-tombstone">\n<div class="tombstone-container">\n<p class="period-name">Sunday<br><br></p>\n<p><img src="newimages/medium/sct.png" alt="Sunday: Mostly sunny, with a high near 71. Light southwest wind becoming west 5 to 9 mph in the morning. " title="Sunday: Mostly sunny, with a high near 71. Light southwest wind becoming west 5 to 9 mph in the morning. " class="forecast-icon"></p><p class="short-desc">Mostly Sunny</p><p class="temp temp-high">High: 71 °F</p></div></li><li class="forecast-tombstone">\n<div class="tombstone-container">\n<p class="period-name">Sunday<br>Night</p>\n<p><img src="newimages/medium/nbkn.png" alt="Sunday Night: Mostly cloudy, with a low around 54. West southwest wind 8 to 10 mph. " title="Sunday Night: Mostly cloudy, with a low around 54. West southwest wind 8 to 10 mph. " class="forecast-icon"></p><p class="short-desc">Mostly Cloudy</p><p class="temp temp-low">Low: 54 °F</p></div></li><li class="forecast-tombstone">\n<div class="tombstone-container">\n<p class="period-name">Monday<br><br></p>\n<p><img src="newimages/medium/bkn.png" alt="Monday: Partly sunny, with a high near 63. Southwest wind 9 to 14 mph, with gusts as high as 18 mph. " title="Monday: Partly sunny, with a high near 63. Southwest wind 9 to 14 mph, with gusts as high as 18 mph. " class="forecast-icon"></p><p class="short-desc">Partly Sunny</p><p class="temp temp-high">High: 63 °F</p></div></li><li class="forecast-tombstone">\n<div class="tombstone-container">\n<p class="period-name">Monday<br>Night</p>\n<p><img src="newimages/medium/nbkn.png" alt="Monday Night: Mostly cloudy, with a low around 53." title="Monday Night: Mostly cloudy, with a low around 53." class="forecast-icon"></p><p class="short-desc">Mostly Cloudy</p><p class="temp temp-low">Low: 53 °F</p></div></li><li class="forecast-tombstone">\n<div class="tombstone-container">\n<p class="period-name">Tuesday<br><br></p>\n<p><img src="newimages/medium/sct.png" alt="Tuesday: Mostly sunny, with a high near 63." title="Tuesday: Mostly sunny, with a high near 63." class="forecast-icon"></p><p class="short-desc">Mostly Sunny</p><p class="temp temp-high">High: 63 °F</p></div></li><li class="forecast-tombstone">\n<div class="tombstone-container">\n<p class="period-name">Tuesday<br>Night</p>\n<p><img src="newimages/medium/nsct.png" alt="Tuesday Night: Partly cloudy, with a low around 53." title="Tuesday Night: Partly cloudy, with a low around 53." class="forecast-icon"></p><p class="short-desc">Partly Cloudy</p><p class="temp temp-low">Low: 53 °F</p></div></li><li class="forecast-tombstone">\n<div class="tombstone-container">\n<p class="period-name">Wednesday<br><br></p>\n<p><img src="newimages/medium/bkn.png" alt="Wednesday: Partly sunny, with a high near 62." title="Wednesday: Partly sunny, with a high near 62." class="forecast-icon"></p><p class="short-desc">Partly Sunny</p><p class="temp temp-high">High: 62 °F</p></div></li></ul></div>\n<script type="text/javascript">\n// equalize forecast heights\n$(function () {\n\tvar maxh = 0;\n\t$(".forecast-tombstone .short-desc").each(function () {\n\t\tvar h = $(this).height();\n\t\tif (h > maxh) { maxh = h; }\n\t});\n\t$(".forecast-tombstone .short-desc").height(maxh);\n});\n</script>\t</div>\n</div>\n\n<!-- Everything between 7-Day Forecast and Footer goes in this row -->\n<div id="floatingDivs" class="row">\n <!-- Everything on the left-hand side -->\n <div class="col-md-7 col-lg-8">\n <!-- Detailed Forecast -->\n <div id="detailed-forecast" class="panel panel-default">\n\t <div class="panel-heading">\n <h2 class="panel-title">Detailed Forecast</h2>\n </div>\n\t <div class="panel-body" id="detailed-forecast-body">\n <div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>This Afternoon</b></div><div class="col-sm-10 forecast-text">Widespread haze before 4pm. Mostly sunny, with a high near 77. Calm wind becoming west southwest 5 to 8 mph. </div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Tonight</b></div><div class="col-sm-10 forecast-text">Partly cloudy, with a low around 56. West southwest wind 5 to 8 mph. </div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Sunday</b></div><div class="col-sm-10 forecast-text">Mostly sunny, with a high near 71. Light southwest wind becoming west 5 to 9 mph in the morning. </div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Sunday Night</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 54. West southwest wind 8 to 10 mph. </div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Monday</b></div><div class="col-sm-10 forecast-text">Partly sunny, with a high near 63. Southwest wind 9 to 14 mph, with gusts as high as 18 mph. </div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Monday Night</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 53.</div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Tuesday</b></div><div class="col-sm-10 forecast-text">Mostly sunny, with a high near 63.</div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Tuesday Night</b></div><div class="col-sm-10 forecast-text">Partly cloudy, with a low around 53.</div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Wednesday</b></div><div class="col-sm-10 forecast-text">Partly sunny, with a high near 62.</div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Wednesday Night</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 54.</div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Thursday</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a high near 61.</div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Thursday Night</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 53.</div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Friday</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a high near 62.</div></div> </div>\n\t</div>\n\t<!-- /Detailed Forecast -->\n\n \n <!-- Additional Forecasts and Information -->\n <div id="additional_forecasts" class="panel panel-default">\n\t <div class="panel-heading">\n\t\t<h2 class="panel-title">Additional Forecasts and Information</h2>\n\t </div>\n\n\t <div class="panel-body" id="additional-forecasts-body">\n\t\t<p class="myforecast-location"><a href="MapClick.php?zoneid=CAZ509">Zone Area Forecast for San Francisco Peninsula Coast, CA</a></p>\n <!-- First nine-ten links -->\n\t\t<div id="linkBlockContainer">\n\t\t <div class="linkBlock">\n <ul class="list-unstyled">\n <li><a href="//forecast.weather.gov/product.php?site=MTR&issuedby=MTR&product=AFD&format=CI&version=1&glossary=1">Forecast Discussion</a></li>\n <li><a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=text&TextType=2">Printable Forecast</a></li>\n <li><a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=text&TextType=1">Text Only Forecast</a></li>\n </ul>\n </div>\n\t\t <div class="linkBlock">\n <ul class="list-unstyled">\n <li><a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=graphical">Hourly Weather Forecast</a></li>\n <li><a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=digital">Tabular Forecast</a></li>\n <!-- <li><a href="afm/PointClick.php?lat=37.6911&lon=-122.4728">Quick Forecast</a></li> -->\n </ul>\n </div>\n\t\t <div class="linkBlock">\n <ul class="list-unstyled">\n <li><a href="//weather.gov/aq/probe_aq_data.php?latitude=37.6911&longitude=-122.4728">Air Quality Forecasts</a></li>\n <li><a href="MapClick.php?lat=37.6911&lon=-122.4728&FcstType=text&unit=1&lg=en">International System of Units</a></li>\n <li><a href="//www.wrh.noaa.gov/forecast/wxtables/index.php?lat=37.6911&lon=-122.4728">Forecast Weather Table Interface</a></li>\n </ul>\n\t\t </div>\n\t\t <!-- /First nine-ten links -->\n <!-- Additional links -->\n <div class="linkBlock"><ul class="list-unstyled"><li><a href="http://www.wrh.noaa.gov/mtr/versprod.php?pil=RR8&sid=RSA" target="_self">Hourly River Stages</a></li><li><a href="http://www.wrh.noaa.gov/mtr/versprod.php?pil=RR5&sid=RSA" target="_self">Hourly Rainfall</a></li></ul></div><div class="linkBlock"><ul class="list-unstyled"><li><a href="http://www.wrh.noaa.gov/mtr/wxlinks.php" target="_self">NWS Office Map</a></li><li><a href="http://www.wrh.noaa.gov/mtr/wx_calculator.php" target="_self">Weather Calculator</a></li></ul></div><div class="linkBlock"><ul class="list-unstyled"><li><a href="http://www.nws.noaa.gov/wtf/udaf/area/?site=mtr" target="_self">User Defined Area</a></li></ul></div>\n\t\t</div> <!-- /linkBlockContainer -->\n\t </div><!-- /additional-forecasts-body-->\n\t</div> <!-- /additional_forecasts -->\n </div> <!-- /Everything on the left-hand side -->\n\n <!-- right-side-data -->\n <div class="col-md-5 col-lg-4" id="right-side-data">\n\t<div id="mapAndDescriptionArea">\n <!-- openlayer map -->\n <style>\n#custom-search{\ndisplay: block;\nposition: relative;\nz-index: 50;\ntop: 52px;\nleft: 60px;\n}\n#esri-geocoder-search{\ndisplay: block;\nposition: relative;\nz-index: 50;\ntop: 52px;\nleft: 60px;\n}\n#emap{\nmargin-top:15px;\ncursor:pointer;\nheight:370px;\nwidth:100%;\nborder: 1px solid #ccc;\nborder-radius: 3px;\n}\n#switch-basemap-container{\n}\n#basemap-selection-form ul{\nlist-style: none;\n margin: 0px;\n}\n#basemap-selection-form li{\nfloat: left;\n}\n.disclaimer{\nmargin-top:350px;\nmargin-left: 5px;\nz-index: 100;\nposition: absolute;\ntext-transform: none;\n}\n.esriAttributionLastItem{\ntext-transform: none;\n}\n.esriSimpleSlider div{\nheight:22px;\nline-height:20px;\nwidth:20px;\n}\n#point-forecast-map-label {\ntext-align:center;\nfont-weight:bold;\ncolor:black;\n}\n@media (max-width: 767px) {\n#emap{\nmargin-top:.5em;\nheight:270px;\n}\n.disclaimer{\nmargin-top:250px;\n}\n}\n</style>\n<!-- forecast-map -->\n<div class=\'point-forecast-map\'>\n <div class=\'point-forecast-map-header text-center\'>\n <div id="toolbar">\n \t<div id="switch-basemap-container">\n \t <div id="basemap-selection-form" title="Choose a Basemap">\n \t\t<div id="basemap-menu">\n \t\t <select name="basemap-selected" id="basemap-selected" autocomplete="off" title="Basemap Dropdown Menu">\n \t\t <option value="none">Select Basemap</option>\n \t\t <option value="topo" selected>Topographic</option>\n \t\t <option value="streets">Streets</option>\n \t\t <option value="satellite">Satellite</option>\n \t\t <option value="ocean">Ocean</option>\n \t\t </select>\n \t\t</div>\n \t </div>\n \t <div id="point-forecast-map-label">\n Click Map For Forecast\n </div>\n \t</div><!-- //#switch-basemap-container -->\n \t<div style="clear:both;"></div>\n </div><!-- //#toolbar -->\n </div><!-- //.point-forecast-map-header -->\n\n <div id="emap">\n <noscript><center><br><br><b>Map function requires Javascript and a compatible browser.</b></center></noscript>\n <div class="disclaimer"><a href=\'http://www.weather.gov/disclaimer#esri\'>Disclaimer</a></div>\n </div><!-- //#emap -->\n\n <div class="point-forecast-map-footer">\n <img src="./images/wtf/maplegend_forecast-area.gif" width="100" height="16" alt="Map Legend">\n </div><!-- //.point-forecast-map-footer -->\n\n</div> <!-- //.point-forecast-map -->\n<!-- //forecast-map -->\n <!-- //openlayer map -->\n\n\t <!-- About this Forecast -->\n <div id="about_forecast">\n <div class="fullRow">\n <div class="left">Point Forecast:</div>\n <div class="right">Daly City CA<br> 37.69°N 122.48°W (Elev. 197 ft)</div>\n </div>\n <div class="fullRow">\n <div class="left"><a target="_blank" href="//www.weather.gov/glossary/index.php?word=Last+update">Last Update</a>: </div>\n <div class="right">6:43 am PDT Aug 28, 2021</div>\n </div>\n <div class="fullRow">\n <div class="left"><a target="_blank" href="//www.weather.gov/glossary/index.php?word=forecast+valid+for">Forecast Valid</a>: </div>\n <div class="right">12pm PDT Aug 28, 2021-6pm PDT Sep 3, 2021</div>\n </div>\n <div class="fullRow">\n <div class="left"> </div>\n <div class="right"><a href="https://forecast.weather.gov/product.php?site=MTR&issuedby=MTR&product=AFD&format=CI&version=1&glossary=1">Forecast Discussion</a></div>\n </div>\n <div class="fullRow">\n <div class="left"> </div>\n <div class="right">\n <a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=kml"><img src="/images/wtf/kml_badge.png" width="45" height="17" alt="Get as KML" /></a>\n <a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=dwml"><img src="/images/wtf/xml_badge.png" width="45" height="17" alt="Get as XML" /></a>\n </div>\n </div>\n </div>\n\t <!-- /About this Forecast -->\n\t</div>\n \n <!--additionalForecast-->\n <div class="panel panel-default" id="additionalForecast">\n <div class="panel-heading">\n <h2 class="panel-title">Additional Resources</h2>\n </div>\n <div class="panel-body">\n\n <!-- Radar & Satellite Images -->\n <div id="radar" class="subItem">\n <h4>Radar & Satellite Image</h4>\n <a href="https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOiJsb2NhbCIsImNlbnRlciI6Wy0xMjEuODgyLDM3LjU4OF0sInpvb20iOjgsImZpbHRlciI6IldTUi04OEQiLCJsYXllciI6ImNyZWYiLCJzdGF0aW9uIjoiS01VWCIsInRyYW5zcGFyZW50Ijp0cnVlLCJhbGVydHNPdmVybGF5Ijp0cnVlLCJzdGF0aW9uSWNvbnNPdmVybGF5Ijp0cnVlfSwiYmFzZSI6InN0YW5kYXJkIiwiY291bnR5Ijp0cnVlLCJjd2EiOmZhbHNlLCJzdGF0ZSI6dHJ1ZSwibWVudSI6dHJ1ZSwic2hvcnRGdXNlZE9ubHkiOnRydWV9#/"><img src="//radar.weather.gov/ridge/lite/KMUX_0.gif" class="radar-thumb" alt="Link to Local Radar Data" title="Link to Local Radar Data"></a> <a href="https://www.star.nesdis.noaa.gov/GOES/sector.php?sat=G17§or=psw"><img src="https://cdn.star.nesdis.noaa.gov/GOES17/ABI/SECTOR/psw/GEOCOLOR/600x600.jpg" class="satellite-thumb" alt="Link to Satellite Data" title="Link to Satellite Data"></a> </div>\n <!-- /Radar & Satellite Images -->\n <!-- Hourly Weather Forecast -->\n <div id="feature" class="subItem">\n <h4>Hourly Weather Forecast</h4>\n <a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=graphical"><img src="newimages/medium/hourlyweather.png" class="img-responsive" /></a>\n </div>\n <!-- /Hourly Weather Forecast -->\n <!-- NDFD -->\n <div id="NDFD" class="subItem">\n <h4>National Digital Forecast Database</h4>\n <div class="one-sixth-first"><a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=MaxT"><img src="//graphical.weather.gov/images/thumbnail/latest_MaxMinT_pacsouthwest_thumbnail.png" border="0" alt="National Digital Forecast Database Maximum Temperature Forecast" title="National Digital Forecast Database Maximum Temperature Forecast" width="147" height="150"></a>\n\t \t\t\t<p><a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=MaxT">High Temperature</a></p></div><div class="one-sixth-first"><a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=Wx"><img src="//graphical.weather.gov/images/thumbnail/latest_Wx_pacsouthwest_thumbnail.png" border="0" alt="National Digital Forecast Database Weather Element Forecast" title="National Digital Forecast Database Weather Element Forecast" width="147" height="150"></a>\n\t \t\t\t<p><a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=Wx">Chance of Precipitation</a></p></div> </div>\n <!-- /NDFD -->\n </div>\n </div>\n <!-- /additionalForecast -->\n\n </div>\n <!-- /col-md-4 -->\n <!-- /right-side-data -->\n <script language=\'javascript\'>$( document ).ready(function() { load_openlayers_map(\'\', \'\', \'\', \'{"centroid_lat":"37.6911","centroid_lon":"-122.4728","lat1":"37.6805","lon1":"-122.4865","lat2":"37.7025","lon2":"-122.492","lat3":"37.707","lon3":"-122.4645","lat4":"37.685","lon4":"-122.459"}\') });</script></div>\n<!-- /row -->\n\n\n</div>\n<!-- /PageFormat-Land -->\n\n\t </div>\n <footer>\n <div id="sitemap" class="sitemap-content row">\r\n <div class="col-xs-12">\r\n <div class="sitemap-columns">\r\n <div class="sitemap-section">\r\n <div class="panel-heading">\r\n <a class="sitemap-section-heading" href="http://alerts.weather.gov">ACTIVE ALERTS</a>\r\n <button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-1">\r\n <span class="sr-only">Toggle menu</span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n </button>\r\n </div>\r\n <div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-1">\r\n <ul class="list-unstyled">\r\n <li><a href=" http://alerts.weather.gov">Warnings By State</a></li>\r\n <li><a href=" http://www.wpc.ncep.noaa.gov/ww.shtml">Excessive Rainfall and Winter Weather Forecasts</a></li>\r\n <li><a href="http://water.weather.gov/ahps/?current_color=flood&current_type=all&fcst_type=obs&conus_map=d_map">River Flooding </a></li>\r\n <li><a href=" http://www.weather.gov">Latest Warnings</a></li>\r\n <li><a href=" http://www.spc.noaa.gov/products/outlook/">Thunderstorm/Tornado Outlook </a></li>\r\n <li><a href=" http://www.nhc.noaa.gov/">Hurricanes </a></li>\r\n <li><a href=" http://www.spc.noaa.gov/products/fire_wx/">Fire Weather Outlooks </a></li>\r\n <li><a href=" http://www.cpc.ncep.noaa.gov/products/stratosphere/uv_index/uv_alert.shtml">UV Alerts </a></li>\r\n <li><a href=" http://www.drought.gov/">Drought </a></li>\r\n <li><a href="http://www.swpc.noaa.gov/products/alerts-watches-and-warnings">Space Weather </a></li>\r\n <li><a href=" http://www.nws.noaa.gov/nwr/">NOAA Weather Radio </a></li>\r\n <li><a href=" http://alerts.weather.gov/">NWS CAP Feeds </a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div class="sitemap-section">\r\n <div class="panel-heading">\r\n <a class="sitemap-section-heading" href="https://www.weather.gov/wrh/climate">PAST WEATHER</a>\r\n <button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-2">\r\n <span class="sr-only">Toggle menu</span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n </button>\r\n </div>\r\n <div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-2">\r\n <ul class="list-unstyled">\r\n <li><a href=" http://www.cpc.ncep.noaa.gov/products/MD_index.shtml">Climate Monitoring </a></li>\r\n <li><a href="https://www.weather.gov/wrh/climate">Past Weather </a></li>\r\n <li><a href="https://www.weather.gov/wrh/climate">Monthly Temps </a></li>\r\n <li><a href="https://www.weather.gov/wrh/climate">Records </a></li>\r\n <li><a href="https://www.esrl.noaa.gov/gmd/grad/solcalc/sunrise.html">Astronomical Data </a></li>\r\n <li><a href="https://www.climate.gov/maps-data/dataset/past-weather-zip-code-data-table">Certified Weather Data </a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div class="sitemap-section">\r\n <div class="panel-heading">\r\n <a class="sitemap-section-heading" href="http://www.weather.gov/current">CURRENT CONDITIONS</a>\r\n <button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-3">\r\n <span class="sr-only">Toggle menu</span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n </button>\r\n </div>\r\n <div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-3">\r\n <ul class="list-unstyled">\r\n <li><a href=" https://radar.weather.gov">Radar </a></li>\r\n <li><a href="http://www.cpc.ncep.noaa.gov/products/monitoring_and_data/">Climate Monitoring </a></li>\r\n <li><a href=" http://water.weather.gov/ahps/">River Levels </a></li>\r\n <li><a href=" http://water.weather.gov/precip/">Observed Precipitation </a></li>\r\n <li><a href="https://www.wpc.ncep.noaa.gov/sfc/sfcobs/sfcobs.shtml">Surface Weather </a></li>\r\n <li><a href="http://www.spc.noaa.gov/obswx/maps/">Upper Air </a></li>\r\n <li><a href=" http://www.ndbc.noaa.gov/">Marine and Buoy Reports </a></li>\r\n <li><a href="http://www.nohrsc.noaa.gov/interactive/html/map.html">Snow Cover </a></li>\r\n <li><a href=" http://www.weather.gov/satellite">Satellite </a></li>\r\n <li><a href=" http://www.swpc.noaa.gov/">Space Weather </a></li>\r\n <li><a href="http://www.weather.gov/pr">International Observations</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div class="sitemap-section">\r\n <div class="panel-heading">\r\n <a class="sitemap-section-heading" href="http://weather.gov/forecastmaps">FORECAST</a>\r\n <button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-4">\r\n <span class="sr-only">Toggle menu</span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n </button>\r\n </div>\r\n <div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-4">\r\n <ul class="list-unstyled">\r\n <li><a href=" http://www.weather.gov/">Local Forecast </a></li>\r\n <li><a href="http://www.weather.gov/pr">International Forecasts</a></li>\r\n <li><a href=" http://www.spc.noaa.gov/">Severe Weather </a></li>\r\n <li><a href=" http://www.wpc.ncep.noaa.gov/">Current Outlook Maps </a></li>\r\n <li><a href="http://www.cpc.ncep.noaa.gov/products/Drought">Drought </a></li>\r\n <li><a href="http://www.weather.gov/fire">Fire Weather </a></li>\r\n <li><a href=" http://www.wpc.ncep.noaa.gov/">Fronts/Precipitation Maps </a></li>\r\n <li><a href=" http://www.nws.noaa.gov/forecasts/graphical/">Current Graphical Forecast Maps </a></li>\r\n <li><a href="http://water.weather.gov/ahps/forecasts.php">Rivers </a></li>\r\n <li><a href="https://www.weather.gov/marine/">Marine </a></li>\r\n <li><a href="https://ocean.weather.gov/marine_areas.php">Offshore and High Seas</a></li>\r\n <li><a href=" http://www.nhc.noaa.gov/">Hurricanes </a></li>\r\n <li><a href=" http://aviationweather.gov">Aviation Weather </a></li>\r\n <li><a href="http://www.cpc.ncep.noaa.gov/products/OUTLOOKS_index.shtml">Climatic Outlook </a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div class="sitemap-section">\r\n <div class="panel-heading">\r\n <a class="sitemap-section-heading" href="http://www.weather.gov/informationcenter">INFORMATION CENTER</a>\r\n <button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-5">\r\n <span class="sr-only">Toggle menu</span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n </button>\r\n </div>\r\n <div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-5">\r\n <ul class="list-unstyled">\r\n <li><a href=" http://www.spaceweather.gov">Space Weather </a></li>\r\n <li><a href="http://www.weather.gov/briefing/">Daily Briefing </a></li>\r\n <li><a href=" http://www.nws.noaa.gov/om/marine/home.htm">Marine </a></li>\r\n <li><a href="https://www.weather.gov/wrh/climate">Climate </a></li>\r\n <li><a href="http://www.weather.gov/fire">Fire Weather </a></li>\r\n <li><a href=" http://www.aviationweather.gov/">Aviation </a></li>\r\n <li><a href="http://mag.ncep.noaa.gov/">Forecast Models </a></li>\r\n <li><a href="http://water.weather.gov/ahps/">Water </a></li>\r\n <li><a href="https://www.weather.gov/gis/">GIS</a></li>\r\n <li><a href=" http://www.nws.noaa.gov/om/coop/">Cooperative Observers </a></li>\r\n <li><a href="https://www.weather.gov/skywarn/">Storm Spotters </a></li>\r\n <li><a href="http://www.tsunami.gov">Tsunami Warning System</a></li>\r\n <li><a href="http://water.noaa.gov/">National Water Center</a></li>\r\n <li><a href="http://www.weather.gov/pr">International Weather</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div class="sitemap-section">\r\n <div class="panel-heading">\r\n <a class="sitemap-section-heading" href="http://weather.gov/safety">WEATHER SAFETY</a>\r\n <button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-6">\r\n <span class="sr-only">Toggle menu</span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n </button>\r\n </div>\r\n <div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-6">\r\n <ul class="list-unstyled">\r\n <li><a href="http://www.weather.gov/nwr/">NOAA Weather Radio</a></li>\r\n <li><a href="http://www.weather.gov/stormready/">StormReady</a></li>\r\n <li><a href="http://www.nws.noaa.gov/om/heat/index.shtml">Heat </a></li>\r\n <li><a href="https://www.weather.gov/safety/lightning">Lightning </a></li>\r\n <li><a href=" http://www.nhc.noaa.gov/prepare/">Hurricanes </a></li>\r\n <li><a href="http://www.nws.noaa.gov/om/thunderstorm/">Thunderstorms </a></li>\r\n <li><a href="https://www.weather.gov/safety/tornado">Tornadoes </a></li>\r\n <li><a href="https://www.weather.gov/safety/ripcurrent">Rip Currents </a></li>\r\n <li><a href="https://www.weather.gov/safety/flood">Floods </a></li>\r\n <li><a href="https://www.weather.gov/safety/tsunami">Tsunamis</a></li>\r\n <li><a href="https://www.weather.gov/tsunamiready/">TsunamiReady</a></li>\r\n <li><a href=" http://www.weather.gov/om/winter/index.shtml">Winter Weather </a></li>\r\n <li><a href="http://www.nws.noaa.gov/om/heat/uv.shtml">Ultra Violet Radiation </a></li>\r\n <li><a href=" http://www.weather.gov/airquality/">Air Quality </a></li>\r\n <li><a href=" http://www.weather.gov/om/hazstats.shtml">Damage/Fatality/Injury Statistics </a></li>\r\n <li><a href=" http://www.redcross.org/">Red Cross </a></li>\r\n <li><a href=" http://www.fema.gov/">Federal Emergency Management Agency (FEMA) </a></li>\r\n <li><a href=" http://www.weather.gov/om/brochures.shtml">Brochures </a></li>\r\n <li><a href="http://www.nws.noaa.gov/os/marine/safeboating/">Safe Boating</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div class="sitemap-section">\r\n <div class="panel-heading">\r\n <a class="sitemap-section-heading" href="http://weather.gov/news">NEWS</a>\r\n <button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-7">\r\n <span class="sr-only">Toggle menu</span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n </button>\r\n </div>\r\n <div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-7">\r\n <ul class="list-unstyled">\r\n <li><a href=" http://weather.gov/news">Newsroom</a></li>\r\n <li><a href=" http://weather.gov/socialmedia">Social Media </a></li>\r\n <li><a href="http://www.nws.noaa.gov/com/weatherreadynation/calendar.html">Events</a></li>\r\n <li><a href=" http://www.weather.gov/om/brochures.shtml">Pubs/Brochures/Booklets </a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div class="sitemap-section">\r\n <div class="panel-heading">\r\n <a class="sitemap-section-heading" href="http://weather.gov/owlie">EDUCATION</a>\r\n <button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-8">\r\n <span class="sr-only">Toggle menu</span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n </button>\r\n </div>\r\n <div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-8">\r\n <ul class="list-unstyled">\r\n <li><a href="http://weather.gov/education">NWS Education Home</a></li>\r\n <li><a href="http://www.nws.noaa.gov/com/weatherreadynation/force.html">Be A Force of Nature</a></li>\r\n <li><a href=" http://www.education.noaa.gov/Weather_and_Atmosphere/">NOAA Education Resources </a></li>\r\n <li><a href=" http://www.weather.gov/glossary/">Glossary </a></li>\r\n <li><a href="https://www.weather.gov/jetstream/">JetStream </a></li>\r\n <li><a href=" http://www.weather.gov/training/">NWS Training Portal </a></li>\r\n <li><a href="https://library.noaa.gov/">NOAA Library </a></li>\r\n <li><a href="http://weather.gov/owlie">For Students, Parents and Teachers</a></li>\r\n <li><a href="http://www.weather.gov/owlie/publication_brochures">Brochures </a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div class="sitemap-section">\r\n <div class="panel-heading">\r\n <a class="sitemap-section-heading" href="http://weather.gov/about">ABOUT</a>\r\n <button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-9">\r\n <span class="sr-only">Toggle menu</span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n <span class="icon-bar"></span>\r\n </button>\r\n </div>\r\n <div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-9">\r\n <ul class="list-unstyled">\r\n <li><a href="http://weather.gov/organization">Organization </a></li>\r\n <li><a href="https://www.weather.gov/media/wrn/NWS_Weather-Ready-Nation_Strategic_Plan_2019-2022.pdf">Strategic Plan </a></li>\r\n <li><a href="https://sites.google.com/a/noaa.gov/nws-best-practices/">For NWS Employees </a></li>\r\n <li><a href="https://www.weather.gov/international/">International </a></li>\r\n <li><a href="http://www.ncep.noaa.gov/">National Centers </a></li>\r\n <li><a href=" http://www.weather.gov/tg/">Products and Services </a></li>\r\n <li><a href="http://www.weather.gov/careers/">Careers</a></li>\r\n <li><a href=" http://www.weather.gov/glossary/">Glossary </a></li>\r\n <li><a href="http://weather.gov/contact">Contact Us </a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \n <!-- legal footer area -->\n \t\t<div class="footer-legal">\r\n\t\t\t<div id="footerLogo" class="col-xs-12 col-sm-2 col-md-2">\r\n\t\t\t\t<a href="http://www.usa.gov"><img src="/css/images/usa_gov.png" alt="usa.gov" width="110" height="30" /></a>\r\n\t\t\t</div>\r\n\t\t\t<div class="col-xs-12 col-sm-4 col-md-4">\r\n\t\t\t\t<ul class="list-unstyled footer-legal-content">\r\n\t\t\t\t<li><a href="http://www.commerce.gov">US Dept of Commerce</a></li>\r\n\t\t\t\t<li><a href="http://www.noaa.gov">National Oceanic and Atmospheric Administration</a></li>\r\n\t\t\t\t<li><a href="http://www.weather.gov">National Weather Service</a></li>\r\n\t\t\t\t<li><a href="https://www.weather.gov/mtr">San Francisco Bay Area, CA</a></li><li><br /><a href="mailto:w-mtr.webmaster@noaa.gov">Comments? Questions? Please Contact Us.</a></li>\t\t\t\t</ul>\r\n\t\t\t</div>\r\n\t\t\t<div class="col-xs-12 col-sm-3 col-md-3">\r\n\t\t\t\t<ul class="list-unstyled">\r\n\t\t\t\t\t<li><a href="https://www.weather.gov/disclaimer">Disclaimer</a></li>\r\n\t\t\t\t\t<li><a href="http://www.cio.noaa.gov/services_programs/info_quality.html">Information Quality</a></li>\r\n\t\t\t\t\t<li><a href="https://www.weather.gov/help">Help</a></li>\r\n\t\t\t\t\t<li><a href="http://www.weather.gov/glossary">Glossary</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t</div>\r\n\t\t\t<div class="col-xs-12 col-sm-3 col-md-3">\r\n\t\t\t\t<ul class="list-unstyled">\r\n\t\t\t\t\t<li><a href="https://www.weather.gov/privacy">Privacy Policy</a></li>\r\n\t\t\t\t\t<li><a href="https://www.noaa.gov/foia-freedom-of-information-act">Freedom of Information Act (FOIA)</a></li>\r\n\t\t\t\t\t<li><a href="https://www.weather.gov/about">About Us</a></li>\r\n\t\t\t\t\t<li><a href="https://www.weather.gov/careers">Career Opportunities</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t\n </footer>\n </main>\n </body>\n</html>\n'
Soup=BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Meta -->
<meta content="width=device-width" name="viewport"/>
<link href="http://purl.org/dc/elements/1.1/" rel="schema.DC"/><title>National Weather Service</title><meta content="National Weather Service" name="DC.title"/><meta content="NOAA National Weather Service National Weather Service" name="DC.description"/><meta content="US Department of Commerce, NOAA, National Weather Service" name="DC.creator"/><meta content="" name="DC.date.created" scheme="ISO8601"/><meta content="EN-US" name="DC.language" scheme="DCTERMS.RFC1766"/><meta content="weather, National Weather Service" name="DC.keywords"/><meta content="NOAA's National Weather Service" name="DC.publisher"/><meta content="National Weather Service" name="DC.contributor"/><meta content="http://www.weather.gov/disclaimer.php" name="DC.rights"/><meta content="General" name="rating"/><meta content="index,follow" name="robots"/>
<!-- Icons -->
<link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<!-- CSS -->
<link href="css/bootstrap-3.2.0.min.css" rel="stylesheet"/>
<link href="css/bootstrap-theme-3.2.0.min.css" rel="stylesheet"/>
<link href="css/font-awesome-4.3.0.min.css" rel="stylesheet"/>
<link href="css/ol-4.6.4.css" rel="stylesheet" type="text/css"/>
<link href="css/mapclick.css" rel="stylesheet" type="text/css"/>
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="css/bootstrap-ie7.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="css/mapclick-ie.css" /><![endif]-->
<link href="css/print.css" rel="stylesheet" type="text/css"/>
<link href="css/search.css" rel="stylesheet" type="text/css"/>
<!-- Javascript -->
<script src="js/lib/modernizr-2.8.3.js" type="text/javascript"></script>
<script src="js/lib/json3-3.3.2.min.js" type="text/javascript"></script>
<script src="js/lib/jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="js/lib/jquery.hoverIntent-1.8.1.min.js" type="text/javascript"></script>
<script src="js/lib/bootstrap-3.2.0.min.js" type="text/javascript"></script>
<script src="js/lib/ol-4.6.4.js" type="text/javascript"></script>
<!--[if lte IE 8]><script type="text/javascript" src="js/respond.min.js"></script><![endif]-->
<script src="js/jquery.autocomplete.min.js" type="text/javascript"></script>
<script src="js/cfisurvey/cfi.js?v2" type="text/javascript"></script>
<script src="js/forecast.esri.js" type="text/javascript"></script>
<script src="js/forecast.search.js" type="text/javascript"></script>
<script src="js/forecast.openlayers.js" type="text/javascript"></script>
<script src="js/browserSniffer.js" type="text/javascript"></script>
<script id="_fed_an_ua_tag" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOC&subagency=NOAA" type="text/javascript"></script>
<script type="text/javascript">
// GoogleAnalyticsObject is defined in the federated analytics script, but PUA option not used as forecast UA needs sampleRate
window[window['GoogleAnalyticsObject']]('create', 'UA-40768555-1', 'weather.gov', {'sampleRate': 6});
window[window['GoogleAnalyticsObject']]('set', 'anonymizeIp', true);
window[window['GoogleAnalyticsObject']]('require', 'linkid');
window[window['GoogleAnalyticsObject']]('send', 'pageview');
</script>
<script type="javascript">
// ForeSee Staging Embed Script v2.01
// DO NOT MODIFY BELOW THIS LINE *****************************************
;(function (g) {
var d = document, am = d.createElement('script'), h = d.head || d.getElementsByTagName("head")[0], fsr = 'fsReady',
aex = {
"src": "//gateway.foresee.com/sites/weather-gov/production/gateway.min.js",
"type": "text/javascript",
"async": "true",
"data-vendor": "fs",
"data-role": "gateway"
};
for (var attr in aex) { am.setAttribute(attr, aex[attr]); } h.appendChild(am); g[fsr] || (g[fsr] = function () { var aT = '__' + fsr + '_stk__'; g[aT] = g[aT] || []; g[aT].push(arguments); });
})(window);
// DO NOT MODIFY ABOVE THIS LINE *****************************************
</script>
</head>
<body>
<main class="container">
<header class="row clearfix" id="page-header">
<a class="pull-left" href="http://www.noaa.gov" id="header-noaa"><img alt="National Oceanic and Atmospheric Administration" src="/css/images/header_noaa.png"/></a>
<a class="pull-left" href="http://www.weather.gov" id="header-nws"><img alt="National Weather Service" src="/css/images/header_nws.png"/></a>
<a class="pull-right" href="http://www.commerce.gov" id="header-doc"><img alt="United States Department of Commerce" src="/css/images/header_doc.png"/></a>
</header>
<nav class="navbar navbar-default row" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button class="navbar-toggle collapsed" data-target="#top-nav" data-toggle="collapse" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="top-nav">
<ul class="nav navbar-nav">
<li><a href="http://www.weather.gov">HOME</a></li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/forecastmaps">FORECAST <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov">Local</a></li><li><a href="http://digital.weather.gov">Graphical</a></li><li><a href="http://www.aviationweather.gov/">Aviation</a></li><li><a href="http://www.weather.gov/marine">Marine</a></li><li><a href="http://water.weather.gov/ahps/">Rivers and Lakes</a></li><li><a href="http://www.nhc.noaa.gov/">Hurricanes</a></li><li><a href="http://www.spc.noaa.gov/">Severe Weather</a></li><li><a href="http://www.weather.gov/fire/">Fire Weather</a></li><li><a href="https://www.esrl.noaa.gov/gmd/grad/solcalc/sunrise.html">Sun/Moon</a></li><li><a href="http://www.cpc.ncep.noaa.gov/">Long Range Forecasts</a></li><li><a href="http://www.cpc.ncep.noaa.gov">Climate Prediction</a></li><li><a href="https://www.swpc.noaa.gov/">Space Weather</a></li></ul> </li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="https://www.weather.gov/wrh/climate/">PAST WEATHER <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="https://www.weather.gov/wrh/climate/">Past Weather</a></li><li><a href="https://www.weather.gov/wrh/climate/">Heating/Cooling Days</a></li><li><a href="https://www.weather.gov/wrh/climate/">Monthly Temperatures</a></li><li><a href="https://www.weather.gov/wrh/climate/">Records</a></li><li><a href="http://aa.usno.navy.mil/">Astronomical Data</a></li></ul> </li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/safety">SAFETY <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="https://www.weather.gov/safety/flood">Floods</a></li><li><a href="https://www.weather.gov/safety/tsunami">Tsunamis</a></li><li><a href="https://www.weather.gov/safety/beachhazards">Beach Hazards</a></li><li><a href="https://www.weather.gov/safety/wildfire">Wildfire</a></li><li><a href="https://www.weather.gov/safety/cold">Cold</a></li><li><a href="https://www.weather.gov/safety/tornado">Tornadoes</a></li><li><a href="https://www.weather.gov/safety/airquality">Air Quality</a></li><li><a href="https://www.weather.gov/safety/fog">Fog</a></li><li><a href="https://www.weather.gov/safety/heat">Heat</a></li><li><a href="https://www.weather.gov/safety/hurricane">Hurricanes</a></li><li><a href="https://www.weather.gov/safety/lightning">Lightning</a></li><li><a href="https://www.weather.gov/safety/safeboating">Safe Boating</a></li><li><a href="https://www.weather.gov/safety/ripcurrent">Rip Currents</a></li><li><a href="https://www.weather.gov/safety/thunderstorm">Thunderstorms</a></li><li><a href="https://www.weather.gov/safety/space">Space Weather</a></li><li><a href="https://www.weather.gov/safety/heat-uv">Sun (Ultraviolet Radiation)</a></li><li><a href="http://www.weather.gov/safetycampaign">Safety Campaigns</a></li><li><a href="https://www.weather.gov/safety/wind">Wind</a></li><li><a href="https://www.weather.gov/safety/drought">Drought</a></li><li><a href="https://www.weather.gov/safety/winter">Winter Weather</a></li></ul> </li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/informationcenter">INFORMATION <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov/Owlie's">Owlie's Kids Page</a></li><li><a href="http://www.weather.gov/wrn/wea">Wireless Emergency Alerts</a></li><li><a href="http://www.weather.gov/wrn/">Weather-Ready Nation</a></li><li><a href="https://www.weather.gov/owlie/publication_brochures">Brochures</a></li><li><a href="https://www.weather.gov/coop/">Cooperative Observers</a></li><li><a href="http://www.weather.gov/briefing/">Daily Briefing</a></li><li><a href="http://www.nws.noaa.gov/om/hazstats.shtml">Damage/Fatality/Injury Statistics</a></li><li><a href="http://mag.ncep.noaa.gov/">Forecast Models</a></li><li><a href="https://www.weather.gov/gis">GIS Data Portal</a></li><li><a href="https://www.weather.gov/nwr/">NOAA Weather Radio</a></li><li><a href="http://weather.gov/publications">Publications</a></li><li><a href="http://www.weather.gov/SKYWARN">SKYWARN Storm Spotters</a></li><li><a href="http://www.weather.gov/StormReady">StormReady</a></li><li><a href="https://www.weather.gov/TsunamiReady/">TsunamiReady</a></li><li><a href="https://www.weather.gov/notification/">Service Change Notices</a></li></ul> </li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/education">EDUCATION <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="https://www.weather.gov/wrn/force">Be A Force of Nature</a></li><li><a href="http://www.weather.gov/owlie">NWS Education Home</a></li></ul> </li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/news/">NEWS <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov/news">NWS News</a></li><li><a href="https://www.weather.gov/wrn/calendar">Events</a></li><li><a href="http://www.weather.gov/socialmedia">Social Media</a></li><li><a href="https://www.weather.gov/owlie/publication_brochures">Pubs/Brochures/Booklets </a></li><li><a href="http://www.noaa.gov/NOAA-Communications">NWS Media Contacts</a></li></ul> </li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/search">SEARCH <span class="caret"></span></a><ul class="dropdown-menu" role="menu"> <li><!-- Begin search code -->
<div id="site-search">
<form action="//search.usa.gov/search" method="get" style="margin-bottom: 0; margin-top: 0;">
<input name="v:project" type="hidden" value="firstgov"/>
<label for="query">Search For</label>
<input id="query" name="query" size="12" type="text"/>
<input type="submit" value="Go"/>
<p>
<input checked="checked" id="nws" name="affiliate" type="radio" value="nws.noaa.gov"/>
<label class="search-scope" for="nws">NWS</label>
<input id="noaa" name="affiliate" type="radio" value="noaa.gov"/>
<label class="search-scope" for="noaa">All NOAA</label>
</p>
</form>
</div>
</li>
</ul> </li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/about">ABOUT <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov/about">About NWS</a></li><li><a href="http://www.weather.gov/organization">Organization</a></li><li><a href="https://www.weather.gov/media/wrn/NWS_Weather-Ready-Nation_Strategic_Plan_2019-2022.pdf">Strategic Plan</a></li><li><a href="https://sites.google.com/a/noaa.gov/nws-insider/">For NWS Employees</a></li><li><a href="http://www.weather.gov/international/">International</a></li><li><a href="http://www.weather.gov/organization">National Centers</a></li><li><a href="http://www.weather.gov/careers/">Careers</a></li><li><a href="http://www.weather.gov/contact">Contact Us</a></li><li><a href="https://w1.weather.gov/glossary">Glossary</a></li></ul> </li>
</ul>
</div>
</div>
</nav>
<div class="contentArea">
<!-- Start Forecastsearch -->
<div class="" id="fcst-search">
<form action="https://forecast.weather.gov/zipcity.php" class="form-inline" id="getForecast" method="get" name="getForecast" role="form">
<div id="getfcst-body">
<input class="form-control" id="inputstring" name="inputstring" placeholder="" type="text"/>
<input class="btn btn-default" id="btnSearch" name="btnSearch" type="submit" value="Go"/>
<div id="txtHelp"><a href="javascript:void(window.open('http://weather.gov/ForecastSearchHelp.html','locsearchhelp','status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,height=500,width=530').focus());">View Location Examples</a></div>
</div>
<div id="txtError">
<div id="errorNoResults" style="display:none;">Sorry, the location you searched for was not found. Please try another search.</div>
<div id="errorMultipleResults" style="display:none">Multiple locations were found. Please select one of the following:</div>
<div id="errorChoices" style="display:none"></div>
<input id="btnCloseError" style="display:none" type="button" value="Close"/>
</div>
<div id="getfcst-head">
<p>Your local forecast office is</p>
<h3 id="getfcst-headOffice"></h3>
</div>
</form>
</div>
<!-- end Forecastsearch -->
<link href="/css/topnews.css" rel="stylesheet" type="text/css"/>
<div id="news-items">
<div class="important" id="topnews">
<div class="icon"><img src="/images/news-important.jpg"/></div>
<div class="body">
<h1 style="font-size: 11pt;">Ida is Forecast to Rapidly Intensify Before Reaching the Northern Gulf Coast on Sunday</h1>
<p>
Ida is expected to be an extremely dangerous major hurricane when it reaches the coast of Louisiana on Sunday. Life-threatening storm surge along the coasts of Louisiana and Mississippi, hurricane-force winds along the Louisiana coast, including metropolitan New Orleans, and heavy rainfall and flooding from southeast Louisiana to coastal Mississippi are expected with Ida.
<a href="http://www.nhc.noaa.gov/#Ida" target="_blank">Read More ></a>
</p>
</div>
</div>
</div>
<script type="text/javascript">(function ($) { var topnews = $("#topnews"); topnews.hide(); $.get("siteNews.php", {a:"mtr"},function(response){ if (response !== "false") topnews.replaceWith($(response)); topnews.show(); }); })(jQuery);</script><!-- PageFormat-Land -->
<script language="javascript">document.title = '7-Day Forecast 37.69N 122.48W';</script><img src="images/track_land_point.png" style="display:none;"/>
<div id="quickLinks">
<span class="lang-spanish"><a href="//forecast.weather.gov/MapClick.php?lat=37.69109000000003&lon=-122.47278999999997&lg=sp">En Español</a></span>
<div class="addthis_toolbox addthis_default_style addthis-forecast">
<a class="addthis_button_compact" href="//www.addthis.com/bookmark.php?v=250&pubid=ra-5127a6364d551d04">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_preferred_5"></a>
</div>
<script type="text/javascript">
var addthis_config = addthis_config || {data_track_addressbar:true, pubid: 'xa-4b05b2d91f18c9cc'};
$(document).ready(function(){
jQuery.ajax({
url: "//s7.addthis.com/js/300/addthis_widget.js#async=1",
dataType: "script",
cache: false
});
});
</script>
</div>
<!-- Current Conditions -->
<div class="panel panel-default" id="current-conditions">
<!-- Current Conditions header row -->
<div class="panel-heading">
<div>
<b>Current conditions at</b>
<h2 class="panel-title">SAN FRANCISCO DOWNTOWN (SFOC1)</h2>
<span class="smallTxt"><b>Lat: </b>37.77056°N<b>Lon: </b>122.42694°W<b>Elev: </b>150ft.</span>
</div>
</div>
<div class="panel-body" id="current-conditions-body">
<!-- Graphic and temperatures -->
<div class="pull-left" id="current_conditions-summary">
<p class="myforecast-current">NA</p>
<p class="myforecast-current-lrg">80°F</p>
<p class="myforecast-current-sm">27°C</p>
</div>
<div class="pull-left" id="current_conditions_detail">
<table>
<tr>
<td class="text-right"><b>Humidity</b></td>
<td>39%</td>
</tr>
<tr>
<td class="text-right"><b>Wind Speed</b></td>
<td>NA NA MPH</td>
</tr>
<tr>
<td class="text-right"><b>Barometer</b></td>
<td>NA</td>
</tr>
<tr>
<td class="text-right"><b>Dewpoint</b></td>
<td>53°F (12°C)</td>
</tr>
<tr>
<td class="text-right"><b>Visibility</b></td>
<td>NA</td>
</tr>
<tr><td class="text-right"><b>Heat Index</b></td><td>80°F (27°C)</td></tr> <tr>
<td class="text-right"><b>Last update</b></td>
<td>
28 Aug 10:43 AM PDT </td>
</tr>
</table>
</div>
<div id="current_conditions_station">
<div class="current-conditions-extra">
<!-- Right hand section -->
<p class="moreInfo"><b>More Information:</b></p><p><a href="https://www.weather.gov/mtr" id="localWFO" title="San Francisco Bay Area/Monterey, CA"><span class="hideText">Local</span> Forecast Office</a><a href="https://www.weather.gov/wrh/LocalWeather?zone=CAZ006" id="moreWx">More Local Wx</a><a href="https://www.wrh.noaa.gov/mesowest/getobext.php?wfo=mtr&sid=SFOC1&num=72&raw=0">3 Day History</a><a href="//mobile.weather.gov/index.php?lat=37.6911&lon=-122.4728&unit=0&lg=english" id="mobileWxLink">Mobile Weather</a><a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=graphical" id="wxGraph">Hourly <span class="hideText">Weather </span>Forecast</a></p> </div>
<!-- /current_conditions_station -->
</div>
<!-- /current-conditions-body -->
</div>
<!-- /Current Conditions -->
</div>
<!-- 7-Day Forecast -->
<div class="panel panel-default" id="seven-day-forecast">
<div class="panel-heading">
<b>Extended Forecast for</b>
<h2 class="panel-title">
Daly City CA </h2>
</div>
<div class="panel-body" id="seven-day-forecast-body">
<div id="seven-day-forecast-container"><ul class="list-unstyled" id="seven-day-forecast-list"><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">This<br/>Afternoon</p>
<p><img alt="This Afternoon: Widespread haze before 4pm. Mostly sunny, with a high near 77. Calm wind becoming west southwest 5 to 8 mph. " class="forecast-icon" src="newimages/medium/hz.png" title="This Afternoon: Widespread haze before 4pm. Mostly sunny, with a high near 77. Calm wind becoming west southwest 5 to 8 mph. "/></p><p class="short-desc">Haze</p><p class="temp temp-high">High: 77 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Tonight<br/><br/></p>
<p><img alt="Tonight: Partly cloudy, with a low around 56. West southwest wind 5 to 8 mph. " class="forecast-icon" src="newimages/medium/nsct.png" title="Tonight: Partly cloudy, with a low around 56. West southwest wind 5 to 8 mph. "/></p><p class="short-desc">Partly Cloudy</p><p class="temp temp-low">Low: 56 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Sunday<br/><br/></p>
<p><img alt="Sunday: Mostly sunny, with a high near 71. Light southwest wind becoming west 5 to 9 mph in the morning. " class="forecast-icon" src="newimages/medium/sct.png" title="Sunday: Mostly sunny, with a high near 71. Light southwest wind becoming west 5 to 9 mph in the morning. "/></p><p class="short-desc">Mostly Sunny</p><p class="temp temp-high">High: 71 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Sunday<br/>Night</p>
<p><img alt="Sunday Night: Mostly cloudy, with a low around 54. West southwest wind 8 to 10 mph. " class="forecast-icon" src="newimages/medium/nbkn.png" title="Sunday Night: Mostly cloudy, with a low around 54. West southwest wind 8 to 10 mph. "/></p><p class="short-desc">Mostly Cloudy</p><p class="temp temp-low">Low: 54 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Monday<br/><br/></p>
<p><img alt="Monday: Partly sunny, with a high near 63. Southwest wind 9 to 14 mph, with gusts as high as 18 mph. " class="forecast-icon" src="newimages/medium/bkn.png" title="Monday: Partly sunny, with a high near 63. Southwest wind 9 to 14 mph, with gusts as high as 18 mph. "/></p><p class="short-desc">Partly Sunny</p><p class="temp temp-high">High: 63 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Monday<br/>Night</p>
<p><img alt="Monday Night: Mostly cloudy, with a low around 53." class="forecast-icon" src="newimages/medium/nbkn.png" title="Monday Night: Mostly cloudy, with a low around 53."/></p><p class="short-desc">Mostly Cloudy</p><p class="temp temp-low">Low: 53 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Tuesday<br/><br/></p>
<p><img alt="Tuesday: Mostly sunny, with a high near 63." class="forecast-icon" src="newimages/medium/sct.png" title="Tuesday: Mostly sunny, with a high near 63."/></p><p class="short-desc">Mostly Sunny</p><p class="temp temp-high">High: 63 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Tuesday<br/>Night</p>
<p><img alt="Tuesday Night: Partly cloudy, with a low around 53." class="forecast-icon" src="newimages/medium/nsct.png" title="Tuesday Night: Partly cloudy, with a low around 53."/></p><p class="short-desc">Partly Cloudy</p><p class="temp temp-low">Low: 53 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Wednesday<br/><br/></p>
<p><img alt="Wednesday: Partly sunny, with a high near 62." class="forecast-icon" src="newimages/medium/bkn.png" title="Wednesday: Partly sunny, with a high near 62."/></p><p class="short-desc">Partly Sunny</p><p class="temp temp-high">High: 62 °F</p></div></li></ul></div>
<script type="text/javascript">
// equalize forecast heights
$(function () {
var maxh = 0;
$(".forecast-tombstone .short-desc").each(function () {
var h = $(this).height();
if (h > maxh) { maxh = h; }
});
$(".forecast-tombstone .short-desc").height(maxh);
});
</script> </div>
</div>
<!-- Everything between 7-Day Forecast and Footer goes in this row -->
<div class="row" id="floatingDivs">
<!-- Everything on the left-hand side -->
<div class="col-md-7 col-lg-8">
<!-- Detailed Forecast -->
<div class="panel panel-default" id="detailed-forecast">
<div class="panel-heading">
<h2 class="panel-title">Detailed Forecast</h2>
</div>
<div class="panel-body" id="detailed-forecast-body">
<div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>This Afternoon</b></div><div class="col-sm-10 forecast-text">Widespread haze before 4pm. Mostly sunny, with a high near 77. Calm wind becoming west southwest 5 to 8 mph. </div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Tonight</b></div><div class="col-sm-10 forecast-text">Partly cloudy, with a low around 56. West southwest wind 5 to 8 mph. </div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Sunday</b></div><div class="col-sm-10 forecast-text">Mostly sunny, with a high near 71. Light southwest wind becoming west 5 to 9 mph in the morning. </div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Sunday Night</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 54. West southwest wind 8 to 10 mph. </div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Monday</b></div><div class="col-sm-10 forecast-text">Partly sunny, with a high near 63. Southwest wind 9 to 14 mph, with gusts as high as 18 mph. </div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Monday Night</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 53.</div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Tuesday</b></div><div class="col-sm-10 forecast-text">Mostly sunny, with a high near 63.</div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Tuesday Night</b></div><div class="col-sm-10 forecast-text">Partly cloudy, with a low around 53.</div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Wednesday</b></div><div class="col-sm-10 forecast-text">Partly sunny, with a high near 62.</div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Wednesday Night</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 54.</div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Thursday</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a high near 61.</div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Thursday Night</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 53.</div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Friday</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a high near 62.</div></div> </div>
</div>
<!-- /Detailed Forecast -->
<!-- Additional Forecasts and Information -->
<div class="panel panel-default" id="additional_forecasts">
<div class="panel-heading">
<h2 class="panel-title">Additional Forecasts and Information</h2>
</div>
<div class="panel-body" id="additional-forecasts-body">
<p class="myforecast-location"><a href="MapClick.php?zoneid=CAZ509">Zone Area Forecast for San Francisco Peninsula Coast, CA</a></p>
<!-- First nine-ten links -->
<div id="linkBlockContainer">
<div class="linkBlock">
<ul class="list-unstyled">
<li><a href="//forecast.weather.gov/product.php?site=MTR&issuedby=MTR&product=AFD&format=CI&version=1&glossary=1">Forecast Discussion</a></li>
<li><a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=text&TextType=2">Printable Forecast</a></li>
<li><a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=text&TextType=1">Text Only Forecast</a></li>
</ul>
</div>
<div class="linkBlock">
<ul class="list-unstyled">
<li><a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=graphical">Hourly Weather Forecast</a></li>
<li><a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=digital">Tabular Forecast</a></li>
<!-- <li><a href="afm/PointClick.php?lat=37.6911&lon=-122.4728">Quick Forecast</a></li> -->
</ul>
</div>
<div class="linkBlock">
<ul class="list-unstyled">
<li><a href="//weather.gov/aq/probe_aq_data.php?latitude=37.6911&longitude=-122.4728">Air Quality Forecasts</a></li>
<li><a href="MapClick.php?lat=37.6911&lon=-122.4728&FcstType=text&unit=1&lg=en">International System of Units</a></li>
<li><a href="//www.wrh.noaa.gov/forecast/wxtables/index.php?lat=37.6911&lon=-122.4728">Forecast Weather Table Interface</a></li>
</ul>
</div>
<!-- /First nine-ten links -->
<!-- Additional links -->
<div class="linkBlock"><ul class="list-unstyled"><li><a href="http://www.wrh.noaa.gov/mtr/versprod.php?pil=RR8&sid=RSA" target="_self">Hourly River Stages</a></li><li><a href="http://www.wrh.noaa.gov/mtr/versprod.php?pil=RR5&sid=RSA" target="_self">Hourly Rainfall</a></li></ul></div><div class="linkBlock"><ul class="list-unstyled"><li><a href="http://www.wrh.noaa.gov/mtr/wxlinks.php" target="_self">NWS Office Map</a></li><li><a href="http://www.wrh.noaa.gov/mtr/wx_calculator.php" target="_self">Weather Calculator</a></li></ul></div><div class="linkBlock"><ul class="list-unstyled"><li><a href="http://www.nws.noaa.gov/wtf/udaf/area/?site=mtr" target="_self">User Defined Area</a></li></ul></div>
</div> <!-- /linkBlockContainer -->
</div><!-- /additional-forecasts-body-->
</div> <!-- /additional_forecasts -->
</div> <!-- /Everything on the left-hand side -->
<!-- right-side-data -->
<div class="col-md-5 col-lg-4" id="right-side-data">
<div id="mapAndDescriptionArea">
<!-- openlayer map -->
<style>
#custom-search{
display: block;
position: relative;
z-index: 50;
top: 52px;
left: 60px;
}
#esri-geocoder-search{
display: block;
position: relative;
z-index: 50;
top: 52px;
left: 60px;
}
#emap{
margin-top:15px;
cursor:pointer;
height:370px;
width:100%;
border: 1px solid #ccc;
border-radius: 3px;
}
#switch-basemap-container{
}
#basemap-selection-form ul{
list-style: none;
margin: 0px;
}
#basemap-selection-form li{
float: left;
}
.disclaimer{
margin-top:350px;
margin-left: 5px;
z-index: 100;
position: absolute;
text-transform: none;
}
.esriAttributionLastItem{
text-transform: none;
}
.esriSimpleSlider div{
height:22px;
line-height:20px;
width:20px;
}
#point-forecast-map-label {
text-align:center;
font-weight:bold;
color:black;
}
@media (max-width: 767px) {
#emap{
margin-top:.5em;
height:270px;
}
.disclaimer{
margin-top:250px;
}
}
</style>
<!-- forecast-map -->
<div class="point-forecast-map">
<div class="point-forecast-map-header text-center">
<div id="toolbar">
<div id="switch-basemap-container">
<div id="basemap-selection-form" title="Choose a Basemap">
<div id="basemap-menu">
<select autocomplete="off" id="basemap-selected" name="basemap-selected" title="Basemap Dropdown Menu">
<option value="none">Select Basemap</option>
<option selected="" value="topo">Topographic</option>
<option value="streets">Streets</option>
<option value="satellite">Satellite</option>
<option value="ocean">Ocean</option>
</select>
</div>
</div>
<div id="point-forecast-map-label">
Click Map For Forecast
</div>
</div><!-- //#switch-basemap-container -->
<div style="clear:both;"></div>
</div><!-- //#toolbar -->
</div><!-- //.point-forecast-map-header -->
<div id="emap">
<noscript><center><br/><br/><b>Map function requires Javascript and a compatible browser.</b></center></noscript>
<div class="disclaimer"><a href="http://www.weather.gov/disclaimer#esri">Disclaimer</a></div>
</div><!-- //#emap -->
<div class="point-forecast-map-footer">
<img alt="Map Legend" height="16" src="./images/wtf/maplegend_forecast-area.gif" width="100"/>
</div><!-- //.point-forecast-map-footer -->
</div> <!-- //.point-forecast-map -->
<!-- //forecast-map -->
<!-- //openlayer map -->
<!-- About this Forecast -->
<div id="about_forecast">
<div class="fullRow">
<div class="left">Point Forecast:</div>
<div class="right">Daly City CA<br/> 37.69°N 122.48°W (Elev. 197 ft)</div>
</div>
<div class="fullRow">
<div class="left"><a href="//www.weather.gov/glossary/index.php?word=Last+update" target="_blank">Last Update</a>: </div>
<div class="right">6:43 am PDT Aug 28, 2021</div>
</div>
<div class="fullRow">
<div class="left"><a href="//www.weather.gov/glossary/index.php?word=forecast+valid+for" target="_blank">Forecast Valid</a>: </div>
<div class="right">12pm PDT Aug 28, 2021-6pm PDT Sep 3, 2021</div>
</div>
<div class="fullRow">
<div class="left"> </div>
<div class="right"><a href="https://forecast.weather.gov/product.php?site=MTR&issuedby=MTR&product=AFD&format=CI&version=1&glossary=1">Forecast Discussion</a></div>
</div>
<div class="fullRow">
<div class="left"> </div>
<div class="right">
<a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=kml"><img alt="Get as KML" height="17" src="/images/wtf/kml_badge.png" width="45"/></a>
<a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=dwml"><img alt="Get as XML" height="17" src="/images/wtf/xml_badge.png" width="45"/></a>
</div>
</div>
</div>
<!-- /About this Forecast -->
</div>
<!--additionalForecast-->
<div class="panel panel-default" id="additionalForecast">
<div class="panel-heading">
<h2 class="panel-title">Additional Resources</h2>
</div>
<div class="panel-body">
<!-- Radar & Satellite Images -->
<div class="subItem" id="radar">
<h4>Radar & Satellite Image</h4>
<a href="https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOiJsb2NhbCIsImNlbnRlciI6Wy0xMjEuODgyLDM3LjU4OF0sInpvb20iOjgsImZpbHRlciI6IldTUi04OEQiLCJsYXllciI6ImNyZWYiLCJzdGF0aW9uIjoiS01VWCIsInRyYW5zcGFyZW50Ijp0cnVlLCJhbGVydHNPdmVybGF5Ijp0cnVlLCJzdGF0aW9uSWNvbnNPdmVybGF5Ijp0cnVlfSwiYmFzZSI6InN0YW5kYXJkIiwiY291bnR5Ijp0cnVlLCJjd2EiOmZhbHNlLCJzdGF0ZSI6dHJ1ZSwibWVudSI6dHJ1ZSwic2hvcnRGdXNlZE9ubHkiOnRydWV9#/"><img alt="Link to Local Radar Data" class="radar-thumb" src="//radar.weather.gov/ridge/lite/KMUX_0.gif" title="Link to Local Radar Data"/></a> <a href="https://www.star.nesdis.noaa.gov/GOES/sector.php?sat=G17&sector=psw"><img alt="Link to Satellite Data" class="satellite-thumb" src="https://cdn.star.nesdis.noaa.gov/GOES17/ABI/SECTOR/psw/GEOCOLOR/600x600.jpg" title="Link to Satellite Data"/></a> </div>
<!-- /Radar & Satellite Images -->
<!-- Hourly Weather Forecast -->
<div class="subItem" id="feature">
<h4>Hourly Weather Forecast</h4>
<a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=graphical"><img class="img-responsive" src="newimages/medium/hourlyweather.png"/></a>
</div>
<!-- /Hourly Weather Forecast -->
<!-- NDFD -->
<div class="subItem" id="NDFD">
<h4>National Digital Forecast Database</h4>
<div class="one-sixth-first"><a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=MaxT"><img alt="National Digital Forecast Database Maximum Temperature Forecast" border="0" height="150" src="//graphical.weather.gov/images/thumbnail/latest_MaxMinT_pacsouthwest_thumbnail.png" title="National Digital Forecast Database Maximum Temperature Forecast" width="147"/></a>
<p><a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=MaxT">High Temperature</a></p></div><div class="one-sixth-first"><a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=Wx"><img alt="National Digital Forecast Database Weather Element Forecast" border="0" height="150" src="//graphical.weather.gov/images/thumbnail/latest_Wx_pacsouthwest_thumbnail.png" title="National Digital Forecast Database Weather Element Forecast" width="147"/></a>
<p><a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=Wx">Chance of Precipitation</a></p></div> </div>
<!-- /NDFD -->
</div>
</div>
<!-- /additionalForecast -->
</div>
<!-- /col-md-4 -->
<!-- /right-side-data -->
<script language="javascript">$( document ).ready(function() { load_openlayers_map('', '', '', '{"centroid_lat":"37.6911","centroid_lon":"-122.4728","lat1":"37.6805","lon1":"-122.4865","lat2":"37.7025","lon2":"-122.492","lat3":"37.707","lon3":"-122.4645","lat4":"37.685","lon4":"-122.459"}') });</script></div>
<!-- /row -->
</div>
<!-- /PageFormat-Land -->
<footer>
<div class="sitemap-content row" id="sitemap">
<div class="col-xs-12">
<div class="sitemap-columns">
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://alerts.weather.gov">ACTIVE ALERTS</a>
<button class="menu-toggle pull-right" data-target="#sitemap-1" data-toggle="collapse" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-1">
<ul class="list-unstyled">
<li><a href=" http://alerts.weather.gov">Warnings By State</a></li>
<li><a href=" http://www.wpc.ncep.noaa.gov/ww.shtml">Excessive Rainfall and Winter Weather Forecasts</a></li>
<li><a href="http://water.weather.gov/ahps/?current_color=flood&current_type=all&fcst_type=obs&conus_map=d_map">River Flooding </a></li>
<li><a href=" http://www.weather.gov">Latest Warnings</a></li>
<li><a href=" http://www.spc.noaa.gov/products/outlook/">Thunderstorm/Tornado Outlook </a></li>
<li><a href=" http://www.nhc.noaa.gov/">Hurricanes </a></li>
<li><a href=" http://www.spc.noaa.gov/products/fire_wx/">Fire Weather Outlooks </a></li>
<li><a href=" http://www.cpc.ncep.noaa.gov/products/stratosphere/uv_index/uv_alert.shtml">UV Alerts </a></li>
<li><a href=" http://www.drought.gov/">Drought </a></li>
<li><a href="http://www.swpc.noaa.gov/products/alerts-watches-and-warnings">Space Weather </a></li>
<li><a href=" http://www.nws.noaa.gov/nwr/">NOAA Weather Radio </a></li>
<li><a href=" http://alerts.weather.gov/">NWS CAP Feeds </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="https://www.weather.gov/wrh/climate">PAST WEATHER</a>
<button class="menu-toggle pull-right" data-target="#sitemap-2" data-toggle="collapse" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-2">
<ul class="list-unstyled">
<li><a href=" http://www.cpc.ncep.noaa.gov/products/MD_index.shtml">Climate Monitoring </a></li>
<li><a href="https://www.weather.gov/wrh/climate">Past Weather </a></li>
<li><a href="https://www.weather.gov/wrh/climate">Monthly Temps </a></li>
<li><a href="https://www.weather.gov/wrh/climate">Records </a></li>
<li><a href="https://www.esrl.noaa.gov/gmd/grad/solcalc/sunrise.html">Astronomical Data </a></li>
<li><a href="https://www.climate.gov/maps-data/dataset/past-weather-zip-code-data-table">Certified Weather Data </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://www.weather.gov/current">CURRENT CONDITIONS</a>
<button class="menu-toggle pull-right" data-target="#sitemap-3" data-toggle="collapse" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-3">
<ul class="list-unstyled">
<li><a href=" https://radar.weather.gov">Radar </a></li>
<li><a href="http://www.cpc.ncep.noaa.gov/products/monitoring_and_data/">Climate Monitoring </a></li>
<li><a href=" http://water.weather.gov/ahps/">River Levels </a></li>
<li><a href=" http://water.weather.gov/precip/">Observed Precipitation </a></li>
<li><a href="https://www.wpc.ncep.noaa.gov/sfc/sfcobs/sfcobs.shtml">Surface Weather </a></li>
<li><a href="http://www.spc.noaa.gov/obswx/maps/">Upper Air </a></li>
<li><a href=" http://www.ndbc.noaa.gov/">Marine and Buoy Reports </a></li>
<li><a href="http://www.nohrsc.noaa.gov/interactive/html/map.html">Snow Cover </a></li>
<li><a href=" http://www.weather.gov/satellite">Satellite </a></li>
<li><a href=" http://www.swpc.noaa.gov/">Space Weather </a></li>
<li><a href="http://www.weather.gov/pr">International Observations</a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/forecastmaps">FORECAST</a>
<button class="menu-toggle pull-right" data-target="#sitemap-4" data-toggle="collapse" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-4">
<ul class="list-unstyled">
<li><a href=" http://www.weather.gov/">Local Forecast </a></li>
<li><a href="http://www.weather.gov/pr">International Forecasts</a></li>
<li><a href=" http://www.spc.noaa.gov/">Severe Weather </a></li>
<li><a href=" http://www.wpc.ncep.noaa.gov/">Current Outlook Maps </a></li>
<li><a href="http://www.cpc.ncep.noaa.gov/products/Drought">Drought </a></li>
<li><a href="http://www.weather.gov/fire">Fire Weather </a></li>
<li><a href=" http://www.wpc.ncep.noaa.gov/">Fronts/Precipitation Maps </a></li>
<li><a href=" http://www.nws.noaa.gov/forecasts/graphical/">Current Graphical Forecast Maps </a></li>
<li><a href="http://water.weather.gov/ahps/forecasts.php">Rivers </a></li>
<li><a href="https://www.weather.gov/marine/">Marine </a></li>
<li><a href="https://ocean.weather.gov/marine_areas.php">Offshore and High Seas</a></li>
<li><a href=" http://www.nhc.noaa.gov/">Hurricanes </a></li>
<li><a href=" http://aviationweather.gov">Aviation Weather </a></li>
<li><a href="http://www.cpc.ncep.noaa.gov/products/OUTLOOKS_index.shtml">Climatic Outlook </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://www.weather.gov/informationcenter">INFORMATION CENTER</a>
<button class="menu-toggle pull-right" data-target="#sitemap-5" data-toggle="collapse" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-5">
<ul class="list-unstyled">
<li><a href=" http://www.spaceweather.gov">Space Weather </a></li>
<li><a href="http://www.weather.gov/briefing/">Daily Briefing </a></li>
<li><a href=" http://www.nws.noaa.gov/om/marine/home.htm">Marine </a></li>
<li><a href="https://www.weather.gov/wrh/climate">Climate </a></li>
<li><a href="http://www.weather.gov/fire">Fire Weather </a></li>
<li><a href=" http://www.aviationweather.gov/">Aviation </a></li>
<li><a href="http://mag.ncep.noaa.gov/">Forecast Models </a></li>
<li><a href="http://water.weather.gov/ahps/">Water </a></li>
<li><a href="https://www.weather.gov/gis/">GIS</a></li>
<li><a href=" http://www.nws.noaa.gov/om/coop/">Cooperative Observers </a></li>
<li><a href="https://www.weather.gov/skywarn/">Storm Spotters </a></li>
<li><a href="http://www.tsunami.gov">Tsunami Warning System</a></li>
<li><a href="http://water.noaa.gov/">National Water Center</a></li>
<li><a href="http://www.weather.gov/pr">International Weather</a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/safety">WEATHER SAFETY</a>
<button class="menu-toggle pull-right" data-target="#sitemap-6" data-toggle="collapse" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-6">
<ul class="list-unstyled">
<li><a href="http://www.weather.gov/nwr/">NOAA Weather Radio</a></li>
<li><a href="http://www.weather.gov/stormready/">StormReady</a></li>
<li><a href="http://www.nws.noaa.gov/om/heat/index.shtml">Heat </a></li>
<li><a href="https://www.weather.gov/safety/lightning">Lightning </a></li>
<li><a href=" http://www.nhc.noaa.gov/prepare/">Hurricanes </a></li>
<li><a href="http://www.nws.noaa.gov/om/thunderstorm/">Thunderstorms </a></li>
<li><a href="https://www.weather.gov/safety/tornado">Tornadoes </a></li>
<li><a href="https://www.weather.gov/safety/ripcurrent">Rip Currents </a></li>
<li><a href="https://www.weather.gov/safety/flood">Floods </a></li>
<li><a href="https://www.weather.gov/safety/tsunami">Tsunamis</a></li>
<li><a href="https://www.weather.gov/tsunamiready/">TsunamiReady</a></li>
<li><a href=" http://www.weather.gov/om/winter/index.shtml">Winter Weather </a></li>
<li><a href="http://www.nws.noaa.gov/om/heat/uv.shtml">Ultra Violet Radiation </a></li>
<li><a href=" http://www.weather.gov/airquality/">Air Quality </a></li>
<li><a href=" http://www.weather.gov/om/hazstats.shtml">Damage/Fatality/Injury Statistics </a></li>
<li><a href=" http://www.redcross.org/">Red Cross </a></li>
<li><a href=" http://www.fema.gov/">Federal Emergency Management Agency (FEMA) </a></li>
<li><a href=" http://www.weather.gov/om/brochures.shtml">Brochures </a></li>
<li><a href="http://www.nws.noaa.gov/os/marine/safeboating/">Safe Boating</a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/news">NEWS</a>
<button class="menu-toggle pull-right" data-target="#sitemap-7" data-toggle="collapse" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-7">
<ul class="list-unstyled">
<li><a href=" http://weather.gov/news">Newsroom</a></li>
<li><a href=" http://weather.gov/socialmedia">Social Media </a></li>
<li><a href="http://www.nws.noaa.gov/com/weatherreadynation/calendar.html">Events</a></li>
<li><a href=" http://www.weather.gov/om/brochures.shtml">Pubs/Brochures/Booklets </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/owlie">EDUCATION</a>
<button class="menu-toggle pull-right" data-target="#sitemap-8" data-toggle="collapse" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-8">
<ul class="list-unstyled">
<li><a href="http://weather.gov/education">NWS Education Home</a></li>
<li><a href="http://www.nws.noaa.gov/com/weatherreadynation/force.html">Be A Force of Nature</a></li>
<li><a href=" http://www.education.noaa.gov/Weather_and_Atmosphere/">NOAA Education Resources </a></li>
<li><a href=" http://www.weather.gov/glossary/">Glossary </a></li>
<li><a href="https://www.weather.gov/jetstream/">JetStream </a></li>
<li><a href=" http://www.weather.gov/training/">NWS Training Portal </a></li>
<li><a href="https://library.noaa.gov/">NOAA Library </a></li>
<li><a href="http://weather.gov/owlie">For Students, Parents and Teachers</a></li>
<li><a href="http://www.weather.gov/owlie/publication_brochures">Brochures </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/about">ABOUT</a>
<button class="menu-toggle pull-right" data-target="#sitemap-9" data-toggle="collapse" type="button">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-9">
<ul class="list-unstyled">
<li><a href="http://weather.gov/organization">Organization </a></li>
<li><a href="https://www.weather.gov/media/wrn/NWS_Weather-Ready-Nation_Strategic_Plan_2019-2022.pdf">Strategic Plan </a></li>
<li><a href="https://sites.google.com/a/noaa.gov/nws-best-practices/">For NWS Employees </a></li>
<li><a href="https://www.weather.gov/international/">International </a></li>
<li><a href="http://www.ncep.noaa.gov/">National Centers </a></li>
<li><a href=" http://www.weather.gov/tg/">Products and Services </a></li>
<li><a href="http://www.weather.gov/careers/">Careers</a></li>
<li><a href=" http://www.weather.gov/glossary/">Glossary </a></li>
<li><a href="http://weather.gov/contact">Contact Us </a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- legal footer area -->
<div class="footer-legal">
<div class="col-xs-12 col-sm-2 col-md-2" id="footerLogo">
<a href="http://www.usa.gov"><img alt="usa.gov" height="30" src="/css/images/usa_gov.png" width="110"/></a>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<ul class="list-unstyled footer-legal-content">
<li><a href="http://www.commerce.gov">US Dept of Commerce</a></li>
<li><a href="http://www.noaa.gov">National Oceanic and Atmospheric Administration</a></li>
<li><a href="http://www.weather.gov">National Weather Service</a></li>
<li><a href="https://www.weather.gov/mtr">San Francisco Bay Area, CA</a></li><li><br/><a href="mailto:w-mtr.webmaster@noaa.gov">Comments? Questions? Please Contact Us.</a></li> </ul>
</div>
<div class="col-xs-12 col-sm-3 col-md-3">
<ul class="list-unstyled">
<li><a href="https://www.weather.gov/disclaimer">Disclaimer</a></li>
<li><a href="http://www.cio.noaa.gov/services_programs/info_quality.html">Information Quality</a></li>
<li><a href="https://www.weather.gov/help">Help</a></li>
<li><a href="http://www.weather.gov/glossary">Glossary</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-3 col-md-3">
<ul class="list-unstyled">
<li><a href="https://www.weather.gov/privacy">Privacy Policy</a></li>
<li><a href="https://www.noaa.gov/foia-freedom-of-information-act">Freedom of Information Act (FOIA)</a></li>
<li><a href="https://www.weather.gov/about">About Us</a></li>
<li><a href="https://www.weather.gov/careers">Career Opportunities</a></li>
</ul>
</div>
</div>
</footer>
</main>
</body>
</html>
print(Soup.prettify())
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Meta -->
<meta content="width=device-width" name="viewport"/>
<link href="http://purl.org/dc/elements/1.1/" rel="schema.DC"/>
<title>
National Weather Service
</title>
<meta content="National Weather Service" name="DC.title"/>
<meta content="NOAA National Weather Service National Weather Service" name="DC.description"/>
<meta content="US Department of Commerce, NOAA, National Weather Service" name="DC.creator"/>
<meta content="" name="DC.date.created" scheme="ISO8601"/>
<meta content="EN-US" name="DC.language" scheme="DCTERMS.RFC1766"/>
<meta content="weather, National Weather Service" name="DC.keywords"/>
<meta content="NOAA's National Weather Service" name="DC.publisher"/>
<meta content="National Weather Service" name="DC.contributor"/>
<meta content="http://www.weather.gov/disclaimer.php" name="DC.rights"/>
<meta content="General" name="rating"/>
<meta content="index,follow" name="robots"/>
<!-- Icons -->
<link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<!-- CSS -->
<link href="css/bootstrap-3.2.0.min.css" rel="stylesheet"/>
<link href="css/bootstrap-theme-3.2.0.min.css" rel="stylesheet"/>
<link href="css/font-awesome-4.3.0.min.css" rel="stylesheet"/>
<link href="css/ol-4.6.4.css" rel="stylesheet" type="text/css"/>
<link href="css/mapclick.css" rel="stylesheet" type="text/css"/>
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="css/bootstrap-ie7.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="css/mapclick-ie.css" /><![endif]-->
<link href="css/print.css" rel="stylesheet" type="text/css"/>
<link href="css/search.css" rel="stylesheet" type="text/css"/>
<!-- Javascript -->
<script src="js/lib/modernizr-2.8.3.js" type="text/javascript">
</script>
<script src="js/lib/json3-3.3.2.min.js" type="text/javascript">
</script>
<script src="js/lib/jquery-1.11.3.min.js" type="text/javascript">
</script>
<script src="js/lib/jquery.hoverIntent-1.8.1.min.js" type="text/javascript">
</script>
<script src="js/lib/bootstrap-3.2.0.min.js" type="text/javascript">
</script>
<script src="js/lib/ol-4.6.4.js" type="text/javascript">
</script>
<!--[if lte IE 8]><script type="text/javascript" src="js/respond.min.js"></script><![endif]-->
<script src="js/jquery.autocomplete.min.js" type="text/javascript">
</script>
<script src="js/cfisurvey/cfi.js?v2" type="text/javascript">
</script>
<script src="js/forecast.esri.js" type="text/javascript">
</script>
<script src="js/forecast.search.js" type="text/javascript">
</script>
<script src="js/forecast.openlayers.js" type="text/javascript">
</script>
<script src="js/browserSniffer.js" type="text/javascript">
</script>
<script id="_fed_an_ua_tag" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOC&subagency=NOAA" type="text/javascript">
</script>
<script type="text/javascript">
// GoogleAnalyticsObject is defined in the federated analytics script, but PUA option not used as forecast UA needs sampleRate
window[window['GoogleAnalyticsObject']]('create', 'UA-40768555-1', 'weather.gov', {'sampleRate': 6});
window[window['GoogleAnalyticsObject']]('set', 'anonymizeIp', true);
window[window['GoogleAnalyticsObject']]('require', 'linkid');
window[window['GoogleAnalyticsObject']]('send', 'pageview');
</script>
<script type="javascript">
// ForeSee Staging Embed Script v2.01
// DO NOT MODIFY BELOW THIS LINE *****************************************
;(function (g) {
var d = document, am = d.createElement('script'), h = d.head || d.getElementsByTagName("head")[0], fsr = 'fsReady',
aex = {
"src": "//gateway.foresee.com/sites/weather-gov/production/gateway.min.js",
"type": "text/javascript",
"async": "true",
"data-vendor": "fs",
"data-role": "gateway"
};
for (var attr in aex) { am.setAttribute(attr, aex[attr]); } h.appendChild(am); g[fsr] || (g[fsr] = function () { var aT = '__' + fsr + '_stk__'; g[aT] = g[aT] || []; g[aT].push(arguments); });
})(window);
// DO NOT MODIFY ABOVE THIS LINE *****************************************
</script>
</head>
<body>
<main class="container">
<header class="row clearfix" id="page-header">
<a class="pull-left" href="http://www.noaa.gov" id="header-noaa">
<img alt="National Oceanic and Atmospheric Administration" src="/css/images/header_noaa.png"/>
</a>
<a class="pull-left" href="http://www.weather.gov" id="header-nws">
<img alt="National Weather Service" src="/css/images/header_nws.png"/>
</a>
<a class="pull-right" href="http://www.commerce.gov" id="header-doc">
<img alt="United States Department of Commerce" src="/css/images/header_doc.png"/>
</a>
</header>
<nav class="navbar navbar-default row" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button class="navbar-toggle collapsed" data-target="#top-nav" data-toggle="collapse" type="button">
<span class="sr-only">
Toggle navigation
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>
<div class="collapse navbar-collapse" id="top-nav">
<ul class="nav navbar-nav">
<li>
<a href="http://www.weather.gov">
HOME
</a>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/forecastmaps">
FORECAST
<span class="caret">
</span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="http://www.weather.gov">
Local
</a>
</li>
<li>
<a href="http://digital.weather.gov">
Graphical
</a>
</li>
<li>
<a href="http://www.aviationweather.gov/">
Aviation
</a>
</li>
<li>
<a href="http://www.weather.gov/marine">
Marine
</a>
</li>
<li>
<a href="http://water.weather.gov/ahps/">
Rivers and Lakes
</a>
</li>
<li>
<a href="http://www.nhc.noaa.gov/">
Hurricanes
</a>
</li>
<li>
<a href="http://www.spc.noaa.gov/">
Severe Weather
</a>
</li>
<li>
<a href="http://www.weather.gov/fire/">
Fire Weather
</a>
</li>
<li>
<a href="https://www.esrl.noaa.gov/gmd/grad/solcalc/sunrise.html">
Sun/Moon
</a>
</li>
<li>
<a href="http://www.cpc.ncep.noaa.gov/">
Long Range Forecasts
</a>
</li>
<li>
<a href="http://www.cpc.ncep.noaa.gov">
Climate Prediction
</a>
</li>
<li>
<a href="https://www.swpc.noaa.gov/">
Space Weather
</a>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="https://www.weather.gov/wrh/climate/">
PAST WEATHER
<span class="caret">
</span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="https://www.weather.gov/wrh/climate/">
Past Weather
</a>
</li>
<li>
<a href="https://www.weather.gov/wrh/climate/">
Heating/Cooling Days
</a>
</li>
<li>
<a href="https://www.weather.gov/wrh/climate/">
Monthly Temperatures
</a>
</li>
<li>
<a href="https://www.weather.gov/wrh/climate/">
Records
</a>
</li>
<li>
<a href="http://aa.usno.navy.mil/">
Astronomical Data
</a>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/safety">
SAFETY
<span class="caret">
</span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="https://www.weather.gov/safety/flood">
Floods
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/tsunami">
Tsunamis
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/beachhazards">
Beach Hazards
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/wildfire">
Wildfire
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/cold">
Cold
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/tornado">
Tornadoes
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/airquality">
Air Quality
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/fog">
Fog
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/heat">
Heat
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/hurricane">
Hurricanes
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/lightning">
Lightning
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/safeboating">
Safe Boating
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/ripcurrent">
Rip Currents
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/thunderstorm">
Thunderstorms
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/space">
Space Weather
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/heat-uv">
Sun (Ultraviolet Radiation)
</a>
</li>
<li>
<a href="http://www.weather.gov/safetycampaign">
Safety Campaigns
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/wind">
Wind
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/drought">
Drought
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/winter">
Winter Weather
</a>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/informationcenter">
INFORMATION
<span class="caret">
</span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="http://www.weather.gov/Owlie's">
Owlie's Kids Page
</a>
</li>
<li>
<a href="http://www.weather.gov/wrn/wea">
Wireless Emergency Alerts
</a>
</li>
<li>
<a href="http://www.weather.gov/wrn/">
Weather-Ready Nation
</a>
</li>
<li>
<a href="https://www.weather.gov/owlie/publication_brochures">
Brochures
</a>
</li>
<li>
<a href="https://www.weather.gov/coop/">
Cooperative Observers
</a>
</li>
<li>
<a href="http://www.weather.gov/briefing/">
Daily Briefing
</a>
</li>
<li>
<a href="http://www.nws.noaa.gov/om/hazstats.shtml">
Damage/Fatality/Injury Statistics
</a>
</li>
<li>
<a href="http://mag.ncep.noaa.gov/">
Forecast Models
</a>
</li>
<li>
<a href="https://www.weather.gov/gis">
GIS Data Portal
</a>
</li>
<li>
<a href="https://www.weather.gov/nwr/">
NOAA Weather Radio
</a>
</li>
<li>
<a href="http://weather.gov/publications">
Publications
</a>
</li>
<li>
<a href="http://www.weather.gov/SKYWARN">
SKYWARN Storm Spotters
</a>
</li>
<li>
<a href="http://www.weather.gov/StormReady">
StormReady
</a>
</li>
<li>
<a href="https://www.weather.gov/TsunamiReady/">
TsunamiReady
</a>
</li>
<li>
<a href="https://www.weather.gov/notification/">
Service Change Notices
</a>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/education">
EDUCATION
<span class="caret">
</span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="https://www.weather.gov/wrn/force">
Be A Force of Nature
</a>
</li>
<li>
<a href="http://www.weather.gov/owlie">
NWS Education Home
</a>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/news/">
NEWS
<span class="caret">
</span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="http://www.weather.gov/news">
NWS News
</a>
</li>
<li>
<a href="https://www.weather.gov/wrn/calendar">
Events
</a>
</li>
<li>
<a href="http://www.weather.gov/socialmedia">
Social Media
</a>
</li>
<li>
<a href="https://www.weather.gov/owlie/publication_brochures">
Pubs/Brochures/Booklets
</a>
</li>
<li>
<a href="http://www.noaa.gov/NOAA-Communications">
NWS Media Contacts
</a>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/search">
SEARCH
<span class="caret">
</span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<!-- Begin search code -->
<div id="site-search">
<form action="//search.usa.gov/search" method="get" style="margin-bottom: 0; margin-top: 0;">
<input name="v:project" type="hidden" value="firstgov"/>
<label for="query">
Search For
</label>
<input id="query" name="query" size="12" type="text"/>
<input type="submit" value="Go"/>
<p>
<input checked="checked" id="nws" name="affiliate" type="radio" value="nws.noaa.gov"/>
<label class="search-scope" for="nws">
NWS
</label>
<input id="noaa" name="affiliate" type="radio" value="noaa.gov"/>
<label class="search-scope" for="noaa">
All NOAA
</label>
</p>
</form>
</div>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="http://www.weather.gov/about">
ABOUT
<span class="caret">
</span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="http://www.weather.gov/about">
About NWS
</a>
</li>
<li>
<a href="http://www.weather.gov/organization">
Organization
</a>
</li>
<li>
<a href="https://www.weather.gov/media/wrn/NWS_Weather-Ready-Nation_Strategic_Plan_2019-2022.pdf">
Strategic Plan
</a>
</li>
<li>
<a href="https://sites.google.com/a/noaa.gov/nws-insider/">
For NWS Employees
</a>
</li>
<li>
<a href="http://www.weather.gov/international/">
International
</a>
</li>
<li>
<a href="http://www.weather.gov/organization">
National Centers
</a>
</li>
<li>
<a href="http://www.weather.gov/careers/">
Careers
</a>
</li>
<li>
<a href="http://www.weather.gov/contact">
Contact Us
</a>
</li>
<li>
<a href="https://w1.weather.gov/glossary">
Glossary
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="contentArea">
<!-- Start Forecastsearch -->
<div class="" id="fcst-search">
<form action="https://forecast.weather.gov/zipcity.php" class="form-inline" id="getForecast" method="get" name="getForecast" role="form">
<div id="getfcst-body">
<input class="form-control" id="inputstring" name="inputstring" placeholder="" type="text"/>
<input class="btn btn-default" id="btnSearch" name="btnSearch" type="submit" value="Go"/>
<div id="txtHelp">
<a href="javascript:void(window.open('http://weather.gov/ForecastSearchHelp.html','locsearchhelp','status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,height=500,width=530').focus());">
View Location Examples
</a>
</div>
</div>
<div id="txtError">
<div id="errorNoResults" style="display:none;">
Sorry, the location you searched for was not found. Please try another search.
</div>
<div id="errorMultipleResults" style="display:none">
Multiple locations were found. Please select one of the following:
</div>
<div id="errorChoices" style="display:none">
</div>
<input id="btnCloseError" style="display:none" type="button" value="Close"/>
</div>
<div id="getfcst-head">
<p>
Your local forecast office is
</p>
<h3 id="getfcst-headOffice">
</h3>
</div>
</form>
</div>
<!-- end Forecastsearch -->
<link href="/css/topnews.css" rel="stylesheet" type="text/css"/>
<div id="news-items">
<div class="important" id="topnews">
<div class="icon">
<img src="/images/news-important.jpg"/>
</div>
<div class="body">
<h1 style="font-size: 11pt;">
Ida is Forecast to Rapidly Intensify Before Reaching the Northern Gulf Coast on Sunday
</h1>
<p>
Ida is expected to be an extremely dangerous major hurricane when it reaches the coast of Louisiana on Sunday. Life-threatening storm surge along the coasts of Louisiana and Mississippi, hurricane-force winds along the Louisiana coast, including metropolitan New Orleans, and heavy rainfall and flooding from southeast Louisiana to coastal Mississippi are expected with Ida.
<a href="http://www.nhc.noaa.gov/#Ida" target="_blank">
Read More >
</a>
</p>
</div>
</div>
</div>
<script type="text/javascript">
(function ($) { var topnews = $("#topnews"); topnews.hide(); $.get("siteNews.php", {a:"mtr"},function(response){ if (response !== "false") topnews.replaceWith($(response)); topnews.show(); }); })(jQuery);
</script>
<!-- PageFormat-Land -->
<script language="javascript">
document.title = '7-Day Forecast 37.69N 122.48W';
</script>
<img src="images/track_land_point.png" style="display:none;"/>
<div id="quickLinks">
<span class="lang-spanish">
<a href="//forecast.weather.gov/MapClick.php?lat=37.69109000000003&lon=-122.47278999999997&lg=sp">
En Español
</a>
</span>
<div class="addthis_toolbox addthis_default_style addthis-forecast">
<a class="addthis_button_compact" href="//www.addthis.com/bookmark.php?v=250&pubid=ra-5127a6364d551d04">
Share
</a>
<span class="addthis_separator">
|
</span>
<a class="addthis_button_preferred_1">
</a>
<a class="addthis_button_preferred_2">
</a>
<a class="addthis_button_preferred_3">
</a>
<a class="addthis_button_preferred_4">
</a>
<a class="addthis_button_preferred_5">
</a>
</div>
<script type="text/javascript">
var addthis_config = addthis_config || {data_track_addressbar:true, pubid: 'xa-4b05b2d91f18c9cc'};
$(document).ready(function(){
jQuery.ajax({
url: "//s7.addthis.com/js/300/addthis_widget.js#async=1",
dataType: "script",
cache: false
});
});
</script>
</div>
<!-- Current Conditions -->
<div class="panel panel-default" id="current-conditions">
<!-- Current Conditions header row -->
<div class="panel-heading">
<div>
<b>
Current conditions at
</b>
<h2 class="panel-title">
SAN FRANCISCO DOWNTOWN (SFOC1)
</h2>
<span class="smallTxt">
<b>
Lat:
</b>
37.77056°N
<b>
Lon:
</b>
122.42694°W
<b>
Elev:
</b>
150ft.
</span>
</div>
</div>
<div class="panel-body" id="current-conditions-body">
<!-- Graphic and temperatures -->
<div class="pull-left" id="current_conditions-summary">
<p class="myforecast-current">
NA
</p>
<p class="myforecast-current-lrg">
80°F
</p>
<p class="myforecast-current-sm">
27°C
</p>
</div>
<div class="pull-left" id="current_conditions_detail">
<table>
<tr>
<td class="text-right">
<b>
Humidity
</b>
</td>
<td>
39%
</td>
</tr>
<tr>
<td class="text-right">
<b>
Wind Speed
</b>
</td>
<td>
NA NA MPH
</td>
</tr>
<tr>
<td class="text-right">
<b>
Barometer
</b>
</td>
<td>
NA
</td>
</tr>
<tr>
<td class="text-right">
<b>
Dewpoint
</b>
</td>
<td>
53°F (12°C)
</td>
</tr>
<tr>
<td class="text-right">
<b>
Visibility
</b>
</td>
<td>
NA
</td>
</tr>
<tr>
<td class="text-right">
<b>
Heat Index
</b>
</td>
<td>
80°F (27°C)
</td>
</tr>
<tr>
<td class="text-right">
<b>
Last update
</b>
</td>
<td>
28 Aug 10:43 AM PDT
</td>
</tr>
</table>
</div>
<div id="current_conditions_station">
<div class="current-conditions-extra">
<!-- Right hand section -->
<p class="moreInfo">
<b>
More Information:
</b>
</p>
<p>
<a href="https://www.weather.gov/mtr" id="localWFO" title="San Francisco Bay Area/Monterey, CA">
<span class="hideText">
Local
</span>
Forecast Office
</a>
<a href="https://www.weather.gov/wrh/LocalWeather?zone=CAZ006" id="moreWx">
More Local Wx
</a>
<a href="https://www.wrh.noaa.gov/mesowest/getobext.php?wfo=mtr&sid=SFOC1&num=72&raw=0">
3 Day History
</a>
<a href="//mobile.weather.gov/index.php?lat=37.6911&lon=-122.4728&unit=0&lg=english" id="mobileWxLink">
Mobile Weather
</a>
<a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=graphical" id="wxGraph">
Hourly
<span class="hideText">
Weather
</span>
Forecast
</a>
</p>
</div>
<!-- /current_conditions_station -->
</div>
<!-- /current-conditions-body -->
</div>
<!-- /Current Conditions -->
</div>
<!-- 7-Day Forecast -->
<div class="panel panel-default" id="seven-day-forecast">
<div class="panel-heading">
<b>
Extended Forecast for
</b>
<h2 class="panel-title">
Daly City CA
</h2>
</div>
<div class="panel-body" id="seven-day-forecast-body">
<div id="seven-day-forecast-container">
<ul class="list-unstyled" id="seven-day-forecast-list">
<li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">
This
<br/>
Afternoon
</p>
<p>
<img alt="This Afternoon: Widespread haze before 4pm. Mostly sunny, with a high near 77. Calm wind becoming west southwest 5 to 8 mph. " class="forecast-icon" src="newimages/medium/hz.png" title="This Afternoon: Widespread haze before 4pm. Mostly sunny, with a high near 77. Calm wind becoming west southwest 5 to 8 mph. "/>
</p>
<p class="short-desc">
Haze
</p>
<p class="temp temp-high">
High: 77 °F
</p>
</div>
</li>
<li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">
Tonight
<br/>
<br/>
</p>
<p>
<img alt="Tonight: Partly cloudy, with a low around 56. West southwest wind 5 to 8 mph. " class="forecast-icon" src="newimages/medium/nsct.png" title="Tonight: Partly cloudy, with a low around 56. West southwest wind 5 to 8 mph. "/>
</p>
<p class="short-desc">
Partly Cloudy
</p>
<p class="temp temp-low">
Low: 56 °F
</p>
</div>
</li>
<li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">
Sunday
<br/>
<br/>
</p>
<p>
<img alt="Sunday: Mostly sunny, with a high near 71. Light southwest wind becoming west 5 to 9 mph in the morning. " class="forecast-icon" src="newimages/medium/sct.png" title="Sunday: Mostly sunny, with a high near 71. Light southwest wind becoming west 5 to 9 mph in the morning. "/>
</p>
<p class="short-desc">
Mostly Sunny
</p>
<p class="temp temp-high">
High: 71 °F
</p>
</div>
</li>
<li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">
Sunday
<br/>
Night
</p>
<p>
<img alt="Sunday Night: Mostly cloudy, with a low around 54. West southwest wind 8 to 10 mph. " class="forecast-icon" src="newimages/medium/nbkn.png" title="Sunday Night: Mostly cloudy, with a low around 54. West southwest wind 8 to 10 mph. "/>
</p>
<p class="short-desc">
Mostly Cloudy
</p>
<p class="temp temp-low">
Low: 54 °F
</p>
</div>
</li>
<li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">
Monday
<br/>
<br/>
</p>
<p>
<img alt="Monday: Partly sunny, with a high near 63. Southwest wind 9 to 14 mph, with gusts as high as 18 mph. " class="forecast-icon" src="newimages/medium/bkn.png" title="Monday: Partly sunny, with a high near 63. Southwest wind 9 to 14 mph, with gusts as high as 18 mph. "/>
</p>
<p class="short-desc">
Partly Sunny
</p>
<p class="temp temp-high">
High: 63 °F
</p>
</div>
</li>
<li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">
Monday
<br/>
Night
</p>
<p>
<img alt="Monday Night: Mostly cloudy, with a low around 53." class="forecast-icon" src="newimages/medium/nbkn.png" title="Monday Night: Mostly cloudy, with a low around 53."/>
</p>
<p class="short-desc">
Mostly Cloudy
</p>
<p class="temp temp-low">
Low: 53 °F
</p>
</div>
</li>
<li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">
Tuesday
<br/>
<br/>
</p>
<p>
<img alt="Tuesday: Mostly sunny, with a high near 63." class="forecast-icon" src="newimages/medium/sct.png" title="Tuesday: Mostly sunny, with a high near 63."/>
</p>
<p class="short-desc">
Mostly Sunny
</p>
<p class="temp temp-high">
High: 63 °F
</p>
</div>
</li>
<li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">
Tuesday
<br/>
Night
</p>
<p>
<img alt="Tuesday Night: Partly cloudy, with a low around 53." class="forecast-icon" src="newimages/medium/nsct.png" title="Tuesday Night: Partly cloudy, with a low around 53."/>
</p>
<p class="short-desc">
Partly Cloudy
</p>
<p class="temp temp-low">
Low: 53 °F
</p>
</div>
</li>
<li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">
Wednesday
<br/>
<br/>
</p>
<p>
<img alt="Wednesday: Partly sunny, with a high near 62." class="forecast-icon" src="newimages/medium/bkn.png" title="Wednesday: Partly sunny, with a high near 62."/>
</p>
<p class="short-desc">
Partly Sunny
</p>
<p class="temp temp-high">
High: 62 °F
</p>
</div>
</li>
</ul>
</div>
<script type="text/javascript">
// equalize forecast heights
$(function () {
var maxh = 0;
$(".forecast-tombstone .short-desc").each(function () {
var h = $(this).height();
if (h > maxh) { maxh = h; }
});
$(".forecast-tombstone .short-desc").height(maxh);
});
</script>
</div>
</div>
<!-- Everything between 7-Day Forecast and Footer goes in this row -->
<div class="row" id="floatingDivs">
<!-- Everything on the left-hand side -->
<div class="col-md-7 col-lg-8">
<!-- Detailed Forecast -->
<div class="panel panel-default" id="detailed-forecast">
<div class="panel-heading">
<h2 class="panel-title">
Detailed Forecast
</h2>
</div>
<div class="panel-body" id="detailed-forecast-body">
<div class="row row-odd row-forecast">
<div class="col-sm-2 forecast-label">
<b>
This Afternoon
</b>
</div>
<div class="col-sm-10 forecast-text">
Widespread haze before 4pm. Mostly sunny, with a high near 77. Calm wind becoming west southwest 5 to 8 mph.
</div>
</div>
<div class="row row-even row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Tonight
</b>
</div>
<div class="col-sm-10 forecast-text">
Partly cloudy, with a low around 56. West southwest wind 5 to 8 mph.
</div>
</div>
<div class="row row-odd row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Sunday
</b>
</div>
<div class="col-sm-10 forecast-text">
Mostly sunny, with a high near 71. Light southwest wind becoming west 5 to 9 mph in the morning.
</div>
</div>
<div class="row row-even row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Sunday Night
</b>
</div>
<div class="col-sm-10 forecast-text">
Mostly cloudy, with a low around 54. West southwest wind 8 to 10 mph.
</div>
</div>
<div class="row row-odd row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Monday
</b>
</div>
<div class="col-sm-10 forecast-text">
Partly sunny, with a high near 63. Southwest wind 9 to 14 mph, with gusts as high as 18 mph.
</div>
</div>
<div class="row row-even row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Monday Night
</b>
</div>
<div class="col-sm-10 forecast-text">
Mostly cloudy, with a low around 53.
</div>
</div>
<div class="row row-odd row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Tuesday
</b>
</div>
<div class="col-sm-10 forecast-text">
Mostly sunny, with a high near 63.
</div>
</div>
<div class="row row-even row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Tuesday Night
</b>
</div>
<div class="col-sm-10 forecast-text">
Partly cloudy, with a low around 53.
</div>
</div>
<div class="row row-odd row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Wednesday
</b>
</div>
<div class="col-sm-10 forecast-text">
Partly sunny, with a high near 62.
</div>
</div>
<div class="row row-even row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Wednesday Night
</b>
</div>
<div class="col-sm-10 forecast-text">
Mostly cloudy, with a low around 54.
</div>
</div>
<div class="row row-odd row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Thursday
</b>
</div>
<div class="col-sm-10 forecast-text">
Mostly cloudy, with a high near 61.
</div>
</div>
<div class="row row-even row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Thursday Night
</b>
</div>
<div class="col-sm-10 forecast-text">
Mostly cloudy, with a low around 53.
</div>
</div>
<div class="row row-odd row-forecast">
<div class="col-sm-2 forecast-label">
<b>
Friday
</b>
</div>
<div class="col-sm-10 forecast-text">
Mostly cloudy, with a high near 62.
</div>
</div>
</div>
</div>
<!-- /Detailed Forecast -->
<!-- Additional Forecasts and Information -->
<div class="panel panel-default" id="additional_forecasts">
<div class="panel-heading">
<h2 class="panel-title">
Additional Forecasts and Information
</h2>
</div>
<div class="panel-body" id="additional-forecasts-body">
<p class="myforecast-location">
<a href="MapClick.php?zoneid=CAZ509">
Zone Area Forecast for San Francisco Peninsula Coast, CA
</a>
</p>
<!-- First nine-ten links -->
<div id="linkBlockContainer">
<div class="linkBlock">
<ul class="list-unstyled">
<li>
<a href="//forecast.weather.gov/product.php?site=MTR&issuedby=MTR&product=AFD&format=CI&version=1&glossary=1">
Forecast Discussion
</a>
</li>
<li>
<a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=text&TextType=2">
Printable Forecast
</a>
</li>
<li>
<a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=text&TextType=1">
Text Only Forecast
</a>
</li>
</ul>
</div>
<div class="linkBlock">
<ul class="list-unstyled">
<li>
<a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=graphical">
Hourly Weather Forecast
</a>
</li>
<li>
<a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=digital">
Tabular Forecast
</a>
</li>
<!-- <li><a href="afm/PointClick.php?lat=37.6911&lon=-122.4728">Quick Forecast</a></li> -->
</ul>
</div>
<div class="linkBlock">
<ul class="list-unstyled">
<li>
<a href="//weather.gov/aq/probe_aq_data.php?latitude=37.6911&longitude=-122.4728">
Air Quality Forecasts
</a>
</li>
<li>
<a href="MapClick.php?lat=37.6911&lon=-122.4728&FcstType=text&unit=1&lg=en">
International System of Units
</a>
</li>
<li>
<a href="//www.wrh.noaa.gov/forecast/wxtables/index.php?lat=37.6911&lon=-122.4728">
Forecast Weather Table Interface
</a>
</li>
</ul>
</div>
<!-- /First nine-ten links -->
<!-- Additional links -->
<div class="linkBlock">
<ul class="list-unstyled">
<li>
<a href="http://www.wrh.noaa.gov/mtr/versprod.php?pil=RR8&sid=RSA" target="_self">
Hourly River Stages
</a>
</li>
<li>
<a href="http://www.wrh.noaa.gov/mtr/versprod.php?pil=RR5&sid=RSA" target="_self">
Hourly Rainfall
</a>
</li>
</ul>
</div>
<div class="linkBlock">
<ul class="list-unstyled">
<li>
<a href="http://www.wrh.noaa.gov/mtr/wxlinks.php" target="_self">
NWS Office Map
</a>
</li>
<li>
<a href="http://www.wrh.noaa.gov/mtr/wx_calculator.php" target="_self">
Weather Calculator
</a>
</li>
</ul>
</div>
<div class="linkBlock">
<ul class="list-unstyled">
<li>
<a href="http://www.nws.noaa.gov/wtf/udaf/area/?site=mtr" target="_self">
User Defined Area
</a>
</li>
</ul>
</div>
</div>
<!-- /linkBlockContainer -->
</div>
<!-- /additional-forecasts-body-->
</div>
<!-- /additional_forecasts -->
</div>
<!-- /Everything on the left-hand side -->
<!-- right-side-data -->
<div class="col-md-5 col-lg-4" id="right-side-data">
<div id="mapAndDescriptionArea">
<!-- openlayer map -->
<style>
#custom-search{
display: block;
position: relative;
z-index: 50;
top: 52px;
left: 60px;
}
#esri-geocoder-search{
display: block;
position: relative;
z-index: 50;
top: 52px;
left: 60px;
}
#emap{
margin-top:15px;
cursor:pointer;
height:370px;
width:100%;
border: 1px solid #ccc;
border-radius: 3px;
}
#switch-basemap-container{
}
#basemap-selection-form ul{
list-style: none;
margin: 0px;
}
#basemap-selection-form li{
float: left;
}
.disclaimer{
margin-top:350px;
margin-left: 5px;
z-index: 100;
position: absolute;
text-transform: none;
}
.esriAttributionLastItem{
text-transform: none;
}
.esriSimpleSlider div{
height:22px;
line-height:20px;
width:20px;
}
#point-forecast-map-label {
text-align:center;
font-weight:bold;
color:black;
}
@media (max-width: 767px) {
#emap{
margin-top:.5em;
height:270px;
}
.disclaimer{
margin-top:250px;
}
}
</style>
<!-- forecast-map -->
<div class="point-forecast-map">
<div class="point-forecast-map-header text-center">
<div id="toolbar">
<div id="switch-basemap-container">
<div id="basemap-selection-form" title="Choose a Basemap">
<div id="basemap-menu">
<select autocomplete="off" id="basemap-selected" name="basemap-selected" title="Basemap Dropdown Menu">
<option value="none">
Select Basemap
</option>
<option selected="" value="topo">
Topographic
</option>
<option value="streets">
Streets
</option>
<option value="satellite">
Satellite
</option>
<option value="ocean">
Ocean
</option>
</select>
</div>
</div>
<div id="point-forecast-map-label">
Click Map For Forecast
</div>
</div>
<!-- //#switch-basemap-container -->
<div style="clear:both;">
</div>
</div>
<!-- //#toolbar -->
</div>
<!-- //.point-forecast-map-header -->
<div id="emap">
<noscript>
<center>
<br/>
<br/>
<b>
Map function requires Javascript and a compatible browser.
</b>
</center>
</noscript>
<div class="disclaimer">
<a href="http://www.weather.gov/disclaimer#esri">
Disclaimer
</a>
</div>
</div>
<!-- //#emap -->
<div class="point-forecast-map-footer">
<img alt="Map Legend" height="16" src="./images/wtf/maplegend_forecast-area.gif" width="100"/>
</div>
<!-- //.point-forecast-map-footer -->
</div>
<!-- //.point-forecast-map -->
<!-- //forecast-map -->
<!-- //openlayer map -->
<!-- About this Forecast -->
<div id="about_forecast">
<div class="fullRow">
<div class="left">
Point Forecast:
</div>
<div class="right">
Daly City CA
<br/>
37.69°N 122.48°W (Elev. 197 ft)
</div>
</div>
<div class="fullRow">
<div class="left">
<a href="//www.weather.gov/glossary/index.php?word=Last+update" target="_blank">
Last Update
</a>
:
</div>
<div class="right">
6:43 am PDT Aug 28, 2021
</div>
</div>
<div class="fullRow">
<div class="left">
<a href="//www.weather.gov/glossary/index.php?word=forecast+valid+for" target="_blank">
Forecast Valid
</a>
:
</div>
<div class="right">
12pm PDT Aug 28, 2021-6pm PDT Sep 3, 2021
</div>
</div>
<div class="fullRow">
<div class="left">
</div>
<div class="right">
<a href="https://forecast.weather.gov/product.php?site=MTR&issuedby=MTR&product=AFD&format=CI&version=1&glossary=1">
Forecast Discussion
</a>
</div>
</div>
<div class="fullRow">
<div class="left">
</div>
<div class="right">
<a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=kml">
<img alt="Get as KML" height="17" src="/images/wtf/kml_badge.png" width="45"/>
</a>
<a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=dwml">
<img alt="Get as XML" height="17" src="/images/wtf/xml_badge.png" width="45"/>
</a>
</div>
</div>
</div>
<!-- /About this Forecast -->
</div>
<!--additionalForecast-->
<div class="panel panel-default" id="additionalForecast">
<div class="panel-heading">
<h2 class="panel-title">
Additional Resources
</h2>
</div>
<div class="panel-body">
<!-- Radar & Satellite Images -->
<div class="subItem" id="radar">
<h4>
Radar & Satellite Image
</h4>
<a href="https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOiJsb2NhbCIsImNlbnRlciI6Wy0xMjEuODgyLDM3LjU4OF0sInpvb20iOjgsImZpbHRlciI6IldTUi04OEQiLCJsYXllciI6ImNyZWYiLCJzdGF0aW9uIjoiS01VWCIsInRyYW5zcGFyZW50Ijp0cnVlLCJhbGVydHNPdmVybGF5Ijp0cnVlLCJzdGF0aW9uSWNvbnNPdmVybGF5Ijp0cnVlfSwiYmFzZSI6InN0YW5kYXJkIiwiY291bnR5Ijp0cnVlLCJjd2EiOmZhbHNlLCJzdGF0ZSI6dHJ1ZSwibWVudSI6dHJ1ZSwic2hvcnRGdXNlZE9ubHkiOnRydWV9#/">
<img alt="Link to Local Radar Data" class="radar-thumb" src="//radar.weather.gov/ridge/lite/KMUX_0.gif" title="Link to Local Radar Data"/>
</a>
<a href="https://www.star.nesdis.noaa.gov/GOES/sector.php?sat=G17&sector=psw">
<img alt="Link to Satellite Data" class="satellite-thumb" src="https://cdn.star.nesdis.noaa.gov/GOES17/ABI/SECTOR/psw/GEOCOLOR/600x600.jpg" title="Link to Satellite Data"/>
</a>
</div>
<!-- /Radar & Satellite Images -->
<!-- Hourly Weather Forecast -->
<div class="subItem" id="feature">
<h4>
Hourly Weather Forecast
</h4>
<a href="MapClick.php?lat=37.6911&lon=-122.4728&unit=0&lg=english&FcstType=graphical">
<img class="img-responsive" src="newimages/medium/hourlyweather.png"/>
</a>
</div>
<!-- /Hourly Weather Forecast -->
<!-- NDFD -->
<div class="subItem" id="NDFD">
<h4>
National Digital Forecast Database
</h4>
<div class="one-sixth-first">
<a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=MaxT">
<img alt="National Digital Forecast Database Maximum Temperature Forecast" border="0" height="150" src="//graphical.weather.gov/images/thumbnail/latest_MaxMinT_pacsouthwest_thumbnail.png" title="National Digital Forecast Database Maximum Temperature Forecast" width="147"/>
</a>
<p>
<a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=MaxT">
High Temperature
</a>
</p>
</div>
<div class="one-sixth-first">
<a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=Wx">
<img alt="National Digital Forecast Database Weather Element Forecast" border="0" height="150" src="//graphical.weather.gov/images/thumbnail/latest_Wx_pacsouthwest_thumbnail.png" title="National Digital Forecast Database Weather Element Forecast" width="147"/>
</a>
<p>
<a href="//graphical.weather.gov/sectors/pacsouthwest.php?element=Wx">
Chance of Precipitation
</a>
</p>
</div>
</div>
<!-- /NDFD -->
</div>
</div>
<!-- /additionalForecast -->
</div>
<!-- /col-md-4 -->
<!-- /right-side-data -->
<script language="javascript">
$( document ).ready(function() { load_openlayers_map('', '', '', '{"centroid_lat":"37.6911","centroid_lon":"-122.4728","lat1":"37.6805","lon1":"-122.4865","lat2":"37.7025","lon2":"-122.492","lat3":"37.707","lon3":"-122.4645","lat4":"37.685","lon4":"-122.459"}') });
</script>
</div>
<!-- /row -->
</div>
<!-- /PageFormat-Land -->
<footer>
<div class="sitemap-content row" id="sitemap">
<div class="col-xs-12">
<div class="sitemap-columns">
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://alerts.weather.gov">
ACTIVE ALERTS
</a>
<button class="menu-toggle pull-right" data-target="#sitemap-1" data-toggle="collapse" type="button">
<span class="sr-only">
Toggle menu
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-1">
<ul class="list-unstyled">
<li>
<a href=" http://alerts.weather.gov">
Warnings By State
</a>
</li>
<li>
<a href=" http://www.wpc.ncep.noaa.gov/ww.shtml">
Excessive Rainfall and Winter Weather Forecasts
</a>
</li>
<li>
<a href="http://water.weather.gov/ahps/?current_color=flood&current_type=all&fcst_type=obs&conus_map=d_map">
River Flooding
</a>
</li>
<li>
<a href=" http://www.weather.gov">
Latest Warnings
</a>
</li>
<li>
<a href=" http://www.spc.noaa.gov/products/outlook/">
Thunderstorm/Tornado Outlook
</a>
</li>
<li>
<a href=" http://www.nhc.noaa.gov/">
Hurricanes
</a>
</li>
<li>
<a href=" http://www.spc.noaa.gov/products/fire_wx/">
Fire Weather Outlooks
</a>
</li>
<li>
<a href=" http://www.cpc.ncep.noaa.gov/products/stratosphere/uv_index/uv_alert.shtml">
UV Alerts
</a>
</li>
<li>
<a href=" http://www.drought.gov/">
Drought
</a>
</li>
<li>
<a href="http://www.swpc.noaa.gov/products/alerts-watches-and-warnings">
Space Weather
</a>
</li>
<li>
<a href=" http://www.nws.noaa.gov/nwr/">
NOAA Weather Radio
</a>
</li>
<li>
<a href=" http://alerts.weather.gov/">
NWS CAP Feeds
</a>
</li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="https://www.weather.gov/wrh/climate">
PAST WEATHER
</a>
<button class="menu-toggle pull-right" data-target="#sitemap-2" data-toggle="collapse" type="button">
<span class="sr-only">
Toggle menu
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-2">
<ul class="list-unstyled">
<li>
<a href=" http://www.cpc.ncep.noaa.gov/products/MD_index.shtml">
Climate Monitoring
</a>
</li>
<li>
<a href="https://www.weather.gov/wrh/climate">
Past Weather
</a>
</li>
<li>
<a href="https://www.weather.gov/wrh/climate">
Monthly Temps
</a>
</li>
<li>
<a href="https://www.weather.gov/wrh/climate">
Records
</a>
</li>
<li>
<a href="https://www.esrl.noaa.gov/gmd/grad/solcalc/sunrise.html">
Astronomical Data
</a>
</li>
<li>
<a href="https://www.climate.gov/maps-data/dataset/past-weather-zip-code-data-table">
Certified Weather Data
</a>
</li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://www.weather.gov/current">
CURRENT CONDITIONS
</a>
<button class="menu-toggle pull-right" data-target="#sitemap-3" data-toggle="collapse" type="button">
<span class="sr-only">
Toggle menu
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-3">
<ul class="list-unstyled">
<li>
<a href=" https://radar.weather.gov">
Radar
</a>
</li>
<li>
<a href="http://www.cpc.ncep.noaa.gov/products/monitoring_and_data/">
Climate Monitoring
</a>
</li>
<li>
<a href=" http://water.weather.gov/ahps/">
River Levels
</a>
</li>
<li>
<a href=" http://water.weather.gov/precip/">
Observed Precipitation
</a>
</li>
<li>
<a href="https://www.wpc.ncep.noaa.gov/sfc/sfcobs/sfcobs.shtml">
Surface Weather
</a>
</li>
<li>
<a href="http://www.spc.noaa.gov/obswx/maps/">
Upper Air
</a>
</li>
<li>
<a href=" http://www.ndbc.noaa.gov/">
Marine and Buoy Reports
</a>
</li>
<li>
<a href="http://www.nohrsc.noaa.gov/interactive/html/map.html">
Snow Cover
</a>
</li>
<li>
<a href=" http://www.weather.gov/satellite">
Satellite
</a>
</li>
<li>
<a href=" http://www.swpc.noaa.gov/">
Space Weather
</a>
</li>
<li>
<a href="http://www.weather.gov/pr">
International Observations
</a>
</li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/forecastmaps">
FORECAST
</a>
<button class="menu-toggle pull-right" data-target="#sitemap-4" data-toggle="collapse" type="button">
<span class="sr-only">
Toggle menu
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-4">
<ul class="list-unstyled">
<li>
<a href=" http://www.weather.gov/">
Local Forecast
</a>
</li>
<li>
<a href="http://www.weather.gov/pr">
International Forecasts
</a>
</li>
<li>
<a href=" http://www.spc.noaa.gov/">
Severe Weather
</a>
</li>
<li>
<a href=" http://www.wpc.ncep.noaa.gov/">
Current Outlook Maps
</a>
</li>
<li>
<a href="http://www.cpc.ncep.noaa.gov/products/Drought">
Drought
</a>
</li>
<li>
<a href="http://www.weather.gov/fire">
Fire Weather
</a>
</li>
<li>
<a href=" http://www.wpc.ncep.noaa.gov/">
Fronts/Precipitation Maps
</a>
</li>
<li>
<a href=" http://www.nws.noaa.gov/forecasts/graphical/">
Current Graphical Forecast Maps
</a>
</li>
<li>
<a href="http://water.weather.gov/ahps/forecasts.php">
Rivers
</a>
</li>
<li>
<a href="https://www.weather.gov/marine/">
Marine
</a>
</li>
<li>
<a href="https://ocean.weather.gov/marine_areas.php">
Offshore and High Seas
</a>
</li>
<li>
<a href=" http://www.nhc.noaa.gov/">
Hurricanes
</a>
</li>
<li>
<a href=" http://aviationweather.gov">
Aviation Weather
</a>
</li>
<li>
<a href="http://www.cpc.ncep.noaa.gov/products/OUTLOOKS_index.shtml">
Climatic Outlook
</a>
</li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://www.weather.gov/informationcenter">
INFORMATION CENTER
</a>
<button class="menu-toggle pull-right" data-target="#sitemap-5" data-toggle="collapse" type="button">
<span class="sr-only">
Toggle menu
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-5">
<ul class="list-unstyled">
<li>
<a href=" http://www.spaceweather.gov">
Space Weather
</a>
</li>
<li>
<a href="http://www.weather.gov/briefing/">
Daily Briefing
</a>
</li>
<li>
<a href=" http://www.nws.noaa.gov/om/marine/home.htm">
Marine
</a>
</li>
<li>
<a href="https://www.weather.gov/wrh/climate">
Climate
</a>
</li>
<li>
<a href="http://www.weather.gov/fire">
Fire Weather
</a>
</li>
<li>
<a href=" http://www.aviationweather.gov/">
Aviation
</a>
</li>
<li>
<a href="http://mag.ncep.noaa.gov/">
Forecast Models
</a>
</li>
<li>
<a href="http://water.weather.gov/ahps/">
Water
</a>
</li>
<li>
<a href="https://www.weather.gov/gis/">
GIS
</a>
</li>
<li>
<a href=" http://www.nws.noaa.gov/om/coop/">
Cooperative Observers
</a>
</li>
<li>
<a href="https://www.weather.gov/skywarn/">
Storm Spotters
</a>
</li>
<li>
<a href="http://www.tsunami.gov">
Tsunami Warning System
</a>
</li>
<li>
<a href="http://water.noaa.gov/">
National Water Center
</a>
</li>
<li>
<a href="http://www.weather.gov/pr">
International Weather
</a>
</li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/safety">
WEATHER SAFETY
</a>
<button class="menu-toggle pull-right" data-target="#sitemap-6" data-toggle="collapse" type="button">
<span class="sr-only">
Toggle menu
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-6">
<ul class="list-unstyled">
<li>
<a href="http://www.weather.gov/nwr/">
NOAA Weather Radio
</a>
</li>
<li>
<a href="http://www.weather.gov/stormready/">
StormReady
</a>
</li>
<li>
<a href="http://www.nws.noaa.gov/om/heat/index.shtml">
Heat
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/lightning">
Lightning
</a>
</li>
<li>
<a href=" http://www.nhc.noaa.gov/prepare/">
Hurricanes
</a>
</li>
<li>
<a href="http://www.nws.noaa.gov/om/thunderstorm/">
Thunderstorms
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/tornado">
Tornadoes
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/ripcurrent">
Rip Currents
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/flood">
Floods
</a>
</li>
<li>
<a href="https://www.weather.gov/safety/tsunami">
Tsunamis
</a>
</li>
<li>
<a href="https://www.weather.gov/tsunamiready/">
TsunamiReady
</a>
</li>
<li>
<a href=" http://www.weather.gov/om/winter/index.shtml">
Winter Weather
</a>
</li>
<li>
<a href="http://www.nws.noaa.gov/om/heat/uv.shtml">
Ultra Violet Radiation
</a>
</li>
<li>
<a href=" http://www.weather.gov/airquality/">
Air Quality
</a>
</li>
<li>
<a href=" http://www.weather.gov/om/hazstats.shtml">
Damage/Fatality/Injury Statistics
</a>
</li>
<li>
<a href=" http://www.redcross.org/">
Red Cross
</a>
</li>
<li>
<a href=" http://www.fema.gov/">
Federal Emergency Management Agency (FEMA)
</a>
</li>
<li>
<a href=" http://www.weather.gov/om/brochures.shtml">
Brochures
</a>
</li>
<li>
<a href="http://www.nws.noaa.gov/os/marine/safeboating/">
Safe Boating
</a>
</li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/news">
NEWS
</a>
<button class="menu-toggle pull-right" data-target="#sitemap-7" data-toggle="collapse" type="button">
<span class="sr-only">
Toggle menu
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-7">
<ul class="list-unstyled">
<li>
<a href=" http://weather.gov/news">
Newsroom
</a>
</li>
<li>
<a href=" http://weather.gov/socialmedia">
Social Media
</a>
</li>
<li>
<a href="http://www.nws.noaa.gov/com/weatherreadynation/calendar.html">
Events
</a>
</li>
<li>
<a href=" http://www.weather.gov/om/brochures.shtml">
Pubs/Brochures/Booklets
</a>
</li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/owlie">
EDUCATION
</a>
<button class="menu-toggle pull-right" data-target="#sitemap-8" data-toggle="collapse" type="button">
<span class="sr-only">
Toggle menu
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-8">
<ul class="list-unstyled">
<li>
<a href="http://weather.gov/education">
NWS Education Home
</a>
</li>
<li>
<a href="http://www.nws.noaa.gov/com/weatherreadynation/force.html">
Be A Force of Nature
</a>
</li>
<li>
<a href=" http://www.education.noaa.gov/Weather_and_Atmosphere/">
NOAA Education Resources
</a>
</li>
<li>
<a href=" http://www.weather.gov/glossary/">
Glossary
</a>
</li>
<li>
<a href="https://www.weather.gov/jetstream/">
JetStream
</a>
</li>
<li>
<a href=" http://www.weather.gov/training/">
NWS Training Portal
</a>
</li>
<li>
<a href="https://library.noaa.gov/">
NOAA Library
</a>
</li>
<li>
<a href="http://weather.gov/owlie">
For Students, Parents and Teachers
</a>
</li>
<li>
<a href="http://www.weather.gov/owlie/publication_brochures">
Brochures
</a>
</li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/about">
ABOUT
</a>
<button class="menu-toggle pull-right" data-target="#sitemap-9" data-toggle="collapse" type="button">
<span class="sr-only">
Toggle menu
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-9">
<ul class="list-unstyled">
<li>
<a href="http://weather.gov/organization">
Organization
</a>
</li>
<li>
<a href="https://www.weather.gov/media/wrn/NWS_Weather-Ready-Nation_Strategic_Plan_2019-2022.pdf">
Strategic Plan
</a>
</li>
<li>
<a href="https://sites.google.com/a/noaa.gov/nws-best-practices/">
For NWS Employees
</a>
</li>
<li>
<a href="https://www.weather.gov/international/">
International
</a>
</li>
<li>
<a href="http://www.ncep.noaa.gov/">
National Centers
</a>
</li>
<li>
<a href=" http://www.weather.gov/tg/">
Products and Services
</a>
</li>
<li>
<a href="http://www.weather.gov/careers/">
Careers
</a>
</li>
<li>
<a href=" http://www.weather.gov/glossary/">
Glossary
</a>
</li>
<li>
<a href="http://weather.gov/contact">
Contact Us
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- legal footer area -->
<div class="footer-legal">
<div class="col-xs-12 col-sm-2 col-md-2" id="footerLogo">
<a href="http://www.usa.gov">
<img alt="usa.gov" height="30" src="/css/images/usa_gov.png" width="110"/>
</a>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<ul class="list-unstyled footer-legal-content">
<li>
<a href="http://www.commerce.gov">
US Dept of Commerce
</a>
</li>
<li>
<a href="http://www.noaa.gov">
National Oceanic and Atmospheric Administration
</a>
</li>
<li>
<a href="http://www.weather.gov">
National Weather Service
</a>
</li>
<li>
<a href="https://www.weather.gov/mtr">
San Francisco Bay Area, CA
</a>
</li>
<li>
<br/>
<a href="mailto:w-mtr.webmaster@noaa.gov">
Comments? Questions? Please Contact Us.
</a>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-3 col-md-3">
<ul class="list-unstyled">
<li>
<a href="https://www.weather.gov/disclaimer">
Disclaimer
</a>
</li>
<li>
<a href="http://www.cio.noaa.gov/services_programs/info_quality.html">
Information Quality
</a>
</li>
<li>
<a href="https://www.weather.gov/help">
Help
</a>
</li>
<li>
<a href="http://www.weather.gov/glossary">
Glossary
</a>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-3 col-md-3">
<ul class="list-unstyled">
<li>
<a href="https://www.weather.gov/privacy">
Privacy Policy
</a>
</li>
<li>
<a href="https://www.noaa.gov/foia-freedom-of-information-act">
Freedom of Information Act (FOIA)
</a>
</li>
<li>
<a href="https://www.weather.gov/about">
About Us
</a>
</li>
<li>
<a href="https://www.weather.gov/careers">
Career Opportunities
</a>
</li>
</ul>
</div>
</div>
</footer>
</main>
</body>
</html>
#weather
period=Soup.find_all("p",class_="period-name")
period
[<p class="period-name">This<br/>Afternoon</p>, <p class="period-name">Tonight<br/><br/></p>, <p class="period-name">Sunday<br/><br/></p>, <p class="period-name">Sunday<br/>Night</p>, <p class="period-name">Monday<br/><br/></p>, <p class="period-name">Monday<br/>Night</p>, <p class="period-name">Tuesday<br/><br/></p>, <p class="period-name">Tuesday<br/>Night</p>, <p class="period-name">Wednesday<br/><br/></p>]
Period=[]
for i in period:
Period.append(i.text.replace("\n",""))
Period
['ThisAfternoon', 'Tonight', 'Sunday', 'SundayNight', 'Monday', 'MondayNight', 'Tuesday', 'TuesdayNight', 'Wednesday']
#weather
short_descp=Soup.find_all("p",class_="short-desc")
short_descp
[<p class="short-desc">Haze</p>, <p class="short-desc">Partly Cloudy</p>, <p class="short-desc">Mostly Sunny</p>, <p class="short-desc">Mostly Cloudy</p>, <p class="short-desc">Partly Sunny</p>, <p class="short-desc">Mostly Cloudy</p>, <p class="short-desc">Mostly Sunny</p>, <p class="short-desc">Partly Cloudy</p>, <p class="short-desc">Partly Sunny</p>]
Short_descp=[]
for i in short_descp:
Short_descp.append(i.text.replace("\n",""))
Short_descp
['Haze', 'Partly Cloudy', 'Mostly Sunny', 'Mostly Cloudy', 'Partly Sunny', 'Mostly Cloudy', 'Mostly Sunny', 'Partly Cloudy', 'Partly Sunny']
temp=Soup.find_all("p",class_="temp")
temp
[<p class="temp temp-high">High: 77 °F</p>, <p class="temp temp-low">Low: 56 °F</p>, <p class="temp temp-high">High: 71 °F</p>, <p class="temp temp-low">Low: 54 °F</p>, <p class="temp temp-high">High: 63 °F</p>, <p class="temp temp-low">Low: 53 °F</p>, <p class="temp temp-high">High: 63 °F</p>, <p class="temp temp-low">Low: 53 °F</p>, <p class="temp temp-high">High: 62 °F</p>]
Temp=[]
for i in temp:
Temp.append(i.text.replace("\n",""))
Temp
['High: 77 °F', 'Low: 56 °F', 'High: 71 °F', 'Low: 54 °F', 'High: 63 °F', 'Low: 53 °F', 'High: 63 °F', 'Low: 53 °F', 'High: 62 °F']
descp=Soup.find_all("div",class_="col-sm-10 forecast-text")
descp
[<div class="col-sm-10 forecast-text">Widespread haze before 4pm. Mostly sunny, with a high near 77. Calm wind becoming west southwest 5 to 8 mph. </div>, <div class="col-sm-10 forecast-text">Partly cloudy, with a low around 56. West southwest wind 5 to 8 mph. </div>, <div class="col-sm-10 forecast-text">Mostly sunny, with a high near 71. Light southwest wind becoming west 5 to 9 mph in the morning. </div>, <div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 54. West southwest wind 8 to 10 mph. </div>, <div class="col-sm-10 forecast-text">Partly sunny, with a high near 63. Southwest wind 9 to 14 mph, with gusts as high as 18 mph. </div>, <div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 53.</div>, <div class="col-sm-10 forecast-text">Mostly sunny, with a high near 63.</div>, <div class="col-sm-10 forecast-text">Partly cloudy, with a low around 53.</div>, <div class="col-sm-10 forecast-text">Partly sunny, with a high near 62.</div>, <div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 54.</div>, <div class="col-sm-10 forecast-text">Mostly cloudy, with a high near 61.</div>, <div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 53.</div>, <div class="col-sm-10 forecast-text">Mostly cloudy, with a high near 62.</div>]
Descp=[]
for i in descp:
Descp.append(i.text.replace("\n",""))
Descp
['Widespread haze before 4pm. Mostly sunny, with a high near 77. Calm wind becoming west southwest 5 to 8 mph. ', 'Partly cloudy, with a low around 56. West southwest wind 5 to 8 mph. ', 'Mostly sunny, with a high near 71. Light southwest wind becoming west 5 to 9 mph in the morning. ', 'Mostly cloudy, with a low around 54. West southwest wind 8 to 10 mph. ', 'Partly sunny, with a high near 63. Southwest wind 9 to 14 mph, with gusts as high as 18 mph. ', 'Mostly cloudy, with a low around 53.', 'Mostly sunny, with a high near 63.', 'Partly cloudy, with a low around 53.', 'Partly sunny, with a high near 62.', 'Mostly cloudy, with a low around 54.', 'Mostly cloudy, with a high near 61.', 'Mostly cloudy, with a low around 53.', 'Mostly cloudy, with a high near 62.']
import pandas as pd
df=pd.DataFrame({})
df["Period"]=Period[0:7]
df["Short_descp"]=Short_descp[0:7]
df["Temp"]=Temp[0:7]
df["Descp"]=Descp[0:7]
df
| Period | Short_descp | Temp | Descp | |
|---|---|---|---|---|
| 0 | ThisAfternoon | Haze | High: 77 °F | Widespread haze before 4pm. Mostly sunny, with... |
| 1 | Tonight | Partly Cloudy | Low: 56 °F | Partly cloudy, with a low around 56. West sout... |
| 2 | Sunday | Mostly Sunny | High: 71 °F | Mostly sunny, with a high near 71. Light south... |
| 3 | SundayNight | Mostly Cloudy | Low: 54 °F | Mostly cloudy, with a low around 54. West sout... |
| 4 | Monday | Partly Sunny | High: 63 °F | Partly sunny, with a high near 63. Southwest w... |
| 5 | MondayNight | Mostly Cloudy | Low: 53 °F | Mostly cloudy, with a low around 53. |
| 6 | Tuesday | Mostly Sunny | High: 63 °F | Mostly sunny, with a high near 63. |
Write a python program to scrape house details from https://www.nobroker.in/ for any location. It should include house title, location, area, emi and price
!pip install bs4
!pip install requests
from bs4 import BeautifulSoup
import requests
Requirement already satisfied: bs4 in c:\users\dell\anaconda3\lib\site-packages (0.0.1) Requirement already satisfied: beautifulsoup4 in c:\users\dell\anaconda3\lib\site-packages (from bs4) (4.9.3) Requirement already satisfied: soupsieve>1.2; python_version >= "3.0" in c:\users\dell\anaconda3\lib\site-packages (from beautifulsoup4->bs4) (2.0.1) Requirement already satisfied: requests in c:\users\dell\anaconda3\lib\site-packages (2.24.0) Requirement already satisfied: certifi>=2017.4.17 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2020.6.20) Requirement already satisfied: chardet<4,>=3.0.2 in c:\users\dell\anaconda3\lib\site-packages (from requests) (3.0.4) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\dell\anaconda3\lib\site-packages (from requests) (1.25.11) Requirement already satisfied: idna<3,>=2.5 in c:\users\dell\anaconda3\lib\site-packages (from requests) (2.10)
page=requests.get("https://www.nobroker.in/property/sale/pune/Pune?searchParam=W3sibGF0IjoxOC41NTc3NDQ2LCJsb24iOjczLjkxMjQ2NzQsInBsYWNlSWQiOiJDaElKaVNGeWVzWEF3anNScmN5RkZzUHlzTkUiLCJwbGFjZU5hbWUiOiJQdW5lIn1d&radius=2.0")
page
<Response [200]>
page.content
b'\n <!DOCTYPE html><html lang="en"><head>\n <meta property="fb:pages" content="794951570520699" />\n <link rel="canonical" href="https://www.nobroker.in" />\n \n \n \n <link rel="dns-prefetch" href="//www.googletagmanager.com">\n <link rel="dns-prefetch" href="//www.google-analytics.com">\n <link rel="dns-prefetch" href="//assets.nobroker.in">\n <link rel="dns-prefetch" href="//images.nobroker.in">\n <link rel="shortcut icon" id="favicon" href="//assets.nobroker.in/static/img/favicon.png"/>\n <link rel="apple-touch-icon" href="https://images.nobroker.in/static/img/fav64.png">\n <meta charset="utf-8"/><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\n <meta name="google-play-app" content="app-id=com.nobroker.app&referrer=utm_source%3Dnobroker%26utm_medium%3DmobileWeb">\n \t <meta name="apple-itunes-app" content="app-id=1200507100, app-argument=nobrokerapp://">\n <meta name="theme-color" content="#fd3752">\n <meta name="keywords" content="flats for rent, Apartments for rent, flats for sale, apartments for sale, Properties for rent, without broker, no brokerage, broker free rental properties, flat, apartment, rent, rental, nobroker.in, Nobroker"/>\n <meta property="og:title" content="Flats, Houses, Apartments for Rent, Buy, Sale Without Brokerage in India"/>\n <meta property="og:description" content="Lookup for Residential properties for rent,buy,sell in India Without Brokerage.0% Brokerage,100% Genuine Owners. India\'s #1 Real Estate Property Website Without Brokers. Get Rent Agreement,Packers and Movers,Property Management & Registration Service in India. Owners & NRI can List/Post Property Ad for FREE."/>\n <meta property="og:url" content="https://www.nobroker.in"/>\n <meta property="og:image" content="//assets.nobroker.in/static/img/fbShare_bangalore.png"/>\n <meta name="twitter:site" content="@nobrokercom">\n <meta name="twitter:title" content="Flats, Houses, Apartments for Rent, Buy, Sale Without Brokerage in India">\n <meta name="twitter:description" content="Lookup for Residential properties for rent,buy,sell in India Without Brokerage.0% Brokerage,100% Genuine Owners. India\'s #1 Real Estate Property Website Without Brokers. Get Rent Agreement,Packers and Movers,Property Management & Registration Service in India. Owners & NRI can List/Post Property Ad for FREE.">\n <meta name="twitter:image" content="//assets.nobroker.in/static/img/fbShare_bangalore.png">\n <meta property="og:image:height" content="360"/>\n <meta property="og:image:width" content="540"/>\n <meta property="fb:app_id" content="289265624583131"/>\n <meta property="og:site_name" content="NoBroker"/>\n <meta property="og:type" content="product"/>\n <meta name="google" content="notranslate"/>\n <meta name="google-site-verification" content="hLy7ta67b2CS6LQFWI3SrB22XIuKUHlAHGEi-0W0ngI" />\n <meta name="msvalidate.01" content="81EEED055BF8993A564A4B24AF189813" />\n <meta name="p:domain_verify" content="e5c74d79345e920627558faecd28fae5"/>\n <meta name="google-signin-client_id" content="239876242888-mbq11kse03n78gs2o5549clvlcv3ls24.apps.googleusercontent.com">\n <meta name="robots" content="index, follow">\n <title>Flats, Houses, Apartments for Rent, Buy, Sale Without Brokerage in India</title>\n <meta name="description" content="Lookup for Residential properties for rent,buy,sell in India Without Brokerage.0% Brokerage,100% Genuine Owners. India\'s #1 Real Estate Property Website Without Brokers. Get Rent Agreement,Packers and Movers,Property Management & Registration Service in India. Owners & NRI can List/Post Property Ad for FREE.">\n <meta name="viewport" content="width=device-width,initial-scale=1" />\n <meta name="X-UA-Compatible" content="IE=edge,chrome=1" />\n <link rel="icon" href="https://assets.nobroker.in/static/img/favicon.png" />\n <link rel="manifest" href="/manifest.json" />\n <style>\n @font-face {\n font-family: \'Source Sans Pro\';\n font-style: normal;\n font-weight: 300;\n font-display: swap;\n src: local(\'Source Sans Pro Light\'), local(\'SourceSansPro-Light\'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format(\'woff2\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n }\n @font-face {\n font-family: \'Source Sans Pro\';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: local(\'Source Sans Pro Regular\'), local(\'SourceSansPro-Regular\'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format(\'woff2\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n }\n @font-face {\n font-family: \'Source Sans Pro\';\n font-style: normal;\n font-weight: 600;\n font-display: swap;\n src: local(\'Source Sans Pro SemiBold\'), local(\'SourceSansPro-SemiBold\'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format(\'woff2\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n }\n </style>\n \n\n <!-- Google Tag Manager -->\n <script>\n window.dataLayer = [];\n </script>\n <script>\n var interval = setInterval(function() {\n if (document && document.readyState === \'complete\') {\n clearInterval(interval);\n (function(w, d, s, l, i) {\n w[l] = w[l] || [];\n w[l].push({ \'gtm.start\': new Date().getTime(), event: \'gtm.js\' });\n var f = d.getElementsByTagName(s)[0],\n j = d.createElement(s),\n dl = l != \'dataLayer\' ? \'&l=\' + l : \'\';\n j.async = true;\n j.src = \'https://www.googletagmanager.com/gtm.js?id=\' + i + dl;\n f.parentNode.insertBefore(j, f);\n })(window, document, \'script\', \'dataLayer\', \'GTM-NDNFVM5\');\n }\n }, 100);\n </script>\n <!-- End Google Tag Manager -->\n\n \n <link rel="stylesheet" type="text/css" charset="UTF-8" href="https://assets.nobroker.in/nb-new/public/css/slick.min.css" />\n <link rel="stylesheet" type="text/css" href="https://assets.nobroker.in/nb-new/public/css/slick-theme.min.css"/>\n \n <script>\n window.googleMapLoadCallBack = function() {};\n </script>\n <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDUznTiPcMB6dsRkOq9ZLNrKLCzVZzvZXo&v=3.exp&libraries=places,geometry&callback=googleMapLoadCallBack"></script>\n <link data-chunk="listPage" rel="stylesheet" href="https://assets.nobroker.in/nb-new/listPage/listPage.9a4a13759b26add70fd6.css">\n<link data-chunk="main" rel="stylesheet" href="https://assets.nobroker.in/nb-new/css/main.457304f4977ca2505f48.css">\n <script async src="https://assets.nobroker.in/nb-new/public/js/instantgratification.001.js"></script>\n <script>\n window.nb = window.nb || {};\n nb.pageName = "listPage";\n nb.appState = {"route":{"location":null},"global":{"requestData":null},"signupReducer":{"phoneExistLoading":false,"phoneStatus":null,"otpVerification":null,"emailOtpVerification":null,"passwordVerification":null,"newAccountData":null,"newUser":false,"oldUser":false,"userInfo":null,"newAccountDataError":"","userPhoneData":{},"adobeSignupEventCalled":false},"commonReducer":{"userInfo":null,"fetchedUserInfo":false,"walletBalance":0,"signupModal":{},"showAlertMsg":false,"notFound":false,"crowdLeadAdded":null,"openAlertsModal":false,"planDetailInfos":null,"tenantPlanInfo":null,"pagename":null,"userNotificationCount":null,"photoRequestData":null,"propertyId":null,"fromChat":null,"feedBackData":null,"feedBackUpdatedData":null,"openSchedularModal":false,"openScheduleVisitModal":false,"slotsData":null,"bookedSlotData":null,"userEmailSave":null,"walletEnabled":false,"propertyTrendsData":null,"instantLeadData":null,"instantBookData":null,"tenantLeadData":null,"scheduleVisitTimeData":null,"contactedInfoData":null,"hub":null,"contactedIdsForListPage":[],"contactedNotVerifiedIdsForListPage":[],"visitSlotsData":null,"hoodExploreRefreshToken":null},"googleSignInReducer":{"loading":false,"userSocialDetail":null},"facebookSignInReducer":{"loading":false,"userFacebookDetail":null},"alertsReducer":{"postAlersSuccess":""},"listAlertsReducer":{"postAlersSuccess":"","alertRequirementId":null,"recommendedProperties":null,"loading":false,"searchRequirementLoading":false},"listPage":{"loading":false,"listPageProperties":[{"propertyAge":3,"parking":"BOTH","ownershipType":"FREEHOLD","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"cupBoard":0,"videos":[],"negotiable":true,"type":"BHK1","ownerId":"8a9f91c374d5b7040174d860ea7a58ea","propertySize":598,"originalImageUrl":"\\u002F\\u002Fassets.nobroker.in8a9f82ee75fa5ec00175fa868a7f09f8_4119_96613_original.jpg","price":2000000,"combineDescription":"Ready for sell\\nFinding a 1 BHK for sale in Pune district at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 2nd floor this home can comfortably serve your car and bike parking facility needs. This West facing home is over 598 sqft. & is in a convenient location.\\n\\nAs this home comes with servant quarters, visitor parking, fire safety, waste treatment plant & house keeping & more such amenities, living here would make life more pleasant. With children play area & park available in this home, you will always have something to do here. With amenities such as electric back up, security & lift this home offers you a lot of convenience.\\n\\nAngels Pre School, Sant Sai High School and New English School are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Sanjeevan Hospital, Life Line Hospital and Shradha Childrens Clinic are very close by.\\n\\nAccess to bus stop & medical stores is very easy & convenient from this house.\\n\\nThe surrounding locality is loaded with things to do, Car Rental Service In PCMC, Pune & Raman Theatre are great places to catch a movie near this home. Never miss out on lifestyle as AMITY ENGINEERS AND SURVEYORS, Skyline Plaza and vikas puja bhandaar are so close by.","id":"8a9f82ee75fa5ec00175fa868a7f09f8","state":"READY","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Kadu Malhar Villa In Pune","inactiveReason":"TIMED_OUT","locality":"Pune","active":true,"waterSupply":"CORP_BORE","accurateLocation":false,"lift":true,"detailUrl":"\\u002Fproperty\\u002Fbuy\\u002F1-bhk-apartment-for-sale-in-pune-pune\\u002F8a9f82ee75fa5ec00175fa868a7f09f8\\u002Fdetail","activationDate":1622787003000,"amenities":"{\\"INTERCOM\\":false,\\"AC\\":false,\\"RWH\\":true,\\"HK\\":true,\\"INTERNET\\":false,\\"LIFT\\":true,\\"CLUB\\":true,\\"GP\\":false,\\"FS\\":true,\\"STP\\":true,\\"PARK\\":true,\\"SC\\":false,\\"PB\\":true,\\"CPA\\":true,\\"SECURITY\\":true,\\"POOL\\":true,\\"GYM\\":false,\\"VP\\":true,\\"SERVANT\\":false}","typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.7","city":"pune","latitude":18.5577446,"reactivationReqDate":1622786595000,"facing":"W","underLoan":false,"kitchen":"MODULAR","sponsored":false,"documentName":"property","url":"\\u002Fstatic\\u002Fimg\\u002Ficon\\u002Fmap\\u002Fnew\\u002Fnew_1.png","formattedPrice":"20 Lacs","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":true,"HK":true,"INTERNET":false,"LIFT":true,"CLUB":true,"GP":false,"FS":true,"STP":true,"PARK":true,"SC":false,"PB":true,"CPA":true,"SECURITY":true,"POOL":true,"GYM":false,"VP":true,"SERVANT":false},"ownerDes":"Ready for sell","lastUpdateDate":1625464108000,"balconies":1,"regCostIncluded":false,"availableFrom":1622745000000,"photos":[{"imagesMap":{"thumbnail":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_9341_thumbnail.jpg","original":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_96613_original.jpg","large":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_84233_large.jpg","medium":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_83545_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""}],"loanAvailable":true,"localityId":"NOT_FOUND","longitude":73.9124674,"indexName":"nobroker_resale","creationDate":1606225923000,"swimmingPool":false,"completeStreetName":"Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.","defaultEmi":"11,462\\u002FMonth","totalFloor":4,"gym":true,"reactivationSource":"OWNER","facingDesc":"West","furnishing":"NOT_FURNISHED","photoAvailable":true,"flooring":"VITRIFIED_TILES","shortUrl":"http:\\u002F\\u002Fnobr.kr\\u002Fsv\\u002F2Ypnd","promoted_b":false,"description":"Ready for sell--written by ownerFinding a 1 BHK for sale in Pune district at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 2nd floor this home can comfortably serve your car and bike parking facility needs. This West facing home is over 598 sqft. & is in a convenient location.\\n\\nAs this home comes with servant quarters, visitor parking, fire safety, waste treatment plant & house keeping & more such amenities, living here would make life more pleasant. With children play area & park available in this home, you will always have something to do here. With amenities such as electric back up, security & lift this home offers you a lot of convenience.\\n\\nAngels Pre School, Sant Sai High School and New English School are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Sanjeevan Hospital, Life Line Hospital and Shradha Childrens Clinic are very close by.\\n\\nAccess to bus stop & medical stores is very easy & convenient from this house.\\n\\nThe surrounding locality is loaded with things to do, Car Rental Service In PCMC, Pune & Raman Theatre are great places to catch a movie near this home. Never miss out on lifestyle as AMITY ENGINEERS AND SURVEYORS, Skyline Plaza and vikas puja bhandaar are so close by.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Kadu Malhar Villa In Pune","nbLocality":"NOT_FOUND","society":"Kadu Malhar Villa","ownerName":"Sachinsulake","street":"Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.","propertyType":"BUY","secondaryTitle":"Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.","aea__":{"HOUSE_KEY_WITH":{"display_value":"Friends\\u002FRelatives","value":"FRIENDS_RELATIVES"},"NON_VEG_ALLOWED":{"display_value":"No","value":"ONLY_VEG"},"GATED_SECURITY":{"display_value":"No","value":"NO"},"ACCURATE_LOCATION":{"display_value":"Accurate","value":"ACCURATE"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"floor":2,"thumbnailImage":"https:\\u002F\\u002Fassets.nobroker.in\\u002Fimages\\u002F8a9f82ee75fa5ec00175fa868a7f09f8\\u002F8a9f82ee75fa5ec00175fa868a7f09f8_4119_83545_medium.jpg","lastActivationDate":1606988415000,"verified":false,"maintenanceCost":1000,"inactiveReasonDesc":"Timed Out","videoUnit":[],"colour":"GREEN","servantRoom":0,"location":"18.557744600000000000,73.912467400000000000","propType":"AP"},{"propertyAge":3,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1626867059000,"balconies":2,"cupBoard":0,"negotiable":true,"type":"BHK1","ownerId":"8a9f8e8276e9b5150176e9c8da0d0071","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_45820_84974_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_45820_49082_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_45820_28362_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_45820_67804_medium.jpg"},"disAffinity":999,"displayPic":true,"w":1280,"name":"files[]","h":590,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_5457_1967_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_5457_45133_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_5457_32053_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_5457_81746_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"files[]","h":590,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_31535_43111_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_31535_84453_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_31535_41935_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_31535_3214_medium.jpg"},"disAffinity":0,"displayPic":false,"w":498,"name":"files[]","h":1080,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_43634_14984_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_43634_53728_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_43634_85339_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_43634_11966_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"files[]","h":590,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_84769_70513_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_84769_23403_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_84769_26953_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_84769_76499_medium.jpg"},"disAffinity":0,"displayPic":false,"w":498,"name":"files[]","h":1080,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1622831400000,"loanAvailable":true,"propertySize":565,"originalImageUrl":"\\u002F\\u002Fassets.nobroker.in\\u002F8a9fa28279db758c0179db798a9200b7_45820_49082_original.jpg","score":{"lastUpdatedDate":"2021-06-06T00:38:10+05:30","transit":-10,"id":"8a9fa28279db758c0179db798a9200b7","lifestyle":1.5},"price":2200000,"combineDescription":"This 1 BHK for sale comes with an affordable price tag of just 22 Lakhs rupees with an additional perk of paying no brokerage. This East facing home is over 565 sqft. & is in a convenient location. Situated on the 3rd floor this home can comfortably serve your parking lot for a car and bike needs.\\n\\nIf you are looking for a home with security & lift, this home is just right for you. With premium amenities such as fire security this home provides you with many added benefits. When you need park, all you have to do is step out of the door as the apartment complex has what you\'re looking for.","id":"8a9fa28279db758c0179db798a9200b7","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor","longitude":73.9124674,"indexName":"nobroker_resale","seoDescription":"[{\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"Weikfield IT Citi Info Park\\", \\"longitude\\": 73.9110895, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\\", \\"latitude\\": 18.560956, \\"id\\": \\"ChIJVUuocz_BwjsR7hlFHvBn1Nk\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Trion Business Park\\", \\"longitude\\": 73.9208, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\\", \\"latitude\\": 18.5607789, \\"id\\": \\"ChIJKearW0LBwjsRQwRfbA0109M\\"}, {\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"PVR\\", \\"longitude\\": 73.9163118, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-pvr_viman_nagar_pune\\", \\"latitude\\": 18.5627043, \\"id\\": \\"ChIJC-L0OkHBwjsRLbYvShHU2Xg\\"}, {\\"localityId\\": \\"ChIJxZBnkBDBwjsRcpq1NoUtYVY\\", \\"name\\": \\"D Mart\\", \\"longitude\\": 73.9111359, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\\", \\"latitude\\": 18.544581, \\"id\\": \\"ChIJHURURw3BwjsRWNSalwNNios\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Brahma Suncity\\", \\"longitude\\": 73.918451, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-brahma_suncity_pune\\", \\"latitude\\": 18.5490483, \\"id\\": \\"ChIJ03YeBm7BwjsRxT8hD1HX5no\\"}]","inactiveReason":"INCORRECT","locality":"Pune loni kalbhor","active":true,"creationDate":1622884846000,"swimmingPool":false,"waterSupply":"CORP_BORE","completeStreetName":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune","accurateLocation":false,"defaultEmi":"12,609\\u002FMonth","totalFloor":3,"lift":true,"gym":false,"detailUrl":"\\u002Fproperty\\u002Fbuy\\u002F1-bhk-apartment-for-sale-in-pune-loni-kalbhor-pune\\u002F8a9fa28279db758c0179db798a9200b7\\u002Fdetail","activationDate":1622895918000,"facingDesc":"East","furnishing":"NOT_FURNISHED","photoAvailable":true,"amenities":"{\\"INTERCOM\\":false,\\"AC\\":false,\\"RWH\\":false,\\"HK\\":false,\\"INTERNET\\":false,\\"LIFT\\":true,\\"CLUB\\":false,\\"GP\\":false,\\"FS\\":true,\\"STP\\":false,\\"PARK\\":true,\\"SC\\":false,\\"PB\\":false,\\"CPA\\":false,\\"SECURITY\\":true,\\"POOL\\":false,\\"GYM\\":false,\\"VP\\":false,\\"SERVANT\\":false}","flooring":"VITRIFIED_TILES","typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.1","city":"pune","shortUrl":"http:\\u002F\\u002Fnobr.kr\\u002Fsv\\u002FZ5PLs","latitude":18.5577446,"promoted_b":false,"facing":"E","description":"This 1 BHK for sale comes with an affordable price tag of just 22 Lakhs rupees with an additional perk of paying no brokerage. This East facing home is over 565 sqft. & is in a convenient location. Situated on the 3rd floor this home can comfortably serve your parking lot for a car and bike needs.\\n\\nIf you are looking for a home with security & lift, this home is just right for you. With premium amenities such as fire security this home provides you with many added benefits. When you need park, all you have to do is step out of the door as the apartment complex has what you\'re looking for.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor","nbLocality":"Wadgaon Sheri","society":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti loni kalbhor pune","underLoan":false,"ownerName":"JaipalGirase","street":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune","propertyType":"BUY","secondaryTitle":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"don\'t know","value":"DK"}},"thumbnailImage":"https:\\u002F\\u002Fassets.nobroker.in\\u002Fimages\\u002F8a9fa28279db758c0179db798a9200b7\\u002F8a9fa28279db758c0179db798a9200b7_45820_67804_medium.jpg","floor":3,"kitchen":"MODULAR","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":600,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\\u002Fstatic\\u002Fimg\\u002Ficon\\u002Fmap\\u002Fnew\\u002Fnew_1.png","formattedPrice":"22 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":true,"CLUB":false,"GP":false,"FS":true,"STP":false,"PARK":true,"SC":false,"PB":false,"CPA":false,"SECURITY":true,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.557744600000000000,73.912467400000000000","propType":"AP"},{"propertyAge":1,"ownershipType":"FREEHOLD","parking":"TWO_WHEELER","parkingDesc":"Bike","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1630088103000,"balconies":2,"negotiable":true,"type":"BHK1","ownerId":"ff80818168d745940168d777d22e257d","regCostIncluded":false,"photos":[],"availableFrom":1630002600000,"loanAvailable":true,"propertySize":500,"originalImageUrl":"\\u002F\\u002Fassets.nobroker.in\\u002Fstatic\\u002Fimg\\u002F534_notxt.jpg","score":{"lastUpdatedDate":"2021-08-28T23:55:13+05:30","transit":-10,"id":"8a9fa1887b8842ea017b88c5c433233d","lifestyle":1.5},"price":1800000,"combineDescription":"This lovely 1 BHK for sale is only 18 Lakhs rupees without any extra brokerage & could be your new home. This home is over 500 sqft. & even comes with ample parking space for a bike. This South facing home is on the 1st floor.","id":"8a9fa1887b8842ea017b88c5c433233d","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Vrundavan In Pune Manjri Road","longitude":73.9124674,"indexName":"nobroker_resale","seoDescription":"[{\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"Weikfield IT Citi Info Park\\", \\"longitude\\": 73.9110895, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\\", \\"latitude\\": 18.560956, \\"id\\": \\"ChIJVUuocz_BwjsR7hlFHvBn1Nk\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Trion Business Park\\", \\"longitude\\": 73.9208, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\\", \\"latitude\\": 18.5607789, \\"id\\": \\"ChIJKearW0LBwjsRQwRfbA0109M\\"}, {\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"PVR\\", \\"longitude\\": 73.9163118, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-pvr_viman_nagar_pune\\", \\"latitude\\": 18.5627043, \\"id\\": \\"ChIJC-L0OkHBwjsRLbYvShHU2Xg\\"}, {\\"localityId\\": \\"ChIJxZBnkBDBwjsRcpq1NoUtYVY\\", \\"name\\": \\"D Mart\\", \\"longitude\\": 73.9111359, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\\", \\"latitude\\": 18.544581, \\"id\\": \\"ChIJHURURw3BwjsRWNSalwNNios\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Brahma Suncity\\", \\"longitude\\": 73.918451, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-brahma_suncity_pune\\", \\"latitude\\": 18.5490483, \\"id\\": \\"ChIJ03YeBm7BwjsRxT8hD1HX5no\\"}]","inactiveReason":"INCORRECT","locality":"Pune manjri road","active":true,"creationDate":1630087267000,"swimmingPool":false,"waterSupply":"BOREWELL","completeStreetName":"udaycolani","accurateLocation":false,"defaultEmi":"10,316\\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\\u002Fproperty\\u002Fbuy\\u002F1-bhk-apartment-for-sale-in-pune-manjri-road-pune\\u002F8a9fa1887b8842ea017b88c5c433233d\\u002Fdetail","activationDate":1630088101000,"facingDesc":"South","furnishing":"SEMI_FURNISHED","photoAvailable":false,"amenities":"{\\"INTERCOM\\":false,\\"AC\\":false,\\"RWH\\":false,\\"HK\\":false,\\"INTERNET\\":false,\\"LIFT\\":false,\\"CLUB\\":false,\\"GP\\":false,\\"FS\\":false,\\"STP\\":false,\\"PARK\\":false,\\"SC\\":false,\\"PB\\":false,\\"CPA\\":false,\\"SECURITY\\":false,\\"POOL\\":false,\\"GYM\\":false,\\"VP\\":false,\\"SERVANT\\":false}","flooring":"MARBLE_GRANITE","typeDesc":"1 BHK","maintenanceCostPerSqFt":"0.8","city":"pune","shortUrl":"http:\\u002F\\u002Fnobr.kr\\u002Fsv\\u002FJ7w9F","latitude":18.5577446,"promoted_b":false,"facing":"S","description":"This lovely 1 BHK for sale is only 18 Lakhs rupees without any extra brokerage & could be your new home. This home is over 500 sqft. & even comes with ample parking space for a bike. This South facing home is on the 1st floor.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Vrundavan In Pune Manjri Road","nbLocality":"Wadgaon Sheri","society":"vrundavan","underLoan":false,"ownerName":"sharad.chavan","street":"udaycolani","propertyType":"BUY","secondaryTitle":"udaycolani","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"don\'t know","value":"DK"},"COMPLETION_CERTIFICATE":{"display_value":"yes","value":"YES"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"thumbnailImage":"https:\\u002F\\u002Fassets.nobroker.in\\u002Fstatic\\u002Fimg\\u002F534_notxt.jpg","floor":1,"kitchen":"COVERED_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":400,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\\u002Fstatic\\u002Fimg\\u002Ficon\\u002Fmap\\u002Fnew\\u002Fnew_1.png","formattedPrice":"18 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":false,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.557744600000000000,73.912467400000000000","propType":"AP"},{"propertyAge":10,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1628669983000,"balconies":1,"negotiable":true,"type":"BHK3","ownerId":"8a9f82827b30ce1c017b30d9d4d303c7","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_71897_449101_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_71897_559073_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_71897_26339_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_71897_515767_medium.jpg"},"disAffinity":17,"displayPic":true,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_74857_119435_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_74857_406912_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_74857_869134_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_74857_714372_medium.jpg"},"disAffinity":16,"displayPic":false,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_77435_837621_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_77435_366756_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_77435_565195_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_77435_934002_medium.jpg"},"disAffinity":15,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_86584_656783_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_86584_997538_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_86584_220722_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_86584_195281_medium.jpg"},"disAffinity":14,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_40928_21880_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_40928_405823_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_40928_911595_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_40928_54622_medium.jpg"},"disAffinity":14,"subState":"IRIS_FAILED","displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_47598_672117_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_47598_165657_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_47598_598637_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_47598_814642_medium.jpg"},"disAffinity":13,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_26810_610453_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_26810_480880_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_26810_321287_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_26810_530585_medium.jpg"},"disAffinity":13,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_22797_572354_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_22797_267816_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_22797_390857_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_22797_555968_medium.jpg"},"disAffinity":12,"displayPic":false,"w":588,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_83720_645596_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_83720_564729_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_83720_426398_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_83720_333497_medium.jpg"},"disAffinity":11,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_99192_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_7509_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_58957_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_17777_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_64891_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_39596_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_46035_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_42330_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_8293_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_2665_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_32142_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_35536_medium.jpg"},"disAffinity":0,"displayPic":false,"w":588,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_53208_593060_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_53208_458107_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_53208_614954_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_53208_707581_medium.jpg"},"disAffinity":-86,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_52600_638673_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_52600_819103_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_52600_533982_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_52600_535417_medium.jpg"},"disAffinity":-87,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1628620200000,"loanAvailable":true,"propertySize":1000,"originalImageUrl":"\\u002F\\u002Fassets.nobroker.in\\u002F8a9f82827b30ce1c017b30d9d56503ca_71897_559073_original.jpg","score":{"lastUpdatedDate":"2021-08-11T01:34:38+05:30","transit":1,"id":"8a9f82827b30ce1c017b30d9d56503ca","lifestyle":8.2},"price":8500000,"combineDescription":"This affordable 3 BHK for sale in Viman Nagar is perfect for those looking for a budget home. This home is over 1000 sqft. & even comes with ample car and bike parking. This South facing home is on the 3rd floor.\\n\\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\\n\\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Niramay Children\'s Clinic, Om Hospital and Sushrut Hospital are very close by. Olympia National School Pune - Preschool Tingrenagar Vishrantwadi, Neuron Labs School and D Y Patil International School are well known educational institutes in town & are very close to this home.\\n\\nWith an ATM, petrol pump & super market near this home, you\'ll never have to go far for these essentials.\\n\\nNever miss out on lifestyle as Goodwill Square, Mhaske Super Market and Sai Men\'s Boutique are so close by. The surrounding locality is loaded with things to do, \'????? ???\' & ZiVa are great places to catch a movie near this home.","id":"8a9f82827b30ce1c017b30d9d56503ca","state":"READY","localityId":"viman_nagar_pune","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"3 BHK Flat For Sale In Jhankar Chs In Viman Nagar","longitude":73.91090632214555,"powerBackup":"None","indexName":"nobroker_resale","seoDescription":"[{\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"Weikfield IT Citi Info Park\\", \\"longitude\\": 73.9110895, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\\", \\"latitude\\": 18.560956, \\"id\\": \\"ChIJVUuocz_BwjsR7hlFHvBn1Nk\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Trion Business Park\\", \\"longitude\\": 73.9208, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\\", \\"latitude\\": 18.5607789, \\"id\\": \\"ChIJKearW0LBwjsRQwRfbA0109M\\"}, {\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"PVR\\", \\"longitude\\": 73.9163118, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-pvr_viman_nagar_pune\\", \\"latitude\\": 18.5627043, \\"id\\": \\"ChIJC-L0OkHBwjsRLbYvShHU2Xg\\"}, {\\"localityId\\": \\"ChIJxZBnkBDBwjsRcpq1NoUtYVY\\", \\"name\\": \\"D Mart\\", \\"longitude\\": 73.9111359, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\\", \\"latitude\\": 18.544581, \\"id\\": \\"ChIJHURURw3BwjsRWNSalwNNios\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Brahma Suncity\\", \\"longitude\\": 73.918451, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-brahma_suncity_pune\\", \\"latitude\\": 18.5490483, \\"id\\": \\"ChIJ03YeBm7BwjsRxT8hD1HX5no\\"}]","inactiveReason":"INCORRECT","locality":"Viman Nagar","active":true,"creationDate":1628612187000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Samrat Ashok Rd NEAR Novotel Hotel","accurateLocation":true,"defaultEmi":"48,717\\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\\u002Fproperty\\u002Fbuy\\u002F3-bhk-apartment-for-sale-in-viman-nagar-pune\\u002F8a9f82827b30ce1c017b30d9d56503ca\\u002Fdetail","activationDate":1628613302000,"facingDesc":"South","furnishing":"NOT_FURNISHED","photoAvailable":true,"amenities":"{\\"LIFT\\":false,\\"GYM\\":false,\\"INTERNET\\":false,\\"AC\\":false,\\"CLUB\\":false,\\"INTERCOM\\":false,\\"POOL\\":false,\\"CPA\\":false,\\"FS\\":false,\\"SERVANT\\":false,\\"SECURITY\\":false,\\"SC\\":false,\\"GP\\":false,\\"PARK\\":false,\\"RWH\\":false,\\"STP\\":false,\\"HK\\":false,\\"PB\\":false,\\"VP\\":false}","flooring":"VITRIFIED_TILES","typeDesc":"3 BHK","maintenanceCostPerSqFt":"0.5","city":"pune","shortUrl":"http:\\u002F\\u002Fnobr.kr\\u002Fsv\\u002FPZG7D","latitude":18.55895939855604,"promoted_b":false,"carpetArea":800,"facing":"S","description":"This affordable 3 BHK for sale in Viman Nagar is perfect for those looking for a budget home. This home is over 1000 sqft. & even comes with ample car and bike parking. This South facing home is on the 3rd floor.\\n\\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\\n\\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Niramay Children\'s Clinic, Om Hospital and Sushrut Hospital are very close by. Olympia National School Pune - Preschool Tingrenagar Vishrantwadi, Neuron Labs School and D Y Patil International School are well known educational institutes in town & are very close to this home.\\n\\nWith an ATM, petrol pump & super market near this home, you\'ll never have to go far for these essentials.\\n\\nNever miss out on lifestyle as Goodwill Square, Mhaske Super Market and Sai Men\'s Boutique are so close by. The surrounding locality is loaded with things to do, \'????? ???\' & ZiVa are great places to catch a movie near this home.-- generated by system (SIA)","title":"3 BHK Flat For Sale In Jhankar Chs In Viman Nagar","nbLocality":"Viman Nagar","society":"Jhankar CHS","underLoan":false,"ownerName":"Manish Ladkat","street":"Samrat Ashok Rd NEAR Novotel Hotel","propertyType":"BUY","secondaryTitle":"Samrat Ashok Rd NEAR Novotel Hotel","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"Others","value":"OTHERS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"},"ACCURATE_LOCATION":{"display_value":"Landmark","value":"LANDMARK"}},"thumbnailImage":"https:\\u002F\\u002Fassets.nobroker.in\\u002Fimages\\u002F8a9f82827b30ce1c017b30d9d56503ca\\u002F8a9f82827b30ce1c017b30d9d56503ca_71897_515767_medium.jpg","floor":3,"kitchen":"OPEN_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":500,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\\u002Fstatic\\u002Fimg\\u002Ficon\\u002Fmap\\u002Fnew\\u002Fnew_3.png","formattedPrice":"85 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":false,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.558959398556040000,73.910906322145550000","propType":"AP"},{"propertyAge":5,"parking":"BOTH","ownershipType":"FREEHOLD","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1624088415000,"negotiable":false,"type":"BHK1","ownerId":"8a9f878a6f857e90016f89cef0817138","regCostIncluded":false,"availableFrom":1624041000000,"photos":[{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_61514_97633_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_61514_50992_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_61514_27312_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_61514_95946_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_74490_25905_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_74490_24448_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_74490_49085_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_74490_23831_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_75984_79604_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_75984_90817_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_75984_23332_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_75984_69742_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_69030_26581_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_69030_39263_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_69030_36061_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_69030_57384_medium.jpg"},"disAffinity":-1,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""}],"propertySize":300,"loanAvailable":true,"originalImageUrl":"\\u002F\\u002Fassets.nobroker.in8a9f8b116fe099f4016fe0a8e5310637_61514_50992_original.jpg","price":3400000,"combineDescription":"Finding a 1 BHK for sale in Wadgaon Sheri at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 4th floor this home can comfortably serve your parking facility for car and bike needs. This North facing home is over 300 sqft. & is in a convenient location.\\n\\nIf you are looking for a home with security, this home is just right for you.\\n\\nFurtados Music School in Koregaon Park, Pune, KLAY Prep Schools and DayCare and VIBGYOR High School, Yerwada are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, CPLSS Pune- Cosmetic Surgeon and Rakshak Hospital are very close by.\\n\\nIf you are looking for gifts, or just want to spoil yourself, Jewel Square, Cannaught Place and Gera Complex have a wide variety of things that you can choose from. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.\\n\\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\\n\\nAs there are bus stop, super market & other local amenities close by, you\'ll find everything you need near home. Since there is an ATM & petrol pump close to this home you will have easy access to money & fuel at any time.","id":"8a9f8b116fe099f4016fe0a8e5310637","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri ","longitude":73.9103401,"seoDescription":"[{\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"Weikfield IT Citi Info Park\\", \\"longitude\\": 73.9110895, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\\", \\"latitude\\": 18.560956, \\"id\\": \\"ChIJVUuocz_BwjsR7hlFHvBn1Nk\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Trion Business Park\\", \\"longitude\\": 73.9208, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\\", \\"latitude\\": 18.5607789, \\"id\\": \\"ChIJKearW0LBwjsRQwRfbA0109M\\"}, {\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"PVR\\", \\"longitude\\": 73.9163118, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-pvr_viman_nagar_pune\\", \\"latitude\\": 18.5627043, \\"id\\": \\"ChIJC-L0OkHBwjsRLbYvShHU2Xg\\"}, {\\"localityId\\": \\"ChIJxZBnkBDBwjsRcpq1NoUtYVY\\", \\"name\\": \\"D Mart\\", \\"longitude\\": 73.9111359, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\\", \\"latitude\\": 18.544581, \\"id\\": \\"ChIJHURURw3BwjsRWNSalwNNios\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Brahma Suncity\\", \\"longitude\\": 73.918451, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-brahma_suncity_pune\\", \\"latitude\\": 18.5490483, \\"id\\": \\"ChIJ03YeBm7BwjsRxT8hD1HX5no\\"}]","indexName":"nobroker_resale","inactiveReason":"TIMED_OUT","locality":"Wadgaon Sheri ","active":true,"creationDate":1580022163000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India","accurateLocation":true,"defaultEmi":"19,486\\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\\u002Fproperty\\u002Fbuy\\u002F1-bhk-apartment-for-sale-in-wadgaon-sheri--pune\\u002F8a9f8b116fe099f4016fe0a8e5310637\\u002Fdetail","reactivationSource":"PROPERTY_DASHBOARD","activationDate":1624088404000,"facingDesc":"North","furnishing":"NOT_FURNISHED","amenities":"{\\"LIFT\\":false,\\"GYM\\":false,\\"INTERNET\\":false,\\"AC\\":false,\\"CLUB\\":false,\\"INTERCOM\\":false,\\"POOL\\":false,\\"CPA\\":false,\\"FS\\":false,\\"SERVANT\\":false,\\"SECURITY\\":true,\\"SC\\":false,\\"GP\\":false,\\"PARK\\":false,\\"RWH\\":false,\\"STP\\":false,\\"HK\\":false,\\"PB\\":false,\\"VP\\":false}","photoAvailable":true,"typeDesc":"1 BHK","maintenanceCostPerSqFt":"5.0","city":"pune","shortUrl":"http:\\u002F\\u002Fnobr.kr\\u002Fsv\\u002FJ61Dt","latitude":18.5576731,"promoted_b":false,"reactivationReqDate":1624088022000,"description":"Finding a 1 BHK for sale in Wadgaon Sheri at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 4th floor this home can comfortably serve your parking facility for car and bike needs. This North facing home is over 300 sqft. & is in a convenient location.\\n\\nIf you are looking for a home with security, this home is just right for you.\\n\\nFurtados Music School in Koregaon Park, Pune, KLAY Prep Schools and DayCare and VIBGYOR High School, Yerwada are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, CPLSS Pune- Cosmetic Surgeon and Rakshak Hospital are very close by.\\n\\nIf you are looking for gifts, or just want to spoil yourself, Jewel Square, Cannaught Place and Gera Complex have a wide variety of things that you can choose from. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.\\n\\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\\n\\nAs there are bus stop, super market & other local amenities close by, you\'ll find everything you need near home. Since there is an ATM & petrol pump close to this home you will have easy access to money & fuel at any time.-- generated by system (SIA)","facing":"N","title":"1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri ","nbLocality":"Wadgaon Sheri","noOfUnits":1,"society":"shrishti center","underLoan":false,"ownerName":"Pranav Galande ","street":"Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India","propertyType":"BUY","secondaryTitle":"Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India","aea__":{"ACCURATE_LOCATION":{"display_value":"Accurate","value":"ACCURATE"}},"floor":4,"kitchen":"OPEN_SHELVES","thumbnailImage":"https:\\u002F\\u002Fassets.nobroker.in\\u002Fimages\\u002F8a9f8b116fe099f4016fe0a8e5310637\\u002F8a9f8b116fe099f4016fe0a8e5310637_61514_95946_medium.jpg","lastActivationDate":1580022621000,"verified":false,"maintenanceCost":1500,"inactiveReasonDesc":"Timed Out","sponsored":false,"documentName":"property","videoUnit":[],"url":"\\u002Fstatic\\u002Fimg\\u002Ficon\\u002Fmap\\u002Fnew\\u002Fnew_1.png","formattedPrice":"34 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":true,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.557673100000000000,73.910340100000000000","propType":"AP"},{"propertyAge":3,"parking":"TWO_WHEELER","ownershipType":"FREEHOLD","parkingDesc":"Bike","projectUrl":"balaji-serenity-pune_pune-prjt-5ba3f029714b56aa08575195","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"cupBoard":0,"videos":[],"negotiable":true,"type":"BHK1","ownerId":"8a9f82fc75ca5dc60175caa0ab152097","propertySize":618,"originalImageUrl":"\\u002F\\u002Fassets.nobroker.in8a9f82fc75ca5dc60175caa0ab392098_81766_96713_original.jpg","price":4700000,"combineDescription":"Elegant and spacious flat in very peaceful area,,,only 500 meters away from Phoenix Mall Vimannagar\\nAn affordable 1 BHK for sale in Wadgaon Sheri is now available, without any brokerage. This East facing home is on the 2nd floor. This home is over 618 sqft. & even comes with ample parking space for a bike.\\n\\nAs this home comes with visitor parking & fire safety & more such amenities, living here would make life more pleasant. If you need amenities such as security & elevator you\'ll be happy to note that this home has this & more.","id":"8a9f82fc75ca5dc60175caa0ab392098","state":"READY","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri","powerBackup":"FULL","inactiveReason":"TIMED_OUT","locality":"Wadgaon Sheri","active":true,"waterSupply":"CORP_BORE","accurateLocation":true,"pinCode":411014,"lift":true,"detailUrl":"\\u002Fproperty\\u002Fbuy\\u002F1-bhk-apartment-for-sale-in-wadgaon-sheri-pune\\u002F8a9f82fc75ca5dc60175caa0ab392098\\u002Fdetail","activationDate":1621429802000,"amenities":"{\\"LIFT\\":true,\\"GYM\\":false,\\"INTERNET\\":false,\\"AC\\":false,\\"CLUB\\":false,\\"INTERCOM\\":false,\\"POOL\\":false,\\"CPA\\":false,\\"FS\\":true,\\"SERVANT\\":false,\\"SECURITY\\":true,\\"SC\\":false,\\"GP\\":false,\\"PARK\\":false,\\"RWH\\":false,\\"STP\\":false,\\"HK\\":false,\\"PB\\":false,\\"VP\\":true}","typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.6","city":"pune","latitude":18.55571682250312,"reactivationReqDate":1621429420000,"facing":"E","underLoan":false,"kitchen":"OPEN_SHELVES","sponsored":false,"documentName":"property","url":"\\u002Fstatic\\u002Fimg\\u002Ficon\\u002Fmap\\u002Fnew\\u002Fnew_1.png","buildingId":"5ba3f029714b56aa08575195","formattedPrice":"47 Lacs","amenitiesMap":{"LIFT":true,"GYM":false,"INTERNET":false,"AC":false,"CLUB":false,"INTERCOM":false,"POOL":false,"CPA":false,"FS":true,"SERVANT":false,"SECURITY":true,"SC":false,"GP":false,"PARK":false,"RWH":false,"STP":false,"HK":false,"PB":false,"VP":true},"ownerDes":"Elegant and spacious flat in very peaceful area,,,only 500 meters away from Phoenix Mall Vimannagar","lastUpdateDate":1621429806000,"balconies":2,"regCostIncluded":false,"availableFrom":1621362600000,"photos":[{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_81766_26717_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_81766_96713_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_81766_6253_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_81766_24263_medium.jpg"},"disAffinity":999,"displayPic":true,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_33334_33938_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_33334_90129_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_33334_58521_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_33334_72910_medium.jpg"},"disAffinity":999,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_26279_9644_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_26279_14937_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_26279_74218_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_26279_16809_medium.jpg"},"disAffinity":999,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_40914_45924_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_40914_7123_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_40914_68915_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_40914_44127_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""}],"loanAvailable":true,"localityId":"wadgaon_sheri_pune","longitude":73.91360593095985,"seoDescription":"[{\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"Weikfield IT Citi Info Park\\", \\"longitude\\": 73.9110895, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\\", \\"latitude\\": 18.560956, \\"id\\": \\"ChIJVUuocz_BwjsR7hlFHvBn1Nk\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Trion Business Park\\", \\"longitude\\": 73.9208, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\\", \\"latitude\\": 18.5607789, \\"id\\": \\"ChIJKearW0LBwjsRQwRfbA0109M\\"}, {\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"PVR\\", \\"longitude\\": 73.9163118, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-pvr_viman_nagar_pune\\", \\"latitude\\": 18.5627043, \\"id\\": \\"ChIJC-L0OkHBwjsRLbYvShHU2Xg\\"}, {\\"localityId\\": \\"ChIJxZBnkBDBwjsRcpq1NoUtYVY\\", \\"name\\": \\"D Mart\\", \\"longitude\\": 73.9111359, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\\", \\"latitude\\": 18.544581, \\"id\\": \\"ChIJHURURw3BwjsRWNSalwNNios\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Brahma Suncity\\", \\"longitude\\": 73.918451, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-brahma_suncity_pune\\", \\"latitude\\": 18.5490483, \\"id\\": \\"ChIJ03YeBm7BwjsRxT8hD1HX5no\\"}]","indexName":"nobroker_resale","creationDate":1605422329000,"swimmingPool":false,"completeStreetName":"Off Pune Nagar Road, Near Christ College","defaultEmi":"26,937\\u002FMonth","totalFloor":5,"gym":false,"reactivationSource":"PROPERTY_DASHBOARD","facingDesc":"East","furnishing":"NOT_FURNISHED","photoAvailable":true,"flooring":"VITRIFIED_TILES","shortUrl":"http:\\u002F\\u002Fnobr.kr\\u002Fsv\\u002FmySSr","promoted_b":false,"description":"Elegant and spacious flat in very peaceful area,,,only 500 meters away from Phoenix Mall Vimannagar--written by ownerAn affordable 1 BHK for sale in Wadgaon Sheri is now available, without any brokerage. This East facing home is on the 2nd floor. This home is over 618 sqft. & even comes with ample parking space for a bike.\\n\\nAs this home comes with visitor parking & fire safety & more such amenities, living here would make life more pleasant. If you need amenities such as security & elevator you\'ll be happy to note that this home has this & more.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri","nbLocality":"Wadgaon Sheri","society":"Balaji Serenity ","ownerName":"Angelina Jones","street":"Off Pune Nagar Road, Near Christ College","propertyType":"BUY","secondaryTitle":"Off Pune Nagar Road, Near Christ College","aea__":{"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"},"GATED_SECURITY":{"display_value":"Yes","value":"SECURITY_ONLY"},"ACCURATE_LOCATION":{"display_value":"Accurate","value":"ACCURATE"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"SECONDARY_NUMBER":{"value":"7774893492"}},"floor":2,"thumbnailImage":"https:\\u002F\\u002Fassets.nobroker.in\\u002Fimages\\u002F8a9f82fc75ca5dc60175caa0ab392098\\u002F8a9f82fc75ca5dc60175caa0ab392098_81766_24263_medium.jpg","lastActivationDate":1605424502000,"verified":false,"maintenanceCost":1000,"inactiveReasonDesc":"Timed Out","videoUnit":[],"showProject":true,"colour":"GREEN","servantRoom":0,"location":"18.555716822503120000,73.913605930959850000","propType":"AP"},{"propertyAge":10,"parking":"TWO_WHEELER","ownershipType":"FREEHOLD","parkingDesc":"Bike","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1617287497000,"negotiable":true,"type":"BHK1","ownerId":"8a9f8c25727961700172798aa8bf133c","regCostIncluded":false,"availableFrom":1616869800000,"photos":[{"imagesMap":{"thumbnail":"8a9f931b750cdd9201750d3bad4d2b82_15698_33984_thumbnail.jpg","original":"8a9f931b750cdd9201750d3bad4d2b82_15698_57658_original.jpg","large":"8a9f931b750cdd9201750d3bad4d2b82_15698_81984_large.jpg","medium":"8a9f931b750cdd9201750d3bad4d2b82_15698_62362_medium.jpg"},"disAffinity":0,"displayPic":true,"w":278,"name":"files[]","h":181,"state":"APPROVED","duplicate":false,"title":""}],"propertySize":700,"loanAvailable":true,"originalImageUrl":"\\u002F\\u002Fassets.nobroker.in8a9f931b750cdd9201750d3bad4d2b82_15698_57658_original.jpg","price":4500000,"combineDescription":"car parking outside\\nThis lovely 1 BHK for sale is only 45 Lakhs rupees without any extra brokerage & could be your new home. This DK facing home is over 700 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking space for bike needs.\\n\\nWith The E - Square Hotel, Alka Talkies & Rahul Talkies 70 MM close by, you can catch your favourite movies running & never worry about missing a show because of traffic. Never miss out on lifestyle as Central Pune, Cannaught Place and Bombay Dyeing Showroom are so close by.\\n\\nIf you are a frequent traveller, then you\'ll be happy to note that train station is less than 10 minutes from this house.\\n\\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Ruby Hall Clinic, Mukundrao Lele Hospital and Sahyadri Super Speciality Hospital, Deccan Gymkhana are very close by. St. Vincent\'s High School, Pune, Markandeya Primary School and Savitribai Phule Vidyalaya are well known educational institutes in town & are very close to this home.","id":"8a9f931b750cdd9201750d3bad4d2b82","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri","longitude":73.9134825,"seoDescription":"[{\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"Weikfield IT Citi Info Park\\", \\"longitude\\": 73.9110895, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\\", \\"latitude\\": 18.560956, \\"id\\": \\"ChIJVUuocz_BwjsR7hlFHvBn1Nk\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Trion Business Park\\", \\"longitude\\": 73.9208, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\\", \\"latitude\\": 18.5607789, \\"id\\": \\"ChIJKearW0LBwjsRQwRfbA0109M\\"}, {\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"PVR\\", \\"longitude\\": 73.9163118, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-pvr_viman_nagar_pune\\", \\"latitude\\": 18.5627043, \\"id\\": \\"ChIJC-L0OkHBwjsRLbYvShHU2Xg\\"}, {\\"localityId\\": \\"ChIJxZBnkBDBwjsRcpq1NoUtYVY\\", \\"name\\": \\"D Mart\\", \\"longitude\\": 73.9111359, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\\", \\"latitude\\": 18.544581, \\"id\\": \\"ChIJHURURw3BwjsRWNSalwNNios\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Brahma Suncity\\", \\"longitude\\": 73.918451, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-brahma_suncity_pune\\", \\"latitude\\": 18.5490483, \\"id\\": \\"ChIJ03YeBm7BwjsRxT8hD1HX5no\\"}]","indexName":"nobroker_resale","inactiveReason":"INCORRECT","locality":"Wadgaon Sheri","active":true,"creationDate":1602244816000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"29\\u002FA, Sankalp Nagri, Ramwadi, Near Christ College","accurateLocation":true,"defaultEmi":"25,791\\u002FMonth","totalFloor":3,"lift":false,"gym":false,"detailUrl":"\\u002Fproperty\\u002Fbuy\\u002F1-bhk-apartment-for-sale-in-wadgaon-sheri-pune\\u002F8a9f931b750cdd9201750d3bad4d2b82\\u002Fdetail","reactivationSource":"PROPERTY_DASHBOARD","activationDate":1616914512000,"facingDesc":"Don\'t Know","furnishing":"SEMI_FURNISHED","amenities":"{\\"LIFT\\":false,\\"GYM\\":false,\\"INTERNET\\":false,\\"AC\\":false,\\"CLUB\\":false,\\"INTERCOM\\":false,\\"POOL\\":false,\\"CPA\\":false,\\"FS\\":false,\\"SERVANT\\":false,\\"SECURITY\\":false,\\"SC\\":false,\\"GP\\":false,\\"PARK\\":false,\\"RWH\\":false,\\"STP\\":false,\\"HK\\":false,\\"PB\\":false,\\"VP\\":false}","photoAvailable":true,"typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.4","city":"pune","shortUrl":"http:\\u002F\\u002Fnobr.kr\\u002Fsv\\u002FLRfmb","latitude":18.5556527,"promoted_b":false,"reactivationReqDate":1616913549000,"description":"car parking outside--written by ownerThis lovely 1 BHK for sale is only 45 Lakhs rupees without any extra brokerage & could be your new home. This DK facing home is over 700 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking space for bike needs.\\n\\nWith The E - Square Hotel, Alka Talkies & Rahul Talkies 70 MM close by, you can catch your favourite movies running & never worry about missing a show because of traffic. Never miss out on lifestyle as Central Pune, Cannaught Place and Bombay Dyeing Showroom are so close by.\\n\\nIf you are a frequent traveller, then you\'ll be happy to note that train station is less than 10 minutes from this house.\\n\\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Ruby Hall Clinic, Mukundrao Lele Hospital and Sahyadri Super Speciality Hospital, Deccan Gymkhana are very close by. St. Vincent\'s High School, Pune, Markandeya Primary School and Savitribai Phule Vidyalaya are well known educational institutes in town & are very close to this home.-- generated by system (SIA)","facing":"DK","title":"1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri","nbLocality":"Wadgaon Sheri","society":"Sadguru Hambirbaba Society","underLoan":false,"ownerName":"praveen khobragade","street":"29\\u002FA, Sankalp Nagri, Ramwadi, Near Christ College","propertyType":"BUY","secondaryTitle":"29\\u002FA, Sankalp Nagri, Ramwadi, Near Christ College","floor":2,"kitchen":"OPEN_SHELVES","thumbnailImage":"https:\\u002F\\u002Fassets.nobroker.in\\u002Fimages\\u002F8a9f931b750cdd9201750d3bad4d2b82\\u002F8a9f931b750cdd9201750d3bad4d2b82_15698_62362_medium.jpg","lastActivationDate":1602244993000,"verified":false,"maintenanceCost":1000,"inactiveReasonDesc":"Inc Info","sponsored":false,"documentName":"property","videoUnit":[],"url":"\\u002Fstatic\\u002Fimg\\u002Ficon\\u002Fmap\\u002Fnew\\u002Fnew_1.png","formattedPrice":"45 Lacs","colour":"GREEN","amenitiesMap":{"LIFT":false,"GYM":false,"INTERNET":false,"AC":false,"CLUB":false,"INTERCOM":false,"POOL":false,"CPA":false,"FS":false,"SERVANT":false,"SECURITY":false,"SC":false,"GP":false,"PARK":false,"RWH":false,"STP":false,"HK":false,"PB":false,"VP":false},"servantRoom":0,"location":"18.555652700000000000,73.913482500000000000","propType":"AP","ownerDes":"car parking outside"},{"propertyAge":10,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1618919259000,"balconies":0,"negotiable":true,"type":"BHK1","ownerId":"ff80818167302dbe0167303e947408cc","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9fae8278e43d1a0178e44938f90366_53951_40718_thumbnail.jpg","original":"8a9fae8278e43d1a0178e44938f90366_53951_69482_original.jpg","large":"8a9fae8278e43d1a0178e44938f90366_53951_28708_large.jpg","medium":"8a9fae8278e43d1a0178e44938f90366_53951_69068_medium.jpg"},"disAffinity":999,"displayPic":true,"w":666,"name":"files[]","h":500,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae8278e43d1a0178e44938f90366_27819_92059_thumbnail.jpg","original":"8a9fae8278e43d1a0178e44938f90366_27819_89239_original.jpg","large":"8a9fae8278e43d1a0178e44938f90366_27819_56002_large.jpg","medium":"8a9fae8278e43d1a0178e44938f90366_27819_15964_medium.jpg"},"disAffinity":0,"displayPic":false,"w":666,"name":"files[]","h":500,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae8278e43d1a0178e44938f90366_53435_40133_thumbnail.jpg","original":"8a9fae8278e43d1a0178e44938f90366_53435_89369_original.jpg","large":"8a9fae8278e43d1a0178e44938f90366_53435_53509_large.jpg","medium":"8a9fae8278e43d1a0178e44938f90366_53435_24389_medium.jpg"},"disAffinity":0,"displayPic":false,"w":666,"name":"files[]","h":500,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1618684200000,"loanAvailable":true,"propertySize":500,"originalImageUrl":"\\u002F\\u002Fassets.nobroker.in8a9fae8278e43d1a0178e44938f90366_53951_69482_original.jpg","score":{"lastUpdatedDate":"2021-05-18T23:58:21+05:30","transit":7.9,"id":"8a9fae8278e43d1a0178e44938f90366","lifestyle":6.3},"price":2200000,"combineDescription":"Finding a 1 BHK for sale in Dhanori at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 3rd floor this home can comfortably serve your parking space for car and bike needs. This East facing home is over 500 sqft. & is in a convenient location.","id":"8a9fae8278e43d1a0178e44938f90366","state":"READY","localityId":"viman_nagar_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Sankalp Nagari In Dhanori","longitude":73.909289,"indexName":"nobroker_resale","seoDescription":"[{\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"Weikfield IT Citi Info Park\\", \\"longitude\\": 73.9110895, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\\", \\"latitude\\": 18.560956, \\"id\\": \\"ChIJVUuocz_BwjsR7hlFHvBn1Nk\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Trion Business Park\\", \\"longitude\\": 73.9208, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\\", \\"latitude\\": 18.5607789, \\"id\\": \\"ChIJKearW0LBwjsRQwRfbA0109M\\"}, {\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"PVR\\", \\"longitude\\": 73.9163118, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-pvr_viman_nagar_pune\\", \\"latitude\\": 18.5627043, \\"id\\": \\"ChIJC-L0OkHBwjsRLbYvShHU2Xg\\"}, {\\"localityId\\": \\"ChIJxZBnkBDBwjsRcpq1NoUtYVY\\", \\"name\\": \\"D Mart\\", \\"longitude\\": 73.9111359, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\\", \\"latitude\\": 18.544581, \\"id\\": \\"ChIJHURURw3BwjsRWNSalwNNios\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Brahma Suncity\\", \\"longitude\\": 73.918451, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-brahma_suncity_pune\\", \\"latitude\\": 18.5490483, \\"id\\": \\"ChIJ03YeBm7BwjsRxT8hD1HX5no\\"}]","inactiveReason":"INCORRECT","locality":"Dhanori","active":true,"creationDate":1618737707000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. ","accurateLocation":true,"defaultEmi":"12,609\\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\\u002Fproperty\\u002Fbuy\\u002F1-bhk-apartment-for-sale-in-dhanori-pune\\u002F8a9fae8278e43d1a0178e44938f90366\\u002Fdetail","activationDate":1618738211000,"facingDesc":"East","furnishing":"SEMI_FURNISHED","photoAvailable":true,"amenities":"{\\"LIFT\\":false,\\"GYM\\":false,\\"INTERNET\\":false,\\"AC\\":false,\\"CLUB\\":false,\\"INTERCOM\\":false,\\"POOL\\":false,\\"CPA\\":false,\\"FS\\":false,\\"SERVANT\\":false,\\"SECURITY\\":false,\\"SC\\":false,\\"GP\\":false,\\"PARK\\":false,\\"RWH\\":false,\\"STP\\":false,\\"HK\\":false,\\"PB\\":false,\\"VP\\":false}","flooring":"CEMENT","typeDesc":"1 BHK","maintenanceCostPerSqFt":"0.7","city":"pune","shortUrl":"http:\\u002F\\u002Fnobr.kr\\u002Fsv\\u002F3C6sq","latitude":18.55849,"promoted_b":false,"facing":"E","description":"Finding a 1 BHK for sale in Dhanori at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 3rd floor this home can comfortably serve your parking space for car and bike needs. This East facing home is over 500 sqft. & is in a convenient location.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Sankalp Nagari In Dhanori","nbLocality":"Viman Nagar","society":"Sankalp Nagari","underLoan":false,"ownerName":"Amit Sangale","street":"Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. ","propertyType":"BUY","secondaryTitle":"Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. ","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"thumbnailImage":"https:\\u002F\\u002Fassets.nobroker.in\\u002Fimages\\u002F8a9fae8278e43d1a0178e44938f90366\\u002F8a9fae8278e43d1a0178e44938f90366_53951_69068_medium.jpg","floor":3,"kitchen":"OPEN_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":350,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\\u002Fstatic\\u002Fimg\\u002Ficon\\u002Fmap\\u002Fnew\\u002Fnew_1.png","formattedPrice":"22 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":false,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.558490000000000000,73.909289000000000000","propType":"AP"},{"propertyAge":10,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1628021905000,"balconies":3,"negotiable":true,"type":"BHK2","ownerId":"ff80818161742351016174918fe23473","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_96245_574396_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_96245_616956_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_96245_759820_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_96245_714154_medium.jpg"},"disAffinity":17,"displayPic":true,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":"Drawing"},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_37304_151871_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_37304_563354_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_37304_513556_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_37304_759898_medium.jpg"},"disAffinity":16,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_5007_780037_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_5007_221695_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_5007_666733_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_5007_992839_medium.jpg"},"disAffinity":11,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_44330_124466_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_44330_252561_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_44330_267909_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_44330_847666_medium.jpg"},"disAffinity":9,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_63846_806093_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_63846_648108_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_63846_798640_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_63846_417997_medium.jpg"},"disAffinity":9,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_50468_594837_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_50468_200370_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_50468_119499_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_50468_898513_medium.jpg"},"disAffinity":9,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_25780_280729_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_25780_37697_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_25780_185769_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_25780_929684_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_4995_162958_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_4995_67929_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_4995_731672_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_4995_899010_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1200,"name":"image","h":1600,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1627842600000,"loanAvailable":true,"propertySize":1090,"originalImageUrl":"\\u002F\\u002Fassets.nobroker.in\\u002F8a9fae827aeb484e017aeba5360c2dba_96245_616956_original.jpg","score":{"lastUpdatedDate":"2021-07-28T11:58:00+05:30","transit":8,"id":"8a9fae827aeb484e017aeba5360c2dba","lifestyle":8.6},"price":8700000,"combineDescription":"This 2 BHK for sale comes with an affordable price tag of just 87 Lakhs rupees with an additional perk of paying no brokerage. This home is over 1090 sqft. & even comes with ample parking place for car and bike. This East facing home is on the 1st floor.\\n\\nAs this home comes with parking for visitors, fire security, sewage treatment plant & gas pipeline & more such amenities, living here would make life more pleasant. When you need community centre, play area, gym, garden & swimming pool for relaxation, all you have to do is step out of the door as the apartment complex has what you\'re looking for. If you are looking for a home with intercom facility, elevator & Wi-Fi access, this home is just right for you.\\n\\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\\n\\nNever miss out on lifestyle as CENTRAL, Pune Central Mall and Saileen Technologies are so close by. With City Pride, Alka Talkies & Vijay Citramandir close by, you can catch your favourite movies running & never worry about missing a show because of traffic.\\n\\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Poona Hospital & Research Centre, Matoshri Ramabai Ambedkar Prasutigriha and Mukundrao Lele Hospital are very close by. SATARA SCHOOL, MIT School of Business and Orchid school are well known educational institutes in town & are very close to this home.","id":"8a9fae827aeb484e017aeba5360c2dba","state":"READY","localityId":"deccan_gymkhana_pune","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"2 BHK Flat For Sale In Eden Garden, In Viman Nagar","longitude":73.91451219999999,"powerBackup":"Partial","indexName":"nobroker_resale","seoDescription":"[{\\"localityId\\": \\"ChIJw_ByX4u_wjsRepsU4gtM_wk\\", \\"name\\": \\"Central Mall\\", \\"longitude\\": 73.8387579, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-central_mall_erandwane_pune\\", \\"latitude\\": 18.5104791, \\"id\\": \\"ChIJl77r04u_wjsRbz9KQ_R_5gE\\"}, {\\"localityId\\": \\"ChIJd1F4HXnAwjsRyD10yoFq2CA\\", \\"name\\": \\"City Pride Mangala Multiplex\\", \\"longitude\\": 73.85439190000002, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-city_pride_mangala_multiplex_shivaji_nagar_pune\\", \\"latitude\\": 18.5243982, \\"id\\": \\"ChIJLZ5VrnzAwjsRViqH4AUDNS8\\"}, {\\"localityId\\": \\"ChIJu_fXknPAwjsRgVCzSUCc-tw\\", \\"name\\": \\"Durvankur Dining Hall\\", \\"longitude\\": 73.84611590000002, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-durvankur_dining_hall_sadashiv_peth_pune\\", \\"latitude\\": 18.5107328, \\"id\\": \\"ChIJ7c4lPXTAwjsRU8h8e3qn6CU\\"}, {\\"localityId\\": \\"ChIJfS8qMI-_wjsRZC5c1rF2ha4\\", \\"name\\": \\"Wadeshwar FC\\", \\"longitude\\": 73.841584, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-wadeshwar_fc_deccan_gymkhana_pune\\", \\"latitude\\": 18.518379, \\"id\\": \\"ChIJuyeHdXLAwjsRe7QepK9fGnA\\"}, {\\"localityId\\": \\"ChIJd1F4HXnAwjsRyD10yoFq2CA\\", \\"name\\": \\"Model Colony\\", \\"longitude\\": 73.838286, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-model_colony_pune\\", \\"latitude\\": 18.5294, \\"id\\": \\"ChIJU9oScn-_wjsRu0B_oEEhfcY\\"}]","inactiveReason":"INCORRECT","locality":"Viman Nagar","active":true,"creationDate":1627451111000,"swimmingPool":true,"waterSupply":"CORP_BORE","completeStreetName":"Viman Nagar, Pune - 411014, Maharashtra, INDIA.","accurateLocation":true,"defaultEmi":"49,863\\u002FMonth","totalFloor":7,"lift":true,"gym":true,"detailUrl":"\\u002Fproperty\\u002Fbuy\\u002F2-bhk-apartment-for-sale-in-viman-nagar-pune\\u002F8a9fae827aeb484e017aeba5360c2dba\\u002Fdetail","activationDate":1627452031000,"facingDesc":"East","furnishing":"SEMI_FURNISHED","photoAvailable":true,"amenities":"{\\"LIFT\\":true,\\"GYM\\":true,\\"INTERNET\\":true,\\"AC\\":false,\\"CLUB\\":true,\\"INTERCOM\\":true,\\"POOL\\":true,\\"CPA\\":true,\\"FS\\":true,\\"SERVANT\\":false,\\"SECURITY\\":false,\\"SC\\":true,\\"GP\\":true,\\"PARK\\":true,\\"RWH\\":false,\\"STP\\":true,\\"HK\\":false,\\"PB\\":false,\\"VP\\":true}","flooring":"VITRIFIED_TILES","typeDesc":"2 BHK","maintenanceCostPerSqFt":"3.0","city":"pune","shortUrl":"http:\\u002F\\u002Fnobr.kr\\u002Fsv\\u002FrsN7C","latitude":18.5603214,"promoted_b":false,"carpetArea":927,"description":"This 2 BHK for sale comes with an affordable price tag of just 87 Lakhs rupees with an additional perk of paying no brokerage. This home is over 1090 sqft. & even comes with ample parking place for car and bike. This East facing home is on the 1st floor.\\n\\nAs this home comes with parking for visitors, fire security, sewage treatment plant & gas pipeline & more such amenities, living here would make life more pleasant. When you need community centre, play area, gym, garden & swimming pool for relaxation, all you have to do is step out of the door as the apartment complex has what you\'re looking for. If you are looking for a home with intercom facility, elevator & Wi-Fi access, this home is just right for you.\\n\\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\\n\\nNever miss out on lifestyle as CENTRAL, Pune Central Mall and Saileen Technologies are so close by. With City Pride, Alka Talkies & Vijay Citramandir close by, you can catch your favourite movies running & never worry about missing a show because of traffic.\\n\\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Poona Hospital & Research Centre, Matoshri Ramabai Ambedkar Prasutigriha and Mukundrao Lele Hospital are very close by. SATARA SCHOOL, MIT School of Business and Orchid school are well known educational institutes in town & are very close to this home.-- generated by system (SIA)","facing":"E","title":"2 BHK Flat For Sale In Eden Garden, In Viman Nagar","nbLocality":"Deccan Gymkhana","society":"Eden Garden, ","underLoan":false,"ownerName":"Vipul Sachdev","street":"Viman Nagar, Pune - 411014, Maharashtra, INDIA.","propertyType":"BUY","secondaryTitle":"Viman Nagar, Pune - 411014, Maharashtra, INDIA.","aea__":{"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"GATED_SECURITY":{"display_value":"No","value":"NO"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"thumbnailImage":"https:\\u002F\\u002Fassets.nobroker.in\\u002Fimages\\u002F8a9fae827aeb484e017aeba5360c2dba\\u002F8a9fae827aeb484e017aeba5360c2dba_96245_714154_medium.jpg","floor":1,"kitchen":"COVERED_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":3300,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\\u002Fstatic\\u002Fimg\\u002Ficon\\u002Fmap\\u002Fnew\\u002Fnew_2.png","formattedPrice":"87 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":true,"RWH":false,"INTERNET":true,"LIFT":true,"CLUB":true,"FS":true,"STP":true,"PARK":true,"PB":false,"CPA":true,"SECURITY":false,"POOL":true,"GYM":true,"VP":true,"AC":false,"HK":false,"GP":true,"SC":true,"SERVANT":false},"servantRoom":0,"location":"18.560321400000000000,73.914512199999990000","propType":"AP"},{"propertyAge":5,"parking":"BOTH","ownershipType":"FREEHOLD","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1620213930000,"balconies":1,"cupBoard":7,"negotiable":false,"type":"BHK2","ownerId":"ff8081816534813c01653532fb850bf8","regCostIncluded":false,"availableFrom":1620153000000,"photos":[{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_61002_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_88954_original.jpg","large":"ff8081816534813c01653532fbd30bf9_99689_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_61162_medium.jpg"},"disAffinity":0,"displayPic":true,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_58748_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_96383_original.jpg","large":"ff8081816534813c01653532fbd30bf9_86449_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_75680_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_36590_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_25604_original.jpg","large":"ff8081816534813c01653532fbd30bf9_77056_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_21402_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_85354_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_67965_original.jpg","large":"ff8081816534813c01653532fbd30bf9_57202_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_49406_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_1629_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_45381_original.jpg","large":"ff8081816534813c01653532fbd30bf9_11836_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_53238_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_41395_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_23674_original.jpg","large":"ff8081816534813c01653532fbd30bf9_14346_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_79655_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""}],"propertySize":875,"loanAvailable":true,"originalImageUrl":"\\u002F\\u002Fassets.nobroker.inff8081816534813c01653532fbd30bf9_88954_original.jpg","price":7500000,"combineDescription":"Fully furnished , currently on rent\\n*The house is fullyfurnished with wardrobes. It has easy access to market, schools, hospitals, banks and ATM\'s as well.\\n* fridge , washing machine , gas stove, gyeser available** sofa available\\nThis 2 BHK for sale comes with an affordable price tag of just 75 Lakhs rupees with an additional perk of paying no brokerage. This North facing home is over 875 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking facility for car and bike needs.\\n\\nIf you are looking for a home with security & elevator, this home is just right for you.\\n\\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\\n\\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\\n\\nFurtados Music School in Koregaon Park, Pune, Tree House Play Group and Tree House Play Group are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, Rakshak Hospital and CPLSS Pune- Cosmetic Surgeon are very close by.\\n\\nNever miss out on lifestyle as Gera Complex, Beaute Boutique and Creaticity Mall are so close by. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.","id":"ff8081816534813c01653532fbd30bf9","state":"READY","localityId":"viman_nagar_pune","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar","longitude":73.91403351712721,"powerBackup":"FULL","indexName":"nobroker_resale","seoDescription":"[{\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"Weikfield IT Citi Info Park\\", \\"longitude\\": 73.9110895, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\\", \\"latitude\\": 18.560956, \\"id\\": \\"ChIJVUuocz_BwjsR7hlFHvBn1Nk\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Trion Business Park\\", \\"longitude\\": 73.9208, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\\", \\"latitude\\": 18.5607789, \\"id\\": \\"ChIJKearW0LBwjsRQwRfbA0109M\\"}, {\\"localityId\\": \\"ChIJtYQU5kbBwjsRsLO0qPcsSLY\\", \\"name\\": \\"PVR\\", \\"longitude\\": 73.9163118, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-pvr_viman_nagar_pune\\", \\"latitude\\": 18.5627043, \\"id\\": \\"ChIJC-L0OkHBwjsRLbYvShHU2Xg\\"}, {\\"localityId\\": \\"ChIJxZBnkBDBwjsRcpq1NoUtYVY\\", \\"name\\": \\"D Mart\\", \\"longitude\\": 73.9111359, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\\", \\"latitude\\": 18.544581, \\"id\\": \\"ChIJHURURw3BwjsRWNSalwNNios\\"}, {\\"localityId\\": \\"ChIJWwEUBG_BwjsRnf-bZzHNozk\\", \\"name\\": \\"Brahma Suncity\\", \\"longitude\\": 73.918451, \\"seoUrl\\": \\"\\u002Fflats-for-sale-near-brahma_suncity_pune\\", \\"latitude\\": 18.5490483, \\"id\\": \\"ChIJ03YeBm7BwjsRxT8hD1HX5no\\"}]","inactiveReason":"TIMED_OUT","locality":"Viman Nagar","active":true,"creationDate":1534195858000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Caf\xc3\x83\xc2\xa9 Coffee Day","accurateLocation":true,"defaultEmi":"42,985\\u002FMonth","leaseYears":0,"totalFloor":6,"lift":true,"gym":false,"detailUrl":"\\u002Fproperty\\u002Fbuy\\u002F2-bhk-apartment-for-sale-in-viman-nagar-pune\\u002Fff8081816534813c01653532fbd30bf9\\u002Fdetail","reactivationSource":"PROPERTY_DASHBOARD","activationDate":1620213928000,"facingDesc":"North","furnishing":"FULLY_FURNISHED","amenities":"{\\"LIFT\\":true,\\"GYM\\":false,\\"INTERNET\\":false,\\"AC\\":false,\\"CLUB\\":false,\\"INTERCOM\\":false,\\"POOL\\":false,\\"CPA\\":false,\\"FS\\":false,\\"SERVANT\\":false,\\"SECURITY\\":true,\\"SC\\":false,\\"GP\\":false,\\"PARK\\":false,\\"RWH\\":false,\\"STP\\":false,\\"HK\\":false,\\"PB\\":false,\\"VP\\":false}","photoAvailable":true,"flooring":"VITRIFIED_TILES","typeDesc":"2 BHK","maintenanceCostPerSqFt":"1.7","city":"pune","shortUrl":"http:\\u002F\\u002Fnobr.kr\\u002Fsv\\u002FkTjHd","latitude":18.560676845976253,"promoted_b":false,"reactivationReqDate":1620213502000,"description":"Fully furnished , currently on rent\\n*The house is fullyfurnished with wardrobes. It has easy access to market, schools, hospitals, banks and ATM\'s as well.\\n* fridge , washing machine , gas stove, gyeser available** sofa available--written by ownerThis 2 BHK for sale comes with an affordable price tag of just 75 Lakhs rupees with an additional perk of paying no brokerage. This North facing home is over 875 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking facility for car and bike needs.\\n\\nIf you are looking for a home with security & elevator, this home is just right for you.\\n\\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\\n\\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\\n\\nFurtados Music School in Koregaon Park, Pune, Tree House Play Group and Tree House Play Group are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, Rakshak Hospital and CPLSS Pune- Cosmetic Surgeon are very close by.\\n\\nNever miss out on lifestyle as Gera Complex, Beaute Boutique and Creaticity Mall are so close by. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.-- generated by system (SIA)","facing":"N","title":"2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar","nbLocality":"Viman Nagar","noOfUnits":0,"society":"Siddhi Vinayak Corona","underLoan":false,"ownerName":"Sambit","street":"Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Caf\xc3\x83\xc2\xa9 Coffee Day","propertyType":"BUY","secondaryTitle":"Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Caf\xc3\x83\xc2\xa9 Coffee Day","aea__":{"SALE_DEED":{"display_value":"null","value":"NULL"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"null","value":"NULL"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"PROPERTY_TAX":{"display_value":"null","value":"NULL"},"GATED_SECURITY":{"display_value":"Yes","value":"SECURITY_ONLY"}},"floor":2,"kitchen":"MODULAR","thumbnailImage":"https:\\u002F\\u002Fassets.nobroker.in\\u002Fimages\\u002Fff8081816534813c01653532fbd30bf9\\u002Fff8081816534813c01653532fbd30bf9_61162_medium.jpg","lastActivationDate":1542788337000,"verified":false,"maintenanceCost":1500,"inactiveReasonDesc":"Timed Out","sponsored":false,"documentName":"property","videoUnit":[],"url":"\\u002Fstatic\\u002Fimg\\u002Ficon\\u002Fmap\\u002Fnew\\u002Fnew_2.png","formattedPrice":"75 Lacs","colour":"GREEN","amenitiesMap":{"LIFT":true,"GYM":false,"INTERNET":false,"AC":false,"CLUB":false,"INTERCOM":false,"POOL":false,"CPA":false,"FS":false,"SERVANT":false,"SECURITY":true,"SC":false,"GP":false,"PARK":false,"RWH":false,"STP":false,"HK":false,"PB":false,"VP":false},"servantRoom":0,"location":"18.560676845976253000,73.914033517127210000","propType":"AP","ownerDes":"Fully furnished , currently on rent\\n*The house is fullyfurnished with wardrobes. It has easy access to market, schools, hospitals, banks and ATM\'s as well.\\n* fridge , washing machine , gas stove, gyeser available** sofa available"}],"listPageSponsoredProperties":[],"listPageOtherParams":{"searchParam":"W3sibGF0IjoxOC41NTc3NDQ2LCJsb24iOjczLjkxMjQ2NzQsInBsYWNlSWQiOiJDaElKaVNGeWVzWEF3anNScmN5RkZzUHlzTkUiLCJwbGFjZU5hbWUiOiJQdW5lIn1d","placeId":null,"city":"pune","breadCrumbs":"W3sibmFtZSI6InB1bmUiLCJ1cmwiOiJmbGF0cy1mb3Itc2FsZS1pbi1wdW5lX3B1bmUifV0=","count":11,"searchToken":null,"topPropertyId":null,"total_count":385},"selectedLocalities":[{"lat":18.5577446,"lng":73.9124674,"place_id":"ChIJiSFyesXAwjsRrcyFFsPysNE","name":"Pune"}],"listPageCardSettings":null,"listPagebuilderProjects":null,"clearListPgaeProperties":false,"shortlistData":null,"listPageMapOtherProperties":[],"polygonData":[],"polygonDataOtherParams":null,"localityType":null,"nearbyProperties":{"status":200,"statusCode":200,"message":"success","seoData":null,"otherParams":{"latitude":18.5577446,"count":10,"longitude":73.9124674},"data":[{"urlName":"sanjay_park_pune","city":"pune","center":{"lon":73.9024334209775,"lat":18.5664786590214},"name":"Sanjay Park, Pune","id":"ChIJP_x29jDBwjsRDI7BZf37xPw"},{"urlName":"new_kalyani_nagar_pune","city":"pune","center":{"lon":73.902168421211,"lat":18.5470746330009},"name":"New Kalyani Nagar, Pune","id":"ChIJxZBnkBDBwjsRcpq1NoUtYVY"},{"urlName":"viman_nagar_pune","city":"pune","center":{"lon":73.9143179,"lat":18.567929},"name":"Viman Nagar, Pune","id":"ChIJtYQU5kbBwjsRsLO0qPcsSLY"},{"urlName":"mundhwa_pune","city":"pune","center":{"lon":73.9287801759071,"lat":18.531907097177},"name":"Mundhwa, Pune","id":"ChIJdWKoH4HBwjsRkQCgaKNbpzU"},{"urlName":"yerawada_pune","city":"pune","center":{"lon":73.8851301,"lat":18.5585127},"name":"Yerawada, Pune","id":"ChIJR0DynSDBwjsR5Wdkk4d824k"},{"urlName":"chandan_nagar_pune","city":"pune","center":{"lon":73.9325552,"lat":18.5635511},"name":"Chandan Nagar, Pune","id":"ChIJF_Ws6F_BwjsRtMqzCk-Gkkg"},{"urlName":"tingre_nagar_pune","city":"pune","center":{"lon":73.8991747,"lat":18.5780997},"name":"Tingre Nagar, Pune","id":"ChIJIepTlNTAwjsRYdkk5-1d5KY"},{"urlName":"wadgaon_sheri_pune","city":"pune","center":{"lon":73.920817,"lat":18.5527193},"name":"Wadgaon Sheri, Pune","id":"ChIJWwEUBG_BwjsRnf-bZzHNozk"},{"urlName":"koregaon_park_pune","city":"pune","center":{"lon":73.8939748,"lat":18.5362084},"name":"Koregaon Park, Pune","id":"ChIJdRIqOE7AwjsR8s8t4TvuyB4"},{"urlName":"ghorpadi_pune","city":"pune","center":{"lon":73.909957,"lat":18.529252},"name":"Ghorpadi, Pune","id":"ChIJJ8yGY6_BwjsRMHQhF2YQPyA"}]},"seoData":{},"canonicalUrl":null,"seoFooterData":null,"listPageCommercialPropertyType":null,"faqData":null,"closeCard":false,"dashboardRmLead":null,"listPageBuilderCarouselData":null,"listPageBuilderCarouselDataSale":null,"listPageSponsoredCarouselData":null,"listPageNearByOtherParams":null,"listPageNearByProperties":[],"nearBySeoData":null,"clearListPageNearByProperties":true,"nearByStatusLoading":false}}\n </script>\n </head>\n <body>\n <div id="appPortal"></div>\n <div id="app"><div class="app-wrapper "><main class="nb__3mmRZ" id="listPageTop"><header class="nb-header nb__2JSn1"><div style="height:auto" class="lazyload-placeholder"></div><nav class=" " style="box-shadow:none"><div class="visible-tablet-phone-flex nb__ldAho"><div class="nb__AoeWy"><div class="nb__2wMy- nb__1OU3c"></div><div class="nb__2wMy- nb__3k9It"></div><div class="nb__2wMy- nb__jUh_o"></div></div></div><div class="nb__B0rQM"><div class="desktop-logo"><img alt="logo" src="https://assets.nobroker.in/static/img/logos/nb_logo_new_trans.svg"/> </div><span class="hidden-xs hidden-sm nb__Aqgxw"></span><span class="hidden-xs hidden-sm nb__PbOJL"><div><div class="nb__2tUBf"><div class="nb__2KTvI"><span class="heading-6">Buy</span><svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"></path><path fill="none" d="M0 0h24v24H0z"></path></svg></div></div></div></span></div><div class="nb__IdpKE"></div><div class="visible-tablet-phone-flex"></div><div class="visible-tablet-up-flex nb__1WDTE"><div class="nb__3mx-9"><div class="nb__1IlDw"><div class="nb__2Y-_- nb__3CXaG"><div class="nb__1fRA8"><img src="https://assets.nobroker.in/nb-new/public/myBooking.svg" alt="rent"/></div><div class="nb__2rw9L">My Bookings</div></div></div><div class="nb__1IlDw"><div class="nb__2Y-_- nb__3vn0A"><div class="nb__2t_zR"><img src="https://assets.nobroker.in/nb-new/public/payrent.png" alt="rent"/></div><div>Pay Rent</div></div></div><a class="visible-tablet-up nb__1IlDw" href="/list-your-property-for-rent-sale" rel="noopener noreferrer" target="_blank"><div class="nb__2Y-_- nb__94VOi"><button class="btn btn-default btn-sm" id="" type="button">Post Your Property<span class="tooltip-trigger-text"></span></button></div></a></div><div class="nb__vq1Zm"><div class="nb__1IlDw"><div class="nb__2Y-_-">Sign up</div></div><div class="nb__1IlDw"><div class="nb__2Y-_-">Log in</div></div><div id="main-menu" class="nb__1IlDw nb__2Bcez" tabindex="0"><div class="nb__2Y-_-"><svg class="jss1 nb__z3mPw" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path d="M2 15.5v2h20v-2H2zm0-5v2h20v-2H2zm0-5v2h20v-2H2z"></path><path fill="none" d="M0 0h24v24H0z"></path></svg>Menu</div><div class="nb__3c82D"><a class="nb__1EMNq nb__37O2A">Post Your Property</a><a class="nb__1EMNq nb__xK8nz">Rental Agreement</a><a class="nb__1EMNq nb__xK8nz">Painting & Cleaning</a><a class="nb__1EMNq nb__xK8nz">Refer & Earn</a><a class="nb__1EMNq nb__xK8nz">Rent Receipts</a><a class="nb__1EMNq nb__xK8nz">Tenant Plans</a><a class="nb__1EMNq nb__xK8nz">Owner Plans</a><a class="nb__1EMNq nb__xK8nz">Buyer Plans</a><a class="nb__1EMNq nb__xK8nz">Seller Plans</a><div><div class="nb__1EMNq"><span>Commercial Plans</span><svg class="jss1 nb__1yZc8" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"></path><path fill="none" d="M0 0h24v24H0V0z"></path></svg></div></div><a class="nb__1EMNq nb__xK8nz">Careers</a><a class="nb__1EMNq nb__xK8nz">Corporate Enquiry</a><a class="nb__1EMNq nb__xK8nz">Blog</a><div><div class="nb__1EMNq nb__29huD"><span class="pointer">Contact Us</span><svg class="jss1 nb__1yZc8" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path><path fill="none" d="M0 0h24v24H0z"></path></svg><div class="nb__1v-Qf"><div class="nb__1b8aO"><div class="nb___P2DD">Email</div><a class="nb__1qcgF" href="mailto:hello@nobroker.in?Subject=Hello%">hello@nobroker.in</a></div><div class="nb__26kfv"><a class="nb__1lVko" href="https://www.facebook.com/nobroker.com" target="_blank" rel="noopener noreferrer"><svg style="width:24px;height:24px;margin:2px" viewBox="0 0 24 24" type="fb"><path fill="#000000" d="M17,2V2H17V6H15C14.31,6 14,6.81 14,7.5V10H14L17,10V14H14V22H10V14H7V10H10V6A4,4 0 0,1 14,2H17Z"></path></svg></a><a class="nb__1lVko" href="https://www.twitter.com/nobrokercom" target="_blank" rel="noopener noreferrer"><svg style="width:24px;height:24px;margin:2px" viewBox="0 0 24 24" type="twitter"><path fill="#000000" d="M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z"></path></svg></a><a class="nb__1lVko" href="https://plus.google.com/+NobrokerIn" target="_blank" rel="noopener noreferrer"><svg style="width:24px;height:24px;margin:2px" viewBox="0 0 24 24" type="google-plus"><path fill="#000000" d="M23,11H21V9H19V11H17V13H19V15H21V13H23M8,11V13.4H12C11.8,14.4 10.8,16.4 8,16.4C5.6,16.4 3.7,14.4 3.7,12C3.7,9.6 5.6,7.6 8,7.6C9.4,7.6 10.3,8.2 10.8,8.7L12.7,6.9C11.5,5.7 9.9,5 8,5C4.1,5 1,8.1 1,12C1,15.9 4.1,19 8,19C12,19 14.7,16.2 14.7,12.2C14.7,11.7 14.7,11.4 14.6,11H8Z"></path></svg></a></div></div></div></div></div></div></div></div></nav><div class="nb__7iJzx"><a href="/" class="nb__1IlDw"><div class="nb__2Y-_-">NoBroker Home</div></a><div class="nb__GbE2R"></div><div class="nb__1IlDw"><div class="nb__2Y-_-">Sign up</div></div><div class="nb__1IlDw"><div class="nb__2Y-_-">Log in</div></div></div></header><div class="hidden-xs hidden-sm nb__1-LGE"><div class="nb__OKqg9"><div class="nb__2Dt6O"><div class="search-input-wrapper"><span class="listpage-serach-selected-localities" id="selectedLocalities"><span class="selected-locality-item" id="selectedLocalities">Pune<span><svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path><path fill="none" d="M0 0h24v24H0z"></path></svg></span></span></span><div class="nb-google-autocomplete "><div controlId="listPageSearchLocality" class="form-group no-label "><input type="text" id="listPageSearchLocality" style="padding-left:8px" value="" placeholder="Add more..." class="form-control" autoComplete="off"/></div></div></div><button class="listpage-search-button btn btn-primary" id="search" type="button">Search</button><span id="saveSearch" class="cursor nb__YXS4U">Save Search</span></div><div class="nb__3FhZE"><div class="toogle-button-wrapper"><div class="button-tab active" id="list">List</div><div id="map" class="button-tab map">Map</div></div></div></div></div><div class="nb__R04_A"><div class="nb__lnu3s"><div class="nb__3D2VL"><div class="nb__2yIWy" style="opacity:1;width:0%"></div></div></div></div><div class="nb__1YcLi"><div class="hidden-xs hidden-sm nb__1EbLr"><div class="nb__6ISas"><div class="heading-6 nb__39G_b nb__22s0J">Filters</div><div class="heading-6 nb__22s0J">Premium Filters<span class="nb__2pq5i">New</span></div></div><div class="nb__2Z1fi"><div id="resetButton" class="cursor nb__Xh4O6"><svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"></path></svg>Reset</div><div class="nb__2UZXe"><div><div><div class="nb__3ZTzz"><div>Property Type</div><div class="d-flex nb__3ASCk"><div class="nb-checkbox checkbox"><label for="apartment"><input type="checkbox" id="apartment" value="AP"/><span>Apartment</span></label></div><div class="nb-checkbox checkbox"><label for="ih"><input type="checkbox" id="ih" value="IH"/><span>Independent House/Villa</span></label></div><div class="nb-checkbox checkbox"><label for="gc"><input type="checkbox" id="gc" value="GC"/><span>Gated Community Villa</span></label></div><div class="nb-checkbox checkbox"><label for="sb"><input type="checkbox" id="sb" value="SB"/><span>Standalone Building</span></label></div></div></div><div class="nb__-7Tc3"><div>Apartment Type:</div><div class="d-flex nb__63s6h"><div id="" value="RK1" name="appartment1Rk" class="unselected">1 RK</div><div id="" value="BHK1" name="appartment1BHK" class="unselected">1 BHK</div><div id="" value="BHK2" name="appartment2BHK" class="unselected">2 BHK</div><div id="" value="BHK3" name="appartment3BHK" class="unselected">3 BHK</div><div id="" value="BHK4" name="appartment4BHK" class="unselected">4 BHK</div><div id="" value="BHK4PLUS" name="appartment4PlusBHK" class="unselected">4+ BHK</div></div></div><div>Price Range </div><div class="nb__tSyN-"><div class="rc-slider nb-slider"><div class="rc-slider-rail" style="background-color:#E2E2E2;height:4px"></div><div class="rc-slider-track rc-slider-track-1" style="background-color:#009587;left:0%;right:auto;width:100%"></div><div class="rc-slider-step"></div><div tabindex="0" class="rc-slider-handle rc-slider-handle-1" style="background-color:white;height:22px;width:22px;margin-top:-9px;border:1px solid #E2E2E2;left:0%;right:auto;transform:translateX(-50%)" role="slider" aria-valuemin="0" aria-valuemax="100000000" aria-valuenow="0" aria-disabled="false"></div><div tabindex="0" class="rc-slider-handle rc-slider-handle-2" style="background-color:white;height:22px;width:22px;margin-top:-9px;border:1px solid #E2E2E2;left:100%;right:auto;transform:translateX(-50%)" role="slider" aria-valuemin="0" aria-valuemax="100000000" aria-valuenow="100000000" aria-disabled="false"></div><div class="rc-slider-mark"></div></div></div><div class="nb__RFHw5"><div controlId="minBudget" bsSize="sm" class="form-group form-group-sm left-text-form-group no-label "><span class="left-input-text">\xe2\x82\xb9</span><input type="text" id="minBudget" value="0" placeholder="Min Amount" class="form-control" autoComplete="off"/></div><div controlId="maxBudget" bsSize="sm" class="form-group form-group-sm left-text-form-group no-label "><span class="left-input-text">\xe2\x82\xb9</span><input type="text" id="maxBudget" value="10,00,00,000" placeholder="Max Amount" class="form-control" autoComplete="off"/></div></div><div class="nb__3R0zd"><div><div class="nb__3fccz">Property Status</div><label for="prop_status_1" class="nb-radio radio-inline"><input type="radio" id="prop_status_1" name="salePropertyStatus" value="-1"/>Under Construction</label><label for="prop_status_2" class="nb-radio radio-inline"><input type="radio" id="prop_status_2" name="salePropertyStatus" value="0"/>Ready</label></div></div><div class="nb__3OuUY"><div class="nb-checkbox checkbox"><label for="exclusive_deals"><input type="checkbox" id="exclusive_deals" value="true"/><span>New Builder Projects</span></label></div><super>Offer</super></div></div><div class="nb__2sfdg"><div class="nb__3t1zD"><span class="heading-6">Advanced Filters<!-- --> </span><svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"></path><path fill="none" d="M0 0h24v24H0z"></path></svg></div></div></div></div></div></div><div class="nb___msB2" id="propertyCardConatiner"><div class="nb__MaqNZ"><section class="nb__3jg-R"><ul class="nb__1pg5l" itemscope="" itemType="https://schema.org/BreadcrumbList"><li itemProp="itemListElement" itemscope="" itemType="https://schema.org/ListItem"><a href="/" itemType="https://schema.org/Thing" itemProp="item"><span itemProp="name">Home </span><meta itemProp="position" content="1"/></a>\xc2\xa0<!-- -->/<!-- -->\xc2\xa0</li><li itemProp="itemListElement" itemscope="" itemType="https://schema.org/ListItem"><a href="/flats-for-sale-in-pune_pune" itemProp="item"><span itemProp="name">Pune</span><meta itemProp="position" content="2"/></a></li></ul><div class="nb__2rwxe"><span>Sort By: </span><div class="nb-select form-group"><div class="nb-select-loader "><span class="nb-select-loader__value">nbrank,desc</span></div></div></div></section><h1 class="heading-5 nb__1K1jy">385<!-- --> matching properties in<!-- --> <!-- -->Pune<!-- --> <span></span></h1></div><div id="listCardContainer"><div class="infinite-scroll-component__outerdiv"><div class="infinite-scroll-component " style="height:auto;overflow:auto;-webkit-overflow-scrolling:touch"><article><div><div><div class="nb__2JHKO" id="8a9f82ee75fa5ec00175fa868a7f09f8" itemscope="" itemType="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-pune-pune/8a9f82ee75fa5ec00175fa868a7f09f8/detail" title="1 BHK Flat For Sale In Kadu Malhar Villa In Pune" itemProp="url" target="_blank"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemProp="name">1 BHK Flat For Sale In Kadu Malhar Villa In Pune</span> <svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.</div><span><img src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png" alt="location"/><a href="/property/buy/1-bhk-apartment-for-sale-in-pune-pune/8a9f82ee75fa5ec00175fa868a7f09f8/detail#explore-nearby" target="_blank" id="exploreNearbuy">Explore Nearby</a></span></div><span class="display-none" itemProp="event" itemscope="" itemType="http://schema.org/Event"><span itemProp="startDate">2021-06-04</span><span itemProp="name">1 BHK Flat For Sale In Kadu Malhar Villa In Pune</span><span itemProp="location" itemscope="" itemType="http://schema.org/Place"><span itemProp="name">Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.</span><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Kadu Malhar Villa In Pune</span><span itemProp="streetAddress">Pune</span><span itemProp="addressLocality">pune</span><span itemProp="postalCode" class="display-none"></span></span></span><span itemProp="offers" itemscope="" itemType="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Kadu Malhar Villa In Pune</span><span itemProp="streetAddress">Pune</span><span itemProp="addressLocality">pune</span><span itemProp="addressRegion">READY</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta itemProp="latitude" content="18.5577446"/><meta itemProp="longitude" content="73.9124674"/></span></div><meta itemProp="name" content="Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA."/><meta itemProp="priceRange" content="INR undefined - INR 0"/><meta itemProp="telephone" content="7208015217"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta itemProp="name" content="Title verification and loan availability"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>\xe2\x82\xb9</span> </span></span></div><div class="nb__2NPHR" itemProp="additionalProperty" itemscope="" itemType="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" itemProp="valueReference" itemscope="" itemType="http://schema.org/PropertyValue" id="minRent"><meta itemProp="name" content="Minimum Rent"/><meta itemProp="unitCode" content="INR"/><div class="nb__3oNyC">598 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta itemProp="name" content="RoomTypes Available"/><div class="font-semi-bold heading-6" id="roomType"><span>\xe2\x82\xb9</span>11,462/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" itemProp="valueReference" itemType="http://schema.org/PropertyValue" id="minDeposit"><div class="font-semi-bold heading-6"><meta itemProp="name" content="Minimum Deposit"/><span>\xe2\x82\xb9<!-- -->20 Lacs</span></div><div class="heading-7">\xe2\x82\xb93,344 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg class="jss1 nb__9aJiN" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0V0z" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><img class="nb__1aENd" alt="1 BHK Flat For Sale In Kadu Malhar Villa In Pune"/><svg class="jss1 nb__1PxD8" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M24 24H0V0h24v24z" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">1<!-- --> Photos</span></div><meta itemProp="image" content="8a9f82ee75fa5ec00175fa868a7f09f8_4119_83545_medium.jpg"/></div><button class="nb__1iATW btn btn-sm" id="requestPhotos" type="button"><span class="nb__1556J"><svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><circle cx="12" cy="12" r="3.2"></circle><path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"></path><path fill="none" d="M0 0h24v24H0z"></path></svg>Request For Photos</span></button></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__GREa7"></div><div class="nb__2e3cc"><div><div>West</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2aW4g"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__8dQDA"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2IMzv"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg class="jss1 image-icon" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png" alt=""/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9fa28279db758c0179db798a9200b7" itemscope="" itemType="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-pune-loni-kalbhor-pune/8a9fa28279db758c0179db798a9200b7/detail" title="1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor" itemProp="url" target="_blank"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemProp="name">1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor</span> <svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune</div><span><img src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png" alt="location"/><a href="/property/buy/1-bhk-apartment-for-sale-in-pune-loni-kalbhor-pune/8a9fa28279db758c0179db798a9200b7/detail#explore-nearby" target="_blank" id="exploreNearbuy">Explore Nearby</a></span></div><span class="display-none" itemProp="event" itemscope="" itemType="http://schema.org/Event"><span itemProp="startDate">2021-06-05</span><span itemProp="name">1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor</span><span itemProp="location" itemscope="" itemType="http://schema.org/Place"><span itemProp="name">Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune</span><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor</span><span itemProp="streetAddress">Pune loni kalbhor</span><span itemProp="addressLocality">pune</span><span itemProp="postalCode" class="display-none"></span></span></span><span itemProp="offers" itemscope="" itemType="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor</span><span itemProp="streetAddress">Pune loni kalbhor</span><span itemProp="addressLocality">pune</span><span itemProp="addressRegion">READY</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta itemProp="latitude" content="18.5577446"/><meta itemProp="longitude" content="73.9124674"/></span></div><meta itemProp="name" content="Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune"/><meta itemProp="priceRange" content="INR undefined - INR 0"/><meta itemProp="telephone" content="7208015217"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta itemProp="name" content="Title verification and loan availability"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>\xe2\x82\xb9</span> </span></span></div><div class="nb__2NPHR" itemProp="additionalProperty" itemscope="" itemType="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" itemProp="valueReference" itemscope="" itemType="http://schema.org/PropertyValue" id="minRent"><meta itemProp="name" content="Minimum Rent"/><meta itemProp="unitCode" content="INR"/><div class="nb__3oNyC">565 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta itemProp="name" content="RoomTypes Available"/><div class="font-semi-bold heading-6" id="roomType"><span>\xe2\x82\xb9</span>12,609/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" itemProp="valueReference" itemType="http://schema.org/PropertyValue" id="minDeposit"><div class="font-semi-bold heading-6"><meta itemProp="name" content="Minimum Deposit"/><span>\xe2\x82\xb9<!-- -->22 Lacs</span></div><div class="heading-7">\xe2\x82\xb93,894 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg class="jss1 nb__9aJiN" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0V0z" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><img class="nb__1aENd" alt="1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor"/><svg class="jss1 nb__1PxD8" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M24 24H0V0h24v24z" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">5<!-- --> Photos</span></div><meta itemProp="image" content="8a9fa28279db758c0179db798a9200b7_45820_67804_medium.jpg"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__GREa7"></div><div class="nb__2e3cc"><div><div>East</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2aW4g"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__8dQDA"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2IMzv"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg class="jss1 image-icon" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png" alt=""/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a target="_blank" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" class="nb__1-FXn">Weikfield IT Citi Info Park</a><a target="_blank" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" class="nb__1-FXn">Trion Business Park</a><a target="_blank" href="/flats-for-sale-near-pvr_viman_nagar_pune" class="nb__1-FXn">PVR</a><a target="_blank" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" class="nb__1-FXn">D Mart</a><a target="_blank" href="/flats-for-sale-near-brahma_suncity_pune" class="nb__1-FXn">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9fa1887b8842ea017b88c5c433233d" itemscope="" itemType="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-pune-manjri-road-pune/8a9fa1887b8842ea017b88c5c433233d/detail" title="1 BHK Flat For Sale In Vrundavan In Pune Manjri Road" itemProp="url" target="_blank"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemProp="name">1 BHK Flat For Sale In Vrundavan In Pune Manjri Road</span> <svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">udaycolani</div><span><img src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png" alt="location"/><a href="/property/buy/1-bhk-apartment-for-sale-in-pune-manjri-road-pune/8a9fa1887b8842ea017b88c5c433233d/detail#explore-nearby" target="_blank" id="exploreNearbuy">Explore Nearby</a></span></div><span class="display-none" itemProp="event" itemscope="" itemType="http://schema.org/Event"><span itemProp="startDate">2021-08-27</span><span itemProp="name">1 BHK Flat For Sale In Vrundavan In Pune Manjri Road</span><span itemProp="location" itemscope="" itemType="http://schema.org/Place"><span itemProp="name">udaycolani</span><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Vrundavan In Pune Manjri Road</span><span itemProp="streetAddress">Pune manjri road</span><span itemProp="addressLocality">pune</span><span itemProp="postalCode" class="display-none"></span></span></span><span itemProp="offers" itemscope="" itemType="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Vrundavan In Pune Manjri Road</span><span itemProp="streetAddress">Pune manjri road</span><span itemProp="addressLocality">pune</span><span itemProp="addressRegion">READY</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta itemProp="latitude" content="18.5577446"/><meta itemProp="longitude" content="73.9124674"/></span></div><meta itemProp="name" content="udaycolani"/><meta itemProp="priceRange" content="INR undefined - INR 0"/><meta itemProp="telephone" content="7208015217"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta itemProp="name" content="Title verification and loan availability"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>\xe2\x82\xb9</span> </span></span></div><div class="nb__2NPHR" itemProp="additionalProperty" itemscope="" itemType="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" itemProp="valueReference" itemscope="" itemType="http://schema.org/PropertyValue" id="minRent"><meta itemProp="name" content="Minimum Rent"/><meta itemProp="unitCode" content="INR"/><div class="nb__3oNyC">500 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta itemProp="name" content="RoomTypes Available"/><div class="font-semi-bold heading-6" id="roomType"><span>\xe2\x82\xb9</span>10,316/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" itemProp="valueReference" itemType="http://schema.org/PropertyValue" id="minDeposit"><div class="font-semi-bold heading-6"><meta itemProp="name" content="Minimum Deposit"/><span>\xe2\x82\xb9<!-- -->18 Lacs</span></div><div class="heading-7">\xe2\x82\xb93,600 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><img src="https://assets.nobroker.in/nb-new/public/List-Page/noProperty.jpg" alt="noProperty"/><meta itemProp="image" content="https://images.nobroker.in/mobile/app/styles/images/emptyProperty/1bhk.jpg"/></div><button class="nb__1iATW btn btn-sm" id="requestPhotos" type="button"><span class="nb__1556J"><svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><circle cx="12" cy="12" r="3.2"></circle><path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"></path><path fill="none" d="M0 0h24v24H0z"></path></svg>Request For Photos</span></button></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__GREa7"></div><div class="nb__2e3cc"><div><div>South</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2aW4g"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__8dQDA"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2IMzv"></div><div><div>Bike</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg class="jss1 image-icon" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png" alt=""/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a target="_blank" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" class="nb__1-FXn">Weikfield IT Citi Info Park</a><a target="_blank" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" class="nb__1-FXn">Trion Business Park</a><a target="_blank" href="/flats-for-sale-near-pvr_viman_nagar_pune" class="nb__1-FXn">PVR</a><a target="_blank" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" class="nb__1-FXn">D Mart</a><a target="_blank" href="/flats-for-sale-near-brahma_suncity_pune" class="nb__1-FXn">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9f82827b30ce1c017b30d9d56503ca" itemscope="" itemType="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/3-bhk-apartment-for-sale-in-viman-nagar-pune/8a9f82827b30ce1c017b30d9d56503ca/detail" title="3 BHK Flat For Sale In Jhankar Chs In Viman Nagar" itemProp="url" target="_blank"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemProp="name">3 BHK Flat For Sale In Jhankar Chs In Viman Nagar</span> <svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Samrat Ashok Rd NEAR Novotel Hotel</div><span><img src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png" alt="location"/><a href="/property/buy/3-bhk-apartment-for-sale-in-viman-nagar-pune/8a9f82827b30ce1c017b30d9d56503ca/detail#explore-nearby" target="_blank" id="exploreNearbuy">Explore Nearby</a></span></div><span class="display-none" itemProp="event" itemscope="" itemType="http://schema.org/Event"><span itemProp="startDate">2021-08-11</span><span itemProp="name">3 BHK Flat For Sale In Jhankar Chs In Viman Nagar</span><span itemProp="location" itemscope="" itemType="http://schema.org/Place"><span itemProp="name">Samrat Ashok Rd NEAR Novotel Hotel</span><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">3 BHK Flat For Sale In Jhankar Chs In Viman Nagar</span><span itemProp="streetAddress">Viman Nagar</span><span itemProp="addressLocality">pune</span><span itemProp="postalCode" class="display-none"></span></span></span><span itemProp="offers" itemscope="" itemType="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">3 BHK Flat For Sale In Jhankar Chs In Viman Nagar</span><span itemProp="streetAddress">Viman Nagar</span><span itemProp="addressLocality">pune</span><span itemProp="addressRegion">READY</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta itemProp="latitude" content="18.55895939855604"/><meta itemProp="longitude" content="73.91090632214555"/></span></div><meta itemProp="name" content="Samrat Ashok Rd NEAR Novotel Hotel"/><meta itemProp="priceRange" content="INR undefined - INR 0"/><meta itemProp="telephone" content="7208015217"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta itemProp="name" content="Title verification and loan availability"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>\xe2\x82\xb9</span> </span></span></div><div class="nb__2NPHR" itemProp="additionalProperty" itemscope="" itemType="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" itemProp="valueReference" itemscope="" itemType="http://schema.org/PropertyValue" id="minRent"><meta itemProp="name" content="Minimum Rent"/><meta itemProp="unitCode" content="INR"/><div class="nb__3oNyC">1,000 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta itemProp="name" content="RoomTypes Available"/><div class="font-semi-bold heading-6" id="roomType"><span>\xe2\x82\xb9</span>48,717/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" itemProp="valueReference" itemType="http://schema.org/PropertyValue" id="minDeposit"><div class="font-semi-bold heading-6"><meta itemProp="name" content="Minimum Deposit"/><span>\xe2\x82\xb9<!-- -->85 Lacs</span></div><div class="heading-7">\xe2\x82\xb98,500 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg class="jss1 nb__9aJiN" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0V0z" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div style="height:auto" class="lazyload-placeholder"></div><svg class="jss1 nb__1PxD8" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M24 24H0V0h24v24z" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">14<!-- --> Photos</span></div><meta itemProp="image" content="8a9f82827b30ce1c017b30d9d56503ca_71897_515767_medium.jpg"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__GREa7"></div><div class="nb__2e3cc"><div><div>South</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2aW4g"></div><div><div>3 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__8dQDA"></div><div><div>2</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2IMzv"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg class="jss1 image-icon" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png" alt=""/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a target="_blank" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" class="nb__1-FXn">Weikfield IT Citi Info Park</a><a target="_blank" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" class="nb__1-FXn">Trion Business Park</a><a target="_blank" href="/flats-for-sale-near-pvr_viman_nagar_pune" class="nb__1-FXn">PVR</a><a target="_blank" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" class="nb__1-FXn">D Mart</a><a target="_blank" href="/flats-for-sale-near-brahma_suncity_pune" class="nb__1-FXn">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9f8b116fe099f4016fe0a8e5310637" itemscope="" itemType="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri--pune/8a9f8b116fe099f4016fe0a8e5310637/detail" title="1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri " itemProp="url" target="_blank"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemProp="name">1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri </span> <svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India</div><span><img src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png" alt="location"/><a href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri--pune/8a9f8b116fe099f4016fe0a8e5310637/detail#explore-nearby" target="_blank" id="exploreNearbuy">Explore Nearby</a></span></div><span class="display-none" itemProp="event" itemscope="" itemType="http://schema.org/Event"><span itemProp="startDate">2021-06-19</span><span itemProp="name">1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri </span><span itemProp="location" itemscope="" itemType="http://schema.org/Place"><span itemProp="name">Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India</span><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri </span><span itemProp="streetAddress">Wadgaon Sheri </span><span itemProp="addressLocality">pune</span><span itemProp="postalCode" class="display-none"></span></span></span><span itemProp="offers" itemscope="" itemType="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri </span><span itemProp="streetAddress">Wadgaon Sheri </span><span itemProp="addressLocality">pune</span><span itemProp="addressRegion">READY</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta itemProp="latitude" content="18.5576731"/><meta itemProp="longitude" content="73.9103401"/></span></div><meta itemProp="name" content="Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India"/><meta itemProp="priceRange" content="INR undefined - INR 0"/><meta itemProp="telephone" content="7208015217"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta itemProp="name" content="Title verification and loan availability"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>\xe2\x82\xb9</span> </span></span></div><div class="nb__2NPHR" itemProp="additionalProperty" itemscope="" itemType="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" itemProp="valueReference" itemscope="" itemType="http://schema.org/PropertyValue" id="minRent"><meta itemProp="name" content="Minimum Rent"/><meta itemProp="unitCode" content="INR"/><div class="nb__3oNyC">300 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta itemProp="name" content="RoomTypes Available"/><div class="font-semi-bold heading-6" id="roomType"><span>\xe2\x82\xb9</span>19,486/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" itemProp="valueReference" itemType="http://schema.org/PropertyValue" id="minDeposit"><div class="font-semi-bold heading-6"><meta itemProp="name" content="Minimum Deposit"/><span>\xe2\x82\xb9<!-- -->34 Lacs</span></div><div class="heading-7">\xe2\x82\xb911,333 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg class="jss1 nb__9aJiN" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0V0z" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div style="height:auto" class="lazyload-placeholder"></div><svg class="jss1 nb__1PxD8" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M24 24H0V0h24v24z" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">4<!-- --> Photos</span></div><meta itemProp="image" content="8a9f8b116fe099f4016fe0a8e5310637_61514_95946_medium.jpg"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__GREa7"></div><div class="nb__2e3cc"><div><div>North</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2aW4g"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__8dQDA"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2IMzv"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg class="jss1 image-icon" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png" alt=""/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a target="_blank" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" class="nb__1-FXn">Weikfield IT Citi Info Park</a><a target="_blank" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" class="nb__1-FXn">Trion Business Park</a><a target="_blank" href="/flats-for-sale-near-pvr_viman_nagar_pune" class="nb__1-FXn">PVR</a><a target="_blank" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" class="nb__1-FXn">D Mart</a><a target="_blank" href="/flats-for-sale-near-brahma_suncity_pune" class="nb__1-FXn">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9f82fc75ca5dc60175caa0ab392098" itemscope="" itemType="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f82fc75ca5dc60175caa0ab392098/detail" title="1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri" itemProp="url" target="_blank"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemProp="name">1 BHK Apartment For Sale In Balaji Serenity In Wadgaon Sheri</span> <svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv"><a href="/balaji-serenity-pune_pune-prjt-5ba3f029714b56aa08575195" class="nb__17tcx" target="_blank">Balaji Serenity </a>\xc2\xa0 <!-- -->Off Pune Nagar Road, Near Christ College</div><span><img src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png" alt="location"/><a href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f82fc75ca5dc60175caa0ab392098/detail#explore-nearby" target="_blank" id="exploreNearbuy">Explore Nearby</a></span></div><span class="display-none" itemProp="event" itemscope="" itemType="http://schema.org/Event"><span itemProp="startDate">2021-05-19</span><span itemProp="name">1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri</span><span itemProp="location" itemscope="" itemType="http://schema.org/Place"><span itemProp="name">Off Pune Nagar Road, Near Christ College</span><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri</span><span itemProp="streetAddress">Wadgaon Sheri</span><span itemProp="addressLocality">pune</span><span itemProp="postalCode" class="display-none">411014</span></span></span><span itemProp="offers" itemscope="" itemType="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri</span><span itemProp="streetAddress">Wadgaon Sheri</span><span itemProp="addressLocality">pune</span><span itemProp="addressRegion">READY</span><span itemProp="postalCode" class="display-none">411014</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta itemProp="latitude" content="18.55571682250312"/><meta itemProp="longitude" content="73.91360593095985"/></span></div><meta itemProp="name" content="Off Pune Nagar Road, Near Christ College"/><meta itemProp="priceRange" content="INR undefined - INR 0"/><meta itemProp="telephone" content="7208015217"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta itemProp="name" content="Title verification and loan availability"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>\xe2\x82\xb9</span> </span></span></div><div class="nb__2NPHR" itemProp="additionalProperty" itemscope="" itemType="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" itemProp="valueReference" itemscope="" itemType="http://schema.org/PropertyValue" id="minRent"><meta itemProp="name" content="Minimum Rent"/><meta itemProp="unitCode" content="INR"/><div class="nb__3oNyC">618 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta itemProp="name" content="RoomTypes Available"/><div class="font-semi-bold heading-6" id="roomType"><span>\xe2\x82\xb9</span>26,937/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" itemProp="valueReference" itemType="http://schema.org/PropertyValue" id="minDeposit"><div class="font-semi-bold heading-6"><meta itemProp="name" content="Minimum Deposit"/><span>\xe2\x82\xb9<!-- -->47 Lacs</span></div><div class="heading-7">\xe2\x82\xb97,605 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg class="jss1 nb__9aJiN" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0V0z" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div style="height:auto" class="lazyload-placeholder"></div><svg class="jss1 nb__1PxD8" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M24 24H0V0h24v24z" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">4<!-- --> Photos</span></div><meta itemProp="image" content="8a9f82fc75ca5dc60175caa0ab392098_81766_24263_medium.jpg"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__GREa7"></div><div class="nb__2e3cc"><div><div>East</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2aW4g"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__8dQDA"></div><div><div>2</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2IMzv"></div><div><div>Bike</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg class="jss1 image-icon" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png" alt=""/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a target="_blank" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" class="nb__1-FXn">Weikfield IT Citi Info Park</a><a target="_blank" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" class="nb__1-FXn">Trion Business Park</a><a target="_blank" href="/flats-for-sale-near-pvr_viman_nagar_pune" class="nb__1-FXn">PVR</a><a target="_blank" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" class="nb__1-FXn">D Mart</a><a target="_blank" href="/flats-for-sale-near-brahma_suncity_pune" class="nb__1-FXn">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9f931b750cdd9201750d3bad4d2b82" itemscope="" itemType="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f931b750cdd9201750d3bad4d2b82/detail" title="1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri" itemProp="url" target="_blank"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemProp="name">1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri</span> <svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">29/A, Sankalp Nagri, Ramwadi, Near Christ College</div><span><img src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png" alt="location"/><a href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f931b750cdd9201750d3bad4d2b82/detail#explore-nearby" target="_blank" id="exploreNearbuy">Explore Nearby</a></span></div><span class="display-none" itemProp="event" itemscope="" itemType="http://schema.org/Event"><span itemProp="startDate">2021-03-28</span><span itemProp="name">1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri</span><span itemProp="location" itemscope="" itemType="http://schema.org/Place"><span itemProp="name">29/A, Sankalp Nagri, Ramwadi, Near Christ College</span><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri</span><span itemProp="streetAddress">Wadgaon Sheri</span><span itemProp="addressLocality">pune</span><span itemProp="postalCode" class="display-none"></span></span></span><span itemProp="offers" itemscope="" itemType="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri</span><span itemProp="streetAddress">Wadgaon Sheri</span><span itemProp="addressLocality">pune</span><span itemProp="addressRegion">READY</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta itemProp="latitude" content="18.5556527"/><meta itemProp="longitude" content="73.9134825"/></span></div><meta itemProp="name" content="29/A, Sankalp Nagri, Ramwadi, Near Christ College"/><meta itemProp="priceRange" content="INR undefined - INR 0"/><meta itemProp="telephone" content="7208015217"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta itemProp="name" content="Title verification and loan availability"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>\xe2\x82\xb9</span> </span></span></div><div class="nb__2NPHR" itemProp="additionalProperty" itemscope="" itemType="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" itemProp="valueReference" itemscope="" itemType="http://schema.org/PropertyValue" id="minRent"><meta itemProp="name" content="Minimum Rent"/><meta itemProp="unitCode" content="INR"/><div class="nb__3oNyC">700 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta itemProp="name" content="RoomTypes Available"/><div class="font-semi-bold heading-6" id="roomType"><span>\xe2\x82\xb9</span>25,791/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" itemProp="valueReference" itemType="http://schema.org/PropertyValue" id="minDeposit"><div class="font-semi-bold heading-6"><meta itemProp="name" content="Minimum Deposit"/><span>\xe2\x82\xb9<!-- -->45 Lacs</span></div><div class="heading-7">\xe2\x82\xb96,429 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg class="jss1 nb__9aJiN" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0V0z" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div style="height:auto" class="lazyload-placeholder"></div><svg class="jss1 nb__1PxD8" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M24 24H0V0h24v24z" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">1<!-- --> Photos</span></div><meta itemProp="image" content="8a9f931b750cdd9201750d3bad4d2b82_15698_62362_medium.jpg"/></div><button class="nb__1iATW btn btn-sm" id="requestPhotos" type="button"><span class="nb__1556J"><svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><circle cx="12" cy="12" r="3.2"></circle><path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"></path><path fill="none" d="M0 0h24v24H0z"></path></svg>Request For Photos</span></button></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__GREa7"></div><div class="nb__2e3cc"><div><div>Don't Know</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2aW4g"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__8dQDA"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2IMzv"></div><div><div>Bike</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg class="jss1 image-icon" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png" alt=""/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a target="_blank" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" class="nb__1-FXn">Weikfield IT Citi Info Park</a><a target="_blank" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" class="nb__1-FXn">Trion Business Park</a><a target="_blank" href="/flats-for-sale-near-pvr_viman_nagar_pune" class="nb__1-FXn">PVR</a><a target="_blank" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" class="nb__1-FXn">D Mart</a><a target="_blank" href="/flats-for-sale-near-brahma_suncity_pune" class="nb__1-FXn">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9fae8278e43d1a0178e44938f90366" itemscope="" itemType="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-dhanori-pune/8a9fae8278e43d1a0178e44938f90366/detail" title="1 BHK Flat For Sale In Sankalp Nagari In Dhanori" itemProp="url" target="_blank"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemProp="name">1 BHK Flat For Sale In Sankalp Nagari In Dhanori</span> <svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. </div><span><img src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png" alt="location"/><a href="/property/buy/1-bhk-apartment-for-sale-in-dhanori-pune/8a9fae8278e43d1a0178e44938f90366/detail#explore-nearby" target="_blank" id="exploreNearbuy">Explore Nearby</a></span></div><span class="display-none" itemProp="event" itemscope="" itemType="http://schema.org/Event"><span itemProp="startDate">2021-04-18</span><span itemProp="name">1 BHK Flat For Sale In Sankalp Nagari In Dhanori</span><span itemProp="location" itemscope="" itemType="http://schema.org/Place"><span itemProp="name">Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. </span><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Sankalp Nagari In Dhanori</span><span itemProp="streetAddress">Dhanori</span><span itemProp="addressLocality">pune</span><span itemProp="postalCode" class="display-none"></span></span></span><span itemProp="offers" itemscope="" itemType="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">1 BHK Flat For Sale In Sankalp Nagari In Dhanori</span><span itemProp="streetAddress">Dhanori</span><span itemProp="addressLocality">pune</span><span itemProp="addressRegion">READY</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta itemProp="latitude" content="18.55849"/><meta itemProp="longitude" content="73.909289"/></span></div><meta itemProp="name" content="Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. "/><meta itemProp="priceRange" content="INR undefined - INR 0"/><meta itemProp="telephone" content="7208015217"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta itemProp="name" content="Title verification and loan availability"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>\xe2\x82\xb9</span> </span></span></div><div class="nb__2NPHR" itemProp="additionalProperty" itemscope="" itemType="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" itemProp="valueReference" itemscope="" itemType="http://schema.org/PropertyValue" id="minRent"><meta itemProp="name" content="Minimum Rent"/><meta itemProp="unitCode" content="INR"/><div class="nb__3oNyC">500 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta itemProp="name" content="RoomTypes Available"/><div class="font-semi-bold heading-6" id="roomType"><span>\xe2\x82\xb9</span>12,609/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" itemProp="valueReference" itemType="http://schema.org/PropertyValue" id="minDeposit"><div class="font-semi-bold heading-6"><meta itemProp="name" content="Minimum Deposit"/><span>\xe2\x82\xb9<!-- -->22 Lacs</span></div><div class="heading-7">\xe2\x82\xb94,400 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg class="jss1 nb__9aJiN" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0V0z" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div style="height:auto" class="lazyload-placeholder"></div><svg class="jss1 nb__1PxD8" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M24 24H0V0h24v24z" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">3<!-- --> Photos</span></div><meta itemProp="image" content="8a9fae8278e43d1a0178e44938f90366_53951_69068_medium.jpg"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__GREa7"></div><div class="nb__2e3cc"><div><div>East</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2aW4g"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__8dQDA"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2IMzv"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg class="jss1 image-icon" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png" alt=""/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a target="_blank" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" class="nb__1-FXn">Weikfield IT Citi Info Park</a><a target="_blank" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" class="nb__1-FXn">Trion Business Park</a><a target="_blank" href="/flats-for-sale-near-pvr_viman_nagar_pune" class="nb__1-FXn">PVR</a><a target="_blank" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" class="nb__1-FXn">D Mart</a><a target="_blank" href="/flats-for-sale-near-brahma_suncity_pune" class="nb__1-FXn">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9fae827aeb484e017aeba5360c2dba" itemscope="" itemType="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/8a9fae827aeb484e017aeba5360c2dba/detail" title="2 BHK Flat For Sale In Eden Garden, In Viman Nagar" itemProp="url" target="_blank"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemProp="name">2 BHK Flat For Sale In Eden Garden, In Viman Nagar</span> <svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Viman Nagar, Pune - 411014, Maharashtra, INDIA.</div><span><img src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png" alt="location"/><a href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/8a9fae827aeb484e017aeba5360c2dba/detail#explore-nearby" target="_blank" id="exploreNearbuy">Explore Nearby</a></span></div><span class="display-none" itemProp="event" itemscope="" itemType="http://schema.org/Event"><span itemProp="startDate">2021-08-02</span><span itemProp="name">2 BHK Flat For Sale In Eden Garden, In Viman Nagar</span><span itemProp="location" itemscope="" itemType="http://schema.org/Place"><span itemProp="name">Viman Nagar, Pune - 411014, Maharashtra, INDIA.</span><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">2 BHK Flat For Sale In Eden Garden, In Viman Nagar</span><span itemProp="streetAddress">Viman Nagar</span><span itemProp="addressLocality">pune</span><span itemProp="postalCode" class="display-none"></span></span></span><span itemProp="offers" itemscope="" itemType="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">2 BHK Flat For Sale In Eden Garden, In Viman Nagar</span><span itemProp="streetAddress">Viman Nagar</span><span itemProp="addressLocality">pune</span><span itemProp="addressRegion">READY</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta itemProp="latitude" content="18.5603214"/><meta itemProp="longitude" content="73.91451219999999"/></span></div><meta itemProp="name" content="Viman Nagar, Pune - 411014, Maharashtra, INDIA."/><meta itemProp="priceRange" content="INR undefined - INR 0"/><meta itemProp="telephone" content="7208015217"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta itemProp="name" content="Title verification and loan availability"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>\xe2\x82\xb9</span> </span></span></div><div class="nb__2NPHR" itemProp="additionalProperty" itemscope="" itemType="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" itemProp="valueReference" itemscope="" itemType="http://schema.org/PropertyValue" id="minRent"><meta itemProp="name" content="Minimum Rent"/><meta itemProp="unitCode" content="INR"/><div class="nb__3oNyC">1,090 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta itemProp="name" content="RoomTypes Available"/><div class="font-semi-bold heading-6" id="roomType"><span>\xe2\x82\xb9</span>49,863/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" itemProp="valueReference" itemType="http://schema.org/PropertyValue" id="minDeposit"><div class="font-semi-bold heading-6"><meta itemProp="name" content="Minimum Deposit"/><span>\xe2\x82\xb9<!-- -->87 Lacs</span></div><div class="heading-7">\xe2\x82\xb97,982 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg class="jss1 nb__9aJiN" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0V0z" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div style="height:auto" class="lazyload-placeholder"></div><svg class="jss1 nb__1PxD8" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M24 24H0V0h24v24z" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">8<!-- --> Photos</span></div><meta itemProp="image" content="8a9fae827aeb484e017aeba5360c2dba_96245_714154_medium.jpg"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__GREa7"></div><div class="nb__2e3cc"><div><div>East</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2aW4g"></div><div><div>2 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__8dQDA"></div><div><div>2</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2IMzv"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg class="jss1 image-icon" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png" alt=""/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a target="_blank" href="/flats-for-sale-near-central_mall_erandwane_pune" class="nb__1-FXn">Central Mall</a><a target="_blank" href="/flats-for-sale-near-city_pride_mangala_multiplex_shivaji_nagar_pune" class="nb__1-FXn">City Pride Mangala Multiplex</a><a target="_blank" href="/flats-for-sale-near-durvankur_dining_hall_sadashiv_peth_pune" class="nb__1-FXn">Durvankur Dining Hall</a><a target="_blank" href="/flats-for-sale-near-wadeshwar_fc_deccan_gymkhana_pune" class="nb__1-FXn">Wadeshwar FC</a><a target="_blank" href="/flats-for-sale-near-model_colony_pune" class="nb__1-FXn">Model Colony</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="ff8081816534813c01653532fbd30bf9" itemscope="" itemType="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/ff8081816534813c01653532fbd30bf9/detail" title="2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar" itemProp="url" target="_blank"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemProp="name">2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar</span> <svg class="jss1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Caf\xc3\x83\xc2\xa9 Coffee Day</div><span><img src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png" alt="location"/><a href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/ff8081816534813c01653532fbd30bf9/detail#explore-nearby" target="_blank" id="exploreNearbuy">Explore Nearby</a></span></div><span class="display-none" itemProp="event" itemscope="" itemType="http://schema.org/Event"><span itemProp="startDate">2021-05-05</span><span itemProp="name">2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar</span><span itemProp="location" itemscope="" itemType="http://schema.org/Place"><span itemProp="name">Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Caf\xc3\x83\xc2\xa9 Coffee Day</span><span itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar</span><span itemProp="streetAddress">Viman Nagar</span><span itemProp="addressLocality">pune</span><span itemProp="postalCode" class="display-none"></span></span></span><span itemProp="offers" itemscope="" itemType="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemProp="address" itemscope="" itemType="http://schema.org/PostalAddress"><span itemProp="areaServed">2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar</span><span itemProp="streetAddress">Viman Nagar</span><span itemProp="addressLocality">pune</span><span itemProp="addressRegion">READY</span></span><span itemProp="geo" itemscope="" itemType="http://schema.org/GeoCoordinates"><meta itemProp="latitude" content="18.560676845976253"/><meta itemProp="longitude" content="73.91403351712721"/></span></div><meta itemProp="name" content="Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Caf\xc3\x83\xc2\xa9 Coffee Day"/><meta itemProp="priceRange" content="INR undefined - INR 0"/><meta itemProp="telephone" content="7208015217"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta itemProp="name" content="Title verification and loan availability"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>\xe2\x82\xb9</span> </span></span></div><div class="nb__2NPHR" itemProp="additionalProperty" itemscope="" itemType="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" itemProp="valueReference" itemscope="" itemType="http://schema.org/PropertyValue" id="minRent"><meta itemProp="name" content="Minimum Rent"/><meta itemProp="unitCode" content="INR"/><div class="nb__3oNyC">875 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta itemProp="name" content="RoomTypes Available"/><div class="font-semi-bold heading-6" id="roomType"><span>\xe2\x82\xb9</span>42,985/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" itemProp="valueReference" itemType="http://schema.org/PropertyValue" id="minDeposit"><div class="font-semi-bold heading-6"><meta itemProp="name" content="Minimum Deposit"/><span>\xe2\x82\xb9<!-- -->75 Lacs</span></div><div class="heading-7">\xe2\x82\xb98,571 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg class="jss1 nb__9aJiN" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0V0z" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div style="height:auto" class="lazyload-placeholder"></div><svg class="jss1 nb__1PxD8" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M24 24H0V0h24v24z" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">6<!-- --> Photos</span></div><meta itemProp="image" content="ff8081816534813c01653532fbd30bf9_61162_medium.jpg"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__GREa7"></div><div class="nb__2e3cc"><div><div>North</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2aW4g"></div><div><div>2 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)" class="nb__8dQDA"></div><div><div>2</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)" class="nb__2IMzv"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg class="jss1 image-icon" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png" alt=""/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a target="_blank" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" class="nb__1-FXn">Weikfield IT Citi Info Park</a><a target="_blank" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" class="nb__1-FXn">Trion Business Park</a><a target="_blank" href="/flats-for-sale-near-pvr_viman_nagar_pune" class="nb__1-FXn">PVR</a><a target="_blank" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" class="nb__1-FXn">D Mart</a><a target="_blank" href="/flats-for-sale-near-brahma_suncity_pune" class="nb__1-FXn">Brahma Suncity</a></span></section></div></div></div></article></div></div></div></div><div class="nb__3R4-S"><div id="bannerCardConatiner"><div class="nb__2Rw_m"><div class="heading-6 text-primary nb__2gHtb">Quick links</div><div class="nb__3w-Zh">People also searched for</div><ul><li itemscope="" itemType="http://schema.org/ListItem"><meta itemProp="position" content="1"/><h3 class="" id="quickLinks"><a itemProp="url" title="Flats in Sanjay Park " class="cursor" target="_blank" href="/flats-for-sale-in-sanjay_park_pune"><span itemProp="name">Flats in Sanjay Park for sale</span></a></h3></li><li itemscope="" itemType="http://schema.org/ListItem"><meta itemProp="position" content="2"/><h3 class="" id="quickLinks"><a itemProp="url" title="Flats in New Kalyani Nagar " class="cursor" target="_blank" href="/flats-for-sale-in-new_kalyani_nagar_pune"><span itemProp="name">Flats in New Kalyani Nagar for sale</span></a></h3></li><li itemscope="" itemType="http://schema.org/ListItem"><meta itemProp="position" content="3"/><h3 class="" id="quickLinks"><a itemProp="url" title="Flats in Viman Nagar " class="cursor" target="_blank" href="/flats-for-sale-in-viman_nagar_pune"><span itemProp="name">Flats in Viman Nagar for sale</span></a></h3></li><li itemscope="" itemType="http://schema.org/ListItem"><meta itemProp="position" content="4"/><h3 class="" id="quickLinks"><a itemProp="url" title="Flats in Mundhwa " class="cursor" target="_blank" href="/flats-for-sale-in-mundhwa_pune"><span itemProp="name">Flats in Mundhwa for sale</span></a></h3></li><li itemscope="" itemType="http://schema.org/ListItem"><meta itemProp="position" content="5"/><h3 class="" id="quickLinks"><a itemProp="url" title="Flats in Yerawada " class="cursor" target="_blank" href="/flats-for-sale-in-yerawada_pune"><span itemProp="name">Flats in Yerawada for sale</span></a></h3></li><li itemscope="" itemType="http://schema.org/ListItem"><meta itemProp="position" content="6"/><h3 class="" id="quickLinks"><a itemProp="url" title="Flats in Chandan Nagar " class="cursor" target="_blank" href="/flats-for-sale-in-chandan_nagar_pune"><span itemProp="name">Flats in Chandan Nagar for sale</span></a></h3></li></ul></div><a href="/redirectUrl?redirectUrl=https://www.nobroker.in/prophub/legal-assistance/buy?click=&nbFr=LIST-SIDECARD&utm_campaign=legaldocs&utm_source=nblist" class="cursor" target="_blank" rel="noopener noreferrer" style="height:fit-content;display:block"><img src="/nb-new/aaaa9f931ec7d428fe1c211ccad8b016.png" alt="legalAssistance" height="310px" width="190px" style="margin-bottom:10px"/></a><a href="/redirectUrl?redirectUrl=https://www.nobroker.in/prophub/interior-designers/home-interior-designers&id=&type=painting&utm_source=listSideCard&utm_medium=desktopBanner&nbFr=listSideCard" class="cursor" target="_blank" rel="noopener noreferrer" style="height:fit-content;display:block"><img src="/nb-new/5be25eba983f46f9b19078ce6f4b691b.png" alt="interiors" height="310px" width="190px" style="margin-bottom:10px"/></a><a href="https://nobroker.in/redirectUrl?redirectUrl=/cleaning-services-in-undefined&nbFr=LIST-SIDECARD-undefined" class="cursor" target="_blank" rel="noopener noreferrer" style="height:fit-content;display:block"><img src="/nb-new/7c642a685be3007f6dd41133ed518358.png" alt="cleaning" height="310px" width="190px" style="margin-bottom:10px"/></a><a href="/redirectUrl?redirectUrl=https://www.nobroker.in/prophub/home-loan/check-eligibility/?click=&nbFr=LIST-SIDECARD&utm_medium=listPage&utm_source=desktopBanner" class="cursor" target="_blank" rel="noopener noreferrer" style="height:fit-content;display:block"><img src="/nb-new/ab67564b94ce345a477c6667c67bf688.png" alt="loanEligibility" height="310px" width="190px" style="margin-bottom:10px"/></a></div></div></div></main></div></div><script>window.__LOADABLE_REQUIRED_CHUNKS__ = [0,1,2,3,22];</script>\n<script async data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~50604b91/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~50604b91.b87d9a2bc1a8908607db.chunk.js"></script>\n<script async data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~3b765eec/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~3b765eec.74527d2d094945018451.chunk.js"></script>\n<script async data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~44694251/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~44694251.f1ee540140a86d992ea4.chunk.js"></script>\n<script async data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~da8e7cab/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~da8e7cab.d719cd18ba612a0f0940.chunk.js"></script>\n<script async data-chunk="listPage" src="https://assets.nobroker.in/nb-new/listPage/listPage.8fc8b042b5ec63a768d5.chunk.js"></script>\n<script async data-chunk="main" src="https://assets.nobroker.in/nb-new/vendor/vendor.19656bb38bb12ac9a2ae.chunk.js"></script>\n<script async data-chunk="main" src="https://assets.nobroker.in/nb-new/main.d29704df45e3f5b3a61a.js"></script>\n <img id="adobe-event" src="" width="1" height="1" style="display: none" />\n <noscript>If you\'re seeing this message, that means <strong>JavaScript has been disabled on your browser</strong>, please <strong>enable JS</strong> to make this app work.</noscript>\n \n <!-- Google Tag Manager (noscript) -->\n\t\t<noscript\n\t\t\t><iframe\n\t\t\t\tsrc="https://www.googletagmanager.com/ns.html?id=GTM-NDNFVM5"\n\t\t\t\theight="0"\n\t\t\t\twidth="0"\n\t\t\t\tstyle="display:none;visibility:hidden"\n\t\t\t></iframe\n\t\t></noscript>\n\t\t<!-- End Google Tag Manager (noscript) -->\n \n \n \n \n \n \n <script>digitalData={},window.isGAinit=!1</script>\n \n \n </body>\n </html>'
Soup=BeautifulSoup(page.content)
Soup
<!DOCTYPE html>
<html lang="en"><head>
<meta content="794951570520699" property="fb:pages"/>
<link href="https://www.nobroker.in" rel="canonical"/>
<link href="//www.googletagmanager.com" rel="dns-prefetch"/>
<link href="//www.google-analytics.com" rel="dns-prefetch"/>
<link href="//assets.nobroker.in" rel="dns-prefetch"/>
<link href="//images.nobroker.in" rel="dns-prefetch"/>
<link href="//assets.nobroker.in/static/img/favicon.png" id="favicon" rel="shortcut icon"/>
<link href="https://images.nobroker.in/static/img/fav64.png" rel="apple-touch-icon"/>
<meta charset="utf-8"/><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="app-id=com.nobroker.app&referrer=utm_source%3Dnobroker%26utm_medium%3DmobileWeb" name="google-play-app"/>
<meta content="app-id=1200507100, app-argument=nobrokerapp://" name="apple-itunes-app"/>
<meta content="#fd3752" name="theme-color"/>
<meta content="flats for rent, Apartments for rent, flats for sale, apartments for sale, Properties for rent, without broker, no brokerage, broker free rental properties, flat, apartment, rent, rental, nobroker.in, Nobroker" name="keywords"/>
<meta content="Flats, Houses, Apartments for Rent, Buy, Sale Without Brokerage in India" property="og:title"/>
<meta content="Lookup for Residential properties for rent,buy,sell in India Without Brokerage.0% Brokerage,100% Genuine Owners. India's #1 Real Estate Property Website Without Brokers. Get Rent Agreement,Packers and Movers,Property Management & Registration Service in India. Owners & NRI can List/Post Property Ad for FREE." property="og:description"/>
<meta content="https://www.nobroker.in" property="og:url"/>
<meta content="//assets.nobroker.in/static/img/fbShare_bangalore.png" property="og:image"/>
<meta content="@nobrokercom" name="twitter:site"/>
<meta content="Flats, Houses, Apartments for Rent, Buy, Sale Without Brokerage in India" name="twitter:title"/>
<meta content="Lookup for Residential properties for rent,buy,sell in India Without Brokerage.0% Brokerage,100% Genuine Owners. India's #1 Real Estate Property Website Without Brokers. Get Rent Agreement,Packers and Movers,Property Management & Registration Service in India. Owners & NRI can List/Post Property Ad for FREE." name="twitter:description"/>
<meta content="//assets.nobroker.in/static/img/fbShare_bangalore.png" name="twitter:image"/>
<meta content="360" property="og:image:height"/>
<meta content="540" property="og:image:width"/>
<meta content="289265624583131" property="fb:app_id"/>
<meta content="NoBroker" property="og:site_name"/>
<meta content="product" property="og:type"/>
<meta content="notranslate" name="google"/>
<meta content="hLy7ta67b2CS6LQFWI3SrB22XIuKUHlAHGEi-0W0ngI" name="google-site-verification"/>
<meta content="81EEED055BF8993A564A4B24AF189813" name="msvalidate.01"/>
<meta content="e5c74d79345e920627558faecd28fae5" name="p:domain_verify"/>
<meta content="239876242888-mbq11kse03n78gs2o5549clvlcv3ls24.apps.googleusercontent.com" name="google-signin-client_id"/>
<meta content="index, follow" name="robots"/>
<title>Flats, Houses, Apartments for Rent, Buy, Sale Without Brokerage in India</title>
<meta content="Lookup for Residential properties for rent,buy,sell in India Without Brokerage.0% Brokerage,100% Genuine Owners. India's #1 Real Estate Property Website Without Brokers. Get Rent Agreement,Packers and Movers,Property Management & Registration Service in India. Owners & NRI can List/Post Property Ad for FREE." name="description"/>
<meta content="width=device-width,initial-scale=1" name="viewport"/>
<meta content="IE=edge,chrome=1" name="X-UA-Compatible"/>
<link href="https://assets.nobroker.in/static/img/favicon.png" rel="icon"/>
<link href="/manifest.json" rel="manifest"/>
<style>
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<!-- Google Tag Manager -->
<script>
window.dataLayer = [];
</script>
<script>
var interval = setInterval(function() {
if (document && document.readyState === 'complete') {
clearInterval(interval);
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NDNFVM5');
}
}, 100);
</script>
<!-- End Google Tag Manager -->
<link charset="UTF-8" href="https://assets.nobroker.in/nb-new/public/css/slick.min.css" rel="stylesheet" type="text/css"/>
<link href="https://assets.nobroker.in/nb-new/public/css/slick-theme.min.css" rel="stylesheet" type="text/css"/>
<script>
window.googleMapLoadCallBack = function() {};
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDUznTiPcMB6dsRkOq9ZLNrKLCzVZzvZXo&v=3.exp&libraries=places,geometry&callback=googleMapLoadCallBack" type="text/javascript"></script>
<link data-chunk="listPage" href="https://assets.nobroker.in/nb-new/listPage/listPage.9a4a13759b26add70fd6.css" rel="stylesheet"/>
<link data-chunk="main" href="https://assets.nobroker.in/nb-new/css/main.457304f4977ca2505f48.css" rel="stylesheet"/>
<script async="" src="https://assets.nobroker.in/nb-new/public/js/instantgratification.001.js"></script>
<script>
window.nb = window.nb || {};
nb.pageName = "listPage";
nb.appState = {"route":{"location":null},"global":{"requestData":null},"signupReducer":{"phoneExistLoading":false,"phoneStatus":null,"otpVerification":null,"emailOtpVerification":null,"passwordVerification":null,"newAccountData":null,"newUser":false,"oldUser":false,"userInfo":null,"newAccountDataError":"","userPhoneData":{},"adobeSignupEventCalled":false},"commonReducer":{"userInfo":null,"fetchedUserInfo":false,"walletBalance":0,"signupModal":{},"showAlertMsg":false,"notFound":false,"crowdLeadAdded":null,"openAlertsModal":false,"planDetailInfos":null,"tenantPlanInfo":null,"pagename":null,"userNotificationCount":null,"photoRequestData":null,"propertyId":null,"fromChat":null,"feedBackData":null,"feedBackUpdatedData":null,"openSchedularModal":false,"openScheduleVisitModal":false,"slotsData":null,"bookedSlotData":null,"userEmailSave":null,"walletEnabled":false,"propertyTrendsData":null,"instantLeadData":null,"instantBookData":null,"tenantLeadData":null,"scheduleVisitTimeData":null,"contactedInfoData":null,"hub":null,"contactedIdsForListPage":[],"contactedNotVerifiedIdsForListPage":[],"visitSlotsData":null,"hoodExploreRefreshToken":null},"googleSignInReducer":{"loading":false,"userSocialDetail":null},"facebookSignInReducer":{"loading":false,"userFacebookDetail":null},"alertsReducer":{"postAlersSuccess":""},"listAlertsReducer":{"postAlersSuccess":"","alertRequirementId":null,"recommendedProperties":null,"loading":false,"searchRequirementLoading":false},"listPage":{"loading":false,"listPageProperties":[{"propertyAge":3,"parking":"BOTH","ownershipType":"FREEHOLD","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"cupBoard":0,"videos":[],"negotiable":true,"type":"BHK1","ownerId":"8a9f91c374d5b7040174d860ea7a58ea","propertySize":598,"originalImageUrl":"\u002F\u002Fassets.nobroker.in8a9f82ee75fa5ec00175fa868a7f09f8_4119_96613_original.jpg","price":2000000,"combineDescription":"Ready for sell\nFinding a 1 BHK for sale in Pune district at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 2nd floor this home can comfortably serve your car and bike parking facility needs. This West facing home is over 598 sqft. & is in a convenient location.\n\nAs this home comes with servant quarters, visitor parking, fire safety, waste treatment plant & house keeping & more such amenities, living here would make life more pleasant. With children play area & park available in this home, you will always have something to do here. With amenities such as electric back up, security & lift this home offers you a lot of convenience.\n\nAngels Pre School, Sant Sai High School and New English School are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Sanjeevan Hospital, Life Line Hospital and Shradha Childrens Clinic are very close by.\n\nAccess to bus stop & medical stores is very easy & convenient from this house.\n\nThe surrounding locality is loaded with things to do, Car Rental Service In PCMC, Pune & Raman Theatre are great places to catch a movie near this home. Never miss out on lifestyle as AMITY ENGINEERS AND SURVEYORS, Skyline Plaza and vikas puja bhandaar are so close by.","id":"8a9f82ee75fa5ec00175fa868a7f09f8","state":"READY","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Kadu Malhar Villa In Pune","inactiveReason":"TIMED_OUT","locality":"Pune","active":true,"waterSupply":"CORP_BORE","accurateLocation":false,"lift":true,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-pune-pune\u002F8a9f82ee75fa5ec00175fa868a7f09f8\u002Fdetail","activationDate":1622787003000,"amenities":"{\"INTERCOM\":false,\"AC\":false,\"RWH\":true,\"HK\":true,\"INTERNET\":false,\"LIFT\":true,\"CLUB\":true,\"GP\":false,\"FS\":true,\"STP\":true,\"PARK\":true,\"SC\":false,\"PB\":true,\"CPA\":true,\"SECURITY\":true,\"POOL\":true,\"GYM\":false,\"VP\":true,\"SERVANT\":false}","typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.7","city":"pune","latitude":18.5577446,"reactivationReqDate":1622786595000,"facing":"W","underLoan":false,"kitchen":"MODULAR","sponsored":false,"documentName":"property","url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"20 Lacs","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":true,"HK":true,"INTERNET":false,"LIFT":true,"CLUB":true,"GP":false,"FS":true,"STP":true,"PARK":true,"SC":false,"PB":true,"CPA":true,"SECURITY":true,"POOL":true,"GYM":false,"VP":true,"SERVANT":false},"ownerDes":"Ready for sell","lastUpdateDate":1625464108000,"balconies":1,"regCostIncluded":false,"availableFrom":1622745000000,"photos":[{"imagesMap":{"thumbnail":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_9341_thumbnail.jpg","original":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_96613_original.jpg","large":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_84233_large.jpg","medium":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_83545_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""}],"loanAvailable":true,"localityId":"NOT_FOUND","longitude":73.9124674,"indexName":"nobroker_resale","creationDate":1606225923000,"swimmingPool":false,"completeStreetName":"Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.","defaultEmi":"11,462\u002FMonth","totalFloor":4,"gym":true,"reactivationSource":"OWNER","facingDesc":"West","furnishing":"NOT_FURNISHED","photoAvailable":true,"flooring":"VITRIFIED_TILES","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002F2Ypnd","promoted_b":false,"description":"Ready for sell--written by ownerFinding a 1 BHK for sale in Pune district at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 2nd floor this home can comfortably serve your car and bike parking facility needs. This West facing home is over 598 sqft. & is in a convenient location.\n\nAs this home comes with servant quarters, visitor parking, fire safety, waste treatment plant & house keeping & more such amenities, living here would make life more pleasant. With children play area & park available in this home, you will always have something to do here. With amenities such as electric back up, security & lift this home offers you a lot of convenience.\n\nAngels Pre School, Sant Sai High School and New English School are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Sanjeevan Hospital, Life Line Hospital and Shradha Childrens Clinic are very close by.\n\nAccess to bus stop & medical stores is very easy & convenient from this house.\n\nThe surrounding locality is loaded with things to do, Car Rental Service In PCMC, Pune & Raman Theatre are great places to catch a movie near this home. Never miss out on lifestyle as AMITY ENGINEERS AND SURVEYORS, Skyline Plaza and vikas puja bhandaar are so close by.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Kadu Malhar Villa In Pune","nbLocality":"NOT_FOUND","society":"Kadu Malhar Villa","ownerName":"Sachinsulake","street":"Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.","propertyType":"BUY","secondaryTitle":"Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.","aea__":{"HOUSE_KEY_WITH":{"display_value":"Friends\u002FRelatives","value":"FRIENDS_RELATIVES"},"NON_VEG_ALLOWED":{"display_value":"No","value":"ONLY_VEG"},"GATED_SECURITY":{"display_value":"No","value":"NO"},"ACCURATE_LOCATION":{"display_value":"Accurate","value":"ACCURATE"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"floor":2,"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9f82ee75fa5ec00175fa868a7f09f8\u002F8a9f82ee75fa5ec00175fa868a7f09f8_4119_83545_medium.jpg","lastActivationDate":1606988415000,"verified":false,"maintenanceCost":1000,"inactiveReasonDesc":"Timed Out","videoUnit":[],"colour":"GREEN","servantRoom":0,"location":"18.557744600000000000,73.912467400000000000","propType":"AP"},{"propertyAge":3,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1626867059000,"balconies":2,"cupBoard":0,"negotiable":true,"type":"BHK1","ownerId":"8a9f8e8276e9b5150176e9c8da0d0071","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_45820_84974_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_45820_49082_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_45820_28362_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_45820_67804_medium.jpg"},"disAffinity":999,"displayPic":true,"w":1280,"name":"files[]","h":590,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_5457_1967_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_5457_45133_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_5457_32053_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_5457_81746_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"files[]","h":590,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_31535_43111_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_31535_84453_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_31535_41935_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_31535_3214_medium.jpg"},"disAffinity":0,"displayPic":false,"w":498,"name":"files[]","h":1080,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_43634_14984_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_43634_53728_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_43634_85339_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_43634_11966_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"files[]","h":590,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_84769_70513_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_84769_23403_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_84769_26953_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_84769_76499_medium.jpg"},"disAffinity":0,"displayPic":false,"w":498,"name":"files[]","h":1080,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1622831400000,"loanAvailable":true,"propertySize":565,"originalImageUrl":"\u002F\u002Fassets.nobroker.in\u002F8a9fa28279db758c0179db798a9200b7_45820_49082_original.jpg","score":{"lastUpdatedDate":"2021-06-06T00:38:10+05:30","transit":-10,"id":"8a9fa28279db758c0179db798a9200b7","lifestyle":1.5},"price":2200000,"combineDescription":"This 1 BHK for sale comes with an affordable price tag of just 22 Lakhs rupees with an additional perk of paying no brokerage. This East facing home is over 565 sqft. & is in a convenient location. Situated on the 3rd floor this home can comfortably serve your parking lot for a car and bike needs.\n\nIf you are looking for a home with security & lift, this home is just right for you. With premium amenities such as fire security this home provides you with many added benefits. When you need park, all you have to do is step out of the door as the apartment complex has what you're looking for.","id":"8a9fa28279db758c0179db798a9200b7","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor","longitude":73.9124674,"indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","inactiveReason":"INCORRECT","locality":"Pune loni kalbhor","active":true,"creationDate":1622884846000,"swimmingPool":false,"waterSupply":"CORP_BORE","completeStreetName":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune","accurateLocation":false,"defaultEmi":"12,609\u002FMonth","totalFloor":3,"lift":true,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-pune-loni-kalbhor-pune\u002F8a9fa28279db758c0179db798a9200b7\u002Fdetail","activationDate":1622895918000,"facingDesc":"East","furnishing":"NOT_FURNISHED","photoAvailable":true,"amenities":"{\"INTERCOM\":false,\"AC\":false,\"RWH\":false,\"HK\":false,\"INTERNET\":false,\"LIFT\":true,\"CLUB\":false,\"GP\":false,\"FS\":true,\"STP\":false,\"PARK\":true,\"SC\":false,\"PB\":false,\"CPA\":false,\"SECURITY\":true,\"POOL\":false,\"GYM\":false,\"VP\":false,\"SERVANT\":false}","flooring":"VITRIFIED_TILES","typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.1","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FZ5PLs","latitude":18.5577446,"promoted_b":false,"facing":"E","description":"This 1 BHK for sale comes with an affordable price tag of just 22 Lakhs rupees with an additional perk of paying no brokerage. This East facing home is over 565 sqft. & is in a convenient location. Situated on the 3rd floor this home can comfortably serve your parking lot for a car and bike needs.\n\nIf you are looking for a home with security & lift, this home is just right for you. With premium amenities such as fire security this home provides you with many added benefits. When you need park, all you have to do is step out of the door as the apartment complex has what you're looking for.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor","nbLocality":"Wadgaon Sheri","society":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti loni kalbhor pune","underLoan":false,"ownerName":"JaipalGirase","street":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune","propertyType":"BUY","secondaryTitle":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"don't know","value":"DK"}},"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9fa28279db758c0179db798a9200b7\u002F8a9fa28279db758c0179db798a9200b7_45820_67804_medium.jpg","floor":3,"kitchen":"MODULAR","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":600,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"22 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":true,"CLUB":false,"GP":false,"FS":true,"STP":false,"PARK":true,"SC":false,"PB":false,"CPA":false,"SECURITY":true,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.557744600000000000,73.912467400000000000","propType":"AP"},{"propertyAge":1,"ownershipType":"FREEHOLD","parking":"TWO_WHEELER","parkingDesc":"Bike","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1630088103000,"balconies":2,"negotiable":true,"type":"BHK1","ownerId":"ff80818168d745940168d777d22e257d","regCostIncluded":false,"photos":[],"availableFrom":1630002600000,"loanAvailable":true,"propertySize":500,"originalImageUrl":"\u002F\u002Fassets.nobroker.in\u002Fstatic\u002Fimg\u002F534_notxt.jpg","score":{"lastUpdatedDate":"2021-08-28T23:55:13+05:30","transit":-10,"id":"8a9fa1887b8842ea017b88c5c433233d","lifestyle":1.5},"price":1800000,"combineDescription":"This lovely 1 BHK for sale is only 18 Lakhs rupees without any extra brokerage & could be your new home. This home is over 500 sqft. & even comes with ample parking space for a bike. This South facing home is on the 1st floor.","id":"8a9fa1887b8842ea017b88c5c433233d","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Vrundavan In Pune Manjri Road","longitude":73.9124674,"indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","inactiveReason":"INCORRECT","locality":"Pune manjri road","active":true,"creationDate":1630087267000,"swimmingPool":false,"waterSupply":"BOREWELL","completeStreetName":"udaycolani","accurateLocation":false,"defaultEmi":"10,316\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-pune-manjri-road-pune\u002F8a9fa1887b8842ea017b88c5c433233d\u002Fdetail","activationDate":1630088101000,"facingDesc":"South","furnishing":"SEMI_FURNISHED","photoAvailable":false,"amenities":"{\"INTERCOM\":false,\"AC\":false,\"RWH\":false,\"HK\":false,\"INTERNET\":false,\"LIFT\":false,\"CLUB\":false,\"GP\":false,\"FS\":false,\"STP\":false,\"PARK\":false,\"SC\":false,\"PB\":false,\"CPA\":false,\"SECURITY\":false,\"POOL\":false,\"GYM\":false,\"VP\":false,\"SERVANT\":false}","flooring":"MARBLE_GRANITE","typeDesc":"1 BHK","maintenanceCostPerSqFt":"0.8","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FJ7w9F","latitude":18.5577446,"promoted_b":false,"facing":"S","description":"This lovely 1 BHK for sale is only 18 Lakhs rupees without any extra brokerage & could be your new home. This home is over 500 sqft. & even comes with ample parking space for a bike. This South facing home is on the 1st floor.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Vrundavan In Pune Manjri Road","nbLocality":"Wadgaon Sheri","society":"vrundavan","underLoan":false,"ownerName":"sharad.chavan","street":"udaycolani","propertyType":"BUY","secondaryTitle":"udaycolani","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"don't know","value":"DK"},"COMPLETION_CERTIFICATE":{"display_value":"yes","value":"YES"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fstatic\u002Fimg\u002F534_notxt.jpg","floor":1,"kitchen":"COVERED_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":400,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"18 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":false,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.557744600000000000,73.912467400000000000","propType":"AP"},{"propertyAge":10,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1628669983000,"balconies":1,"negotiable":true,"type":"BHK3","ownerId":"8a9f82827b30ce1c017b30d9d4d303c7","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_71897_449101_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_71897_559073_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_71897_26339_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_71897_515767_medium.jpg"},"disAffinity":17,"displayPic":true,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_74857_119435_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_74857_406912_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_74857_869134_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_74857_714372_medium.jpg"},"disAffinity":16,"displayPic":false,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_77435_837621_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_77435_366756_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_77435_565195_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_77435_934002_medium.jpg"},"disAffinity":15,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_86584_656783_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_86584_997538_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_86584_220722_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_86584_195281_medium.jpg"},"disAffinity":14,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_40928_21880_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_40928_405823_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_40928_911595_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_40928_54622_medium.jpg"},"disAffinity":14,"subState":"IRIS_FAILED","displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_47598_672117_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_47598_165657_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_47598_598637_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_47598_814642_medium.jpg"},"disAffinity":13,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_26810_610453_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_26810_480880_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_26810_321287_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_26810_530585_medium.jpg"},"disAffinity":13,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_22797_572354_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_22797_267816_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_22797_390857_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_22797_555968_medium.jpg"},"disAffinity":12,"displayPic":false,"w":588,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_83720_645596_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_83720_564729_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_83720_426398_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_83720_333497_medium.jpg"},"disAffinity":11,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_99192_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_7509_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_58957_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_17777_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_64891_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_39596_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_46035_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_42330_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_8293_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_2665_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_32142_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_35536_medium.jpg"},"disAffinity":0,"displayPic":false,"w":588,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_53208_593060_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_53208_458107_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_53208_614954_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_53208_707581_medium.jpg"},"disAffinity":-86,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_52600_638673_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_52600_819103_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_52600_533982_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_52600_535417_medium.jpg"},"disAffinity":-87,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1628620200000,"loanAvailable":true,"propertySize":1000,"originalImageUrl":"\u002F\u002Fassets.nobroker.in\u002F8a9f82827b30ce1c017b30d9d56503ca_71897_559073_original.jpg","score":{"lastUpdatedDate":"2021-08-11T01:34:38+05:30","transit":1,"id":"8a9f82827b30ce1c017b30d9d56503ca","lifestyle":8.2},"price":8500000,"combineDescription":"This affordable 3 BHK for sale in Viman Nagar is perfect for those looking for a budget home. This home is over 1000 sqft. & even comes with ample car and bike parking. This South facing home is on the 3rd floor.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Niramay Children's Clinic, Om Hospital and Sushrut Hospital are very close by. Olympia National School Pune - Preschool Tingrenagar Vishrantwadi, Neuron Labs School and D Y Patil International School are well known educational institutes in town & are very close to this home.\n\nWith an ATM, petrol pump & super market near this home, you'll never have to go far for these essentials.\n\nNever miss out on lifestyle as Goodwill Square, Mhaske Super Market and Sai Men's Boutique are so close by. The surrounding locality is loaded with things to do, '????? ???' & ZiVa are great places to catch a movie near this home.","id":"8a9f82827b30ce1c017b30d9d56503ca","state":"READY","localityId":"viman_nagar_pune","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"3 BHK Flat For Sale In Jhankar Chs In Viman Nagar","longitude":73.91090632214555,"powerBackup":"None","indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","inactiveReason":"INCORRECT","locality":"Viman Nagar","active":true,"creationDate":1628612187000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Samrat Ashok Rd NEAR Novotel Hotel","accurateLocation":true,"defaultEmi":"48,717\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F3-bhk-apartment-for-sale-in-viman-nagar-pune\u002F8a9f82827b30ce1c017b30d9d56503ca\u002Fdetail","activationDate":1628613302000,"facingDesc":"South","furnishing":"NOT_FURNISHED","photoAvailable":true,"amenities":"{\"LIFT\":false,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":false,\"SERVANT\":false,\"SECURITY\":false,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":false}","flooring":"VITRIFIED_TILES","typeDesc":"3 BHK","maintenanceCostPerSqFt":"0.5","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FPZG7D","latitude":18.55895939855604,"promoted_b":false,"carpetArea":800,"facing":"S","description":"This affordable 3 BHK for sale in Viman Nagar is perfect for those looking for a budget home. This home is over 1000 sqft. & even comes with ample car and bike parking. This South facing home is on the 3rd floor.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Niramay Children's Clinic, Om Hospital and Sushrut Hospital are very close by. Olympia National School Pune - Preschool Tingrenagar Vishrantwadi, Neuron Labs School and D Y Patil International School are well known educational institutes in town & are very close to this home.\n\nWith an ATM, petrol pump & super market near this home, you'll never have to go far for these essentials.\n\nNever miss out on lifestyle as Goodwill Square, Mhaske Super Market and Sai Men's Boutique are so close by. The surrounding locality is loaded with things to do, '????? ???' & ZiVa are great places to catch a movie near this home.-- generated by system (SIA)","title":"3 BHK Flat For Sale In Jhankar Chs In Viman Nagar","nbLocality":"Viman Nagar","society":"Jhankar CHS","underLoan":false,"ownerName":"Manish Ladkat","street":"Samrat Ashok Rd NEAR Novotel Hotel","propertyType":"BUY","secondaryTitle":"Samrat Ashok Rd NEAR Novotel Hotel","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"Others","value":"OTHERS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"},"ACCURATE_LOCATION":{"display_value":"Landmark","value":"LANDMARK"}},"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9f82827b30ce1c017b30d9d56503ca\u002F8a9f82827b30ce1c017b30d9d56503ca_71897_515767_medium.jpg","floor":3,"kitchen":"OPEN_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":500,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_3.png","formattedPrice":"85 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":false,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.558959398556040000,73.910906322145550000","propType":"AP"},{"propertyAge":5,"parking":"BOTH","ownershipType":"FREEHOLD","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1624088415000,"negotiable":false,"type":"BHK1","ownerId":"8a9f878a6f857e90016f89cef0817138","regCostIncluded":false,"availableFrom":1624041000000,"photos":[{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_61514_97633_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_61514_50992_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_61514_27312_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_61514_95946_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_74490_25905_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_74490_24448_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_74490_49085_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_74490_23831_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_75984_79604_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_75984_90817_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_75984_23332_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_75984_69742_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_69030_26581_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_69030_39263_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_69030_36061_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_69030_57384_medium.jpg"},"disAffinity":-1,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""}],"propertySize":300,"loanAvailable":true,"originalImageUrl":"\u002F\u002Fassets.nobroker.in8a9f8b116fe099f4016fe0a8e5310637_61514_50992_original.jpg","price":3400000,"combineDescription":"Finding a 1 BHK for sale in Wadgaon Sheri at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 4th floor this home can comfortably serve your parking facility for car and bike needs. This North facing home is over 300 sqft. & is in a convenient location.\n\nIf you are looking for a home with security, this home is just right for you.\n\nFurtados Music School in Koregaon Park, Pune, KLAY Prep Schools and DayCare and VIBGYOR High School, Yerwada are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, CPLSS Pune- Cosmetic Surgeon and Rakshak Hospital are very close by.\n\nIf you are looking for gifts, or just want to spoil yourself, Jewel Square, Cannaught Place and Gera Complex have a wide variety of things that you can choose from. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nAs there are bus stop, super market & other local amenities close by, you'll find everything you need near home. Since there is an ATM & petrol pump close to this home you will have easy access to money & fuel at any time.","id":"8a9f8b116fe099f4016fe0a8e5310637","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri ","longitude":73.9103401,"seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","indexName":"nobroker_resale","inactiveReason":"TIMED_OUT","locality":"Wadgaon Sheri ","active":true,"creationDate":1580022163000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India","accurateLocation":true,"defaultEmi":"19,486\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-wadgaon-sheri--pune\u002F8a9f8b116fe099f4016fe0a8e5310637\u002Fdetail","reactivationSource":"PROPERTY_DASHBOARD","activationDate":1624088404000,"facingDesc":"North","furnishing":"NOT_FURNISHED","amenities":"{\"LIFT\":false,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":false,\"SERVANT\":false,\"SECURITY\":true,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":false}","photoAvailable":true,"typeDesc":"1 BHK","maintenanceCostPerSqFt":"5.0","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FJ61Dt","latitude":18.5576731,"promoted_b":false,"reactivationReqDate":1624088022000,"description":"Finding a 1 BHK for sale in Wadgaon Sheri at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 4th floor this home can comfortably serve your parking facility for car and bike needs. This North facing home is over 300 sqft. & is in a convenient location.\n\nIf you are looking for a home with security, this home is just right for you.\n\nFurtados Music School in Koregaon Park, Pune, KLAY Prep Schools and DayCare and VIBGYOR High School, Yerwada are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, CPLSS Pune- Cosmetic Surgeon and Rakshak Hospital are very close by.\n\nIf you are looking for gifts, or just want to spoil yourself, Jewel Square, Cannaught Place and Gera Complex have a wide variety of things that you can choose from. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nAs there are bus stop, super market & other local amenities close by, you'll find everything you need near home. Since there is an ATM & petrol pump close to this home you will have easy access to money & fuel at any time.-- generated by system (SIA)","facing":"N","title":"1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri ","nbLocality":"Wadgaon Sheri","noOfUnits":1,"society":"shrishti center","underLoan":false,"ownerName":"Pranav Galande ","street":"Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India","propertyType":"BUY","secondaryTitle":"Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India","aea__":{"ACCURATE_LOCATION":{"display_value":"Accurate","value":"ACCURATE"}},"floor":4,"kitchen":"OPEN_SHELVES","thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9f8b116fe099f4016fe0a8e5310637\u002F8a9f8b116fe099f4016fe0a8e5310637_61514_95946_medium.jpg","lastActivationDate":1580022621000,"verified":false,"maintenanceCost":1500,"inactiveReasonDesc":"Timed Out","sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"34 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":true,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.557673100000000000,73.910340100000000000","propType":"AP"},{"propertyAge":3,"parking":"TWO_WHEELER","ownershipType":"FREEHOLD","parkingDesc":"Bike","projectUrl":"balaji-serenity-pune_pune-prjt-5ba3f029714b56aa08575195","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"cupBoard":0,"videos":[],"negotiable":true,"type":"BHK1","ownerId":"8a9f82fc75ca5dc60175caa0ab152097","propertySize":618,"originalImageUrl":"\u002F\u002Fassets.nobroker.in8a9f82fc75ca5dc60175caa0ab392098_81766_96713_original.jpg","price":4700000,"combineDescription":"Elegant and spacious flat in very peaceful area,,,only 500 meters away from Phoenix Mall Vimannagar\nAn affordable 1 BHK for sale in Wadgaon Sheri is now available, without any brokerage. This East facing home is on the 2nd floor. This home is over 618 sqft. & even comes with ample parking space for a bike.\n\nAs this home comes with visitor parking & fire safety & more such amenities, living here would make life more pleasant. If you need amenities such as security & elevator you'll be happy to note that this home has this & more.","id":"8a9f82fc75ca5dc60175caa0ab392098","state":"READY","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri","powerBackup":"FULL","inactiveReason":"TIMED_OUT","locality":"Wadgaon Sheri","active":true,"waterSupply":"CORP_BORE","accurateLocation":true,"pinCode":411014,"lift":true,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-wadgaon-sheri-pune\u002F8a9f82fc75ca5dc60175caa0ab392098\u002Fdetail","activationDate":1621429802000,"amenities":"{\"LIFT\":true,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":true,\"SERVANT\":false,\"SECURITY\":true,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":true}","typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.6","city":"pune","latitude":18.55571682250312,"reactivationReqDate":1621429420000,"facing":"E","underLoan":false,"kitchen":"OPEN_SHELVES","sponsored":false,"documentName":"property","url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","buildingId":"5ba3f029714b56aa08575195","formattedPrice":"47 Lacs","amenitiesMap":{"LIFT":true,"GYM":false,"INTERNET":false,"AC":false,"CLUB":false,"INTERCOM":false,"POOL":false,"CPA":false,"FS":true,"SERVANT":false,"SECURITY":true,"SC":false,"GP":false,"PARK":false,"RWH":false,"STP":false,"HK":false,"PB":false,"VP":true},"ownerDes":"Elegant and spacious flat in very peaceful area,,,only 500 meters away from Phoenix Mall Vimannagar","lastUpdateDate":1621429806000,"balconies":2,"regCostIncluded":false,"availableFrom":1621362600000,"photos":[{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_81766_26717_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_81766_96713_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_81766_6253_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_81766_24263_medium.jpg"},"disAffinity":999,"displayPic":true,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_33334_33938_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_33334_90129_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_33334_58521_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_33334_72910_medium.jpg"},"disAffinity":999,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_26279_9644_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_26279_14937_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_26279_74218_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_26279_16809_medium.jpg"},"disAffinity":999,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_40914_45924_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_40914_7123_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_40914_68915_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_40914_44127_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""}],"loanAvailable":true,"localityId":"wadgaon_sheri_pune","longitude":73.91360593095985,"seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","indexName":"nobroker_resale","creationDate":1605422329000,"swimmingPool":false,"completeStreetName":"Off Pune Nagar Road, Near Christ College","defaultEmi":"26,937\u002FMonth","totalFloor":5,"gym":false,"reactivationSource":"PROPERTY_DASHBOARD","facingDesc":"East","furnishing":"NOT_FURNISHED","photoAvailable":true,"flooring":"VITRIFIED_TILES","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FmySSr","promoted_b":false,"description":"Elegant and spacious flat in very peaceful area,,,only 500 meters away from Phoenix Mall Vimannagar--written by ownerAn affordable 1 BHK for sale in Wadgaon Sheri is now available, without any brokerage. This East facing home is on the 2nd floor. This home is over 618 sqft. & even comes with ample parking space for a bike.\n\nAs this home comes with visitor parking & fire safety & more such amenities, living here would make life more pleasant. If you need amenities such as security & elevator you'll be happy to note that this home has this & more.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri","nbLocality":"Wadgaon Sheri","society":"Balaji Serenity ","ownerName":"Angelina Jones","street":"Off Pune Nagar Road, Near Christ College","propertyType":"BUY","secondaryTitle":"Off Pune Nagar Road, Near Christ College","aea__":{"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"},"GATED_SECURITY":{"display_value":"Yes","value":"SECURITY_ONLY"},"ACCURATE_LOCATION":{"display_value":"Accurate","value":"ACCURATE"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"SECONDARY_NUMBER":{"value":"7774893492"}},"floor":2,"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9f82fc75ca5dc60175caa0ab392098\u002F8a9f82fc75ca5dc60175caa0ab392098_81766_24263_medium.jpg","lastActivationDate":1605424502000,"verified":false,"maintenanceCost":1000,"inactiveReasonDesc":"Timed Out","videoUnit":[],"showProject":true,"colour":"GREEN","servantRoom":0,"location":"18.555716822503120000,73.913605930959850000","propType":"AP"},{"propertyAge":10,"parking":"TWO_WHEELER","ownershipType":"FREEHOLD","parkingDesc":"Bike","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1617287497000,"negotiable":true,"type":"BHK1","ownerId":"8a9f8c25727961700172798aa8bf133c","regCostIncluded":false,"availableFrom":1616869800000,"photos":[{"imagesMap":{"thumbnail":"8a9f931b750cdd9201750d3bad4d2b82_15698_33984_thumbnail.jpg","original":"8a9f931b750cdd9201750d3bad4d2b82_15698_57658_original.jpg","large":"8a9f931b750cdd9201750d3bad4d2b82_15698_81984_large.jpg","medium":"8a9f931b750cdd9201750d3bad4d2b82_15698_62362_medium.jpg"},"disAffinity":0,"displayPic":true,"w":278,"name":"files[]","h":181,"state":"APPROVED","duplicate":false,"title":""}],"propertySize":700,"loanAvailable":true,"originalImageUrl":"\u002F\u002Fassets.nobroker.in8a9f931b750cdd9201750d3bad4d2b82_15698_57658_original.jpg","price":4500000,"combineDescription":"car parking outside\nThis lovely 1 BHK for sale is only 45 Lakhs rupees without any extra brokerage & could be your new home. This DK facing home is over 700 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking space for bike needs.\n\nWith The E - Square Hotel, Alka Talkies & Rahul Talkies 70 MM close by, you can catch your favourite movies running & never worry about missing a show because of traffic. Never miss out on lifestyle as Central Pune, Cannaught Place and Bombay Dyeing Showroom are so close by.\n\nIf you are a frequent traveller, then you'll be happy to note that train station is less than 10 minutes from this house.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Ruby Hall Clinic, Mukundrao Lele Hospital and Sahyadri Super Speciality Hospital, Deccan Gymkhana are very close by. St. Vincent's High School, Pune, Markandeya Primary School and Savitribai Phule Vidyalaya are well known educational institutes in town & are very close to this home.","id":"8a9f931b750cdd9201750d3bad4d2b82","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri","longitude":73.9134825,"seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","indexName":"nobroker_resale","inactiveReason":"INCORRECT","locality":"Wadgaon Sheri","active":true,"creationDate":1602244816000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"29\u002FA, Sankalp Nagri, Ramwadi, Near Christ College","accurateLocation":true,"defaultEmi":"25,791\u002FMonth","totalFloor":3,"lift":false,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-wadgaon-sheri-pune\u002F8a9f931b750cdd9201750d3bad4d2b82\u002Fdetail","reactivationSource":"PROPERTY_DASHBOARD","activationDate":1616914512000,"facingDesc":"Don't Know","furnishing":"SEMI_FURNISHED","amenities":"{\"LIFT\":false,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":false,\"SERVANT\":false,\"SECURITY\":false,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":false}","photoAvailable":true,"typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.4","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FLRfmb","latitude":18.5556527,"promoted_b":false,"reactivationReqDate":1616913549000,"description":"car parking outside--written by ownerThis lovely 1 BHK for sale is only 45 Lakhs rupees without any extra brokerage & could be your new home. This DK facing home is over 700 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking space for bike needs.\n\nWith The E - Square Hotel, Alka Talkies & Rahul Talkies 70 MM close by, you can catch your favourite movies running & never worry about missing a show because of traffic. Never miss out on lifestyle as Central Pune, Cannaught Place and Bombay Dyeing Showroom are so close by.\n\nIf you are a frequent traveller, then you'll be happy to note that train station is less than 10 minutes from this house.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Ruby Hall Clinic, Mukundrao Lele Hospital and Sahyadri Super Speciality Hospital, Deccan Gymkhana are very close by. St. Vincent's High School, Pune, Markandeya Primary School and Savitribai Phule Vidyalaya are well known educational institutes in town & are very close to this home.-- generated by system (SIA)","facing":"DK","title":"1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri","nbLocality":"Wadgaon Sheri","society":"Sadguru Hambirbaba Society","underLoan":false,"ownerName":"praveen khobragade","street":"29\u002FA, Sankalp Nagri, Ramwadi, Near Christ College","propertyType":"BUY","secondaryTitle":"29\u002FA, Sankalp Nagri, Ramwadi, Near Christ College","floor":2,"kitchen":"OPEN_SHELVES","thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9f931b750cdd9201750d3bad4d2b82\u002F8a9f931b750cdd9201750d3bad4d2b82_15698_62362_medium.jpg","lastActivationDate":1602244993000,"verified":false,"maintenanceCost":1000,"inactiveReasonDesc":"Inc Info","sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"45 Lacs","colour":"GREEN","amenitiesMap":{"LIFT":false,"GYM":false,"INTERNET":false,"AC":false,"CLUB":false,"INTERCOM":false,"POOL":false,"CPA":false,"FS":false,"SERVANT":false,"SECURITY":false,"SC":false,"GP":false,"PARK":false,"RWH":false,"STP":false,"HK":false,"PB":false,"VP":false},"servantRoom":0,"location":"18.555652700000000000,73.913482500000000000","propType":"AP","ownerDes":"car parking outside"},{"propertyAge":10,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1618919259000,"balconies":0,"negotiable":true,"type":"BHK1","ownerId":"ff80818167302dbe0167303e947408cc","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9fae8278e43d1a0178e44938f90366_53951_40718_thumbnail.jpg","original":"8a9fae8278e43d1a0178e44938f90366_53951_69482_original.jpg","large":"8a9fae8278e43d1a0178e44938f90366_53951_28708_large.jpg","medium":"8a9fae8278e43d1a0178e44938f90366_53951_69068_medium.jpg"},"disAffinity":999,"displayPic":true,"w":666,"name":"files[]","h":500,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae8278e43d1a0178e44938f90366_27819_92059_thumbnail.jpg","original":"8a9fae8278e43d1a0178e44938f90366_27819_89239_original.jpg","large":"8a9fae8278e43d1a0178e44938f90366_27819_56002_large.jpg","medium":"8a9fae8278e43d1a0178e44938f90366_27819_15964_medium.jpg"},"disAffinity":0,"displayPic":false,"w":666,"name":"files[]","h":500,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae8278e43d1a0178e44938f90366_53435_40133_thumbnail.jpg","original":"8a9fae8278e43d1a0178e44938f90366_53435_89369_original.jpg","large":"8a9fae8278e43d1a0178e44938f90366_53435_53509_large.jpg","medium":"8a9fae8278e43d1a0178e44938f90366_53435_24389_medium.jpg"},"disAffinity":0,"displayPic":false,"w":666,"name":"files[]","h":500,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1618684200000,"loanAvailable":true,"propertySize":500,"originalImageUrl":"\u002F\u002Fassets.nobroker.in8a9fae8278e43d1a0178e44938f90366_53951_69482_original.jpg","score":{"lastUpdatedDate":"2021-05-18T23:58:21+05:30","transit":7.9,"id":"8a9fae8278e43d1a0178e44938f90366","lifestyle":6.3},"price":2200000,"combineDescription":"Finding a 1 BHK for sale in Dhanori at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 3rd floor this home can comfortably serve your parking space for car and bike needs. This East facing home is over 500 sqft. & is in a convenient location.","id":"8a9fae8278e43d1a0178e44938f90366","state":"READY","localityId":"viman_nagar_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Sankalp Nagari In Dhanori","longitude":73.909289,"indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","inactiveReason":"INCORRECT","locality":"Dhanori","active":true,"creationDate":1618737707000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. ","accurateLocation":true,"defaultEmi":"12,609\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-dhanori-pune\u002F8a9fae8278e43d1a0178e44938f90366\u002Fdetail","activationDate":1618738211000,"facingDesc":"East","furnishing":"SEMI_FURNISHED","photoAvailable":true,"amenities":"{\"LIFT\":false,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":false,\"SERVANT\":false,\"SECURITY\":false,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":false}","flooring":"CEMENT","typeDesc":"1 BHK","maintenanceCostPerSqFt":"0.7","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002F3C6sq","latitude":18.55849,"promoted_b":false,"facing":"E","description":"Finding a 1 BHK for sale in Dhanori at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 3rd floor this home can comfortably serve your parking space for car and bike needs. This East facing home is over 500 sqft. & is in a convenient location.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Sankalp Nagari In Dhanori","nbLocality":"Viman Nagar","society":"Sankalp Nagari","underLoan":false,"ownerName":"Amit Sangale","street":"Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. ","propertyType":"BUY","secondaryTitle":"Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. ","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9fae8278e43d1a0178e44938f90366\u002F8a9fae8278e43d1a0178e44938f90366_53951_69068_medium.jpg","floor":3,"kitchen":"OPEN_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":350,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"22 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":false,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.558490000000000000,73.909289000000000000","propType":"AP"},{"propertyAge":10,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1628021905000,"balconies":3,"negotiable":true,"type":"BHK2","ownerId":"ff80818161742351016174918fe23473","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_96245_574396_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_96245_616956_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_96245_759820_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_96245_714154_medium.jpg"},"disAffinity":17,"displayPic":true,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":"Drawing"},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_37304_151871_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_37304_563354_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_37304_513556_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_37304_759898_medium.jpg"},"disAffinity":16,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_5007_780037_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_5007_221695_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_5007_666733_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_5007_992839_medium.jpg"},"disAffinity":11,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_44330_124466_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_44330_252561_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_44330_267909_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_44330_847666_medium.jpg"},"disAffinity":9,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_63846_806093_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_63846_648108_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_63846_798640_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_63846_417997_medium.jpg"},"disAffinity":9,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_50468_594837_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_50468_200370_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_50468_119499_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_50468_898513_medium.jpg"},"disAffinity":9,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_25780_280729_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_25780_37697_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_25780_185769_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_25780_929684_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_4995_162958_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_4995_67929_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_4995_731672_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_4995_899010_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1200,"name":"image","h":1600,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1627842600000,"loanAvailable":true,"propertySize":1090,"originalImageUrl":"\u002F\u002Fassets.nobroker.in\u002F8a9fae827aeb484e017aeba5360c2dba_96245_616956_original.jpg","score":{"lastUpdatedDate":"2021-07-28T11:58:00+05:30","transit":8,"id":"8a9fae827aeb484e017aeba5360c2dba","lifestyle":8.6},"price":8700000,"combineDescription":"This 2 BHK for sale comes with an affordable price tag of just 87 Lakhs rupees with an additional perk of paying no brokerage. This home is over 1090 sqft. & even comes with ample parking place for car and bike. This East facing home is on the 1st floor.\n\nAs this home comes with parking for visitors, fire security, sewage treatment plant & gas pipeline & more such amenities, living here would make life more pleasant. When you need community centre, play area, gym, garden & swimming pool for relaxation, all you have to do is step out of the door as the apartment complex has what you're looking for. If you are looking for a home with intercom facility, elevator & Wi-Fi access, this home is just right for you.\n\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\n\nNever miss out on lifestyle as CENTRAL, Pune Central Mall and Saileen Technologies are so close by. With City Pride, Alka Talkies & Vijay Citramandir close by, you can catch your favourite movies running & never worry about missing a show because of traffic.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Poona Hospital & Research Centre, Matoshri Ramabai Ambedkar Prasutigriha and Mukundrao Lele Hospital are very close by. SATARA SCHOOL, MIT School of Business and Orchid school are well known educational institutes in town & are very close to this home.","id":"8a9fae827aeb484e017aeba5360c2dba","state":"READY","localityId":"deccan_gymkhana_pune","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"2 BHK Flat For Sale In Eden Garden, In Viman Nagar","longitude":73.91451219999999,"powerBackup":"Partial","indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJw_ByX4u_wjsRepsU4gtM_wk\", \"name\": \"Central Mall\", \"longitude\": 73.8387579, \"seoUrl\": \"\u002Fflats-for-sale-near-central_mall_erandwane_pune\", \"latitude\": 18.5104791, \"id\": \"ChIJl77r04u_wjsRbz9KQ_R_5gE\"}, {\"localityId\": \"ChIJd1F4HXnAwjsRyD10yoFq2CA\", \"name\": \"City Pride Mangala Multiplex\", \"longitude\": 73.85439190000002, \"seoUrl\": \"\u002Fflats-for-sale-near-city_pride_mangala_multiplex_shivaji_nagar_pune\", \"latitude\": 18.5243982, \"id\": \"ChIJLZ5VrnzAwjsRViqH4AUDNS8\"}, {\"localityId\": \"ChIJu_fXknPAwjsRgVCzSUCc-tw\", \"name\": \"Durvankur Dining Hall\", \"longitude\": 73.84611590000002, \"seoUrl\": \"\u002Fflats-for-sale-near-durvankur_dining_hall_sadashiv_peth_pune\", \"latitude\": 18.5107328, \"id\": \"ChIJ7c4lPXTAwjsRU8h8e3qn6CU\"}, {\"localityId\": \"ChIJfS8qMI-_wjsRZC5c1rF2ha4\", \"name\": \"Wadeshwar FC\", \"longitude\": 73.841584, \"seoUrl\": \"\u002Fflats-for-sale-near-wadeshwar_fc_deccan_gymkhana_pune\", \"latitude\": 18.518379, \"id\": \"ChIJuyeHdXLAwjsRe7QepK9fGnA\"}, {\"localityId\": \"ChIJd1F4HXnAwjsRyD10yoFq2CA\", \"name\": \"Model Colony\", \"longitude\": 73.838286, \"seoUrl\": \"\u002Fflats-for-sale-near-model_colony_pune\", \"latitude\": 18.5294, \"id\": \"ChIJU9oScn-_wjsRu0B_oEEhfcY\"}]","inactiveReason":"INCORRECT","locality":"Viman Nagar","active":true,"creationDate":1627451111000,"swimmingPool":true,"waterSupply":"CORP_BORE","completeStreetName":"Viman Nagar, Pune - 411014, Maharashtra, INDIA.","accurateLocation":true,"defaultEmi":"49,863\u002FMonth","totalFloor":7,"lift":true,"gym":true,"detailUrl":"\u002Fproperty\u002Fbuy\u002F2-bhk-apartment-for-sale-in-viman-nagar-pune\u002F8a9fae827aeb484e017aeba5360c2dba\u002Fdetail","activationDate":1627452031000,"facingDesc":"East","furnishing":"SEMI_FURNISHED","photoAvailable":true,"amenities":"{\"LIFT\":true,\"GYM\":true,\"INTERNET\":true,\"AC\":false,\"CLUB\":true,\"INTERCOM\":true,\"POOL\":true,\"CPA\":true,\"FS\":true,\"SERVANT\":false,\"SECURITY\":false,\"SC\":true,\"GP\":true,\"PARK\":true,\"RWH\":false,\"STP\":true,\"HK\":false,\"PB\":false,\"VP\":true}","flooring":"VITRIFIED_TILES","typeDesc":"2 BHK","maintenanceCostPerSqFt":"3.0","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FrsN7C","latitude":18.5603214,"promoted_b":false,"carpetArea":927,"description":"This 2 BHK for sale comes with an affordable price tag of just 87 Lakhs rupees with an additional perk of paying no brokerage. This home is over 1090 sqft. & even comes with ample parking place for car and bike. This East facing home is on the 1st floor.\n\nAs this home comes with parking for visitors, fire security, sewage treatment plant & gas pipeline & more such amenities, living here would make life more pleasant. When you need community centre, play area, gym, garden & swimming pool for relaxation, all you have to do is step out of the door as the apartment complex has what you're looking for. If you are looking for a home with intercom facility, elevator & Wi-Fi access, this home is just right for you.\n\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\n\nNever miss out on lifestyle as CENTRAL, Pune Central Mall and Saileen Technologies are so close by. With City Pride, Alka Talkies & Vijay Citramandir close by, you can catch your favourite movies running & never worry about missing a show because of traffic.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Poona Hospital & Research Centre, Matoshri Ramabai Ambedkar Prasutigriha and Mukundrao Lele Hospital are very close by. SATARA SCHOOL, MIT School of Business and Orchid school are well known educational institutes in town & are very close to this home.-- generated by system (SIA)","facing":"E","title":"2 BHK Flat For Sale In Eden Garden, In Viman Nagar","nbLocality":"Deccan Gymkhana","society":"Eden Garden, ","underLoan":false,"ownerName":"Vipul Sachdev","street":"Viman Nagar, Pune - 411014, Maharashtra, INDIA.","propertyType":"BUY","secondaryTitle":"Viman Nagar, Pune - 411014, Maharashtra, INDIA.","aea__":{"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"GATED_SECURITY":{"display_value":"No","value":"NO"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9fae827aeb484e017aeba5360c2dba\u002F8a9fae827aeb484e017aeba5360c2dba_96245_714154_medium.jpg","floor":1,"kitchen":"COVERED_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":3300,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_2.png","formattedPrice":"87 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":true,"RWH":false,"INTERNET":true,"LIFT":true,"CLUB":true,"FS":true,"STP":true,"PARK":true,"PB":false,"CPA":true,"SECURITY":false,"POOL":true,"GYM":true,"VP":true,"AC":false,"HK":false,"GP":true,"SC":true,"SERVANT":false},"servantRoom":0,"location":"18.560321400000000000,73.914512199999990000","propType":"AP"},{"propertyAge":5,"parking":"BOTH","ownershipType":"FREEHOLD","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1620213930000,"balconies":1,"cupBoard":7,"negotiable":false,"type":"BHK2","ownerId":"ff8081816534813c01653532fb850bf8","regCostIncluded":false,"availableFrom":1620153000000,"photos":[{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_61002_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_88954_original.jpg","large":"ff8081816534813c01653532fbd30bf9_99689_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_61162_medium.jpg"},"disAffinity":0,"displayPic":true,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_58748_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_96383_original.jpg","large":"ff8081816534813c01653532fbd30bf9_86449_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_75680_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_36590_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_25604_original.jpg","large":"ff8081816534813c01653532fbd30bf9_77056_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_21402_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_85354_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_67965_original.jpg","large":"ff8081816534813c01653532fbd30bf9_57202_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_49406_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_1629_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_45381_original.jpg","large":"ff8081816534813c01653532fbd30bf9_11836_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_53238_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_41395_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_23674_original.jpg","large":"ff8081816534813c01653532fbd30bf9_14346_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_79655_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""}],"propertySize":875,"loanAvailable":true,"originalImageUrl":"\u002F\u002Fassets.nobroker.inff8081816534813c01653532fbd30bf9_88954_original.jpg","price":7500000,"combineDescription":"Fully furnished , currently on rent\n*The house is fullyfurnished with wardrobes. It has easy access to market, schools, hospitals, banks and ATM's as well.\n* fridge , washing machine , gas stove, gyeser available** sofa available\nThis 2 BHK for sale comes with an affordable price tag of just 75 Lakhs rupees with an additional perk of paying no brokerage. This North facing home is over 875 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking facility for car and bike needs.\n\nIf you are looking for a home with security & elevator, this home is just right for you.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\n\nFurtados Music School in Koregaon Park, Pune, Tree House Play Group and Tree House Play Group are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, Rakshak Hospital and CPLSS Pune- Cosmetic Surgeon are very close by.\n\nNever miss out on lifestyle as Gera Complex, Beaute Boutique and Creaticity Mall are so close by. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.","id":"ff8081816534813c01653532fbd30bf9","state":"READY","localityId":"viman_nagar_pune","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar","longitude":73.91403351712721,"powerBackup":"FULL","indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","inactiveReason":"TIMED_OUT","locality":"Viman Nagar","active":true,"creationDate":1534195858000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day","accurateLocation":true,"defaultEmi":"42,985\u002FMonth","leaseYears":0,"totalFloor":6,"lift":true,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F2-bhk-apartment-for-sale-in-viman-nagar-pune\u002Fff8081816534813c01653532fbd30bf9\u002Fdetail","reactivationSource":"PROPERTY_DASHBOARD","activationDate":1620213928000,"facingDesc":"North","furnishing":"FULLY_FURNISHED","amenities":"{\"LIFT\":true,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":false,\"SERVANT\":false,\"SECURITY\":true,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":false}","photoAvailable":true,"flooring":"VITRIFIED_TILES","typeDesc":"2 BHK","maintenanceCostPerSqFt":"1.7","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FkTjHd","latitude":18.560676845976253,"promoted_b":false,"reactivationReqDate":1620213502000,"description":"Fully furnished , currently on rent\n*The house is fullyfurnished with wardrobes. It has easy access to market, schools, hospitals, banks and ATM's as well.\n* fridge , washing machine , gas stove, gyeser available** sofa available--written by ownerThis 2 BHK for sale comes with an affordable price tag of just 75 Lakhs rupees with an additional perk of paying no brokerage. This North facing home is over 875 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking facility for car and bike needs.\n\nIf you are looking for a home with security & elevator, this home is just right for you.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\n\nFurtados Music School in Koregaon Park, Pune, Tree House Play Group and Tree House Play Group are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, Rakshak Hospital and CPLSS Pune- Cosmetic Surgeon are very close by.\n\nNever miss out on lifestyle as Gera Complex, Beaute Boutique and Creaticity Mall are so close by. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.-- generated by system (SIA)","facing":"N","title":"2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar","nbLocality":"Viman Nagar","noOfUnits":0,"society":"Siddhi Vinayak Corona","underLoan":false,"ownerName":"Sambit","street":"Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day","propertyType":"BUY","secondaryTitle":"Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day","aea__":{"SALE_DEED":{"display_value":"null","value":"NULL"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"null","value":"NULL"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"PROPERTY_TAX":{"display_value":"null","value":"NULL"},"GATED_SECURITY":{"display_value":"Yes","value":"SECURITY_ONLY"}},"floor":2,"kitchen":"MODULAR","thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002Fff8081816534813c01653532fbd30bf9\u002Fff8081816534813c01653532fbd30bf9_61162_medium.jpg","lastActivationDate":1542788337000,"verified":false,"maintenanceCost":1500,"inactiveReasonDesc":"Timed Out","sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_2.png","formattedPrice":"75 Lacs","colour":"GREEN","amenitiesMap":{"LIFT":true,"GYM":false,"INTERNET":false,"AC":false,"CLUB":false,"INTERCOM":false,"POOL":false,"CPA":false,"FS":false,"SERVANT":false,"SECURITY":true,"SC":false,"GP":false,"PARK":false,"RWH":false,"STP":false,"HK":false,"PB":false,"VP":false},"servantRoom":0,"location":"18.560676845976253000,73.914033517127210000","propType":"AP","ownerDes":"Fully furnished , currently on rent\n*The house is fullyfurnished with wardrobes. It has easy access to market, schools, hospitals, banks and ATM's as well.\n* fridge , washing machine , gas stove, gyeser available** sofa available"}],"listPageSponsoredProperties":[],"listPageOtherParams":{"searchParam":"W3sibGF0IjoxOC41NTc3NDQ2LCJsb24iOjczLjkxMjQ2NzQsInBsYWNlSWQiOiJDaElKaVNGeWVzWEF3anNScmN5RkZzUHlzTkUiLCJwbGFjZU5hbWUiOiJQdW5lIn1d","placeId":null,"city":"pune","breadCrumbs":"W3sibmFtZSI6InB1bmUiLCJ1cmwiOiJmbGF0cy1mb3Itc2FsZS1pbi1wdW5lX3B1bmUifV0=","count":11,"searchToken":null,"topPropertyId":null,"total_count":385},"selectedLocalities":[{"lat":18.5577446,"lng":73.9124674,"place_id":"ChIJiSFyesXAwjsRrcyFFsPysNE","name":"Pune"}],"listPageCardSettings":null,"listPagebuilderProjects":null,"clearListPgaeProperties":false,"shortlistData":null,"listPageMapOtherProperties":[],"polygonData":[],"polygonDataOtherParams":null,"localityType":null,"nearbyProperties":{"status":200,"statusCode":200,"message":"success","seoData":null,"otherParams":{"latitude":18.5577446,"count":10,"longitude":73.9124674},"data":[{"urlName":"sanjay_park_pune","city":"pune","center":{"lon":73.9024334209775,"lat":18.5664786590214},"name":"Sanjay Park, Pune","id":"ChIJP_x29jDBwjsRDI7BZf37xPw"},{"urlName":"new_kalyani_nagar_pune","city":"pune","center":{"lon":73.902168421211,"lat":18.5470746330009},"name":"New Kalyani Nagar, Pune","id":"ChIJxZBnkBDBwjsRcpq1NoUtYVY"},{"urlName":"viman_nagar_pune","city":"pune","center":{"lon":73.9143179,"lat":18.567929},"name":"Viman Nagar, Pune","id":"ChIJtYQU5kbBwjsRsLO0qPcsSLY"},{"urlName":"mundhwa_pune","city":"pune","center":{"lon":73.9287801759071,"lat":18.531907097177},"name":"Mundhwa, Pune","id":"ChIJdWKoH4HBwjsRkQCgaKNbpzU"},{"urlName":"yerawada_pune","city":"pune","center":{"lon":73.8851301,"lat":18.5585127},"name":"Yerawada, Pune","id":"ChIJR0DynSDBwjsR5Wdkk4d824k"},{"urlName":"chandan_nagar_pune","city":"pune","center":{"lon":73.9325552,"lat":18.5635511},"name":"Chandan Nagar, Pune","id":"ChIJF_Ws6F_BwjsRtMqzCk-Gkkg"},{"urlName":"tingre_nagar_pune","city":"pune","center":{"lon":73.8991747,"lat":18.5780997},"name":"Tingre Nagar, Pune","id":"ChIJIepTlNTAwjsRYdkk5-1d5KY"},{"urlName":"wadgaon_sheri_pune","city":"pune","center":{"lon":73.920817,"lat":18.5527193},"name":"Wadgaon Sheri, Pune","id":"ChIJWwEUBG_BwjsRnf-bZzHNozk"},{"urlName":"koregaon_park_pune","city":"pune","center":{"lon":73.8939748,"lat":18.5362084},"name":"Koregaon Park, Pune","id":"ChIJdRIqOE7AwjsR8s8t4TvuyB4"},{"urlName":"ghorpadi_pune","city":"pune","center":{"lon":73.909957,"lat":18.529252},"name":"Ghorpadi, Pune","id":"ChIJJ8yGY6_BwjsRMHQhF2YQPyA"}]},"seoData":{},"canonicalUrl":null,"seoFooterData":null,"listPageCommercialPropertyType":null,"faqData":null,"closeCard":false,"dashboardRmLead":null,"listPageBuilderCarouselData":null,"listPageBuilderCarouselDataSale":null,"listPageSponsoredCarouselData":null,"listPageNearByOtherParams":null,"listPageNearByProperties":[],"nearBySeoData":null,"clearListPageNearByProperties":true,"nearByStatusLoading":false}}
</script>
</head>
<body>
<div id="appPortal"></div>
<div id="app"><div class="app-wrapper"><main class="nb__3mmRZ" id="listPageTop"><header class="nb-header nb__2JSn1"><div class="lazyload-placeholder" style="height:auto"></div><nav class="" style="box-shadow:none"><div class="visible-tablet-phone-flex nb__ldAho"><div class="nb__AoeWy"><div class="nb__2wMy- nb__1OU3c"></div><div class="nb__2wMy- nb__3k9It"></div><div class="nb__2wMy- nb__jUh_o"></div></div></div><div class="nb__B0rQM"><div class="desktop-logo"><img alt="logo" src="https://assets.nobroker.in/static/img/logos/nb_logo_new_trans.svg"/> </div><span class="hidden-xs hidden-sm nb__Aqgxw"></span><span class="hidden-xs hidden-sm nb__PbOJL"><div><div class="nb__2tUBf"><div class="nb__2KTvI"><span class="heading-6">Buy</span><svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></div></div></div></span></div><div class="nb__IdpKE"></div><div class="visible-tablet-phone-flex"></div><div class="visible-tablet-up-flex nb__1WDTE"><div class="nb__3mx-9"><div class="nb__1IlDw"><div class="nb__2Y-_- nb__3CXaG"><div class="nb__1fRA8"><img alt="rent" src="https://assets.nobroker.in/nb-new/public/myBooking.svg"/></div><div class="nb__2rw9L">My Bookings</div></div></div><div class="nb__1IlDw"><div class="nb__2Y-_- nb__3vn0A"><div class="nb__2t_zR"><img alt="rent" src="https://assets.nobroker.in/nb-new/public/payrent.png"/></div><div>Pay Rent</div></div></div><a class="visible-tablet-up nb__1IlDw" href="/list-your-property-for-rent-sale" rel="noopener noreferrer" target="_blank"><div class="nb__2Y-_- nb__94VOi"><button class="btn btn-default btn-sm" id="" type="button">Post Your Property<span class="tooltip-trigger-text"></span></button></div></a></div><div class="nb__vq1Zm"><div class="nb__1IlDw"><div class="nb__2Y-_-">Sign up</div></div><div class="nb__1IlDw"><div class="nb__2Y-_-">Log in</div></div><div class="nb__1IlDw nb__2Bcez" id="main-menu" tabindex="0"><div class="nb__2Y-_-"><svg aria-hidden="true" class="jss1 nb__z3mPw" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M2 15.5v2h20v-2H2zm0-5v2h20v-2H2zm0-5v2h20v-2H2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>Menu</div><div class="nb__3c82D"><a class="nb__1EMNq nb__37O2A">Post Your Property</a><a class="nb__1EMNq nb__xK8nz">Rental Agreement</a><a class="nb__1EMNq nb__xK8nz">Painting & Cleaning</a><a class="nb__1EMNq nb__xK8nz">Refer & Earn</a><a class="nb__1EMNq nb__xK8nz">Rent Receipts</a><a class="nb__1EMNq nb__xK8nz">Tenant Plans</a><a class="nb__1EMNq nb__xK8nz">Owner Plans</a><a class="nb__1EMNq nb__xK8nz">Buyer Plans</a><a class="nb__1EMNq nb__xK8nz">Seller Plans</a><div><div class="nb__1EMNq"><span>Commercial Plans</span><svg aria-hidden="true" class="jss1 nb__1yZc8" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"></path><path d="M0 0h24v24H0V0z" fill="none"></path></svg></div></div><a class="nb__1EMNq nb__xK8nz">Careers</a><a class="nb__1EMNq nb__xK8nz">Corporate Enquiry</a><a class="nb__1EMNq nb__xK8nz">Blog</a><div><div class="nb__1EMNq nb__29huD"><span class="pointer">Contact Us</span><svg aria-hidden="true" class="jss1 nb__1yZc8" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><div class="nb__1v-Qf"><div class="nb__1b8aO"><div class="nb___P2DD">Email</div><a class="nb__1qcgF" href="mailto:hello@nobroker.in?Subject=Hello%">hello@nobroker.in</a></div><div class="nb__26kfv"><a class="nb__1lVko" href="https://www.facebook.com/nobroker.com" rel="noopener noreferrer" target="_blank"><svg style="width:24px;height:24px;margin:2px" type="fb" viewbox="0 0 24 24"><path d="M17,2V2H17V6H15C14.31,6 14,6.81 14,7.5V10H14L17,10V14H14V22H10V14H7V10H10V6A4,4 0 0,1 14,2H17Z" fill="#000000"></path></svg></a><a class="nb__1lVko" href="https://www.twitter.com/nobrokercom" rel="noopener noreferrer" target="_blank"><svg style="width:24px;height:24px;margin:2px" type="twitter" viewbox="0 0 24 24"><path d="M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z" fill="#000000"></path></svg></a><a class="nb__1lVko" href="https://plus.google.com/+NobrokerIn" rel="noopener noreferrer" target="_blank"><svg style="width:24px;height:24px;margin:2px" type="google-plus" viewbox="0 0 24 24"><path d="M23,11H21V9H19V11H17V13H19V15H21V13H23M8,11V13.4H12C11.8,14.4 10.8,16.4 8,16.4C5.6,16.4 3.7,14.4 3.7,12C3.7,9.6 5.6,7.6 8,7.6C9.4,7.6 10.3,8.2 10.8,8.7L12.7,6.9C11.5,5.7 9.9,5 8,5C4.1,5 1,8.1 1,12C1,15.9 4.1,19 8,19C12,19 14.7,16.2 14.7,12.2C14.7,11.7 14.7,11.4 14.6,11H8Z" fill="#000000"></path></svg></a></div></div></div></div></div></div></div></div></nav><div class="nb__7iJzx"><a class="nb__1IlDw" href="/"><div class="nb__2Y-_-">NoBroker Home</div></a><div class="nb__GbE2R"></div><div class="nb__1IlDw"><div class="nb__2Y-_-">Sign up</div></div><div class="nb__1IlDw"><div class="nb__2Y-_-">Log in</div></div></div></header><div class="hidden-xs hidden-sm nb__1-LGE"><div class="nb__OKqg9"><div class="nb__2Dt6O"><div class="search-input-wrapper"><span class="listpage-serach-selected-localities" id="selectedLocalities"><span class="selected-locality-item" id="selectedLocalities">Pune<span><svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></span></span></span><div class="nb-google-autocomplete"><div class="form-group no-label" controlid="listPageSearchLocality"><input autocomplete="off" class="form-control" id="listPageSearchLocality" placeholder="Add more..." style="padding-left:8px" type="text" value=""/></div></div></div><button class="listpage-search-button btn btn-primary" id="search" type="button">Search</button><span class="cursor nb__YXS4U" id="saveSearch">Save Search</span></div><div class="nb__3FhZE"><div class="toogle-button-wrapper"><div class="button-tab active" id="list">List</div><div class="button-tab map" id="map">Map</div></div></div></div></div><div class="nb__R04_A"><div class="nb__lnu3s"><div class="nb__3D2VL"><div class="nb__2yIWy" style="opacity:1;width:0%"></div></div></div></div><div class="nb__1YcLi"><div class="hidden-xs hidden-sm nb__1EbLr"><div class="nb__6ISas"><div class="heading-6 nb__39G_b nb__22s0J">Filters</div><div class="heading-6 nb__22s0J">Premium Filters<span class="nb__2pq5i">New</span></div></div><div class="nb__2Z1fi"><div class="cursor nb__Xh4O6" id="resetButton"><svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"></path></svg>Reset</div><div class="nb__2UZXe"><div><div><div class="nb__3ZTzz"><div>Property Type</div><div class="d-flex nb__3ASCk"><div class="nb-checkbox checkbox"><label for="apartment"><input id="apartment" type="checkbox" value="AP"/><span>Apartment</span></label></div><div class="nb-checkbox checkbox"><label for="ih"><input id="ih" type="checkbox" value="IH"/><span>Independent House/Villa</span></label></div><div class="nb-checkbox checkbox"><label for="gc"><input id="gc" type="checkbox" value="GC"/><span>Gated Community Villa</span></label></div><div class="nb-checkbox checkbox"><label for="sb"><input id="sb" type="checkbox" value="SB"/><span>Standalone Building</span></label></div></div></div><div class="nb__-7Tc3"><div>Apartment Type:</div><div class="d-flex nb__63s6h"><div class="unselected" id="" name="appartment1Rk" value="RK1">1 RK</div><div class="unselected" id="" name="appartment1BHK" value="BHK1">1 BHK</div><div class="unselected" id="" name="appartment2BHK" value="BHK2">2 BHK</div><div class="unselected" id="" name="appartment3BHK" value="BHK3">3 BHK</div><div class="unselected" id="" name="appartment4BHK" value="BHK4">4 BHK</div><div class="unselected" id="" name="appartment4PlusBHK" value="BHK4PLUS">4+ BHK</div></div></div><div>Price Range </div><div class="nb__tSyN-"><div class="rc-slider nb-slider"><div class="rc-slider-rail" style="background-color:#E2E2E2;height:4px"></div><div class="rc-slider-track rc-slider-track-1" style="background-color:#009587;left:0%;right:auto;width:100%"></div><div class="rc-slider-step"></div><div aria-disabled="false" aria-valuemax="100000000" aria-valuemin="0" aria-valuenow="0" class="rc-slider-handle rc-slider-handle-1" role="slider" style="background-color:white;height:22px;width:22px;margin-top:-9px;border:1px solid #E2E2E2;left:0%;right:auto;transform:translateX(-50%)" tabindex="0"></div><div aria-disabled="false" aria-valuemax="100000000" aria-valuemin="0" aria-valuenow="100000000" class="rc-slider-handle rc-slider-handle-2" role="slider" style="background-color:white;height:22px;width:22px;margin-top:-9px;border:1px solid #E2E2E2;left:100%;right:auto;transform:translateX(-50%)" tabindex="0"></div><div class="rc-slider-mark"></div></div></div><div class="nb__RFHw5"><div bssize="sm" class="form-group form-group-sm left-text-form-group no-label" controlid="minBudget"><span class="left-input-text">₹</span><input autocomplete="off" class="form-control" id="minBudget" placeholder="Min Amount" type="text" value="0"/></div><div bssize="sm" class="form-group form-group-sm left-text-form-group no-label" controlid="maxBudget"><span class="left-input-text">₹</span><input autocomplete="off" class="form-control" id="maxBudget" placeholder="Max Amount" type="text" value="10,00,00,000"/></div></div><div class="nb__3R0zd"><div><div class="nb__3fccz">Property Status</div><label class="nb-radio radio-inline" for="prop_status_1"><input id="prop_status_1" name="salePropertyStatus" type="radio" value="-1"/>Under Construction</label><label class="nb-radio radio-inline" for="prop_status_2"><input id="prop_status_2" name="salePropertyStatus" type="radio" value="0"/>Ready</label></div></div><div class="nb__3OuUY"><div class="nb-checkbox checkbox"><label for="exclusive_deals"><input id="exclusive_deals" type="checkbox" value="true"/><span>New Builder Projects</span></label></div><super>Offer</super></div></div><div class="nb__2sfdg"><div class="nb__3t1zD"><span class="heading-6">Advanced Filters<!-- --> </span><svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></div></div></div></div></div></div><div class="nb___msB2" id="propertyCardConatiner"><div class="nb__MaqNZ"><section class="nb__3jg-R"><ul class="nb__1pg5l" itemscope="" itemtype="https://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem"><a href="/" itemprop="item" itemtype="https://schema.org/Thing"><span itemprop="name">Home </span><meta content="1" itemprop="position"/></a> <!-- -->/<!-- --> </li><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem"><a href="/flats-for-sale-in-pune_pune" itemprop="item"><span itemprop="name">Pune</span><meta content="2" itemprop="position"/></a></li></ul><div class="nb__2rwxe"><span>Sort By: </span><div class="nb-select form-group"><div class="nb-select-loader"><span class="nb-select-loader__value">nbrank,desc</span></div></div></div></section><h1 class="heading-5 nb__1K1jy">385<!-- --> matching properties in<!-- --> <!-- -->Pune<!-- --> <span></span></h1></div><div id="listCardContainer"><div class="infinite-scroll-component__outerdiv"><div class="infinite-scroll-component" style="height:auto;overflow:auto;-webkit-overflow-scrolling:touch"><article><div><div><div class="nb__2JHKO" id="8a9f82ee75fa5ec00175fa868a7f09f8" itemscope="" itemtype="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-pune-pune/8a9f82ee75fa5ec00175fa868a7f09f8/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Kadu Malhar Villa In Pune"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Kadu Malhar Villa In Pune</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.</div><span><img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/><a href="/property/buy/1-bhk-apartment-for-sale-in-pune-pune/8a9f82ee75fa5ec00175fa868a7f09f8/detail#explore-nearby" id="exploreNearbuy" target="_blank">Explore Nearby</a></span></div><span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event"><span itemprop="startDate">2021-06-04</span><span itemprop="name">1 BHK Flat For Sale In Kadu Malhar Villa In Pune</span><span itemprop="location" itemscope="" itemtype="http://schema.org/Place"><span itemprop="name">Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.</span><span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Kadu Malhar Villa In Pune</span><span itemprop="streetAddress">Pune</span><span itemprop="addressLocality">pune</span><span class="display-none" itemprop="postalCode"></span></span></span><span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Kadu Malhar Villa In Pune</span><span itemprop="streetAddress">Pune</span><span itemprop="addressLocality">pune</span><span itemprop="addressRegion">READY</span></span><span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates"><meta content="18.5577446" itemprop="latitude"/><meta content="73.9124674" itemprop="longitude"/></span></div><meta content="Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA." itemprop="name"/><meta content="INR undefined - INR 0" itemprop="priceRange"/><meta content="7208015217" itemprop="telephone"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta content="Title verification and loan availability" itemprop="name"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>₹</span> </span></span></div><div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">598 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta content="RoomTypes Available" itemprop="name"/><div class="font-semi-bold heading-6" id="roomType"><span>₹</span>11,462/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->20 Lacs</span></div><div class="heading-7">₹3,344 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><img alt="1 BHK Flat For Sale In Kadu Malhar Villa In Pune" class="nb__1aENd"/><svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">1<!-- --> Photos</span></div><meta content="8a9f82ee75fa5ec00175fa868a7f09f8_4119_83545_medium.jpg" itemprop="image"/></div><button class="nb__1iATW btn btn-sm" id="requestPhotos" type="button"><span class="nb__1556J"><svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><circle cx="12" cy="12" r="3.2"></circle><path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>Request For Photos</span></button></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div class="nb__2e3cc"><div><div>West</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9fa28279db758c0179db798a9200b7" itemscope="" itemtype="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-pune-loni-kalbhor-pune/8a9fa28279db758c0179db798a9200b7/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune</div><span><img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/><a href="/property/buy/1-bhk-apartment-for-sale-in-pune-loni-kalbhor-pune/8a9fa28279db758c0179db798a9200b7/detail#explore-nearby" id="exploreNearbuy" target="_blank">Explore Nearby</a></span></div><span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event"><span itemprop="startDate">2021-06-05</span><span itemprop="name">1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor</span><span itemprop="location" itemscope="" itemtype="http://schema.org/Place"><span itemprop="name">Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune</span><span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor</span><span itemprop="streetAddress">Pune loni kalbhor</span><span itemprop="addressLocality">pune</span><span class="display-none" itemprop="postalCode"></span></span></span><span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor</span><span itemprop="streetAddress">Pune loni kalbhor</span><span itemprop="addressLocality">pune</span><span itemprop="addressRegion">READY</span></span><span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates"><meta content="18.5577446" itemprop="latitude"/><meta content="73.9124674" itemprop="longitude"/></span></div><meta content="Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune" itemprop="name"/><meta content="INR undefined - INR 0" itemprop="priceRange"/><meta content="7208015217" itemprop="telephone"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta content="Title verification and loan availability" itemprop="name"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>₹</span> </span></span></div><div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">565 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta content="RoomTypes Available" itemprop="name"/><div class="font-semi-bold heading-6" id="roomType"><span>₹</span>12,609/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->22 Lacs</span></div><div class="heading-7">₹3,894 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><img alt="1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor" class="nb__1aENd"/><svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">5<!-- --> Photos</span></div><meta content="8a9fa28279db758c0179db798a9200b7_45820_67804_medium.jpg" itemprop="image"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div class="nb__2e3cc"><div><div>East</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">Weikfield IT Citi Info Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">Trion Business Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">PVR</a><a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">D Mart</a><a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9fa1887b8842ea017b88c5c433233d" itemscope="" itemtype="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-pune-manjri-road-pune/8a9fa1887b8842ea017b88c5c433233d/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Vrundavan In Pune Manjri Road"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Vrundavan In Pune Manjri Road</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">udaycolani</div><span><img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/><a href="/property/buy/1-bhk-apartment-for-sale-in-pune-manjri-road-pune/8a9fa1887b8842ea017b88c5c433233d/detail#explore-nearby" id="exploreNearbuy" target="_blank">Explore Nearby</a></span></div><span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event"><span itemprop="startDate">2021-08-27</span><span itemprop="name">1 BHK Flat For Sale In Vrundavan In Pune Manjri Road</span><span itemprop="location" itemscope="" itemtype="http://schema.org/Place"><span itemprop="name">udaycolani</span><span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Vrundavan In Pune Manjri Road</span><span itemprop="streetAddress">Pune manjri road</span><span itemprop="addressLocality">pune</span><span class="display-none" itemprop="postalCode"></span></span></span><span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Vrundavan In Pune Manjri Road</span><span itemprop="streetAddress">Pune manjri road</span><span itemprop="addressLocality">pune</span><span itemprop="addressRegion">READY</span></span><span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates"><meta content="18.5577446" itemprop="latitude"/><meta content="73.9124674" itemprop="longitude"/></span></div><meta content="udaycolani" itemprop="name"/><meta content="INR undefined - INR 0" itemprop="priceRange"/><meta content="7208015217" itemprop="telephone"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta content="Title verification and loan availability" itemprop="name"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>₹</span> </span></span></div><div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">500 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta content="RoomTypes Available" itemprop="name"/><div class="font-semi-bold heading-6" id="roomType"><span>₹</span>10,316/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->18 Lacs</span></div><div class="heading-7">₹3,600 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><img alt="noProperty" src="https://assets.nobroker.in/nb-new/public/List-Page/noProperty.jpg"/><meta content="https://images.nobroker.in/mobile/app/styles/images/emptyProperty/1bhk.jpg" itemprop="image"/></div><button class="nb__1iATW btn btn-sm" id="requestPhotos" type="button"><span class="nb__1556J"><svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><circle cx="12" cy="12" r="3.2"></circle><path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>Request For Photos</span></button></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div class="nb__2e3cc"><div><div>South</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>Bike</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">Weikfield IT Citi Info Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">Trion Business Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">PVR</a><a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">D Mart</a><a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9f82827b30ce1c017b30d9d56503ca" itemscope="" itemtype="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/3-bhk-apartment-for-sale-in-viman-nagar-pune/8a9f82827b30ce1c017b30d9d56503ca/detail" itemprop="url" target="_blank" title="3 BHK Flat For Sale In Jhankar Chs In Viman Nagar"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">3 BHK Flat For Sale In Jhankar Chs In Viman Nagar</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Samrat Ashok Rd NEAR Novotel Hotel</div><span><img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/><a href="/property/buy/3-bhk-apartment-for-sale-in-viman-nagar-pune/8a9f82827b30ce1c017b30d9d56503ca/detail#explore-nearby" id="exploreNearbuy" target="_blank">Explore Nearby</a></span></div><span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event"><span itemprop="startDate">2021-08-11</span><span itemprop="name">3 BHK Flat For Sale In Jhankar Chs In Viman Nagar</span><span itemprop="location" itemscope="" itemtype="http://schema.org/Place"><span itemprop="name">Samrat Ashok Rd NEAR Novotel Hotel</span><span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">3 BHK Flat For Sale In Jhankar Chs In Viman Nagar</span><span itemprop="streetAddress">Viman Nagar</span><span itemprop="addressLocality">pune</span><span class="display-none" itemprop="postalCode"></span></span></span><span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">3 BHK Flat For Sale In Jhankar Chs In Viman Nagar</span><span itemprop="streetAddress">Viman Nagar</span><span itemprop="addressLocality">pune</span><span itemprop="addressRegion">READY</span></span><span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates"><meta content="18.55895939855604" itemprop="latitude"/><meta content="73.91090632214555" itemprop="longitude"/></span></div><meta content="Samrat Ashok Rd NEAR Novotel Hotel" itemprop="name"/><meta content="INR undefined - INR 0" itemprop="priceRange"/><meta content="7208015217" itemprop="telephone"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta content="Title verification and loan availability" itemprop="name"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>₹</span> </span></span></div><div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">1,000 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta content="RoomTypes Available" itemprop="name"/><div class="font-semi-bold heading-6" id="roomType"><span>₹</span>48,717/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->85 Lacs</span></div><div class="heading-7">₹8,500 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div class="lazyload-placeholder" style="height:auto"></div><svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">14<!-- --> Photos</span></div><meta content="8a9f82827b30ce1c017b30d9d56503ca_71897_515767_medium.jpg" itemprop="image"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div class="nb__2e3cc"><div><div>South</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>3 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div><div>2</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">Weikfield IT Citi Info Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">Trion Business Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">PVR</a><a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">D Mart</a><a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9f8b116fe099f4016fe0a8e5310637" itemscope="" itemtype="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri--pune/8a9f8b116fe099f4016fe0a8e5310637/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri "><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri </span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India</div><span><img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/><a href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri--pune/8a9f8b116fe099f4016fe0a8e5310637/detail#explore-nearby" id="exploreNearbuy" target="_blank">Explore Nearby</a></span></div><span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event"><span itemprop="startDate">2021-06-19</span><span itemprop="name">1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri </span><span itemprop="location" itemscope="" itemtype="http://schema.org/Place"><span itemprop="name">Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India</span><span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri </span><span itemprop="streetAddress">Wadgaon Sheri </span><span itemprop="addressLocality">pune</span><span class="display-none" itemprop="postalCode"></span></span></span><span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri </span><span itemprop="streetAddress">Wadgaon Sheri </span><span itemprop="addressLocality">pune</span><span itemprop="addressRegion">READY</span></span><span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates"><meta content="18.5576731" itemprop="latitude"/><meta content="73.9103401" itemprop="longitude"/></span></div><meta content="Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India" itemprop="name"/><meta content="INR undefined - INR 0" itemprop="priceRange"/><meta content="7208015217" itemprop="telephone"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta content="Title verification and loan availability" itemprop="name"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>₹</span> </span></span></div><div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">300 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta content="RoomTypes Available" itemprop="name"/><div class="font-semi-bold heading-6" id="roomType"><span>₹</span>19,486/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->34 Lacs</span></div><div class="heading-7">₹11,333 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div class="lazyload-placeholder" style="height:auto"></div><svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">4<!-- --> Photos</span></div><meta content="8a9f8b116fe099f4016fe0a8e5310637_61514_95946_medium.jpg" itemprop="image"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div class="nb__2e3cc"><div><div>North</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">Weikfield IT Citi Info Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">Trion Business Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">PVR</a><a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">D Mart</a><a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9f82fc75ca5dc60175caa0ab392098" itemscope="" itemtype="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f82fc75ca5dc60175caa0ab392098/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Apartment For Sale In Balaji Serenity In Wadgaon Sheri</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv"><a class="nb__17tcx" href="/balaji-serenity-pune_pune-prjt-5ba3f029714b56aa08575195" target="_blank">Balaji Serenity </a> <!-- -->Off Pune Nagar Road, Near Christ College</div><span><img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/><a href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f82fc75ca5dc60175caa0ab392098/detail#explore-nearby" id="exploreNearbuy" target="_blank">Explore Nearby</a></span></div><span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event"><span itemprop="startDate">2021-05-19</span><span itemprop="name">1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri</span><span itemprop="location" itemscope="" itemtype="http://schema.org/Place"><span itemprop="name">Off Pune Nagar Road, Near Christ College</span><span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri</span><span itemprop="streetAddress">Wadgaon Sheri</span><span itemprop="addressLocality">pune</span><span class="display-none" itemprop="postalCode">411014</span></span></span><span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri</span><span itemprop="streetAddress">Wadgaon Sheri</span><span itemprop="addressLocality">pune</span><span itemprop="addressRegion">READY</span><span class="display-none" itemprop="postalCode">411014</span></span><span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates"><meta content="18.55571682250312" itemprop="latitude"/><meta content="73.91360593095985" itemprop="longitude"/></span></div><meta content="Off Pune Nagar Road, Near Christ College" itemprop="name"/><meta content="INR undefined - INR 0" itemprop="priceRange"/><meta content="7208015217" itemprop="telephone"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta content="Title verification and loan availability" itemprop="name"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>₹</span> </span></span></div><div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">618 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta content="RoomTypes Available" itemprop="name"/><div class="font-semi-bold heading-6" id="roomType"><span>₹</span>26,937/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->47 Lacs</span></div><div class="heading-7">₹7,605 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div class="lazyload-placeholder" style="height:auto"></div><svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">4<!-- --> Photos</span></div><meta content="8a9f82fc75ca5dc60175caa0ab392098_81766_24263_medium.jpg" itemprop="image"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div class="nb__2e3cc"><div><div>East</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div><div>2</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>Bike</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">Weikfield IT Citi Info Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">Trion Business Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">PVR</a><a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">D Mart</a><a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9f931b750cdd9201750d3bad4d2b82" itemscope="" itemtype="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f931b750cdd9201750d3bad4d2b82/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">29/A, Sankalp Nagri, Ramwadi, Near Christ College</div><span><img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/><a href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f931b750cdd9201750d3bad4d2b82/detail#explore-nearby" id="exploreNearbuy" target="_blank">Explore Nearby</a></span></div><span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event"><span itemprop="startDate">2021-03-28</span><span itemprop="name">1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri</span><span itemprop="location" itemscope="" itemtype="http://schema.org/Place"><span itemprop="name">29/A, Sankalp Nagri, Ramwadi, Near Christ College</span><span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri</span><span itemprop="streetAddress">Wadgaon Sheri</span><span itemprop="addressLocality">pune</span><span class="display-none" itemprop="postalCode"></span></span></span><span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri</span><span itemprop="streetAddress">Wadgaon Sheri</span><span itemprop="addressLocality">pune</span><span itemprop="addressRegion">READY</span></span><span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates"><meta content="18.5556527" itemprop="latitude"/><meta content="73.9134825" itemprop="longitude"/></span></div><meta content="29/A, Sankalp Nagri, Ramwadi, Near Christ College" itemprop="name"/><meta content="INR undefined - INR 0" itemprop="priceRange"/><meta content="7208015217" itemprop="telephone"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta content="Title verification and loan availability" itemprop="name"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>₹</span> </span></span></div><div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">700 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta content="RoomTypes Available" itemprop="name"/><div class="font-semi-bold heading-6" id="roomType"><span>₹</span>25,791/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->45 Lacs</span></div><div class="heading-7">₹6,429 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div class="lazyload-placeholder" style="height:auto"></div><svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">1<!-- --> Photos</span></div><meta content="8a9f931b750cdd9201750d3bad4d2b82_15698_62362_medium.jpg" itemprop="image"/></div><button class="nb__1iATW btn btn-sm" id="requestPhotos" type="button"><span class="nb__1556J"><svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><circle cx="12" cy="12" r="3.2"></circle><path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>Request For Photos</span></button></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div class="nb__2e3cc"><div><div>Don't Know</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>Bike</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">Weikfield IT Citi Info Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">Trion Business Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">PVR</a><a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">D Mart</a><a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9fae8278e43d1a0178e44938f90366" itemscope="" itemtype="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-dhanori-pune/8a9fae8278e43d1a0178e44938f90366/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Sankalp Nagari In Dhanori"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Sankalp Nagari In Dhanori</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. </div><span><img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/><a href="/property/buy/1-bhk-apartment-for-sale-in-dhanori-pune/8a9fae8278e43d1a0178e44938f90366/detail#explore-nearby" id="exploreNearbuy" target="_blank">Explore Nearby</a></span></div><span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event"><span itemprop="startDate">2021-04-18</span><span itemprop="name">1 BHK Flat For Sale In Sankalp Nagari In Dhanori</span><span itemprop="location" itemscope="" itemtype="http://schema.org/Place"><span itemprop="name">Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. </span><span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Sankalp Nagari In Dhanori</span><span itemprop="streetAddress">Dhanori</span><span itemprop="addressLocality">pune</span><span class="display-none" itemprop="postalCode"></span></span></span><span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">1 BHK Flat For Sale In Sankalp Nagari In Dhanori</span><span itemprop="streetAddress">Dhanori</span><span itemprop="addressLocality">pune</span><span itemprop="addressRegion">READY</span></span><span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates"><meta content="18.55849" itemprop="latitude"/><meta content="73.909289" itemprop="longitude"/></span></div><meta content="Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. " itemprop="name"/><meta content="INR undefined - INR 0" itemprop="priceRange"/><meta content="7208015217" itemprop="telephone"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta content="Title verification and loan availability" itemprop="name"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>₹</span> </span></span></div><div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">500 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta content="RoomTypes Available" itemprop="name"/><div class="font-semi-bold heading-6" id="roomType"><span>₹</span>12,609/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->22 Lacs</span></div><div class="heading-7">₹4,400 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div class="lazyload-placeholder" style="height:auto"></div><svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">3<!-- --> Photos</span></div><meta content="8a9fae8278e43d1a0178e44938f90366_53951_69068_medium.jpg" itemprop="image"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div class="nb__2e3cc"><div><div>East</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>1 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div><div>1</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">Weikfield IT Citi Info Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">Trion Business Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">PVR</a><a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">D Mart</a><a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">Brahma Suncity</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="8a9fae827aeb484e017aeba5360c2dba" itemscope="" itemtype="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/8a9fae827aeb484e017aeba5360c2dba/detail" itemprop="url" target="_blank" title="2 BHK Flat For Sale In Eden Garden, In Viman Nagar"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">2 BHK Flat For Sale In Eden Garden, In Viman Nagar</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Viman Nagar, Pune - 411014, Maharashtra, INDIA.</div><span><img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/><a href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/8a9fae827aeb484e017aeba5360c2dba/detail#explore-nearby" id="exploreNearbuy" target="_blank">Explore Nearby</a></span></div><span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event"><span itemprop="startDate">2021-08-02</span><span itemprop="name">2 BHK Flat For Sale In Eden Garden, In Viman Nagar</span><span itemprop="location" itemscope="" itemtype="http://schema.org/Place"><span itemprop="name">Viman Nagar, Pune - 411014, Maharashtra, INDIA.</span><span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">2 BHK Flat For Sale In Eden Garden, In Viman Nagar</span><span itemprop="streetAddress">Viman Nagar</span><span itemprop="addressLocality">pune</span><span class="display-none" itemprop="postalCode"></span></span></span><span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">2 BHK Flat For Sale In Eden Garden, In Viman Nagar</span><span itemprop="streetAddress">Viman Nagar</span><span itemprop="addressLocality">pune</span><span itemprop="addressRegion">READY</span></span><span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates"><meta content="18.5603214" itemprop="latitude"/><meta content="73.91451219999999" itemprop="longitude"/></span></div><meta content="Viman Nagar, Pune - 411014, Maharashtra, INDIA." itemprop="name"/><meta content="INR undefined - INR 0" itemprop="priceRange"/><meta content="7208015217" itemprop="telephone"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta content="Title verification and loan availability" itemprop="name"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>₹</span> </span></span></div><div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">1,090 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta content="RoomTypes Available" itemprop="name"/><div class="font-semi-bold heading-6" id="roomType"><span>₹</span>49,863/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->87 Lacs</span></div><div class="heading-7">₹7,982 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div class="lazyload-placeholder" style="height:auto"></div><svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">8<!-- --> Photos</span></div><meta content="8a9fae827aeb484e017aeba5360c2dba_96245_714154_medium.jpg" itemprop="image"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div class="nb__2e3cc"><div><div>East</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>2 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div><div>2</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a class="nb__1-FXn" href="/flats-for-sale-near-central_mall_erandwane_pune" target="_blank">Central Mall</a><a class="nb__1-FXn" href="/flats-for-sale-near-city_pride_mangala_multiplex_shivaji_nagar_pune" target="_blank">City Pride Mangala Multiplex</a><a class="nb__1-FXn" href="/flats-for-sale-near-durvankur_dining_hall_sadashiv_peth_pune" target="_blank">Durvankur Dining Hall</a><a class="nb__1-FXn" href="/flats-for-sale-near-wadeshwar_fc_deccan_gymkhana_pune" target="_blank">Wadeshwar FC</a><a class="nb__1-FXn" href="/flats-for-sale-near-model_colony_pune" target="_blank">Model Colony</a></span></section></div></div></div></article><article><div><div><div class="nb__2JHKO" id="ff8081816534813c01653532fbd30bf9" itemscope="" itemtype="http://schema.org/"><section class="nb__37AJO"><div class="nb__sDz3z"><a class="nb__3CnI6" href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/ff8081816534813c01653532fbd30bf9/detail" itemprop="url" target="_blank" title="2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar"><h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2></a><div class="nb__35Ol7"><div class="nb__2CMjv">Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day</div><span><img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/><a href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/ff8081816534813c01653532fbd30bf9/detail#explore-nearby" id="exploreNearbuy" target="_blank">Explore Nearby</a></span></div><span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event"><span itemprop="startDate">2021-05-05</span><span itemprop="name">2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar</span><span itemprop="location" itemscope="" itemtype="http://schema.org/Place"><span itemprop="name">Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day</span><span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar</span><span itemprop="streetAddress">Viman Nagar</span><span itemprop="addressLocality">pune</span><span class="display-none" itemprop="postalCode"></span></span></span><span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer"></span></span><span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"><span itemprop="areaServed">2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar</span><span itemprop="streetAddress">Viman Nagar</span><span itemprop="addressLocality">pune</span><span itemprop="addressRegion">READY</span></span><span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates"><meta content="18.560676845976253" itemprop="latitude"/><meta content="73.91403351712721" itemprop="longitude"/></span></div><meta content="Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day" itemprop="name"/><meta content="INR undefined - INR 0" itemprop="priceRange"/><meta content="7208015217" itemprop="telephone"/><div class="nb__8tDR5"><div class="nb__5Wffm"><span class="nb__2ZX2f"></span></div><div class="nb__5Wffm"><span class="nb__1J19L"></span></div></div></section><div class="nb__2mJqs"><div class="nb__17R6o"><div class="nb__2NPHR nb__1imT-"><meta content="Title verification and loan availability" itemprop="name"/><span class="nb__2di3N"><span class="nb__3cC_v nb__2fCmT">Not under loan</span><span class="nb__2w-FV nb__1nquT"><span>₹</span> </span></span></div><div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">875 sqft</div></div><div class="heading-7">Builtup</div></div><div class="nb__2NPHR"><meta content="RoomTypes Available" itemprop="name"/><div class="font-semi-bold heading-6" id="roomType"><span>₹</span>42,985/Month</div><div class="heading-7">Estimated EMI</div></div><div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue"><div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->75 Lacs</span></div><div class="heading-7">₹8,571 per sq.ft.</div></div></div><div class="nb__U2LYs"><div class="nb__38j1T"><div><div class="nb__3fKz2"><svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none" opacity=".87"></path><path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z"></path></svg><div class="lazyload-placeholder" style="height:auto"></div><svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M24 24H0V0h24v24z" fill="none" opacity=".87"></path><path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z"></path></svg><div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)"></div><span class="nb__119oN">6<!-- --> Photos</span></div><meta content="ff8081816534813c01653532fbd30bf9_61162_medium.jpg" itemprop="image"/></div></div><div class="nb__2bk24"><div class="nb__3uxlL"><div class="nb__iyHFe"><div class="nb__3OQDk"><div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div class="nb__2e3cc"><div><div>North</div><div class=""><div class="heading-7 nb__29QSM">Facing</div></div></div></div></div><div class="nb__1nhEF"><div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>2 BHK</div><div class="heading-7 nb__29QSM">Property Type</div></div></div></div><div class="nb__qF5y-"><div class="nb__fQJTh"><div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)"></div><div><div>2</div><div class="heading-7 nb__29QSM">Bathrooms</div></div></div><div class="nb__3YWT7"><div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)"></div><div><div>Bike and Car</div><div class="heading-7 nb__29QSM">Parking</div></div></div></div></div><div class="nb__1heyI"><button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">Get Owner Details</button><button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button"><span class="shortlist-icon"><svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"></path></svg></span><span class="tooltip-trigger-text"></span></button><button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button"><span><img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/></span><span class="tooltip-trigger-text"></span></button></div></div></div></div><section class="nb__pwVW5"><span class="nb__2Y4a2">Nearby: </span><span class="nb__oLKcI"><a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">Weikfield IT Citi Info Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">Trion Business Park</a><a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">PVR</a><a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">D Mart</a><a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">Brahma Suncity</a></span></section></div></div></div></article></div></div></div></div><div class="nb__3R4-S"><div id="bannerCardConatiner"><div class="nb__2Rw_m"><div class="heading-6 text-primary nb__2gHtb">Quick links</div><div class="nb__3w-Zh">People also searched for</div><ul><li itemscope="" itemtype="http://schema.org/ListItem"><meta content="1" itemprop="position"/><h3 class="" id="quickLinks"><a class="cursor" href="/flats-for-sale-in-sanjay_park_pune" itemprop="url" target="_blank" title="Flats in Sanjay Park "><span itemprop="name">Flats in Sanjay Park for sale</span></a></h3></li><li itemscope="" itemtype="http://schema.org/ListItem"><meta content="2" itemprop="position"/><h3 class="" id="quickLinks"><a class="cursor" href="/flats-for-sale-in-new_kalyani_nagar_pune" itemprop="url" target="_blank" title="Flats in New Kalyani Nagar "><span itemprop="name">Flats in New Kalyani Nagar for sale</span></a></h3></li><li itemscope="" itemtype="http://schema.org/ListItem"><meta content="3" itemprop="position"/><h3 class="" id="quickLinks"><a class="cursor" href="/flats-for-sale-in-viman_nagar_pune" itemprop="url" target="_blank" title="Flats in Viman Nagar "><span itemprop="name">Flats in Viman Nagar for sale</span></a></h3></li><li itemscope="" itemtype="http://schema.org/ListItem"><meta content="4" itemprop="position"/><h3 class="" id="quickLinks"><a class="cursor" href="/flats-for-sale-in-mundhwa_pune" itemprop="url" target="_blank" title="Flats in Mundhwa "><span itemprop="name">Flats in Mundhwa for sale</span></a></h3></li><li itemscope="" itemtype="http://schema.org/ListItem"><meta content="5" itemprop="position"/><h3 class="" id="quickLinks"><a class="cursor" href="/flats-for-sale-in-yerawada_pune" itemprop="url" target="_blank" title="Flats in Yerawada "><span itemprop="name">Flats in Yerawada for sale</span></a></h3></li><li itemscope="" itemtype="http://schema.org/ListItem"><meta content="6" itemprop="position"/><h3 class="" id="quickLinks"><a class="cursor" href="/flats-for-sale-in-chandan_nagar_pune" itemprop="url" target="_blank" title="Flats in Chandan Nagar "><span itemprop="name">Flats in Chandan Nagar for sale</span></a></h3></li></ul></div><a class="cursor" href="/redirectUrl?redirectUrl=https://www.nobroker.in/prophub/legal-assistance/buy?click=&nbFr=LIST-SIDECARD&utm_campaign=legaldocs&utm_source=nblist" rel="noopener noreferrer" style="height:fit-content;display:block" target="_blank"><img alt="legalAssistance" height="310px" src="/nb-new/aaaa9f931ec7d428fe1c211ccad8b016.png" style="margin-bottom:10px" width="190px"/></a><a class="cursor" href="/redirectUrl?redirectUrl=https://www.nobroker.in/prophub/interior-designers/home-interior-designers&id=&type=painting&utm_source=listSideCard&utm_medium=desktopBanner&nbFr=listSideCard" rel="noopener noreferrer" style="height:fit-content;display:block" target="_blank"><img alt="interiors" height="310px" src="/nb-new/5be25eba983f46f9b19078ce6f4b691b.png" style="margin-bottom:10px" width="190px"/></a><a class="cursor" href="https://nobroker.in/redirectUrl?redirectUrl=/cleaning-services-in-undefined&nbFr=LIST-SIDECARD-undefined" rel="noopener noreferrer" style="height:fit-content;display:block" target="_blank"><img alt="cleaning" height="310px" src="/nb-new/7c642a685be3007f6dd41133ed518358.png" style="margin-bottom:10px" width="190px"/></a><a class="cursor" href="/redirectUrl?redirectUrl=https://www.nobroker.in/prophub/home-loan/check-eligibility/?click=&nbFr=LIST-SIDECARD&utm_medium=listPage&utm_source=desktopBanner" rel="noopener noreferrer" style="height:fit-content;display:block" target="_blank"><img alt="loanEligibility" height="310px" src="/nb-new/ab67564b94ce345a477c6667c67bf688.png" style="margin-bottom:10px" width="190px"/></a></div></div></div></main></div></div><script>window.__LOADABLE_REQUIRED_CHUNKS__ = [0,1,2,3,22];</script>
<script async="" data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~50604b91/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~50604b91.b87d9a2bc1a8908607db.chunk.js"></script>
<script async="" data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~3b765eec/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~3b765eec.74527d2d094945018451.chunk.js"></script>
<script async="" data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~44694251/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~44694251.f1ee540140a86d992ea4.chunk.js"></script>
<script async="" data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~da8e7cab/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~da8e7cab.d719cd18ba612a0f0940.chunk.js"></script>
<script async="" data-chunk="listPage" src="https://assets.nobroker.in/nb-new/listPage/listPage.8fc8b042b5ec63a768d5.chunk.js"></script>
<script async="" data-chunk="main" src="https://assets.nobroker.in/nb-new/vendor/vendor.19656bb38bb12ac9a2ae.chunk.js"></script>
<script async="" data-chunk="main" src="https://assets.nobroker.in/nb-new/main.d29704df45e3f5b3a61a.js"></script>
<img height="1" id="adobe-event" src="" style="display: none" width="1"/>
<noscript>If you're seeing this message, that means <strong>JavaScript has been disabled on your browser</strong>, please <strong>enable JS</strong> to make this app work.</noscript>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-NDNFVM5" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script>digitalData={},window.isGAinit=!1</script>
</body>
</html>
print(Soup.prettify())
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="794951570520699" property="fb:pages"/>
<link href="https://www.nobroker.in" rel="canonical"/>
<link href="//www.googletagmanager.com" rel="dns-prefetch"/>
<link href="//www.google-analytics.com" rel="dns-prefetch"/>
<link href="//assets.nobroker.in" rel="dns-prefetch"/>
<link href="//images.nobroker.in" rel="dns-prefetch"/>
<link href="//assets.nobroker.in/static/img/favicon.png" id="favicon" rel="shortcut icon"/>
<link href="https://images.nobroker.in/static/img/fav64.png" rel="apple-touch-icon"/>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="app-id=com.nobroker.app&referrer=utm_source%3Dnobroker%26utm_medium%3DmobileWeb" name="google-play-app"/>
<meta content="app-id=1200507100, app-argument=nobrokerapp://" name="apple-itunes-app"/>
<meta content="#fd3752" name="theme-color"/>
<meta content="flats for rent, Apartments for rent, flats for sale, apartments for sale, Properties for rent, without broker, no brokerage, broker free rental properties, flat, apartment, rent, rental, nobroker.in, Nobroker" name="keywords"/>
<meta content="Flats, Houses, Apartments for Rent, Buy, Sale Without Brokerage in India" property="og:title"/>
<meta content="Lookup for Residential properties for rent,buy,sell in India Without Brokerage.0% Brokerage,100% Genuine Owners. India's #1 Real Estate Property Website Without Brokers. Get Rent Agreement,Packers and Movers,Property Management & Registration Service in India. Owners & NRI can List/Post Property Ad for FREE." property="og:description"/>
<meta content="https://www.nobroker.in" property="og:url"/>
<meta content="//assets.nobroker.in/static/img/fbShare_bangalore.png" property="og:image"/>
<meta content="@nobrokercom" name="twitter:site"/>
<meta content="Flats, Houses, Apartments for Rent, Buy, Sale Without Brokerage in India" name="twitter:title"/>
<meta content="Lookup for Residential properties for rent,buy,sell in India Without Brokerage.0% Brokerage,100% Genuine Owners. India's #1 Real Estate Property Website Without Brokers. Get Rent Agreement,Packers and Movers,Property Management & Registration Service in India. Owners & NRI can List/Post Property Ad for FREE." name="twitter:description"/>
<meta content="//assets.nobroker.in/static/img/fbShare_bangalore.png" name="twitter:image"/>
<meta content="360" property="og:image:height"/>
<meta content="540" property="og:image:width"/>
<meta content="289265624583131" property="fb:app_id"/>
<meta content="NoBroker" property="og:site_name"/>
<meta content="product" property="og:type"/>
<meta content="notranslate" name="google"/>
<meta content="hLy7ta67b2CS6LQFWI3SrB22XIuKUHlAHGEi-0W0ngI" name="google-site-verification"/>
<meta content="81EEED055BF8993A564A4B24AF189813" name="msvalidate.01"/>
<meta content="e5c74d79345e920627558faecd28fae5" name="p:domain_verify"/>
<meta content="239876242888-mbq11kse03n78gs2o5549clvlcv3ls24.apps.googleusercontent.com" name="google-signin-client_id"/>
<meta content="index, follow" name="robots"/>
<title>
Flats, Houses, Apartments for Rent, Buy, Sale Without Brokerage in India
</title>
<meta content="Lookup for Residential properties for rent,buy,sell in India Without Brokerage.0% Brokerage,100% Genuine Owners. India's #1 Real Estate Property Website Without Brokers. Get Rent Agreement,Packers and Movers,Property Management & Registration Service in India. Owners & NRI can List/Post Property Ad for FREE." name="description"/>
<meta content="width=device-width,initial-scale=1" name="viewport"/>
<meta content="IE=edge,chrome=1" name="X-UA-Compatible"/>
<link href="https://assets.nobroker.in/static/img/favicon.png" rel="icon"/>
<link href="/manifest.json" rel="manifest"/>
<style>
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<!-- Google Tag Manager -->
<script>
window.dataLayer = [];
</script>
<script>
var interval = setInterval(function() {
if (document && document.readyState === 'complete') {
clearInterval(interval);
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NDNFVM5');
}
}, 100);
</script>
<!-- End Google Tag Manager -->
<link charset="UTF-8" href="https://assets.nobroker.in/nb-new/public/css/slick.min.css" rel="stylesheet" type="text/css"/>
<link href="https://assets.nobroker.in/nb-new/public/css/slick-theme.min.css" rel="stylesheet" type="text/css"/>
<script>
window.googleMapLoadCallBack = function() {};
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDUznTiPcMB6dsRkOq9ZLNrKLCzVZzvZXo&v=3.exp&libraries=places,geometry&callback=googleMapLoadCallBack" type="text/javascript">
</script>
<link data-chunk="listPage" href="https://assets.nobroker.in/nb-new/listPage/listPage.9a4a13759b26add70fd6.css" rel="stylesheet"/>
<link data-chunk="main" href="https://assets.nobroker.in/nb-new/css/main.457304f4977ca2505f48.css" rel="stylesheet"/>
<script async="" src="https://assets.nobroker.in/nb-new/public/js/instantgratification.001.js">
</script>
<script>
window.nb = window.nb || {};
nb.pageName = "listPage";
nb.appState = {"route":{"location":null},"global":{"requestData":null},"signupReducer":{"phoneExistLoading":false,"phoneStatus":null,"otpVerification":null,"emailOtpVerification":null,"passwordVerification":null,"newAccountData":null,"newUser":false,"oldUser":false,"userInfo":null,"newAccountDataError":"","userPhoneData":{},"adobeSignupEventCalled":false},"commonReducer":{"userInfo":null,"fetchedUserInfo":false,"walletBalance":0,"signupModal":{},"showAlertMsg":false,"notFound":false,"crowdLeadAdded":null,"openAlertsModal":false,"planDetailInfos":null,"tenantPlanInfo":null,"pagename":null,"userNotificationCount":null,"photoRequestData":null,"propertyId":null,"fromChat":null,"feedBackData":null,"feedBackUpdatedData":null,"openSchedularModal":false,"openScheduleVisitModal":false,"slotsData":null,"bookedSlotData":null,"userEmailSave":null,"walletEnabled":false,"propertyTrendsData":null,"instantLeadData":null,"instantBookData":null,"tenantLeadData":null,"scheduleVisitTimeData":null,"contactedInfoData":null,"hub":null,"contactedIdsForListPage":[],"contactedNotVerifiedIdsForListPage":[],"visitSlotsData":null,"hoodExploreRefreshToken":null},"googleSignInReducer":{"loading":false,"userSocialDetail":null},"facebookSignInReducer":{"loading":false,"userFacebookDetail":null},"alertsReducer":{"postAlersSuccess":""},"listAlertsReducer":{"postAlersSuccess":"","alertRequirementId":null,"recommendedProperties":null,"loading":false,"searchRequirementLoading":false},"listPage":{"loading":false,"listPageProperties":[{"propertyAge":3,"parking":"BOTH","ownershipType":"FREEHOLD","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"cupBoard":0,"videos":[],"negotiable":true,"type":"BHK1","ownerId":"8a9f91c374d5b7040174d860ea7a58ea","propertySize":598,"originalImageUrl":"\u002F\u002Fassets.nobroker.in8a9f82ee75fa5ec00175fa868a7f09f8_4119_96613_original.jpg","price":2000000,"combineDescription":"Ready for sell\nFinding a 1 BHK for sale in Pune district at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 2nd floor this home can comfortably serve your car and bike parking facility needs. This West facing home is over 598 sqft. & is in a convenient location.\n\nAs this home comes with servant quarters, visitor parking, fire safety, waste treatment plant & house keeping & more such amenities, living here would make life more pleasant. With children play area & park available in this home, you will always have something to do here. With amenities such as electric back up, security & lift this home offers you a lot of convenience.\n\nAngels Pre School, Sant Sai High School and New English School are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Sanjeevan Hospital, Life Line Hospital and Shradha Childrens Clinic are very close by.\n\nAccess to bus stop & medical stores is very easy & convenient from this house.\n\nThe surrounding locality is loaded with things to do, Car Rental Service In PCMC, Pune & Raman Theatre are great places to catch a movie near this home. Never miss out on lifestyle as AMITY ENGINEERS AND SURVEYORS, Skyline Plaza and vikas puja bhandaar are so close by.","id":"8a9f82ee75fa5ec00175fa868a7f09f8","state":"READY","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Kadu Malhar Villa In Pune","inactiveReason":"TIMED_OUT","locality":"Pune","active":true,"waterSupply":"CORP_BORE","accurateLocation":false,"lift":true,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-pune-pune\u002F8a9f82ee75fa5ec00175fa868a7f09f8\u002Fdetail","activationDate":1622787003000,"amenities":"{\"INTERCOM\":false,\"AC\":false,\"RWH\":true,\"HK\":true,\"INTERNET\":false,\"LIFT\":true,\"CLUB\":true,\"GP\":false,\"FS\":true,\"STP\":true,\"PARK\":true,\"SC\":false,\"PB\":true,\"CPA\":true,\"SECURITY\":true,\"POOL\":true,\"GYM\":false,\"VP\":true,\"SERVANT\":false}","typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.7","city":"pune","latitude":18.5577446,"reactivationReqDate":1622786595000,"facing":"W","underLoan":false,"kitchen":"MODULAR","sponsored":false,"documentName":"property","url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"20 Lacs","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":true,"HK":true,"INTERNET":false,"LIFT":true,"CLUB":true,"GP":false,"FS":true,"STP":true,"PARK":true,"SC":false,"PB":true,"CPA":true,"SECURITY":true,"POOL":true,"GYM":false,"VP":true,"SERVANT":false},"ownerDes":"Ready for sell","lastUpdateDate":1625464108000,"balconies":1,"regCostIncluded":false,"availableFrom":1622745000000,"photos":[{"imagesMap":{"thumbnail":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_9341_thumbnail.jpg","original":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_96613_original.jpg","large":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_84233_large.jpg","medium":"8a9f82ee75fa5ec00175fa868a7f09f8_4119_83545_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""}],"loanAvailable":true,"localityId":"NOT_FOUND","longitude":73.9124674,"indexName":"nobroker_resale","creationDate":1606225923000,"swimmingPool":false,"completeStreetName":"Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.","defaultEmi":"11,462\u002FMonth","totalFloor":4,"gym":true,"reactivationSource":"OWNER","facingDesc":"West","furnishing":"NOT_FURNISHED","photoAvailable":true,"flooring":"VITRIFIED_TILES","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002F2Ypnd","promoted_b":false,"description":"Ready for sell--written by ownerFinding a 1 BHK for sale in Pune district at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 2nd floor this home can comfortably serve your car and bike parking facility needs. This West facing home is over 598 sqft. & is in a convenient location.\n\nAs this home comes with servant quarters, visitor parking, fire safety, waste treatment plant & house keeping & more such amenities, living here would make life more pleasant. With children play area & park available in this home, you will always have something to do here. With amenities such as electric back up, security & lift this home offers you a lot of convenience.\n\nAngels Pre School, Sant Sai High School and New English School are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Sanjeevan Hospital, Life Line Hospital and Shradha Childrens Clinic are very close by.\n\nAccess to bus stop & medical stores is very easy & convenient from this house.\n\nThe surrounding locality is loaded with things to do, Car Rental Service In PCMC, Pune & Raman Theatre are great places to catch a movie near this home. Never miss out on lifestyle as AMITY ENGINEERS AND SURVEYORS, Skyline Plaza and vikas puja bhandaar are so close by.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Kadu Malhar Villa In Pune","nbLocality":"NOT_FOUND","society":"Kadu Malhar Villa","ownerName":"Sachinsulake","street":"Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.","propertyType":"BUY","secondaryTitle":"Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.","aea__":{"HOUSE_KEY_WITH":{"display_value":"Friends\u002FRelatives","value":"FRIENDS_RELATIVES"},"NON_VEG_ALLOWED":{"display_value":"No","value":"ONLY_VEG"},"GATED_SECURITY":{"display_value":"No","value":"NO"},"ACCURATE_LOCATION":{"display_value":"Accurate","value":"ACCURATE"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"floor":2,"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9f82ee75fa5ec00175fa868a7f09f8\u002F8a9f82ee75fa5ec00175fa868a7f09f8_4119_83545_medium.jpg","lastActivationDate":1606988415000,"verified":false,"maintenanceCost":1000,"inactiveReasonDesc":"Timed Out","videoUnit":[],"colour":"GREEN","servantRoom":0,"location":"18.557744600000000000,73.912467400000000000","propType":"AP"},{"propertyAge":3,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1626867059000,"balconies":2,"cupBoard":0,"negotiable":true,"type":"BHK1","ownerId":"8a9f8e8276e9b5150176e9c8da0d0071","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_45820_84974_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_45820_49082_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_45820_28362_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_45820_67804_medium.jpg"},"disAffinity":999,"displayPic":true,"w":1280,"name":"files[]","h":590,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_5457_1967_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_5457_45133_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_5457_32053_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_5457_81746_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"files[]","h":590,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_31535_43111_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_31535_84453_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_31535_41935_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_31535_3214_medium.jpg"},"disAffinity":0,"displayPic":false,"w":498,"name":"files[]","h":1080,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_43634_14984_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_43634_53728_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_43634_85339_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_43634_11966_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"files[]","h":590,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fa28279db758c0179db798a9200b7_84769_70513_thumbnail.jpg","original":"8a9fa28279db758c0179db798a9200b7_84769_23403_original.jpg","large":"8a9fa28279db758c0179db798a9200b7_84769_26953_large.jpg","medium":"8a9fa28279db758c0179db798a9200b7_84769_76499_medium.jpg"},"disAffinity":0,"displayPic":false,"w":498,"name":"files[]","h":1080,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1622831400000,"loanAvailable":true,"propertySize":565,"originalImageUrl":"\u002F\u002Fassets.nobroker.in\u002F8a9fa28279db758c0179db798a9200b7_45820_49082_original.jpg","score":{"lastUpdatedDate":"2021-06-06T00:38:10+05:30","transit":-10,"id":"8a9fa28279db758c0179db798a9200b7","lifestyle":1.5},"price":2200000,"combineDescription":"This 1 BHK for sale comes with an affordable price tag of just 22 Lakhs rupees with an additional perk of paying no brokerage. This East facing home is over 565 sqft. & is in a convenient location. Situated on the 3rd floor this home can comfortably serve your parking lot for a car and bike needs.\n\nIf you are looking for a home with security & lift, this home is just right for you. With premium amenities such as fire security this home provides you with many added benefits. When you need park, all you have to do is step out of the door as the apartment complex has what you're looking for.","id":"8a9fa28279db758c0179db798a9200b7","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor","longitude":73.9124674,"indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","inactiveReason":"INCORRECT","locality":"Pune loni kalbhor","active":true,"creationDate":1622884846000,"swimmingPool":false,"waterSupply":"CORP_BORE","completeStreetName":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune","accurateLocation":false,"defaultEmi":"12,609\u002FMonth","totalFloor":3,"lift":true,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-pune-loni-kalbhor-pune\u002F8a9fa28279db758c0179db798a9200b7\u002Fdetail","activationDate":1622895918000,"facingDesc":"East","furnishing":"NOT_FURNISHED","photoAvailable":true,"amenities":"{\"INTERCOM\":false,\"AC\":false,\"RWH\":false,\"HK\":false,\"INTERNET\":false,\"LIFT\":true,\"CLUB\":false,\"GP\":false,\"FS\":true,\"STP\":false,\"PARK\":true,\"SC\":false,\"PB\":false,\"CPA\":false,\"SECURITY\":true,\"POOL\":false,\"GYM\":false,\"VP\":false,\"SERVANT\":false}","flooring":"VITRIFIED_TILES","typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.1","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FZ5PLs","latitude":18.5577446,"promoted_b":false,"facing":"E","description":"This 1 BHK for sale comes with an affordable price tag of just 22 Lakhs rupees with an additional perk of paying no brokerage. This East facing home is over 565 sqft. & is in a convenient location. Situated on the 3rd floor this home can comfortably serve your parking lot for a car and bike needs.\n\nIf you are looking for a home with security & lift, this home is just right for you. With premium amenities such as fire security this home provides you with many added benefits. When you need park, all you have to do is step out of the door as the apartment complex has what you're looking for.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor","nbLocality":"Wadgaon Sheri","society":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti loni kalbhor pune","underLoan":false,"ownerName":"JaipalGirase","street":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune","propertyType":"BUY","secondaryTitle":"Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"don't know","value":"DK"}},"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9fa28279db758c0179db798a9200b7\u002F8a9fa28279db758c0179db798a9200b7_45820_67804_medium.jpg","floor":3,"kitchen":"MODULAR","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":600,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"22 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":true,"CLUB":false,"GP":false,"FS":true,"STP":false,"PARK":true,"SC":false,"PB":false,"CPA":false,"SECURITY":true,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.557744600000000000,73.912467400000000000","propType":"AP"},{"propertyAge":1,"ownershipType":"FREEHOLD","parking":"TWO_WHEELER","parkingDesc":"Bike","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1630088103000,"balconies":2,"negotiable":true,"type":"BHK1","ownerId":"ff80818168d745940168d777d22e257d","regCostIncluded":false,"photos":[],"availableFrom":1630002600000,"loanAvailable":true,"propertySize":500,"originalImageUrl":"\u002F\u002Fassets.nobroker.in\u002Fstatic\u002Fimg\u002F534_notxt.jpg","score":{"lastUpdatedDate":"2021-08-28T23:55:13+05:30","transit":-10,"id":"8a9fa1887b8842ea017b88c5c433233d","lifestyle":1.5},"price":1800000,"combineDescription":"This lovely 1 BHK for sale is only 18 Lakhs rupees without any extra brokerage & could be your new home. This home is over 500 sqft. & even comes with ample parking space for a bike. This South facing home is on the 1st floor.","id":"8a9fa1887b8842ea017b88c5c433233d","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Vrundavan In Pune Manjri Road","longitude":73.9124674,"indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","inactiveReason":"INCORRECT","locality":"Pune manjri road","active":true,"creationDate":1630087267000,"swimmingPool":false,"waterSupply":"BOREWELL","completeStreetName":"udaycolani","accurateLocation":false,"defaultEmi":"10,316\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-pune-manjri-road-pune\u002F8a9fa1887b8842ea017b88c5c433233d\u002Fdetail","activationDate":1630088101000,"facingDesc":"South","furnishing":"SEMI_FURNISHED","photoAvailable":false,"amenities":"{\"INTERCOM\":false,\"AC\":false,\"RWH\":false,\"HK\":false,\"INTERNET\":false,\"LIFT\":false,\"CLUB\":false,\"GP\":false,\"FS\":false,\"STP\":false,\"PARK\":false,\"SC\":false,\"PB\":false,\"CPA\":false,\"SECURITY\":false,\"POOL\":false,\"GYM\":false,\"VP\":false,\"SERVANT\":false}","flooring":"MARBLE_GRANITE","typeDesc":"1 BHK","maintenanceCostPerSqFt":"0.8","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FJ7w9F","latitude":18.5577446,"promoted_b":false,"facing":"S","description":"This lovely 1 BHK for sale is only 18 Lakhs rupees without any extra brokerage & could be your new home. This home is over 500 sqft. & even comes with ample parking space for a bike. This South facing home is on the 1st floor.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Vrundavan In Pune Manjri Road","nbLocality":"Wadgaon Sheri","society":"vrundavan","underLoan":false,"ownerName":"sharad.chavan","street":"udaycolani","propertyType":"BUY","secondaryTitle":"udaycolani","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"don't know","value":"DK"},"COMPLETION_CERTIFICATE":{"display_value":"yes","value":"YES"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fstatic\u002Fimg\u002F534_notxt.jpg","floor":1,"kitchen":"COVERED_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":400,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"18 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":false,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.557744600000000000,73.912467400000000000","propType":"AP"},{"propertyAge":10,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1628669983000,"balconies":1,"negotiable":true,"type":"BHK3","ownerId":"8a9f82827b30ce1c017b30d9d4d303c7","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_71897_449101_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_71897_559073_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_71897_26339_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_71897_515767_medium.jpg"},"disAffinity":17,"displayPic":true,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_74857_119435_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_74857_406912_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_74857_869134_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_74857_714372_medium.jpg"},"disAffinity":16,"displayPic":false,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_77435_837621_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_77435_366756_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_77435_565195_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_77435_934002_medium.jpg"},"disAffinity":15,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_86584_656783_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_86584_997538_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_86584_220722_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_86584_195281_medium.jpg"},"disAffinity":14,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_40928_21880_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_40928_405823_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_40928_911595_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_40928_54622_medium.jpg"},"disAffinity":14,"subState":"IRIS_FAILED","displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_47598_672117_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_47598_165657_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_47598_598637_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_47598_814642_medium.jpg"},"disAffinity":13,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_26810_610453_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_26810_480880_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_26810_321287_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_26810_530585_medium.jpg"},"disAffinity":13,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_22797_572354_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_22797_267816_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_22797_390857_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_22797_555968_medium.jpg"},"disAffinity":12,"displayPic":false,"w":588,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_83720_645596_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_83720_564729_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_83720_426398_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_83720_333497_medium.jpg"},"disAffinity":11,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_99192_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_7509_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_58957_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_17777_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_64891_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_39596_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_46035_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_42330_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1280,"name":"image","h":589,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_8293_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_2665_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_32142_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_35536_medium.jpg"},"disAffinity":0,"displayPic":false,"w":588,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_53208_593060_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_53208_458107_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_53208_614954_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_53208_707581_medium.jpg"},"disAffinity":-86,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82827b30ce1c017b30d9d56503ca_52600_638673_thumbnail.jpg","original":"8a9f82827b30ce1c017b30d9d56503ca_52600_819103_original.jpg","large":"8a9f82827b30ce1c017b30d9d56503ca_52600_533982_large.jpg","medium":"8a9f82827b30ce1c017b30d9d56503ca_52600_535417_medium.jpg"},"disAffinity":-87,"displayPic":false,"w":589,"name":"image","h":1280,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1628620200000,"loanAvailable":true,"propertySize":1000,"originalImageUrl":"\u002F\u002Fassets.nobroker.in\u002F8a9f82827b30ce1c017b30d9d56503ca_71897_559073_original.jpg","score":{"lastUpdatedDate":"2021-08-11T01:34:38+05:30","transit":1,"id":"8a9f82827b30ce1c017b30d9d56503ca","lifestyle":8.2},"price":8500000,"combineDescription":"This affordable 3 BHK for sale in Viman Nagar is perfect for those looking for a budget home. This home is over 1000 sqft. & even comes with ample car and bike parking. This South facing home is on the 3rd floor.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Niramay Children's Clinic, Om Hospital and Sushrut Hospital are very close by. Olympia National School Pune - Preschool Tingrenagar Vishrantwadi, Neuron Labs School and D Y Patil International School are well known educational institutes in town & are very close to this home.\n\nWith an ATM, petrol pump & super market near this home, you'll never have to go far for these essentials.\n\nNever miss out on lifestyle as Goodwill Square, Mhaske Super Market and Sai Men's Boutique are so close by. The surrounding locality is loaded with things to do, '????? ???' & ZiVa are great places to catch a movie near this home.","id":"8a9f82827b30ce1c017b30d9d56503ca","state":"READY","localityId":"viman_nagar_pune","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"3 BHK Flat For Sale In Jhankar Chs In Viman Nagar","longitude":73.91090632214555,"powerBackup":"None","indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","inactiveReason":"INCORRECT","locality":"Viman Nagar","active":true,"creationDate":1628612187000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Samrat Ashok Rd NEAR Novotel Hotel","accurateLocation":true,"defaultEmi":"48,717\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F3-bhk-apartment-for-sale-in-viman-nagar-pune\u002F8a9f82827b30ce1c017b30d9d56503ca\u002Fdetail","activationDate":1628613302000,"facingDesc":"South","furnishing":"NOT_FURNISHED","photoAvailable":true,"amenities":"{\"LIFT\":false,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":false,\"SERVANT\":false,\"SECURITY\":false,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":false}","flooring":"VITRIFIED_TILES","typeDesc":"3 BHK","maintenanceCostPerSqFt":"0.5","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FPZG7D","latitude":18.55895939855604,"promoted_b":false,"carpetArea":800,"facing":"S","description":"This affordable 3 BHK for sale in Viman Nagar is perfect for those looking for a budget home. This home is over 1000 sqft. & even comes with ample car and bike parking. This South facing home is on the 3rd floor.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Niramay Children's Clinic, Om Hospital and Sushrut Hospital are very close by. Olympia National School Pune - Preschool Tingrenagar Vishrantwadi, Neuron Labs School and D Y Patil International School are well known educational institutes in town & are very close to this home.\n\nWith an ATM, petrol pump & super market near this home, you'll never have to go far for these essentials.\n\nNever miss out on lifestyle as Goodwill Square, Mhaske Super Market and Sai Men's Boutique are so close by. The surrounding locality is loaded with things to do, '????? ???' & ZiVa are great places to catch a movie near this home.-- generated by system (SIA)","title":"3 BHK Flat For Sale In Jhankar Chs In Viman Nagar","nbLocality":"Viman Nagar","society":"Jhankar CHS","underLoan":false,"ownerName":"Manish Ladkat","street":"Samrat Ashok Rd NEAR Novotel Hotel","propertyType":"BUY","secondaryTitle":"Samrat Ashok Rd NEAR Novotel Hotel","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"Others","value":"OTHERS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"},"ACCURATE_LOCATION":{"display_value":"Landmark","value":"LANDMARK"}},"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9f82827b30ce1c017b30d9d56503ca\u002F8a9f82827b30ce1c017b30d9d56503ca_71897_515767_medium.jpg","floor":3,"kitchen":"OPEN_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":500,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_3.png","formattedPrice":"85 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":false,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.558959398556040000,73.910906322145550000","propType":"AP"},{"propertyAge":5,"parking":"BOTH","ownershipType":"FREEHOLD","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1624088415000,"negotiable":false,"type":"BHK1","ownerId":"8a9f878a6f857e90016f89cef0817138","regCostIncluded":false,"availableFrom":1624041000000,"photos":[{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_61514_97633_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_61514_50992_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_61514_27312_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_61514_95946_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_74490_25905_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_74490_24448_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_74490_49085_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_74490_23831_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_75984_79604_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_75984_90817_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_75984_23332_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_75984_69742_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f8b116fe099f4016fe0a8e5310637_69030_26581_thumbnail.jpg","original":"8a9f8b116fe099f4016fe0a8e5310637_69030_39263_original.jpg","large":"8a9f8b116fe099f4016fe0a8e5310637_69030_36061_large.jpg","medium":"8a9f8b116fe099f4016fe0a8e5310637_69030_57384_medium.jpg"},"disAffinity":-1,"displayPic":false,"w":0,"name":"files[]","h":0,"duplicate":false,"title":""}],"propertySize":300,"loanAvailable":true,"originalImageUrl":"\u002F\u002Fassets.nobroker.in8a9f8b116fe099f4016fe0a8e5310637_61514_50992_original.jpg","price":3400000,"combineDescription":"Finding a 1 BHK for sale in Wadgaon Sheri at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 4th floor this home can comfortably serve your parking facility for car and bike needs. This North facing home is over 300 sqft. & is in a convenient location.\n\nIf you are looking for a home with security, this home is just right for you.\n\nFurtados Music School in Koregaon Park, Pune, KLAY Prep Schools and DayCare and VIBGYOR High School, Yerwada are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, CPLSS Pune- Cosmetic Surgeon and Rakshak Hospital are very close by.\n\nIf you are looking for gifts, or just want to spoil yourself, Jewel Square, Cannaught Place and Gera Complex have a wide variety of things that you can choose from. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nAs there are bus stop, super market & other local amenities close by, you'll find everything you need near home. Since there is an ATM & petrol pump close to this home you will have easy access to money & fuel at any time.","id":"8a9f8b116fe099f4016fe0a8e5310637","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri ","longitude":73.9103401,"seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","indexName":"nobroker_resale","inactiveReason":"TIMED_OUT","locality":"Wadgaon Sheri ","active":true,"creationDate":1580022163000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India","accurateLocation":true,"defaultEmi":"19,486\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-wadgaon-sheri--pune\u002F8a9f8b116fe099f4016fe0a8e5310637\u002Fdetail","reactivationSource":"PROPERTY_DASHBOARD","activationDate":1624088404000,"facingDesc":"North","furnishing":"NOT_FURNISHED","amenities":"{\"LIFT\":false,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":false,\"SERVANT\":false,\"SECURITY\":true,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":false}","photoAvailable":true,"typeDesc":"1 BHK","maintenanceCostPerSqFt":"5.0","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FJ61Dt","latitude":18.5576731,"promoted_b":false,"reactivationReqDate":1624088022000,"description":"Finding a 1 BHK for sale in Wadgaon Sheri at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 4th floor this home can comfortably serve your parking facility for car and bike needs. This North facing home is over 300 sqft. & is in a convenient location.\n\nIf you are looking for a home with security, this home is just right for you.\n\nFurtados Music School in Koregaon Park, Pune, KLAY Prep Schools and DayCare and VIBGYOR High School, Yerwada are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, CPLSS Pune- Cosmetic Surgeon and Rakshak Hospital are very close by.\n\nIf you are looking for gifts, or just want to spoil yourself, Jewel Square, Cannaught Place and Gera Complex have a wide variety of things that you can choose from. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nAs there are bus stop, super market & other local amenities close by, you'll find everything you need near home. Since there is an ATM & petrol pump close to this home you will have easy access to money & fuel at any time.-- generated by system (SIA)","facing":"N","title":"1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri ","nbLocality":"Wadgaon Sheri","noOfUnits":1,"society":"shrishti center","underLoan":false,"ownerName":"Pranav Galande ","street":"Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India","propertyType":"BUY","secondaryTitle":"Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India","aea__":{"ACCURATE_LOCATION":{"display_value":"Accurate","value":"ACCURATE"}},"floor":4,"kitchen":"OPEN_SHELVES","thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9f8b116fe099f4016fe0a8e5310637\u002F8a9f8b116fe099f4016fe0a8e5310637_61514_95946_medium.jpg","lastActivationDate":1580022621000,"verified":false,"maintenanceCost":1500,"inactiveReasonDesc":"Timed Out","sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"34 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":true,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.557673100000000000,73.910340100000000000","propType":"AP"},{"propertyAge":3,"parking":"TWO_WHEELER","ownershipType":"FREEHOLD","parkingDesc":"Bike","projectUrl":"balaji-serenity-pune_pune-prjt-5ba3f029714b56aa08575195","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"cupBoard":0,"videos":[],"negotiable":true,"type":"BHK1","ownerId":"8a9f82fc75ca5dc60175caa0ab152097","propertySize":618,"originalImageUrl":"\u002F\u002Fassets.nobroker.in8a9f82fc75ca5dc60175caa0ab392098_81766_96713_original.jpg","price":4700000,"combineDescription":"Elegant and spacious flat in very peaceful area,,,only 500 meters away from Phoenix Mall Vimannagar\nAn affordable 1 BHK for sale in Wadgaon Sheri is now available, without any brokerage. This East facing home is on the 2nd floor. This home is over 618 sqft. & even comes with ample parking space for a bike.\n\nAs this home comes with visitor parking & fire safety & more such amenities, living here would make life more pleasant. If you need amenities such as security & elevator you'll be happy to note that this home has this & more.","id":"8a9f82fc75ca5dc60175caa0ab392098","state":"READY","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri","powerBackup":"FULL","inactiveReason":"TIMED_OUT","locality":"Wadgaon Sheri","active":true,"waterSupply":"CORP_BORE","accurateLocation":true,"pinCode":411014,"lift":true,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-wadgaon-sheri-pune\u002F8a9f82fc75ca5dc60175caa0ab392098\u002Fdetail","activationDate":1621429802000,"amenities":"{\"LIFT\":true,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":true,\"SERVANT\":false,\"SECURITY\":true,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":true}","typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.6","city":"pune","latitude":18.55571682250312,"reactivationReqDate":1621429420000,"facing":"E","underLoan":false,"kitchen":"OPEN_SHELVES","sponsored":false,"documentName":"property","url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","buildingId":"5ba3f029714b56aa08575195","formattedPrice":"47 Lacs","amenitiesMap":{"LIFT":true,"GYM":false,"INTERNET":false,"AC":false,"CLUB":false,"INTERCOM":false,"POOL":false,"CPA":false,"FS":true,"SERVANT":false,"SECURITY":true,"SC":false,"GP":false,"PARK":false,"RWH":false,"STP":false,"HK":false,"PB":false,"VP":true},"ownerDes":"Elegant and spacious flat in very peaceful area,,,only 500 meters away from Phoenix Mall Vimannagar","lastUpdateDate":1621429806000,"balconies":2,"regCostIncluded":false,"availableFrom":1621362600000,"photos":[{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_81766_26717_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_81766_96713_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_81766_6253_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_81766_24263_medium.jpg"},"disAffinity":999,"displayPic":true,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_33334_33938_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_33334_90129_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_33334_58521_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_33334_72910_medium.jpg"},"disAffinity":999,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_26279_9644_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_26279_14937_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_26279_74218_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_26279_16809_medium.jpg"},"disAffinity":999,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9f82fc75ca5dc60175caa0ab392098_40914_45924_thumbnail.jpg","original":"8a9f82fc75ca5dc60175caa0ab392098_40914_7123_original.jpg","large":"8a9f82fc75ca5dc60175caa0ab392098_40914_68915_large.jpg","medium":"8a9f82fc75ca5dc60175caa0ab392098_40914_44127_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""}],"loanAvailable":true,"localityId":"wadgaon_sheri_pune","longitude":73.91360593095985,"seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","indexName":"nobroker_resale","creationDate":1605422329000,"swimmingPool":false,"completeStreetName":"Off Pune Nagar Road, Near Christ College","defaultEmi":"26,937\u002FMonth","totalFloor":5,"gym":false,"reactivationSource":"PROPERTY_DASHBOARD","facingDesc":"East","furnishing":"NOT_FURNISHED","photoAvailable":true,"flooring":"VITRIFIED_TILES","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FmySSr","promoted_b":false,"description":"Elegant and spacious flat in very peaceful area,,,only 500 meters away from Phoenix Mall Vimannagar--written by ownerAn affordable 1 BHK for sale in Wadgaon Sheri is now available, without any brokerage. This East facing home is on the 2nd floor. This home is over 618 sqft. & even comes with ample parking space for a bike.\n\nAs this home comes with visitor parking & fire safety & more such amenities, living here would make life more pleasant. If you need amenities such as security & elevator you'll be happy to note that this home has this & more.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri","nbLocality":"Wadgaon Sheri","society":"Balaji Serenity ","ownerName":"Angelina Jones","street":"Off Pune Nagar Road, Near Christ College","propertyType":"BUY","secondaryTitle":"Off Pune Nagar Road, Near Christ College","aea__":{"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"},"GATED_SECURITY":{"display_value":"Yes","value":"SECURITY_ONLY"},"ACCURATE_LOCATION":{"display_value":"Accurate","value":"ACCURATE"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"SECONDARY_NUMBER":{"value":"7774893492"}},"floor":2,"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9f82fc75ca5dc60175caa0ab392098\u002F8a9f82fc75ca5dc60175caa0ab392098_81766_24263_medium.jpg","lastActivationDate":1605424502000,"verified":false,"maintenanceCost":1000,"inactiveReasonDesc":"Timed Out","videoUnit":[],"showProject":true,"colour":"GREEN","servantRoom":0,"location":"18.555716822503120000,73.913605930959850000","propType":"AP"},{"propertyAge":10,"parking":"TWO_WHEELER","ownershipType":"FREEHOLD","parkingDesc":"Bike","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1617287497000,"negotiable":true,"type":"BHK1","ownerId":"8a9f8c25727961700172798aa8bf133c","regCostIncluded":false,"availableFrom":1616869800000,"photos":[{"imagesMap":{"thumbnail":"8a9f931b750cdd9201750d3bad4d2b82_15698_33984_thumbnail.jpg","original":"8a9f931b750cdd9201750d3bad4d2b82_15698_57658_original.jpg","large":"8a9f931b750cdd9201750d3bad4d2b82_15698_81984_large.jpg","medium":"8a9f931b750cdd9201750d3bad4d2b82_15698_62362_medium.jpg"},"disAffinity":0,"displayPic":true,"w":278,"name":"files[]","h":181,"state":"APPROVED","duplicate":false,"title":""}],"propertySize":700,"loanAvailable":true,"originalImageUrl":"\u002F\u002Fassets.nobroker.in8a9f931b750cdd9201750d3bad4d2b82_15698_57658_original.jpg","price":4500000,"combineDescription":"car parking outside\nThis lovely 1 BHK for sale is only 45 Lakhs rupees without any extra brokerage & could be your new home. This DK facing home is over 700 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking space for bike needs.\n\nWith The E - Square Hotel, Alka Talkies & Rahul Talkies 70 MM close by, you can catch your favourite movies running & never worry about missing a show because of traffic. Never miss out on lifestyle as Central Pune, Cannaught Place and Bombay Dyeing Showroom are so close by.\n\nIf you are a frequent traveller, then you'll be happy to note that train station is less than 10 minutes from this house.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Ruby Hall Clinic, Mukundrao Lele Hospital and Sahyadri Super Speciality Hospital, Deccan Gymkhana are very close by. St. Vincent's High School, Pune, Markandeya Primary School and Savitribai Phule Vidyalaya are well known educational institutes in town & are very close to this home.","id":"8a9f931b750cdd9201750d3bad4d2b82","state":"READY","localityId":"wadgaon_sheri_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri","longitude":73.9134825,"seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","indexName":"nobroker_resale","inactiveReason":"INCORRECT","locality":"Wadgaon Sheri","active":true,"creationDate":1602244816000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"29\u002FA, Sankalp Nagri, Ramwadi, Near Christ College","accurateLocation":true,"defaultEmi":"25,791\u002FMonth","totalFloor":3,"lift":false,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-wadgaon-sheri-pune\u002F8a9f931b750cdd9201750d3bad4d2b82\u002Fdetail","reactivationSource":"PROPERTY_DASHBOARD","activationDate":1616914512000,"facingDesc":"Don't Know","furnishing":"SEMI_FURNISHED","amenities":"{\"LIFT\":false,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":false,\"SERVANT\":false,\"SECURITY\":false,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":false}","photoAvailable":true,"typeDesc":"1 BHK","maintenanceCostPerSqFt":"1.4","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FLRfmb","latitude":18.5556527,"promoted_b":false,"reactivationReqDate":1616913549000,"description":"car parking outside--written by ownerThis lovely 1 BHK for sale is only 45 Lakhs rupees without any extra brokerage & could be your new home. This DK facing home is over 700 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking space for bike needs.\n\nWith The E - Square Hotel, Alka Talkies & Rahul Talkies 70 MM close by, you can catch your favourite movies running & never worry about missing a show because of traffic. Never miss out on lifestyle as Central Pune, Cannaught Place and Bombay Dyeing Showroom are so close by.\n\nIf you are a frequent traveller, then you'll be happy to note that train station is less than 10 minutes from this house.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Ruby Hall Clinic, Mukundrao Lele Hospital and Sahyadri Super Speciality Hospital, Deccan Gymkhana are very close by. St. Vincent's High School, Pune, Markandeya Primary School and Savitribai Phule Vidyalaya are well known educational institutes in town & are very close to this home.-- generated by system (SIA)","facing":"DK","title":"1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri","nbLocality":"Wadgaon Sheri","society":"Sadguru Hambirbaba Society","underLoan":false,"ownerName":"praveen khobragade","street":"29\u002FA, Sankalp Nagri, Ramwadi, Near Christ College","propertyType":"BUY","secondaryTitle":"29\u002FA, Sankalp Nagri, Ramwadi, Near Christ College","floor":2,"kitchen":"OPEN_SHELVES","thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9f931b750cdd9201750d3bad4d2b82\u002F8a9f931b750cdd9201750d3bad4d2b82_15698_62362_medium.jpg","lastActivationDate":1602244993000,"verified":false,"maintenanceCost":1000,"inactiveReasonDesc":"Inc Info","sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"45 Lacs","colour":"GREEN","amenitiesMap":{"LIFT":false,"GYM":false,"INTERNET":false,"AC":false,"CLUB":false,"INTERCOM":false,"POOL":false,"CPA":false,"FS":false,"SERVANT":false,"SECURITY":false,"SC":false,"GP":false,"PARK":false,"RWH":false,"STP":false,"HK":false,"PB":false,"VP":false},"servantRoom":0,"location":"18.555652700000000000,73.913482500000000000","propType":"AP","ownerDes":"car parking outside"},{"propertyAge":10,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1618919259000,"balconies":0,"negotiable":true,"type":"BHK1","ownerId":"ff80818167302dbe0167303e947408cc","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9fae8278e43d1a0178e44938f90366_53951_40718_thumbnail.jpg","original":"8a9fae8278e43d1a0178e44938f90366_53951_69482_original.jpg","large":"8a9fae8278e43d1a0178e44938f90366_53951_28708_large.jpg","medium":"8a9fae8278e43d1a0178e44938f90366_53951_69068_medium.jpg"},"disAffinity":999,"displayPic":true,"w":666,"name":"files[]","h":500,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae8278e43d1a0178e44938f90366_27819_92059_thumbnail.jpg","original":"8a9fae8278e43d1a0178e44938f90366_27819_89239_original.jpg","large":"8a9fae8278e43d1a0178e44938f90366_27819_56002_large.jpg","medium":"8a9fae8278e43d1a0178e44938f90366_27819_15964_medium.jpg"},"disAffinity":0,"displayPic":false,"w":666,"name":"files[]","h":500,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae8278e43d1a0178e44938f90366_53435_40133_thumbnail.jpg","original":"8a9fae8278e43d1a0178e44938f90366_53435_89369_original.jpg","large":"8a9fae8278e43d1a0178e44938f90366_53435_53509_large.jpg","medium":"8a9fae8278e43d1a0178e44938f90366_53435_24389_medium.jpg"},"disAffinity":0,"displayPic":false,"w":666,"name":"files[]","h":500,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1618684200000,"loanAvailable":true,"propertySize":500,"originalImageUrl":"\u002F\u002Fassets.nobroker.in8a9fae8278e43d1a0178e44938f90366_53951_69482_original.jpg","score":{"lastUpdatedDate":"2021-05-18T23:58:21+05:30","transit":7.9,"id":"8a9fae8278e43d1a0178e44938f90366","lifestyle":6.3},"price":2200000,"combineDescription":"Finding a 1 BHK for sale in Dhanori at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 3rd floor this home can comfortably serve your parking space for car and bike needs. This East facing home is over 500 sqft. & is in a convenient location.","id":"8a9fae8278e43d1a0178e44938f90366","state":"READY","localityId":"viman_nagar_pune","adminEvent":"PROPERTY","bathroom":1,"propertyTitle":"1 BHK Flat For Sale In Sankalp Nagari In Dhanori","longitude":73.909289,"indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","inactiveReason":"INCORRECT","locality":"Dhanori","active":true,"creationDate":1618737707000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. ","accurateLocation":true,"defaultEmi":"12,609\u002FMonth","totalFloor":4,"lift":false,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F1-bhk-apartment-for-sale-in-dhanori-pune\u002F8a9fae8278e43d1a0178e44938f90366\u002Fdetail","activationDate":1618738211000,"facingDesc":"East","furnishing":"SEMI_FURNISHED","photoAvailable":true,"amenities":"{\"LIFT\":false,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":false,\"SERVANT\":false,\"SECURITY\":false,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":false}","flooring":"CEMENT","typeDesc":"1 BHK","maintenanceCostPerSqFt":"0.7","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002F3C6sq","latitude":18.55849,"promoted_b":false,"facing":"E","description":"Finding a 1 BHK for sale in Dhanori at this price is next to impossible, now you can buy it without paying brokerage too. Situated on the 3rd floor this home can comfortably serve your parking space for car and bike needs. This East facing home is over 500 sqft. & is in a convenient location.-- generated by system (SIA)","title":"1 BHK Flat For Sale In Sankalp Nagari In Dhanori","nbLocality":"Viman Nagar","society":"Sankalp Nagari","underLoan":false,"ownerName":"Amit Sangale","street":"Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. ","propertyType":"BUY","secondaryTitle":"Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. ","aea__":{"GATED_SECURITY":{"display_value":"No","value":"NO"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9fae8278e43d1a0178e44938f90366\u002F8a9fae8278e43d1a0178e44938f90366_53951_69068_medium.jpg","floor":3,"kitchen":"OPEN_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":350,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_1.png","formattedPrice":"22 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":false,"AC":false,"RWH":false,"HK":false,"INTERNET":false,"LIFT":false,"CLUB":false,"GP":false,"FS":false,"STP":false,"PARK":false,"SC":false,"PB":false,"CPA":false,"SECURITY":false,"POOL":false,"GYM":false,"VP":false,"SERVANT":false},"servantRoom":0,"location":"18.558490000000000000,73.909289000000000000","propType":"AP"},{"propertyAge":10,"ownershipType":"FREEHOLD","parking":"BOTH","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1628021905000,"balconies":3,"negotiable":true,"type":"BHK2","ownerId":"ff80818161742351016174918fe23473","regCostIncluded":false,"photos":[{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_96245_574396_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_96245_616956_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_96245_759820_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_96245_714154_medium.jpg"},"disAffinity":17,"displayPic":true,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":"Drawing"},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_37304_151871_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_37304_563354_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_37304_513556_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_37304_759898_medium.jpg"},"disAffinity":16,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_5007_780037_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_5007_221695_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_5007_666733_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_5007_992839_medium.jpg"},"disAffinity":11,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_44330_124466_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_44330_252561_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_44330_267909_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_44330_847666_medium.jpg"},"disAffinity":9,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_63846_806093_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_63846_648108_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_63846_798640_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_63846_417997_medium.jpg"},"disAffinity":9,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_50468_594837_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_50468_200370_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_50468_119499_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_50468_898513_medium.jpg"},"disAffinity":9,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_25780_280729_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_25780_37697_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_25780_185769_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_25780_929684_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1600,"name":"image","h":1200,"state":"APPROVED","duplicate":false,"title":""},{"imagesMap":{"thumbnail":"8a9fae827aeb484e017aeba5360c2dba_4995_162958_thumbnail.jpg","original":"8a9fae827aeb484e017aeba5360c2dba_4995_67929_original.jpg","large":"8a9fae827aeb484e017aeba5360c2dba_4995_731672_large.jpg","medium":"8a9fae827aeb484e017aeba5360c2dba_4995_899010_medium.jpg"},"disAffinity":0,"displayPic":false,"w":1200,"name":"image","h":1600,"state":"APPROVED","duplicate":false,"title":""}],"availableFrom":1627842600000,"loanAvailable":true,"propertySize":1090,"originalImageUrl":"\u002F\u002Fassets.nobroker.in\u002F8a9fae827aeb484e017aeba5360c2dba_96245_616956_original.jpg","score":{"lastUpdatedDate":"2021-07-28T11:58:00+05:30","transit":8,"id":"8a9fae827aeb484e017aeba5360c2dba","lifestyle":8.6},"price":8700000,"combineDescription":"This 2 BHK for sale comes with an affordable price tag of just 87 Lakhs rupees with an additional perk of paying no brokerage. This home is over 1090 sqft. & even comes with ample parking place for car and bike. This East facing home is on the 1st floor.\n\nAs this home comes with parking for visitors, fire security, sewage treatment plant & gas pipeline & more such amenities, living here would make life more pleasant. When you need community centre, play area, gym, garden & swimming pool for relaxation, all you have to do is step out of the door as the apartment complex has what you're looking for. If you are looking for a home with intercom facility, elevator & Wi-Fi access, this home is just right for you.\n\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\n\nNever miss out on lifestyle as CENTRAL, Pune Central Mall and Saileen Technologies are so close by. With City Pride, Alka Talkies & Vijay Citramandir close by, you can catch your favourite movies running & never worry about missing a show because of traffic.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Poona Hospital & Research Centre, Matoshri Ramabai Ambedkar Prasutigriha and Mukundrao Lele Hospital are very close by. SATARA SCHOOL, MIT School of Business and Orchid school are well known educational institutes in town & are very close to this home.","id":"8a9fae827aeb484e017aeba5360c2dba","state":"READY","localityId":"deccan_gymkhana_pune","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"2 BHK Flat For Sale In Eden Garden, In Viman Nagar","longitude":73.91451219999999,"powerBackup":"Partial","indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJw_ByX4u_wjsRepsU4gtM_wk\", \"name\": \"Central Mall\", \"longitude\": 73.8387579, \"seoUrl\": \"\u002Fflats-for-sale-near-central_mall_erandwane_pune\", \"latitude\": 18.5104791, \"id\": \"ChIJl77r04u_wjsRbz9KQ_R_5gE\"}, {\"localityId\": \"ChIJd1F4HXnAwjsRyD10yoFq2CA\", \"name\": \"City Pride Mangala Multiplex\", \"longitude\": 73.85439190000002, \"seoUrl\": \"\u002Fflats-for-sale-near-city_pride_mangala_multiplex_shivaji_nagar_pune\", \"latitude\": 18.5243982, \"id\": \"ChIJLZ5VrnzAwjsRViqH4AUDNS8\"}, {\"localityId\": \"ChIJu_fXknPAwjsRgVCzSUCc-tw\", \"name\": \"Durvankur Dining Hall\", \"longitude\": 73.84611590000002, \"seoUrl\": \"\u002Fflats-for-sale-near-durvankur_dining_hall_sadashiv_peth_pune\", \"latitude\": 18.5107328, \"id\": \"ChIJ7c4lPXTAwjsRU8h8e3qn6CU\"}, {\"localityId\": \"ChIJfS8qMI-_wjsRZC5c1rF2ha4\", \"name\": \"Wadeshwar FC\", \"longitude\": 73.841584, \"seoUrl\": \"\u002Fflats-for-sale-near-wadeshwar_fc_deccan_gymkhana_pune\", \"latitude\": 18.518379, \"id\": \"ChIJuyeHdXLAwjsRe7QepK9fGnA\"}, {\"localityId\": \"ChIJd1F4HXnAwjsRyD10yoFq2CA\", \"name\": \"Model Colony\", \"longitude\": 73.838286, \"seoUrl\": \"\u002Fflats-for-sale-near-model_colony_pune\", \"latitude\": 18.5294, \"id\": \"ChIJU9oScn-_wjsRu0B_oEEhfcY\"}]","inactiveReason":"INCORRECT","locality":"Viman Nagar","active":true,"creationDate":1627451111000,"swimmingPool":true,"waterSupply":"CORP_BORE","completeStreetName":"Viman Nagar, Pune - 411014, Maharashtra, INDIA.","accurateLocation":true,"defaultEmi":"49,863\u002FMonth","totalFloor":7,"lift":true,"gym":true,"detailUrl":"\u002Fproperty\u002Fbuy\u002F2-bhk-apartment-for-sale-in-viman-nagar-pune\u002F8a9fae827aeb484e017aeba5360c2dba\u002Fdetail","activationDate":1627452031000,"facingDesc":"East","furnishing":"SEMI_FURNISHED","photoAvailable":true,"amenities":"{\"LIFT\":true,\"GYM\":true,\"INTERNET\":true,\"AC\":false,\"CLUB\":true,\"INTERCOM\":true,\"POOL\":true,\"CPA\":true,\"FS\":true,\"SERVANT\":false,\"SECURITY\":false,\"SC\":true,\"GP\":true,\"PARK\":true,\"RWH\":false,\"STP\":true,\"HK\":false,\"PB\":false,\"VP\":true}","flooring":"VITRIFIED_TILES","typeDesc":"2 BHK","maintenanceCostPerSqFt":"3.0","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FrsN7C","latitude":18.5603214,"promoted_b":false,"carpetArea":927,"description":"This 2 BHK for sale comes with an affordable price tag of just 87 Lakhs rupees with an additional perk of paying no brokerage. This home is over 1090 sqft. & even comes with ample parking place for car and bike. This East facing home is on the 1st floor.\n\nAs this home comes with parking for visitors, fire security, sewage treatment plant & gas pipeline & more such amenities, living here would make life more pleasant. When you need community centre, play area, gym, garden & swimming pool for relaxation, all you have to do is step out of the door as the apartment complex has what you're looking for. If you are looking for a home with intercom facility, elevator & Wi-Fi access, this home is just right for you.\n\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\n\nNever miss out on lifestyle as CENTRAL, Pune Central Mall and Saileen Technologies are so close by. With City Pride, Alka Talkies & Vijay Citramandir close by, you can catch your favourite movies running & never worry about missing a show because of traffic.\n\nIf you are in need of any emergency services or medical assistance, you will be happy to note that Poona Hospital & Research Centre, Matoshri Ramabai Ambedkar Prasutigriha and Mukundrao Lele Hospital are very close by. SATARA SCHOOL, MIT School of Business and Orchid school are well known educational institutes in town & are very close to this home.-- generated by system (SIA)","facing":"E","title":"2 BHK Flat For Sale In Eden Garden, In Viman Nagar","nbLocality":"Deccan Gymkhana","society":"Eden Garden, ","underLoan":false,"ownerName":"Vipul Sachdev","street":"Viman Nagar, Pune - 411014, Maharashtra, INDIA.","propertyType":"BUY","secondaryTitle":"Viman Nagar, Pune - 411014, Maharashtra, INDIA.","aea__":{"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"GATED_SECURITY":{"display_value":"No","value":"NO"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"yes","value":"YES"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"PROPERTY_TAX":{"display_value":"yes","value":"YES"},"SALE_DEED":{"display_value":"yes","value":"YES"}},"thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002F8a9fae827aeb484e017aeba5360c2dba\u002F8a9fae827aeb484e017aeba5360c2dba_96245_714154_medium.jpg","floor":1,"kitchen":"COVERED_SHELVES","verified":false,"inactiveReasonDesc":"Inc Info","maintenanceCost":3300,"sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_2.png","formattedPrice":"87 Lacs","colour":"GREEN","amenitiesMap":{"INTERCOM":true,"RWH":false,"INTERNET":true,"LIFT":true,"CLUB":true,"FS":true,"STP":true,"PARK":true,"PB":false,"CPA":true,"SECURITY":false,"POOL":true,"GYM":true,"VP":true,"AC":false,"HK":false,"GP":true,"SC":true,"SERVANT":false},"servantRoom":0,"location":"18.560321400000000000,73.914512199999990000","propType":"AP"},{"propertyAge":5,"parking":"BOTH","ownershipType":"FREEHOLD","parkingDesc":"Bike and Car","contactedStatusDetails":{},"shortlistedByLoggedInUser":false,"lastUpdateDate":1620213930000,"balconies":1,"cupBoard":7,"negotiable":false,"type":"BHK2","ownerId":"ff8081816534813c01653532fb850bf8","regCostIncluded":false,"availableFrom":1620153000000,"photos":[{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_61002_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_88954_original.jpg","large":"ff8081816534813c01653532fbd30bf9_99689_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_61162_medium.jpg"},"disAffinity":0,"displayPic":true,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_58748_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_96383_original.jpg","large":"ff8081816534813c01653532fbd30bf9_86449_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_75680_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_36590_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_25604_original.jpg","large":"ff8081816534813c01653532fbd30bf9_77056_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_21402_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_85354_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_67965_original.jpg","large":"ff8081816534813c01653532fbd30bf9_57202_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_49406_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_1629_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_45381_original.jpg","large":"ff8081816534813c01653532fbd30bf9_11836_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_53238_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""},{"imagesMap":{"thumbnail":"ff8081816534813c01653532fbd30bf9_41395_thumbnail.jpg","original":"ff8081816534813c01653532fbd30bf9_23674_original.jpg","large":"ff8081816534813c01653532fbd30bf9_14346_large.jpg","medium":"ff8081816534813c01653532fbd30bf9_79655_medium.jpg"},"disAffinity":0,"displayPic":false,"w":0,"name":"image","h":0,"duplicate":false,"title":""}],"propertySize":875,"loanAvailable":true,"originalImageUrl":"\u002F\u002Fassets.nobroker.inff8081816534813c01653532fbd30bf9_88954_original.jpg","price":7500000,"combineDescription":"Fully furnished , currently on rent\n*The house is fullyfurnished with wardrobes. It has easy access to market, schools, hospitals, banks and ATM's as well.\n* fridge , washing machine , gas stove, gyeser available** sofa available\nThis 2 BHK for sale comes with an affordable price tag of just 75 Lakhs rupees with an additional perk of paying no brokerage. This North facing home is over 875 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking facility for car and bike needs.\n\nIf you are looking for a home with security & elevator, this home is just right for you.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\n\nFurtados Music School in Koregaon Park, Pune, Tree House Play Group and Tree House Play Group are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, Rakshak Hospital and CPLSS Pune- Cosmetic Surgeon are very close by.\n\nNever miss out on lifestyle as Gera Complex, Beaute Boutique and Creaticity Mall are so close by. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.","id":"ff8081816534813c01653532fbd30bf9","state":"READY","localityId":"viman_nagar_pune","adminEvent":"PROPERTY","bathroom":2,"propertyTitle":"2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar","longitude":73.91403351712721,"powerBackup":"FULL","indexName":"nobroker_resale","seoDescription":"[{\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"Weikfield IT Citi Info Park\", \"longitude\": 73.9110895, \"seoUrl\": \"\u002Fflats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune\", \"latitude\": 18.560956, \"id\": \"ChIJVUuocz_BwjsR7hlFHvBn1Nk\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Trion Business Park\", \"longitude\": 73.9208, \"seoUrl\": \"\u002Fflats-for-sale-near-trion_business_park_wadgaon_sheri_pune\", \"latitude\": 18.5607789, \"id\": \"ChIJKearW0LBwjsRQwRfbA0109M\"}, {\"localityId\": \"ChIJtYQU5kbBwjsRsLO0qPcsSLY\", \"name\": \"PVR\", \"longitude\": 73.9163118, \"seoUrl\": \"\u002Fflats-for-sale-near-pvr_viman_nagar_pune\", \"latitude\": 18.5627043, \"id\": \"ChIJC-L0OkHBwjsRLbYvShHU2Xg\"}, {\"localityId\": \"ChIJxZBnkBDBwjsRcpq1NoUtYVY\", \"name\": \"D Mart\", \"longitude\": 73.9111359, \"seoUrl\": \"\u002Fflats-for-sale-near-d_mart_new_kalyani_nagar_pune\", \"latitude\": 18.544581, \"id\": \"ChIJHURURw3BwjsRWNSalwNNios\"}, {\"localityId\": \"ChIJWwEUBG_BwjsRnf-bZzHNozk\", \"name\": \"Brahma Suncity\", \"longitude\": 73.918451, \"seoUrl\": \"\u002Fflats-for-sale-near-brahma_suncity_pune\", \"latitude\": 18.5490483, \"id\": \"ChIJ03YeBm7BwjsRxT8hD1HX5no\"}]","inactiveReason":"TIMED_OUT","locality":"Viman Nagar","active":true,"creationDate":1534195858000,"swimmingPool":false,"waterSupply":"CORPORATION","completeStreetName":"Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day","accurateLocation":true,"defaultEmi":"42,985\u002FMonth","leaseYears":0,"totalFloor":6,"lift":true,"gym":false,"detailUrl":"\u002Fproperty\u002Fbuy\u002F2-bhk-apartment-for-sale-in-viman-nagar-pune\u002Fff8081816534813c01653532fbd30bf9\u002Fdetail","reactivationSource":"PROPERTY_DASHBOARD","activationDate":1620213928000,"facingDesc":"North","furnishing":"FULLY_FURNISHED","amenities":"{\"LIFT\":true,\"GYM\":false,\"INTERNET\":false,\"AC\":false,\"CLUB\":false,\"INTERCOM\":false,\"POOL\":false,\"CPA\":false,\"FS\":false,\"SERVANT\":false,\"SECURITY\":true,\"SC\":false,\"GP\":false,\"PARK\":false,\"RWH\":false,\"STP\":false,\"HK\":false,\"PB\":false,\"VP\":false}","photoAvailable":true,"flooring":"VITRIFIED_TILES","typeDesc":"2 BHK","maintenanceCostPerSqFt":"1.7","city":"pune","shortUrl":"http:\u002F\u002Fnobr.kr\u002Fsv\u002FkTjHd","latitude":18.560676845976253,"promoted_b":false,"reactivationReqDate":1620213502000,"description":"Fully furnished , currently on rent\n*The house is fullyfurnished with wardrobes. It has easy access to market, schools, hospitals, banks and ATM's as well.\n* fridge , washing machine , gas stove, gyeser available** sofa available--written by ownerThis 2 BHK for sale comes with an affordable price tag of just 75 Lakhs rupees with an additional perk of paying no brokerage. This North facing home is over 875 sqft. & is in a convenient location. Situated on the 2nd floor this home can comfortably serve your parking facility for car and bike needs.\n\nIf you are looking for a home with security & elevator, this home is just right for you.\n\nBeing less than 30 minutes from airport makes this home ideal for frequent flyers.\n\nWith a petrol pump & super market your daily needs are easily fulfilled The ATM & bus stop are close by, you will find having money in hand & access to public transport very easy.\n\nFurtados Music School in Koregaon Park, Pune, Tree House Play Group and Tree House Play Group are well known educational institutes in town & are very close to this home. If you are in need of any emergency services or medical assistance, you will be happy to note that Medipoint Hospital, Rakshak Hospital and CPLSS Pune- Cosmetic Surgeon are very close by.\n\nNever miss out on lifestyle as Gera Complex, Beaute Boutique and Creaticity Mall are so close by. As PVR Cinemas, Carnival Cinemas & Storm 5D are in close proximity to this house, you can catch the latest movies at any time.-- generated by system (SIA)","facing":"N","title":"2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar","nbLocality":"Viman Nagar","noOfUnits":0,"society":"Siddhi Vinayak Corona","underLoan":false,"ownerName":"Sambit","street":"Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day","propertyType":"BUY","secondaryTitle":"Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day","aea__":{"SALE_DEED":{"display_value":"null","value":"NULL"},"KHATA_CERTIFICATE":{"display_value":"null","value":"NULL"},"COMPLETION_CERTIFICATE":{"display_value":"null","value":"NULL"},"OCCUPATION_CERTIFICATE":{"display_value":"null","value":"NULL"},"HOUSE_KEY_WITH":{"display_value":"I will show","value":"I_HAVE_KEYS"},"PROPERTY_TAX":{"display_value":"null","value":"NULL"},"GATED_SECURITY":{"display_value":"Yes","value":"SECURITY_ONLY"}},"floor":2,"kitchen":"MODULAR","thumbnailImage":"https:\u002F\u002Fassets.nobroker.in\u002Fimages\u002Fff8081816534813c01653532fbd30bf9\u002Fff8081816534813c01653532fbd30bf9_61162_medium.jpg","lastActivationDate":1542788337000,"verified":false,"maintenanceCost":1500,"inactiveReasonDesc":"Timed Out","sponsored":false,"documentName":"property","videoUnit":[],"url":"\u002Fstatic\u002Fimg\u002Ficon\u002Fmap\u002Fnew\u002Fnew_2.png","formattedPrice":"75 Lacs","colour":"GREEN","amenitiesMap":{"LIFT":true,"GYM":false,"INTERNET":false,"AC":false,"CLUB":false,"INTERCOM":false,"POOL":false,"CPA":false,"FS":false,"SERVANT":false,"SECURITY":true,"SC":false,"GP":false,"PARK":false,"RWH":false,"STP":false,"HK":false,"PB":false,"VP":false},"servantRoom":0,"location":"18.560676845976253000,73.914033517127210000","propType":"AP","ownerDes":"Fully furnished , currently on rent\n*The house is fullyfurnished with wardrobes. It has easy access to market, schools, hospitals, banks and ATM's as well.\n* fridge , washing machine , gas stove, gyeser available** sofa available"}],"listPageSponsoredProperties":[],"listPageOtherParams":{"searchParam":"W3sibGF0IjoxOC41NTc3NDQ2LCJsb24iOjczLjkxMjQ2NzQsInBsYWNlSWQiOiJDaElKaVNGeWVzWEF3anNScmN5RkZzUHlzTkUiLCJwbGFjZU5hbWUiOiJQdW5lIn1d","placeId":null,"city":"pune","breadCrumbs":"W3sibmFtZSI6InB1bmUiLCJ1cmwiOiJmbGF0cy1mb3Itc2FsZS1pbi1wdW5lX3B1bmUifV0=","count":11,"searchToken":null,"topPropertyId":null,"total_count":385},"selectedLocalities":[{"lat":18.5577446,"lng":73.9124674,"place_id":"ChIJiSFyesXAwjsRrcyFFsPysNE","name":"Pune"}],"listPageCardSettings":null,"listPagebuilderProjects":null,"clearListPgaeProperties":false,"shortlistData":null,"listPageMapOtherProperties":[],"polygonData":[],"polygonDataOtherParams":null,"localityType":null,"nearbyProperties":{"status":200,"statusCode":200,"message":"success","seoData":null,"otherParams":{"latitude":18.5577446,"count":10,"longitude":73.9124674},"data":[{"urlName":"sanjay_park_pune","city":"pune","center":{"lon":73.9024334209775,"lat":18.5664786590214},"name":"Sanjay Park, Pune","id":"ChIJP_x29jDBwjsRDI7BZf37xPw"},{"urlName":"new_kalyani_nagar_pune","city":"pune","center":{"lon":73.902168421211,"lat":18.5470746330009},"name":"New Kalyani Nagar, Pune","id":"ChIJxZBnkBDBwjsRcpq1NoUtYVY"},{"urlName":"viman_nagar_pune","city":"pune","center":{"lon":73.9143179,"lat":18.567929},"name":"Viman Nagar, Pune","id":"ChIJtYQU5kbBwjsRsLO0qPcsSLY"},{"urlName":"mundhwa_pune","city":"pune","center":{"lon":73.9287801759071,"lat":18.531907097177},"name":"Mundhwa, Pune","id":"ChIJdWKoH4HBwjsRkQCgaKNbpzU"},{"urlName":"yerawada_pune","city":"pune","center":{"lon":73.8851301,"lat":18.5585127},"name":"Yerawada, Pune","id":"ChIJR0DynSDBwjsR5Wdkk4d824k"},{"urlName":"chandan_nagar_pune","city":"pune","center":{"lon":73.9325552,"lat":18.5635511},"name":"Chandan Nagar, Pune","id":"ChIJF_Ws6F_BwjsRtMqzCk-Gkkg"},{"urlName":"tingre_nagar_pune","city":"pune","center":{"lon":73.8991747,"lat":18.5780997},"name":"Tingre Nagar, Pune","id":"ChIJIepTlNTAwjsRYdkk5-1d5KY"},{"urlName":"wadgaon_sheri_pune","city":"pune","center":{"lon":73.920817,"lat":18.5527193},"name":"Wadgaon Sheri, Pune","id":"ChIJWwEUBG_BwjsRnf-bZzHNozk"},{"urlName":"koregaon_park_pune","city":"pune","center":{"lon":73.8939748,"lat":18.5362084},"name":"Koregaon Park, Pune","id":"ChIJdRIqOE7AwjsR8s8t4TvuyB4"},{"urlName":"ghorpadi_pune","city":"pune","center":{"lon":73.909957,"lat":18.529252},"name":"Ghorpadi, Pune","id":"ChIJJ8yGY6_BwjsRMHQhF2YQPyA"}]},"seoData":{},"canonicalUrl":null,"seoFooterData":null,"listPageCommercialPropertyType":null,"faqData":null,"closeCard":false,"dashboardRmLead":null,"listPageBuilderCarouselData":null,"listPageBuilderCarouselDataSale":null,"listPageSponsoredCarouselData":null,"listPageNearByOtherParams":null,"listPageNearByProperties":[],"nearBySeoData":null,"clearListPageNearByProperties":true,"nearByStatusLoading":false}}
</script>
</head>
<body>
<div id="appPortal">
</div>
<div id="app">
<div class="app-wrapper">
<main class="nb__3mmRZ" id="listPageTop">
<header class="nb-header nb__2JSn1">
<div class="lazyload-placeholder" style="height:auto">
</div>
<nav class="" style="box-shadow:none">
<div class="visible-tablet-phone-flex nb__ldAho">
<div class="nb__AoeWy">
<div class="nb__2wMy- nb__1OU3c">
</div>
<div class="nb__2wMy- nb__3k9It">
</div>
<div class="nb__2wMy- nb__jUh_o">
</div>
</div>
</div>
<div class="nb__B0rQM">
<div class="desktop-logo">
<img alt="logo" src="https://assets.nobroker.in/static/img/logos/nb_logo_new_trans.svg"/>
</div>
<span class="hidden-xs hidden-sm nb__Aqgxw">
</span>
<span class="hidden-xs hidden-sm nb__PbOJL">
<div>
<div class="nb__2tUBf">
<div class="nb__2KTvI">
<span class="heading-6">
Buy
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z">
</path>
<path d="M0 0h24v24H0z" fill="none">
</path>
</svg>
</div>
</div>
</div>
</span>
</div>
<div class="nb__IdpKE">
</div>
<div class="visible-tablet-phone-flex">
</div>
<div class="visible-tablet-up-flex nb__1WDTE">
<div class="nb__3mx-9">
<div class="nb__1IlDw">
<div class="nb__2Y-_- nb__3CXaG">
<div class="nb__1fRA8">
<img alt="rent" src="https://assets.nobroker.in/nb-new/public/myBooking.svg"/>
</div>
<div class="nb__2rw9L">
My Bookings
</div>
</div>
</div>
<div class="nb__1IlDw">
<div class="nb__2Y-_- nb__3vn0A">
<div class="nb__2t_zR">
<img alt="rent" src="https://assets.nobroker.in/nb-new/public/payrent.png"/>
</div>
<div>
Pay Rent
</div>
</div>
</div>
<a class="visible-tablet-up nb__1IlDw" href="/list-your-property-for-rent-sale" rel="noopener noreferrer" target="_blank">
<div class="nb__2Y-_- nb__94VOi">
<button class="btn btn-default btn-sm" id="" type="button">
Post Your Property
<span class="tooltip-trigger-text">
</span>
</button>
</div>
</a>
</div>
<div class="nb__vq1Zm">
<div class="nb__1IlDw">
<div class="nb__2Y-_-">
Sign up
</div>
</div>
<div class="nb__1IlDw">
<div class="nb__2Y-_-">
Log in
</div>
</div>
<div class="nb__1IlDw nb__2Bcez" id="main-menu" tabindex="0">
<div class="nb__2Y-_-">
<svg aria-hidden="true" class="jss1 nb__z3mPw" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M2 15.5v2h20v-2H2zm0-5v2h20v-2H2zm0-5v2h20v-2H2z">
</path>
<path d="M0 0h24v24H0z" fill="none">
</path>
</svg>
Menu
</div>
<div class="nb__3c82D">
<a class="nb__1EMNq nb__37O2A">
Post Your Property
</a>
<a class="nb__1EMNq nb__xK8nz">
Rental Agreement
</a>
<a class="nb__1EMNq nb__xK8nz">
Painting & Cleaning
</a>
<a class="nb__1EMNq nb__xK8nz">
Refer & Earn
</a>
<a class="nb__1EMNq nb__xK8nz">
Rent Receipts
</a>
<a class="nb__1EMNq nb__xK8nz">
Tenant Plans
</a>
<a class="nb__1EMNq nb__xK8nz">
Owner Plans
</a>
<a class="nb__1EMNq nb__xK8nz">
Buyer Plans
</a>
<a class="nb__1EMNq nb__xK8nz">
Seller Plans
</a>
<div>
<div class="nb__1EMNq">
<span>
Commercial Plans
</span>
<svg aria-hidden="true" class="jss1 nb__1yZc8" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z">
</path>
<path d="M0 0h24v24H0V0z" fill="none">
</path>
</svg>
</div>
</div>
<a class="nb__1EMNq nb__xK8nz">
Careers
</a>
<a class="nb__1EMNq nb__xK8nz">
Corporate Enquiry
</a>
<a class="nb__1EMNq nb__xK8nz">
Blog
</a>
<div>
<div class="nb__1EMNq nb__29huD">
<span class="pointer">
Contact Us
</span>
<svg aria-hidden="true" class="jss1 nb__1yZc8" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z">
</path>
<path d="M0 0h24v24H0z" fill="none">
</path>
</svg>
<div class="nb__1v-Qf">
<div class="nb__1b8aO">
<div class="nb___P2DD">
Email
</div>
<a class="nb__1qcgF" href="mailto:hello@nobroker.in?Subject=Hello%">
hello@nobroker.in
</a>
</div>
<div class="nb__26kfv">
<a class="nb__1lVko" href="https://www.facebook.com/nobroker.com" rel="noopener noreferrer" target="_blank">
<svg style="width:24px;height:24px;margin:2px" type="fb" viewbox="0 0 24 24">
<path d="M17,2V2H17V6H15C14.31,6 14,6.81 14,7.5V10H14L17,10V14H14V22H10V14H7V10H10V6A4,4 0 0,1 14,2H17Z" fill="#000000">
</path>
</svg>
</a>
<a class="nb__1lVko" href="https://www.twitter.com/nobrokercom" rel="noopener noreferrer" target="_blank">
<svg style="width:24px;height:24px;margin:2px" type="twitter" viewbox="0 0 24 24">
<path d="M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z" fill="#000000">
</path>
</svg>
</a>
<a class="nb__1lVko" href="https://plus.google.com/+NobrokerIn" rel="noopener noreferrer" target="_blank">
<svg style="width:24px;height:24px;margin:2px" type="google-plus" viewbox="0 0 24 24">
<path d="M23,11H21V9H19V11H17V13H19V15H21V13H23M8,11V13.4H12C11.8,14.4 10.8,16.4 8,16.4C5.6,16.4 3.7,14.4 3.7,12C3.7,9.6 5.6,7.6 8,7.6C9.4,7.6 10.3,8.2 10.8,8.7L12.7,6.9C11.5,5.7 9.9,5 8,5C4.1,5 1,8.1 1,12C1,15.9 4.1,19 8,19C12,19 14.7,16.2 14.7,12.2C14.7,11.7 14.7,11.4 14.6,11H8Z" fill="#000000">
</path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<div class="nb__7iJzx">
<a class="nb__1IlDw" href="/">
<div class="nb__2Y-_-">
NoBroker Home
</div>
</a>
<div class="nb__GbE2R">
</div>
<div class="nb__1IlDw">
<div class="nb__2Y-_-">
Sign up
</div>
</div>
<div class="nb__1IlDw">
<div class="nb__2Y-_-">
Log in
</div>
</div>
</div>
</header>
<div class="hidden-xs hidden-sm nb__1-LGE">
<div class="nb__OKqg9">
<div class="nb__2Dt6O">
<div class="search-input-wrapper">
<span class="listpage-serach-selected-localities" id="selectedLocalities">
<span class="selected-locality-item" id="selectedLocalities">
Pune
<span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z">
</path>
<path d="M0 0h24v24H0z" fill="none">
</path>
</svg>
</span>
</span>
</span>
<div class="nb-google-autocomplete">
<div class="form-group no-label" controlid="listPageSearchLocality">
<input autocomplete="off" class="form-control" id="listPageSearchLocality" placeholder="Add more..." style="padding-left:8px" type="text" value=""/>
</div>
</div>
</div>
<button class="listpage-search-button btn btn-primary" id="search" type="button">
Search
</button>
<span class="cursor nb__YXS4U" id="saveSearch">
Save Search
</span>
</div>
<div class="nb__3FhZE">
<div class="toogle-button-wrapper">
<div class="button-tab active" id="list">
List
</div>
<div class="button-tab map" id="map">
Map
</div>
</div>
</div>
</div>
</div>
<div class="nb__R04_A">
<div class="nb__lnu3s">
<div class="nb__3D2VL">
<div class="nb__2yIWy" style="opacity:1;width:0%">
</div>
</div>
</div>
</div>
<div class="nb__1YcLi">
<div class="hidden-xs hidden-sm nb__1EbLr">
<div class="nb__6ISas">
<div class="heading-6 nb__39G_b nb__22s0J">
Filters
</div>
<div class="heading-6 nb__22s0J">
Premium Filters
<span class="nb__2pq5i">
New
</span>
</div>
</div>
<div class="nb__2Z1fi">
<div class="cursor nb__Xh4O6" id="resetButton">
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z">
</path>
</svg>
Reset
</div>
<div class="nb__2UZXe">
<div>
<div>
<div class="nb__3ZTzz">
<div>
Property Type
</div>
<div class="d-flex nb__3ASCk">
<div class="nb-checkbox checkbox">
<label for="apartment">
<input id="apartment" type="checkbox" value="AP"/>
<span>
Apartment
</span>
</label>
</div>
<div class="nb-checkbox checkbox">
<label for="ih">
<input id="ih" type="checkbox" value="IH"/>
<span>
Independent House/Villa
</span>
</label>
</div>
<div class="nb-checkbox checkbox">
<label for="gc">
<input id="gc" type="checkbox" value="GC"/>
<span>
Gated Community Villa
</span>
</label>
</div>
<div class="nb-checkbox checkbox">
<label for="sb">
<input id="sb" type="checkbox" value="SB"/>
<span>
Standalone Building
</span>
</label>
</div>
</div>
</div>
<div class="nb__-7Tc3">
<div>
Apartment Type:
</div>
<div class="d-flex nb__63s6h">
<div class="unselected" id="" name="appartment1Rk" value="RK1">
1 RK
</div>
<div class="unselected" id="" name="appartment1BHK" value="BHK1">
1 BHK
</div>
<div class="unselected" id="" name="appartment2BHK" value="BHK2">
2 BHK
</div>
<div class="unselected" id="" name="appartment3BHK" value="BHK3">
3 BHK
</div>
<div class="unselected" id="" name="appartment4BHK" value="BHK4">
4 BHK
</div>
<div class="unselected" id="" name="appartment4PlusBHK" value="BHK4PLUS">
4+ BHK
</div>
</div>
</div>
<div>
Price Range
</div>
<div class="nb__tSyN-">
<div class="rc-slider nb-slider">
<div class="rc-slider-rail" style="background-color:#E2E2E2;height:4px">
</div>
<div class="rc-slider-track rc-slider-track-1" style="background-color:#009587;left:0%;right:auto;width:100%">
</div>
<div class="rc-slider-step">
</div>
<div aria-disabled="false" aria-valuemax="100000000" aria-valuemin="0" aria-valuenow="0" class="rc-slider-handle rc-slider-handle-1" role="slider" style="background-color:white;height:22px;width:22px;margin-top:-9px;border:1px solid #E2E2E2;left:0%;right:auto;transform:translateX(-50%)" tabindex="0">
</div>
<div aria-disabled="false" aria-valuemax="100000000" aria-valuemin="0" aria-valuenow="100000000" class="rc-slider-handle rc-slider-handle-2" role="slider" style="background-color:white;height:22px;width:22px;margin-top:-9px;border:1px solid #E2E2E2;left:100%;right:auto;transform:translateX(-50%)" tabindex="0">
</div>
<div class="rc-slider-mark">
</div>
</div>
</div>
<div class="nb__RFHw5">
<div bssize="sm" class="form-group form-group-sm left-text-form-group no-label" controlid="minBudget">
<span class="left-input-text">
₹
</span>
<input autocomplete="off" class="form-control" id="minBudget" placeholder="Min Amount" type="text" value="0"/>
</div>
<div bssize="sm" class="form-group form-group-sm left-text-form-group no-label" controlid="maxBudget">
<span class="left-input-text">
₹
</span>
<input autocomplete="off" class="form-control" id="maxBudget" placeholder="Max Amount" type="text" value="10,00,00,000"/>
</div>
</div>
<div class="nb__3R0zd">
<div>
<div class="nb__3fccz">
Property Status
</div>
<label class="nb-radio radio-inline" for="prop_status_1">
<input id="prop_status_1" name="salePropertyStatus" type="radio" value="-1"/>
Under Construction
</label>
<label class="nb-radio radio-inline" for="prop_status_2">
<input id="prop_status_2" name="salePropertyStatus" type="radio" value="0"/>
Ready
</label>
</div>
</div>
<div class="nb__3OuUY">
<div class="nb-checkbox checkbox">
<label for="exclusive_deals">
<input id="exclusive_deals" type="checkbox" value="true"/>
<span>
New Builder Projects
</span>
</label>
</div>
<super>
Offer
</super>
</div>
</div>
<div class="nb__2sfdg">
<div class="nb__3t1zD">
<span class="heading-6">
Advanced Filters
<!-- -->
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z">
</path>
<path d="M0 0h24v24H0z" fill="none">
</path>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="nb___msB2" id="propertyCardConatiner">
<div class="nb__MaqNZ">
<section class="nb__3jg-R">
<ul class="nb__1pg5l" itemscope="" itemtype="https://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
<a href="/" itemprop="item" itemtype="https://schema.org/Thing">
<span itemprop="name">
Home
</span>
<meta content="1" itemprop="position"/>
</a>
<!-- -->
/
<!-- -->
</li>
<li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
<a href="/flats-for-sale-in-pune_pune" itemprop="item">
<span itemprop="name">
Pune
</span>
<meta content="2" itemprop="position"/>
</a>
</li>
</ul>
<div class="nb__2rwxe">
<span>
Sort By:
</span>
<div class="nb-select form-group">
<div class="nb-select-loader">
<span class="nb-select-loader__value">
nbrank,desc
</span>
</div>
</div>
</div>
</section>
<h1 class="heading-5 nb__1K1jy">
385
<!-- -->
matching properties in
<!-- -->
<!-- -->
Pune
<!-- -->
<span>
</span>
</h1>
</div>
<div id="listCardContainer">
<div class="infinite-scroll-component__outerdiv">
<div class="infinite-scroll-component" style="height:auto;overflow:auto;-webkit-overflow-scrolling:touch">
<article>
<div>
<div>
<div class="nb__2JHKO" id="8a9f82ee75fa5ec00175fa868a7f09f8" itemscope="" itemtype="http://schema.org/">
<section class="nb__37AJO">
<div class="nb__sDz3z">
<a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-pune-pune/8a9f82ee75fa5ec00175fa868a7f09f8/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Kadu Malhar Villa In Pune">
<h2 class="heading-6 font-semi-bold nb__1AShY">
<span itemprop="name">
1 BHK Flat For Sale In Kadu Malhar Villa In Pune
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z">
</path>
</svg>
</h2>
</a>
<div class="nb__35Ol7">
<div class="nb__2CMjv">
Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.
</div>
<span>
<img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/>
<a href="/property/buy/1-bhk-apartment-for-sale-in-pune-pune/8a9f82ee75fa5ec00175fa868a7f09f8/detail#explore-nearby" id="exploreNearbuy" target="_blank">
Explore Nearby
</a>
</span>
</div>
<span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event">
<span itemprop="startDate">
2021-06-04
</span>
<span itemprop="name">
1 BHK Flat For Sale In Kadu Malhar Villa In Pune
</span>
<span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<span itemprop="name">
Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.
</span>
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Kadu Malhar Villa In Pune
</span>
<span itemprop="streetAddress">
Pune
</span>
<span itemprop="addressLocality">
pune
</span>
<span class="display-none" itemprop="postalCode">
</span>
</span>
</span>
<span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer">
</span>
</span>
<span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Kadu Malhar Villa In Pune
</span>
<span itemprop="streetAddress">
Pune
</span>
<span itemprop="addressLocality">
pune
</span>
<span itemprop="addressRegion">
READY
</span>
</span>
<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
<meta content="18.5577446" itemprop="latitude"/>
<meta content="73.9124674" itemprop="longitude"/>
</span>
</div>
<meta content="Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA." itemprop="name"/>
<meta content="INR undefined - INR 0" itemprop="priceRange"/>
<meta content="7208015217" itemprop="telephone"/>
<div class="nb__8tDR5">
<div class="nb__5Wffm">
<span class="nb__2ZX2f">
</span>
</div>
<div class="nb__5Wffm">
<span class="nb__1J19L">
</span>
</div>
</div>
</section>
<div class="nb__2mJqs">
<div class="nb__17R6o">
<div class="nb__2NPHR nb__1imT-">
<meta content="Title verification and loan availability" itemprop="name"/>
<span class="nb__2di3N">
<span class="nb__3cC_v nb__2fCmT">
Not under loan
</span>
<span class="nb__2w-FV nb__1nquT">
<span>
₹
</span>
</span>
</span>
</div>
<div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue">
<meta content="Minimum Rent" itemprop="name"/>
<meta content="INR" itemprop="unitCode"/>
<div class="nb__3oNyC">
598 sqft
</div>
</div>
<div class="heading-7">
Builtup
</div>
</div>
<div class="nb__2NPHR">
<meta content="RoomTypes Available" itemprop="name"/>
<div class="font-semi-bold heading-6" id="roomType">
<span>
₹
</span>
11,462/Month
</div>
<div class="heading-7">
Estimated EMI
</div>
</div>
<div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6">
<meta content="Minimum Deposit" itemprop="name"/>
<span>
₹
<!-- -->
20 Lacs
</span>
</div>
<div class="heading-7">
₹3,344 per sq.ft.
</div>
</div>
</div>
<div class="nb__U2LYs">
<div class="nb__38j1T">
<div>
<div class="nb__3fKz2">
<svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0V0z" fill="none" opacity=".87">
</path>
<path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z">
</path>
</svg>
<img alt="1 BHK Flat For Sale In Kadu Malhar Villa In Pune" class="nb__1aENd"/>
<svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M24 24H0V0h24v24z" fill="none" opacity=".87">
</path>
<path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z">
</path>
</svg>
<div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)">
</div>
<span class="nb__119oN">
1
<!-- -->
Photos
</span>
</div>
<meta content="8a9f82ee75fa5ec00175fa868a7f09f8_4119_83545_medium.jpg" itemprop="image"/>
</div>
<button class="nb__1iATW btn btn-sm" id="requestPhotos" type="button">
<span class="nb__1556J">
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<circle cx="12" cy="12" r="3.2">
</circle>
<path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z">
</path>
<path d="M0 0h24v24H0z" fill="none">
</path>
</svg>
Request For Photos
</span>
</button>
</div>
<div class="nb__2bk24">
<div class="nb__3uxlL">
<div class="nb__iyHFe">
<div class="nb__3OQDk">
<div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div class="nb__2e3cc">
<div>
<div>
West
</div>
<div class="">
<div class="heading-7 nb__29QSM">
Facing
</div>
</div>
</div>
</div>
</div>
<div class="nb__1nhEF">
<div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
1 BHK
</div>
<div class="heading-7 nb__29QSM">
Property Type
</div>
</div>
</div>
</div>
<div class="nb__qF5y-">
<div class="nb__fQJTh">
<div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div>
<div>
1
</div>
<div class="heading-7 nb__29QSM">
Bathrooms
</div>
</div>
</div>
<div class="nb__3YWT7">
<div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
Bike and Car
</div>
<div class="heading-7 nb__29QSM">
Parking
</div>
</div>
</div>
</div>
</div>
<div class="nb__1heyI">
<button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">
Get Owner Details
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button">
<span class="shortlist-icon">
<svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z">
</path>
</svg>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button">
<span>
<img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
<article>
<div>
<div>
<div class="nb__2JHKO" id="8a9fa28279db758c0179db798a9200b7" itemscope="" itemtype="http://schema.org/">
<section class="nb__37AJO">
<div class="nb__sDz3z">
<a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-pune-loni-kalbhor-pune/8a9fa28279db758c0179db798a9200b7/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor">
<h2 class="heading-6 font-semi-bold nb__1AShY">
<span itemprop="name">
1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z">
</path>
</svg>
</h2>
</a>
<div class="nb__35Ol7">
<div class="nb__2CMjv">
Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune
</div>
<span>
<img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/>
<a href="/property/buy/1-bhk-apartment-for-sale-in-pune-loni-kalbhor-pune/8a9fa28279db758c0179db798a9200b7/detail#explore-nearby" id="exploreNearbuy" target="_blank">
Explore Nearby
</a>
</span>
</div>
<span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event">
<span itemprop="startDate">
2021-06-05
</span>
<span itemprop="name">
1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor
</span>
<span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<span itemprop="name">
Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune
</span>
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor
</span>
<span itemprop="streetAddress">
Pune loni kalbhor
</span>
<span itemprop="addressLocality">
pune
</span>
<span class="display-none" itemprop="postalCode">
</span>
</span>
</span>
<span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer">
</span>
</span>
<span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor
</span>
<span itemprop="streetAddress">
Pune loni kalbhor
</span>
<span itemprop="addressLocality">
pune
</span>
<span itemprop="addressRegion">
READY
</span>
</span>
<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
<meta content="18.5577446" itemprop="latitude"/>
<meta content="73.9124674" itemprop="longitude"/>
</span>
</div>
<meta content="Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune" itemprop="name"/>
<meta content="INR undefined - INR 0" itemprop="priceRange"/>
<meta content="7208015217" itemprop="telephone"/>
<div class="nb__8tDR5">
<div class="nb__5Wffm">
<span class="nb__2ZX2f">
</span>
</div>
<div class="nb__5Wffm">
<span class="nb__1J19L">
</span>
</div>
</div>
</section>
<div class="nb__2mJqs">
<div class="nb__17R6o">
<div class="nb__2NPHR nb__1imT-">
<meta content="Title verification and loan availability" itemprop="name"/>
<span class="nb__2di3N">
<span class="nb__3cC_v nb__2fCmT">
Not under loan
</span>
<span class="nb__2w-FV nb__1nquT">
<span>
₹
</span>
</span>
</span>
</div>
<div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue">
<meta content="Minimum Rent" itemprop="name"/>
<meta content="INR" itemprop="unitCode"/>
<div class="nb__3oNyC">
565 sqft
</div>
</div>
<div class="heading-7">
Builtup
</div>
</div>
<div class="nb__2NPHR">
<meta content="RoomTypes Available" itemprop="name"/>
<div class="font-semi-bold heading-6" id="roomType">
<span>
₹
</span>
12,609/Month
</div>
<div class="heading-7">
Estimated EMI
</div>
</div>
<div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6">
<meta content="Minimum Deposit" itemprop="name"/>
<span>
₹
<!-- -->
22 Lacs
</span>
</div>
<div class="heading-7">
₹3,894 per sq.ft.
</div>
</div>
</div>
<div class="nb__U2LYs">
<div class="nb__38j1T">
<div>
<div class="nb__3fKz2">
<svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0V0z" fill="none" opacity=".87">
</path>
<path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z">
</path>
</svg>
<img alt="1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor" class="nb__1aENd"/>
<svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M24 24H0V0h24v24z" fill="none" opacity=".87">
</path>
<path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z">
</path>
</svg>
<div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)">
</div>
<span class="nb__119oN">
5
<!-- -->
Photos
</span>
</div>
<meta content="8a9fa28279db758c0179db798a9200b7_45820_67804_medium.jpg" itemprop="image"/>
</div>
</div>
<div class="nb__2bk24">
<div class="nb__3uxlL">
<div class="nb__iyHFe">
<div class="nb__3OQDk">
<div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div class="nb__2e3cc">
<div>
<div>
East
</div>
<div class="">
<div class="heading-7 nb__29QSM">
Facing
</div>
</div>
</div>
</div>
</div>
<div class="nb__1nhEF">
<div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
1 BHK
</div>
<div class="heading-7 nb__29QSM">
Property Type
</div>
</div>
</div>
</div>
<div class="nb__qF5y-">
<div class="nb__fQJTh">
<div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div>
<div>
1
</div>
<div class="heading-7 nb__29QSM">
Bathrooms
</div>
</div>
</div>
<div class="nb__3YWT7">
<div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
Bike and Car
</div>
<div class="heading-7 nb__29QSM">
Parking
</div>
</div>
</div>
</div>
</div>
<div class="nb__1heyI">
<button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">
Get Owner Details
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button">
<span class="shortlist-icon">
<svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z">
</path>
</svg>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button">
<span>
<img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
</div>
</div>
</div>
</div>
<section class="nb__pwVW5">
<span class="nb__2Y4a2">
Nearby:
</span>
<span class="nb__oLKcI">
<a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">
Weikfield IT Citi Info Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">
Trion Business Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">
PVR
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">
D Mart
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">
Brahma Suncity
</a>
</span>
</section>
</div>
</div>
</div>
</article>
<article>
<div>
<div>
<div class="nb__2JHKO" id="8a9fa1887b8842ea017b88c5c433233d" itemscope="" itemtype="http://schema.org/">
<section class="nb__37AJO">
<div class="nb__sDz3z">
<a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-pune-manjri-road-pune/8a9fa1887b8842ea017b88c5c433233d/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Vrundavan In Pune Manjri Road">
<h2 class="heading-6 font-semi-bold nb__1AShY">
<span itemprop="name">
1 BHK Flat For Sale In Vrundavan In Pune Manjri Road
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z">
</path>
</svg>
</h2>
</a>
<div class="nb__35Ol7">
<div class="nb__2CMjv">
udaycolani
</div>
<span>
<img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/>
<a href="/property/buy/1-bhk-apartment-for-sale-in-pune-manjri-road-pune/8a9fa1887b8842ea017b88c5c433233d/detail#explore-nearby" id="exploreNearbuy" target="_blank">
Explore Nearby
</a>
</span>
</div>
<span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event">
<span itemprop="startDate">
2021-08-27
</span>
<span itemprop="name">
1 BHK Flat For Sale In Vrundavan In Pune Manjri Road
</span>
<span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<span itemprop="name">
udaycolani
</span>
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Vrundavan In Pune Manjri Road
</span>
<span itemprop="streetAddress">
Pune manjri road
</span>
<span itemprop="addressLocality">
pune
</span>
<span class="display-none" itemprop="postalCode">
</span>
</span>
</span>
<span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer">
</span>
</span>
<span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Vrundavan In Pune Manjri Road
</span>
<span itemprop="streetAddress">
Pune manjri road
</span>
<span itemprop="addressLocality">
pune
</span>
<span itemprop="addressRegion">
READY
</span>
</span>
<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
<meta content="18.5577446" itemprop="latitude"/>
<meta content="73.9124674" itemprop="longitude"/>
</span>
</div>
<meta content="udaycolani" itemprop="name"/>
<meta content="INR undefined - INR 0" itemprop="priceRange"/>
<meta content="7208015217" itemprop="telephone"/>
<div class="nb__8tDR5">
<div class="nb__5Wffm">
<span class="nb__2ZX2f">
</span>
</div>
<div class="nb__5Wffm">
<span class="nb__1J19L">
</span>
</div>
</div>
</section>
<div class="nb__2mJqs">
<div class="nb__17R6o">
<div class="nb__2NPHR nb__1imT-">
<meta content="Title verification and loan availability" itemprop="name"/>
<span class="nb__2di3N">
<span class="nb__3cC_v nb__2fCmT">
Not under loan
</span>
<span class="nb__2w-FV nb__1nquT">
<span>
₹
</span>
</span>
</span>
</div>
<div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue">
<meta content="Minimum Rent" itemprop="name"/>
<meta content="INR" itemprop="unitCode"/>
<div class="nb__3oNyC">
500 sqft
</div>
</div>
<div class="heading-7">
Builtup
</div>
</div>
<div class="nb__2NPHR">
<meta content="RoomTypes Available" itemprop="name"/>
<div class="font-semi-bold heading-6" id="roomType">
<span>
₹
</span>
10,316/Month
</div>
<div class="heading-7">
Estimated EMI
</div>
</div>
<div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6">
<meta content="Minimum Deposit" itemprop="name"/>
<span>
₹
<!-- -->
18 Lacs
</span>
</div>
<div class="heading-7">
₹3,600 per sq.ft.
</div>
</div>
</div>
<div class="nb__U2LYs">
<div class="nb__38j1T">
<div>
<img alt="noProperty" src="https://assets.nobroker.in/nb-new/public/List-Page/noProperty.jpg"/>
<meta content="https://images.nobroker.in/mobile/app/styles/images/emptyProperty/1bhk.jpg" itemprop="image"/>
</div>
<button class="nb__1iATW btn btn-sm" id="requestPhotos" type="button">
<span class="nb__1556J">
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<circle cx="12" cy="12" r="3.2">
</circle>
<path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z">
</path>
<path d="M0 0h24v24H0z" fill="none">
</path>
</svg>
Request For Photos
</span>
</button>
</div>
<div class="nb__2bk24">
<div class="nb__3uxlL">
<div class="nb__iyHFe">
<div class="nb__3OQDk">
<div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div class="nb__2e3cc">
<div>
<div>
South
</div>
<div class="">
<div class="heading-7 nb__29QSM">
Facing
</div>
</div>
</div>
</div>
</div>
<div class="nb__1nhEF">
<div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
1 BHK
</div>
<div class="heading-7 nb__29QSM">
Property Type
</div>
</div>
</div>
</div>
<div class="nb__qF5y-">
<div class="nb__fQJTh">
<div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div>
<div>
1
</div>
<div class="heading-7 nb__29QSM">
Bathrooms
</div>
</div>
</div>
<div class="nb__3YWT7">
<div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
Bike
</div>
<div class="heading-7 nb__29QSM">
Parking
</div>
</div>
</div>
</div>
</div>
<div class="nb__1heyI">
<button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">
Get Owner Details
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button">
<span class="shortlist-icon">
<svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z">
</path>
</svg>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button">
<span>
<img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
</div>
</div>
</div>
</div>
<section class="nb__pwVW5">
<span class="nb__2Y4a2">
Nearby:
</span>
<span class="nb__oLKcI">
<a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">
Weikfield IT Citi Info Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">
Trion Business Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">
PVR
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">
D Mart
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">
Brahma Suncity
</a>
</span>
</section>
</div>
</div>
</div>
</article>
<article>
<div>
<div>
<div class="nb__2JHKO" id="8a9f82827b30ce1c017b30d9d56503ca" itemscope="" itemtype="http://schema.org/">
<section class="nb__37AJO">
<div class="nb__sDz3z">
<a class="nb__3CnI6" href="/property/buy/3-bhk-apartment-for-sale-in-viman-nagar-pune/8a9f82827b30ce1c017b30d9d56503ca/detail" itemprop="url" target="_blank" title="3 BHK Flat For Sale In Jhankar Chs In Viman Nagar">
<h2 class="heading-6 font-semi-bold nb__1AShY">
<span itemprop="name">
3 BHK Flat For Sale In Jhankar Chs In Viman Nagar
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z">
</path>
</svg>
</h2>
</a>
<div class="nb__35Ol7">
<div class="nb__2CMjv">
Samrat Ashok Rd NEAR Novotel Hotel
</div>
<span>
<img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/>
<a href="/property/buy/3-bhk-apartment-for-sale-in-viman-nagar-pune/8a9f82827b30ce1c017b30d9d56503ca/detail#explore-nearby" id="exploreNearbuy" target="_blank">
Explore Nearby
</a>
</span>
</div>
<span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event">
<span itemprop="startDate">
2021-08-11
</span>
<span itemprop="name">
3 BHK Flat For Sale In Jhankar Chs In Viman Nagar
</span>
<span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<span itemprop="name">
Samrat Ashok Rd NEAR Novotel Hotel
</span>
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
3 BHK Flat For Sale In Jhankar Chs In Viman Nagar
</span>
<span itemprop="streetAddress">
Viman Nagar
</span>
<span itemprop="addressLocality">
pune
</span>
<span class="display-none" itemprop="postalCode">
</span>
</span>
</span>
<span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer">
</span>
</span>
<span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
3 BHK Flat For Sale In Jhankar Chs In Viman Nagar
</span>
<span itemprop="streetAddress">
Viman Nagar
</span>
<span itemprop="addressLocality">
pune
</span>
<span itemprop="addressRegion">
READY
</span>
</span>
<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
<meta content="18.55895939855604" itemprop="latitude"/>
<meta content="73.91090632214555" itemprop="longitude"/>
</span>
</div>
<meta content="Samrat Ashok Rd NEAR Novotel Hotel" itemprop="name"/>
<meta content="INR undefined - INR 0" itemprop="priceRange"/>
<meta content="7208015217" itemprop="telephone"/>
<div class="nb__8tDR5">
<div class="nb__5Wffm">
<span class="nb__2ZX2f">
</span>
</div>
<div class="nb__5Wffm">
<span class="nb__1J19L">
</span>
</div>
</div>
</section>
<div class="nb__2mJqs">
<div class="nb__17R6o">
<div class="nb__2NPHR nb__1imT-">
<meta content="Title verification and loan availability" itemprop="name"/>
<span class="nb__2di3N">
<span class="nb__3cC_v nb__2fCmT">
Not under loan
</span>
<span class="nb__2w-FV nb__1nquT">
<span>
₹
</span>
</span>
</span>
</div>
<div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue">
<meta content="Minimum Rent" itemprop="name"/>
<meta content="INR" itemprop="unitCode"/>
<div class="nb__3oNyC">
1,000 sqft
</div>
</div>
<div class="heading-7">
Builtup
</div>
</div>
<div class="nb__2NPHR">
<meta content="RoomTypes Available" itemprop="name"/>
<div class="font-semi-bold heading-6" id="roomType">
<span>
₹
</span>
48,717/Month
</div>
<div class="heading-7">
Estimated EMI
</div>
</div>
<div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6">
<meta content="Minimum Deposit" itemprop="name"/>
<span>
₹
<!-- -->
85 Lacs
</span>
</div>
<div class="heading-7">
₹8,500 per sq.ft.
</div>
</div>
</div>
<div class="nb__U2LYs">
<div class="nb__38j1T">
<div>
<div class="nb__3fKz2">
<svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0V0z" fill="none" opacity=".87">
</path>
<path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z">
</path>
</svg>
<div class="lazyload-placeholder" style="height:auto">
</div>
<svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M24 24H0V0h24v24z" fill="none" opacity=".87">
</path>
<path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z">
</path>
</svg>
<div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)">
</div>
<span class="nb__119oN">
14
<!-- -->
Photos
</span>
</div>
<meta content="8a9f82827b30ce1c017b30d9d56503ca_71897_515767_medium.jpg" itemprop="image"/>
</div>
</div>
<div class="nb__2bk24">
<div class="nb__3uxlL">
<div class="nb__iyHFe">
<div class="nb__3OQDk">
<div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div class="nb__2e3cc">
<div>
<div>
South
</div>
<div class="">
<div class="heading-7 nb__29QSM">
Facing
</div>
</div>
</div>
</div>
</div>
<div class="nb__1nhEF">
<div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
3 BHK
</div>
<div class="heading-7 nb__29QSM">
Property Type
</div>
</div>
</div>
</div>
<div class="nb__qF5y-">
<div class="nb__fQJTh">
<div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div>
<div>
2
</div>
<div class="heading-7 nb__29QSM">
Bathrooms
</div>
</div>
</div>
<div class="nb__3YWT7">
<div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
Bike and Car
</div>
<div class="heading-7 nb__29QSM">
Parking
</div>
</div>
</div>
</div>
</div>
<div class="nb__1heyI">
<button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">
Get Owner Details
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button">
<span class="shortlist-icon">
<svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z">
</path>
</svg>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button">
<span>
<img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
</div>
</div>
</div>
</div>
<section class="nb__pwVW5">
<span class="nb__2Y4a2">
Nearby:
</span>
<span class="nb__oLKcI">
<a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">
Weikfield IT Citi Info Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">
Trion Business Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">
PVR
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">
D Mart
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">
Brahma Suncity
</a>
</span>
</section>
</div>
</div>
</div>
</article>
<article>
<div>
<div>
<div class="nb__2JHKO" id="8a9f8b116fe099f4016fe0a8e5310637" itemscope="" itemtype="http://schema.org/">
<section class="nb__37AJO">
<div class="nb__sDz3z">
<a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri--pune/8a9f8b116fe099f4016fe0a8e5310637/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri ">
<h2 class="heading-6 font-semi-bold nb__1AShY">
<span itemprop="name">
1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z">
</path>
</svg>
</h2>
</a>
<div class="nb__35Ol7">
<div class="nb__2CMjv">
Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India
</div>
<span>
<img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/>
<a href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri--pune/8a9f8b116fe099f4016fe0a8e5310637/detail#explore-nearby" id="exploreNearbuy" target="_blank">
Explore Nearby
</a>
</span>
</div>
<span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event">
<span itemprop="startDate">
2021-06-19
</span>
<span itemprop="name">
1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri
</span>
<span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<span itemprop="name">
Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India
</span>
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri
</span>
<span itemprop="streetAddress">
Wadgaon Sheri
</span>
<span itemprop="addressLocality">
pune
</span>
<span class="display-none" itemprop="postalCode">
</span>
</span>
</span>
<span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer">
</span>
</span>
<span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri
</span>
<span itemprop="streetAddress">
Wadgaon Sheri
</span>
<span itemprop="addressLocality">
pune
</span>
<span itemprop="addressRegion">
READY
</span>
</span>
<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
<meta content="18.5576731" itemprop="latitude"/>
<meta content="73.9103401" itemprop="longitude"/>
</span>
</div>
<meta content="Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India" itemprop="name"/>
<meta content="INR undefined - INR 0" itemprop="priceRange"/>
<meta content="7208015217" itemprop="telephone"/>
<div class="nb__8tDR5">
<div class="nb__5Wffm">
<span class="nb__2ZX2f">
</span>
</div>
<div class="nb__5Wffm">
<span class="nb__1J19L">
</span>
</div>
</div>
</section>
<div class="nb__2mJqs">
<div class="nb__17R6o">
<div class="nb__2NPHR nb__1imT-">
<meta content="Title verification and loan availability" itemprop="name"/>
<span class="nb__2di3N">
<span class="nb__3cC_v nb__2fCmT">
Not under loan
</span>
<span class="nb__2w-FV nb__1nquT">
<span>
₹
</span>
</span>
</span>
</div>
<div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue">
<meta content="Minimum Rent" itemprop="name"/>
<meta content="INR" itemprop="unitCode"/>
<div class="nb__3oNyC">
300 sqft
</div>
</div>
<div class="heading-7">
Builtup
</div>
</div>
<div class="nb__2NPHR">
<meta content="RoomTypes Available" itemprop="name"/>
<div class="font-semi-bold heading-6" id="roomType">
<span>
₹
</span>
19,486/Month
</div>
<div class="heading-7">
Estimated EMI
</div>
</div>
<div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6">
<meta content="Minimum Deposit" itemprop="name"/>
<span>
₹
<!-- -->
34 Lacs
</span>
</div>
<div class="heading-7">
₹11,333 per sq.ft.
</div>
</div>
</div>
<div class="nb__U2LYs">
<div class="nb__38j1T">
<div>
<div class="nb__3fKz2">
<svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0V0z" fill="none" opacity=".87">
</path>
<path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z">
</path>
</svg>
<div class="lazyload-placeholder" style="height:auto">
</div>
<svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M24 24H0V0h24v24z" fill="none" opacity=".87">
</path>
<path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z">
</path>
</svg>
<div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)">
</div>
<span class="nb__119oN">
4
<!-- -->
Photos
</span>
</div>
<meta content="8a9f8b116fe099f4016fe0a8e5310637_61514_95946_medium.jpg" itemprop="image"/>
</div>
</div>
<div class="nb__2bk24">
<div class="nb__3uxlL">
<div class="nb__iyHFe">
<div class="nb__3OQDk">
<div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div class="nb__2e3cc">
<div>
<div>
North
</div>
<div class="">
<div class="heading-7 nb__29QSM">
Facing
</div>
</div>
</div>
</div>
</div>
<div class="nb__1nhEF">
<div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
1 BHK
</div>
<div class="heading-7 nb__29QSM">
Property Type
</div>
</div>
</div>
</div>
<div class="nb__qF5y-">
<div class="nb__fQJTh">
<div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div>
<div>
1
</div>
<div class="heading-7 nb__29QSM">
Bathrooms
</div>
</div>
</div>
<div class="nb__3YWT7">
<div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
Bike and Car
</div>
<div class="heading-7 nb__29QSM">
Parking
</div>
</div>
</div>
</div>
</div>
<div class="nb__1heyI">
<button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">
Get Owner Details
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button">
<span class="shortlist-icon">
<svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z">
</path>
</svg>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button">
<span>
<img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
</div>
</div>
</div>
</div>
<section class="nb__pwVW5">
<span class="nb__2Y4a2">
Nearby:
</span>
<span class="nb__oLKcI">
<a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">
Weikfield IT Citi Info Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">
Trion Business Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">
PVR
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">
D Mart
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">
Brahma Suncity
</a>
</span>
</section>
</div>
</div>
</div>
</article>
<article>
<div>
<div>
<div class="nb__2JHKO" id="8a9f82fc75ca5dc60175caa0ab392098" itemscope="" itemtype="http://schema.org/">
<section class="nb__37AJO">
<div class="nb__sDz3z">
<a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f82fc75ca5dc60175caa0ab392098/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri">
<h2 class="heading-6 font-semi-bold nb__1AShY">
<span itemprop="name">
1 BHK Apartment For Sale In Balaji Serenity In Wadgaon Sheri
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z">
</path>
</svg>
</h2>
</a>
<div class="nb__35Ol7">
<div class="nb__2CMjv">
<a class="nb__17tcx" href="/balaji-serenity-pune_pune-prjt-5ba3f029714b56aa08575195" target="_blank">
Balaji Serenity
</a>
<!-- -->
Off Pune Nagar Road, Near Christ College
</div>
<span>
<img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/>
<a href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f82fc75ca5dc60175caa0ab392098/detail#explore-nearby" id="exploreNearbuy" target="_blank">
Explore Nearby
</a>
</span>
</div>
<span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event">
<span itemprop="startDate">
2021-05-19
</span>
<span itemprop="name">
1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri
</span>
<span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<span itemprop="name">
Off Pune Nagar Road, Near Christ College
</span>
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri
</span>
<span itemprop="streetAddress">
Wadgaon Sheri
</span>
<span itemprop="addressLocality">
pune
</span>
<span class="display-none" itemprop="postalCode">
411014
</span>
</span>
</span>
<span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer">
</span>
</span>
<span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Balaji Serenity In Wadgaon Sheri
</span>
<span itemprop="streetAddress">
Wadgaon Sheri
</span>
<span itemprop="addressLocality">
pune
</span>
<span itemprop="addressRegion">
READY
</span>
<span class="display-none" itemprop="postalCode">
411014
</span>
</span>
<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
<meta content="18.55571682250312" itemprop="latitude"/>
<meta content="73.91360593095985" itemprop="longitude"/>
</span>
</div>
<meta content="Off Pune Nagar Road, Near Christ College" itemprop="name"/>
<meta content="INR undefined - INR 0" itemprop="priceRange"/>
<meta content="7208015217" itemprop="telephone"/>
<div class="nb__8tDR5">
<div class="nb__5Wffm">
<span class="nb__2ZX2f">
</span>
</div>
<div class="nb__5Wffm">
<span class="nb__1J19L">
</span>
</div>
</div>
</section>
<div class="nb__2mJqs">
<div class="nb__17R6o">
<div class="nb__2NPHR nb__1imT-">
<meta content="Title verification and loan availability" itemprop="name"/>
<span class="nb__2di3N">
<span class="nb__3cC_v nb__2fCmT">
Not under loan
</span>
<span class="nb__2w-FV nb__1nquT">
<span>
₹
</span>
</span>
</span>
</div>
<div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue">
<meta content="Minimum Rent" itemprop="name"/>
<meta content="INR" itemprop="unitCode"/>
<div class="nb__3oNyC">
618 sqft
</div>
</div>
<div class="heading-7">
Builtup
</div>
</div>
<div class="nb__2NPHR">
<meta content="RoomTypes Available" itemprop="name"/>
<div class="font-semi-bold heading-6" id="roomType">
<span>
₹
</span>
26,937/Month
</div>
<div class="heading-7">
Estimated EMI
</div>
</div>
<div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6">
<meta content="Minimum Deposit" itemprop="name"/>
<span>
₹
<!-- -->
47 Lacs
</span>
</div>
<div class="heading-7">
₹7,605 per sq.ft.
</div>
</div>
</div>
<div class="nb__U2LYs">
<div class="nb__38j1T">
<div>
<div class="nb__3fKz2">
<svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0V0z" fill="none" opacity=".87">
</path>
<path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z">
</path>
</svg>
<div class="lazyload-placeholder" style="height:auto">
</div>
<svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M24 24H0V0h24v24z" fill="none" opacity=".87">
</path>
<path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z">
</path>
</svg>
<div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)">
</div>
<span class="nb__119oN">
4
<!-- -->
Photos
</span>
</div>
<meta content="8a9f82fc75ca5dc60175caa0ab392098_81766_24263_medium.jpg" itemprop="image"/>
</div>
</div>
<div class="nb__2bk24">
<div class="nb__3uxlL">
<div class="nb__iyHFe">
<div class="nb__3OQDk">
<div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div class="nb__2e3cc">
<div>
<div>
East
</div>
<div class="">
<div class="heading-7 nb__29QSM">
Facing
</div>
</div>
</div>
</div>
</div>
<div class="nb__1nhEF">
<div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
1 BHK
</div>
<div class="heading-7 nb__29QSM">
Property Type
</div>
</div>
</div>
</div>
<div class="nb__qF5y-">
<div class="nb__fQJTh">
<div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div>
<div>
2
</div>
<div class="heading-7 nb__29QSM">
Bathrooms
</div>
</div>
</div>
<div class="nb__3YWT7">
<div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
Bike
</div>
<div class="heading-7 nb__29QSM">
Parking
</div>
</div>
</div>
</div>
</div>
<div class="nb__1heyI">
<button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">
Get Owner Details
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button">
<span class="shortlist-icon">
<svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z">
</path>
</svg>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button">
<span>
<img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
</div>
</div>
</div>
</div>
<section class="nb__pwVW5">
<span class="nb__2Y4a2">
Nearby:
</span>
<span class="nb__oLKcI">
<a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">
Weikfield IT Citi Info Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">
Trion Business Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">
PVR
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">
D Mart
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">
Brahma Suncity
</a>
</span>
</section>
</div>
</div>
</div>
</article>
<article>
<div>
<div>
<div class="nb__2JHKO" id="8a9f931b750cdd9201750d3bad4d2b82" itemscope="" itemtype="http://schema.org/">
<section class="nb__37AJO">
<div class="nb__sDz3z">
<a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f931b750cdd9201750d3bad4d2b82/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri">
<h2 class="heading-6 font-semi-bold nb__1AShY">
<span itemprop="name">
1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z">
</path>
</svg>
</h2>
</a>
<div class="nb__35Ol7">
<div class="nb__2CMjv">
29/A, Sankalp Nagri, Ramwadi, Near Christ College
</div>
<span>
<img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/>
<a href="/property/buy/1-bhk-apartment-for-sale-in-wadgaon-sheri-pune/8a9f931b750cdd9201750d3bad4d2b82/detail#explore-nearby" id="exploreNearbuy" target="_blank">
Explore Nearby
</a>
</span>
</div>
<span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event">
<span itemprop="startDate">
2021-03-28
</span>
<span itemprop="name">
1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri
</span>
<span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<span itemprop="name">
29/A, Sankalp Nagri, Ramwadi, Near Christ College
</span>
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri
</span>
<span itemprop="streetAddress">
Wadgaon Sheri
</span>
<span itemprop="addressLocality">
pune
</span>
<span class="display-none" itemprop="postalCode">
</span>
</span>
</span>
<span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer">
</span>
</span>
<span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri
</span>
<span itemprop="streetAddress">
Wadgaon Sheri
</span>
<span itemprop="addressLocality">
pune
</span>
<span itemprop="addressRegion">
READY
</span>
</span>
<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
<meta content="18.5556527" itemprop="latitude"/>
<meta content="73.9134825" itemprop="longitude"/>
</span>
</div>
<meta content="29/A, Sankalp Nagri, Ramwadi, Near Christ College" itemprop="name"/>
<meta content="INR undefined - INR 0" itemprop="priceRange"/>
<meta content="7208015217" itemprop="telephone"/>
<div class="nb__8tDR5">
<div class="nb__5Wffm">
<span class="nb__2ZX2f">
</span>
</div>
<div class="nb__5Wffm">
<span class="nb__1J19L">
</span>
</div>
</div>
</section>
<div class="nb__2mJqs">
<div class="nb__17R6o">
<div class="nb__2NPHR nb__1imT-">
<meta content="Title verification and loan availability" itemprop="name"/>
<span class="nb__2di3N">
<span class="nb__3cC_v nb__2fCmT">
Not under loan
</span>
<span class="nb__2w-FV nb__1nquT">
<span>
₹
</span>
</span>
</span>
</div>
<div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue">
<meta content="Minimum Rent" itemprop="name"/>
<meta content="INR" itemprop="unitCode"/>
<div class="nb__3oNyC">
700 sqft
</div>
</div>
<div class="heading-7">
Builtup
</div>
</div>
<div class="nb__2NPHR">
<meta content="RoomTypes Available" itemprop="name"/>
<div class="font-semi-bold heading-6" id="roomType">
<span>
₹
</span>
25,791/Month
</div>
<div class="heading-7">
Estimated EMI
</div>
</div>
<div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6">
<meta content="Minimum Deposit" itemprop="name"/>
<span>
₹
<!-- -->
45 Lacs
</span>
</div>
<div class="heading-7">
₹6,429 per sq.ft.
</div>
</div>
</div>
<div class="nb__U2LYs">
<div class="nb__38j1T">
<div>
<div class="nb__3fKz2">
<svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0V0z" fill="none" opacity=".87">
</path>
<path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z">
</path>
</svg>
<div class="lazyload-placeholder" style="height:auto">
</div>
<svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M24 24H0V0h24v24z" fill="none" opacity=".87">
</path>
<path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z">
</path>
</svg>
<div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)">
</div>
<span class="nb__119oN">
1
<!-- -->
Photos
</span>
</div>
<meta content="8a9f931b750cdd9201750d3bad4d2b82_15698_62362_medium.jpg" itemprop="image"/>
</div>
<button class="nb__1iATW btn btn-sm" id="requestPhotos" type="button">
<span class="nb__1556J">
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<circle cx="12" cy="12" r="3.2">
</circle>
<path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z">
</path>
<path d="M0 0h24v24H0z" fill="none">
</path>
</svg>
Request For Photos
</span>
</button>
</div>
<div class="nb__2bk24">
<div class="nb__3uxlL">
<div class="nb__iyHFe">
<div class="nb__3OQDk">
<div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div class="nb__2e3cc">
<div>
<div>
Don't Know
</div>
<div class="">
<div class="heading-7 nb__29QSM">
Facing
</div>
</div>
</div>
</div>
</div>
<div class="nb__1nhEF">
<div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
1 BHK
</div>
<div class="heading-7 nb__29QSM">
Property Type
</div>
</div>
</div>
</div>
<div class="nb__qF5y-">
<div class="nb__fQJTh">
<div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div>
<div>
1
</div>
<div class="heading-7 nb__29QSM">
Bathrooms
</div>
</div>
</div>
<div class="nb__3YWT7">
<div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
Bike
</div>
<div class="heading-7 nb__29QSM">
Parking
</div>
</div>
</div>
</div>
</div>
<div class="nb__1heyI">
<button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">
Get Owner Details
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button">
<span class="shortlist-icon">
<svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z">
</path>
</svg>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button">
<span>
<img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
</div>
</div>
</div>
</div>
<section class="nb__pwVW5">
<span class="nb__2Y4a2">
Nearby:
</span>
<span class="nb__oLKcI">
<a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">
Weikfield IT Citi Info Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">
Trion Business Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">
PVR
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">
D Mart
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">
Brahma Suncity
</a>
</span>
</section>
</div>
</div>
</div>
</article>
<article>
<div>
<div>
<div class="nb__2JHKO" id="8a9fae8278e43d1a0178e44938f90366" itemscope="" itemtype="http://schema.org/">
<section class="nb__37AJO">
<div class="nb__sDz3z">
<a class="nb__3CnI6" href="/property/buy/1-bhk-apartment-for-sale-in-dhanori-pune/8a9fae8278e43d1a0178e44938f90366/detail" itemprop="url" target="_blank" title="1 BHK Flat For Sale In Sankalp Nagari In Dhanori">
<h2 class="heading-6 font-semi-bold nb__1AShY">
<span itemprop="name">
1 BHK Flat For Sale In Sankalp Nagari In Dhanori
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z">
</path>
</svg>
</h2>
</a>
<div class="nb__35Ol7">
<div class="nb__2CMjv">
Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA.
</div>
<span>
<img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/>
<a href="/property/buy/1-bhk-apartment-for-sale-in-dhanori-pune/8a9fae8278e43d1a0178e44938f90366/detail#explore-nearby" id="exploreNearbuy" target="_blank">
Explore Nearby
</a>
</span>
</div>
<span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event">
<span itemprop="startDate">
2021-04-18
</span>
<span itemprop="name">
1 BHK Flat For Sale In Sankalp Nagari In Dhanori
</span>
<span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<span itemprop="name">
Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA.
</span>
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Sankalp Nagari In Dhanori
</span>
<span itemprop="streetAddress">
Dhanori
</span>
<span itemprop="addressLocality">
pune
</span>
<span class="display-none" itemprop="postalCode">
</span>
</span>
</span>
<span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer">
</span>
</span>
<span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
1 BHK Flat For Sale In Sankalp Nagari In Dhanori
</span>
<span itemprop="streetAddress">
Dhanori
</span>
<span itemprop="addressLocality">
pune
</span>
<span itemprop="addressRegion">
READY
</span>
</span>
<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
<meta content="18.55849" itemprop="latitude"/>
<meta content="73.909289" itemprop="longitude"/>
</span>
</div>
<meta content="Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. " itemprop="name"/>
<meta content="INR undefined - INR 0" itemprop="priceRange"/>
<meta content="7208015217" itemprop="telephone"/>
<div class="nb__8tDR5">
<div class="nb__5Wffm">
<span class="nb__2ZX2f">
</span>
</div>
<div class="nb__5Wffm">
<span class="nb__1J19L">
</span>
</div>
</div>
</section>
<div class="nb__2mJqs">
<div class="nb__17R6o">
<div class="nb__2NPHR nb__1imT-">
<meta content="Title verification and loan availability" itemprop="name"/>
<span class="nb__2di3N">
<span class="nb__3cC_v nb__2fCmT">
Not under loan
</span>
<span class="nb__2w-FV nb__1nquT">
<span>
₹
</span>
</span>
</span>
</div>
<div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue">
<meta content="Minimum Rent" itemprop="name"/>
<meta content="INR" itemprop="unitCode"/>
<div class="nb__3oNyC">
500 sqft
</div>
</div>
<div class="heading-7">
Builtup
</div>
</div>
<div class="nb__2NPHR">
<meta content="RoomTypes Available" itemprop="name"/>
<div class="font-semi-bold heading-6" id="roomType">
<span>
₹
</span>
12,609/Month
</div>
<div class="heading-7">
Estimated EMI
</div>
</div>
<div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6">
<meta content="Minimum Deposit" itemprop="name"/>
<span>
₹
<!-- -->
22 Lacs
</span>
</div>
<div class="heading-7">
₹4,400 per sq.ft.
</div>
</div>
</div>
<div class="nb__U2LYs">
<div class="nb__38j1T">
<div>
<div class="nb__3fKz2">
<svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0V0z" fill="none" opacity=".87">
</path>
<path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z">
</path>
</svg>
<div class="lazyload-placeholder" style="height:auto">
</div>
<svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M24 24H0V0h24v24z" fill="none" opacity=".87">
</path>
<path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z">
</path>
</svg>
<div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)">
</div>
<span class="nb__119oN">
3
<!-- -->
Photos
</span>
</div>
<meta content="8a9fae8278e43d1a0178e44938f90366_53951_69068_medium.jpg" itemprop="image"/>
</div>
</div>
<div class="nb__2bk24">
<div class="nb__3uxlL">
<div class="nb__iyHFe">
<div class="nb__3OQDk">
<div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div class="nb__2e3cc">
<div>
<div>
East
</div>
<div class="">
<div class="heading-7 nb__29QSM">
Facing
</div>
</div>
</div>
</div>
</div>
<div class="nb__1nhEF">
<div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
1 BHK
</div>
<div class="heading-7 nb__29QSM">
Property Type
</div>
</div>
</div>
</div>
<div class="nb__qF5y-">
<div class="nb__fQJTh">
<div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div>
<div>
1
</div>
<div class="heading-7 nb__29QSM">
Bathrooms
</div>
</div>
</div>
<div class="nb__3YWT7">
<div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
Bike and Car
</div>
<div class="heading-7 nb__29QSM">
Parking
</div>
</div>
</div>
</div>
</div>
<div class="nb__1heyI">
<button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">
Get Owner Details
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button">
<span class="shortlist-icon">
<svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z">
</path>
</svg>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button">
<span>
<img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
</div>
</div>
</div>
</div>
<section class="nb__pwVW5">
<span class="nb__2Y4a2">
Nearby:
</span>
<span class="nb__oLKcI">
<a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">
Weikfield IT Citi Info Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">
Trion Business Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">
PVR
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">
D Mart
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">
Brahma Suncity
</a>
</span>
</section>
</div>
</div>
</div>
</article>
<article>
<div>
<div>
<div class="nb__2JHKO" id="8a9fae827aeb484e017aeba5360c2dba" itemscope="" itemtype="http://schema.org/">
<section class="nb__37AJO">
<div class="nb__sDz3z">
<a class="nb__3CnI6" href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/8a9fae827aeb484e017aeba5360c2dba/detail" itemprop="url" target="_blank" title="2 BHK Flat For Sale In Eden Garden, In Viman Nagar">
<h2 class="heading-6 font-semi-bold nb__1AShY">
<span itemprop="name">
2 BHK Flat For Sale In Eden Garden, In Viman Nagar
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z">
</path>
</svg>
</h2>
</a>
<div class="nb__35Ol7">
<div class="nb__2CMjv">
Viman Nagar, Pune - 411014, Maharashtra, INDIA.
</div>
<span>
<img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/>
<a href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/8a9fae827aeb484e017aeba5360c2dba/detail#explore-nearby" id="exploreNearbuy" target="_blank">
Explore Nearby
</a>
</span>
</div>
<span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event">
<span itemprop="startDate">
2021-08-02
</span>
<span itemprop="name">
2 BHK Flat For Sale In Eden Garden, In Viman Nagar
</span>
<span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<span itemprop="name">
Viman Nagar, Pune - 411014, Maharashtra, INDIA.
</span>
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
2 BHK Flat For Sale In Eden Garden, In Viman Nagar
</span>
<span itemprop="streetAddress">
Viman Nagar
</span>
<span itemprop="addressLocality">
pune
</span>
<span class="display-none" itemprop="postalCode">
</span>
</span>
</span>
<span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer">
</span>
</span>
<span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
2 BHK Flat For Sale In Eden Garden, In Viman Nagar
</span>
<span itemprop="streetAddress">
Viman Nagar
</span>
<span itemprop="addressLocality">
pune
</span>
<span itemprop="addressRegion">
READY
</span>
</span>
<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
<meta content="18.5603214" itemprop="latitude"/>
<meta content="73.91451219999999" itemprop="longitude"/>
</span>
</div>
<meta content="Viman Nagar, Pune - 411014, Maharashtra, INDIA." itemprop="name"/>
<meta content="INR undefined - INR 0" itemprop="priceRange"/>
<meta content="7208015217" itemprop="telephone"/>
<div class="nb__8tDR5">
<div class="nb__5Wffm">
<span class="nb__2ZX2f">
</span>
</div>
<div class="nb__5Wffm">
<span class="nb__1J19L">
</span>
</div>
</div>
</section>
<div class="nb__2mJqs">
<div class="nb__17R6o">
<div class="nb__2NPHR nb__1imT-">
<meta content="Title verification and loan availability" itemprop="name"/>
<span class="nb__2di3N">
<span class="nb__3cC_v nb__2fCmT">
Not under loan
</span>
<span class="nb__2w-FV nb__1nquT">
<span>
₹
</span>
</span>
</span>
</div>
<div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue">
<meta content="Minimum Rent" itemprop="name"/>
<meta content="INR" itemprop="unitCode"/>
<div class="nb__3oNyC">
1,090 sqft
</div>
</div>
<div class="heading-7">
Builtup
</div>
</div>
<div class="nb__2NPHR">
<meta content="RoomTypes Available" itemprop="name"/>
<div class="font-semi-bold heading-6" id="roomType">
<span>
₹
</span>
49,863/Month
</div>
<div class="heading-7">
Estimated EMI
</div>
</div>
<div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6">
<meta content="Minimum Deposit" itemprop="name"/>
<span>
₹
<!-- -->
87 Lacs
</span>
</div>
<div class="heading-7">
₹7,982 per sq.ft.
</div>
</div>
</div>
<div class="nb__U2LYs">
<div class="nb__38j1T">
<div>
<div class="nb__3fKz2">
<svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0V0z" fill="none" opacity=".87">
</path>
<path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z">
</path>
</svg>
<div class="lazyload-placeholder" style="height:auto">
</div>
<svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M24 24H0V0h24v24z" fill="none" opacity=".87">
</path>
<path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z">
</path>
</svg>
<div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)">
</div>
<span class="nb__119oN">
8
<!-- -->
Photos
</span>
</div>
<meta content="8a9fae827aeb484e017aeba5360c2dba_96245_714154_medium.jpg" itemprop="image"/>
</div>
</div>
<div class="nb__2bk24">
<div class="nb__3uxlL">
<div class="nb__iyHFe">
<div class="nb__3OQDk">
<div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div class="nb__2e3cc">
<div>
<div>
East
</div>
<div class="">
<div class="heading-7 nb__29QSM">
Facing
</div>
</div>
</div>
</div>
</div>
<div class="nb__1nhEF">
<div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
2 BHK
</div>
<div class="heading-7 nb__29QSM">
Property Type
</div>
</div>
</div>
</div>
<div class="nb__qF5y-">
<div class="nb__fQJTh">
<div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div>
<div>
2
</div>
<div class="heading-7 nb__29QSM">
Bathrooms
</div>
</div>
</div>
<div class="nb__3YWT7">
<div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
Bike and Car
</div>
<div class="heading-7 nb__29QSM">
Parking
</div>
</div>
</div>
</div>
</div>
<div class="nb__1heyI">
<button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">
Get Owner Details
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button">
<span class="shortlist-icon">
<svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z">
</path>
</svg>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button">
<span>
<img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
</div>
</div>
</div>
</div>
<section class="nb__pwVW5">
<span class="nb__2Y4a2">
Nearby:
</span>
<span class="nb__oLKcI">
<a class="nb__1-FXn" href="/flats-for-sale-near-central_mall_erandwane_pune" target="_blank">
Central Mall
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-city_pride_mangala_multiplex_shivaji_nagar_pune" target="_blank">
City Pride Mangala Multiplex
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-durvankur_dining_hall_sadashiv_peth_pune" target="_blank">
Durvankur Dining Hall
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-wadeshwar_fc_deccan_gymkhana_pune" target="_blank">
Wadeshwar FC
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-model_colony_pune" target="_blank">
Model Colony
</a>
</span>
</section>
</div>
</div>
</div>
</article>
<article>
<div>
<div>
<div class="nb__2JHKO" id="ff8081816534813c01653532fbd30bf9" itemscope="" itemtype="http://schema.org/">
<section class="nb__37AJO">
<div class="nb__sDz3z">
<a class="nb__3CnI6" href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/ff8081816534813c01653532fbd30bf9/detail" itemprop="url" target="_blank" title="2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar">
<h2 class="heading-6 font-semi-bold nb__1AShY">
<span itemprop="name">
2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar
</span>
<svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z">
</path>
</svg>
</h2>
</a>
<div class="nb__35Ol7">
<div class="nb__2CMjv">
Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day
</div>
<span>
<img alt="location" src="https://assets.nobroker.in/nb-new/public/List-Page/list_location_icon.png"/>
<a href="/property/buy/2-bhk-apartment-for-sale-in-viman-nagar-pune/ff8081816534813c01653532fbd30bf9/detail#explore-nearby" id="exploreNearbuy" target="_blank">
Explore Nearby
</a>
</span>
</div>
<span class="display-none" itemprop="event" itemscope="" itemtype="http://schema.org/Event">
<span itemprop="startDate">
2021-05-05
</span>
<span itemprop="name">
2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar
</span>
<span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
<span itemprop="name">
Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day
</span>
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar
</span>
<span itemprop="streetAddress">
Viman Nagar
</span>
<span itemprop="addressLocality">
pune
</span>
<span class="display-none" itemprop="postalCode">
</span>
</span>
</span>
<span itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer">
</span>
</span>
<span class="display-none" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="areaServed">
2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar
</span>
<span itemprop="streetAddress">
Viman Nagar
</span>
<span itemprop="addressLocality">
pune
</span>
<span itemprop="addressRegion">
READY
</span>
</span>
<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
<meta content="18.560676845976253" itemprop="latitude"/>
<meta content="73.91403351712721" itemprop="longitude"/>
</span>
</div>
<meta content="Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day" itemprop="name"/>
<meta content="INR undefined - INR 0" itemprop="priceRange"/>
<meta content="7208015217" itemprop="telephone"/>
<div class="nb__8tDR5">
<div class="nb__5Wffm">
<span class="nb__2ZX2f">
</span>
</div>
<div class="nb__5Wffm">
<span class="nb__1J19L">
</span>
</div>
</div>
</section>
<div class="nb__2mJqs">
<div class="nb__17R6o">
<div class="nb__2NPHR nb__1imT-">
<meta content="Title verification and loan availability" itemprop="name"/>
<span class="nb__2di3N">
<span class="nb__3cC_v nb__2fCmT">
Not under loan
</span>
<span class="nb__2w-FV nb__1nquT">
<span>
₹
</span>
</span>
</span>
</div>
<div class="nb__2NPHR" itemprop="additionalProperty" itemscope="" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue">
<meta content="Minimum Rent" itemprop="name"/>
<meta content="INR" itemprop="unitCode"/>
<div class="nb__3oNyC">
875 sqft
</div>
</div>
<div class="heading-7">
Builtup
</div>
</div>
<div class="nb__2NPHR">
<meta content="RoomTypes Available" itemprop="name"/>
<div class="font-semi-bold heading-6" id="roomType">
<span>
₹
</span>
42,985/Month
</div>
<div class="heading-7">
Estimated EMI
</div>
</div>
<div class="nb__2NPHR" id="minDeposit" itemprop="valueReference" itemtype="http://schema.org/PropertyValue">
<div class="font-semi-bold heading-6">
<meta content="Minimum Deposit" itemprop="name"/>
<span>
₹
<!-- -->
75 Lacs
</span>
</div>
<div class="heading-7">
₹8,571 per sq.ft.
</div>
</div>
</div>
<div class="nb__U2LYs">
<div class="nb__38j1T">
<div>
<div class="nb__3fKz2">
<svg aria-hidden="true" class="jss1 nb__9aJiN" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0V0z" fill="none" opacity=".87">
</path>
<path d="M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z">
</path>
</svg>
<div class="lazyload-placeholder" style="height:auto">
</div>
<svg aria-hidden="true" class="jss1 nb__1PxD8" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M24 24H0V0h24v24z" fill="none" opacity=".87">
</path>
<path d="M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z">
</path>
</svg>
<div class="nb__O2rDx" style="background-image:url(https://assets.nobroker.in/nb-new/public/List-Page/open_in_full.png)">
</div>
<span class="nb__119oN">
6
<!-- -->
Photos
</span>
</div>
<meta content="ff8081816534813c01653532fbd30bf9_61162_medium.jpg" itemprop="image"/>
</div>
</div>
<div class="nb__2bk24">
<div class="nb__3uxlL">
<div class="nb__iyHFe">
<div class="nb__3OQDk">
<div class="nb__GREa7" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div class="nb__2e3cc">
<div>
<div>
North
</div>
<div class="">
<div class="heading-7 nb__29QSM">
Facing
</div>
</div>
</div>
</div>
</div>
<div class="nb__1nhEF">
<div class="nb__2aW4g" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
2 BHK
</div>
<div class="heading-7 nb__29QSM">
Property Type
</div>
</div>
</div>
</div>
<div class="nb__qF5y-">
<div class="nb__fQJTh">
<div class="nb__8dQDA" style="background-image:url(https://assets.nobroker.in/static/img/listing-page-sprite_2.png)">
</div>
<div>
<div>
2
</div>
<div class="heading-7 nb__29QSM">
Bathrooms
</div>
</div>
</div>
<div class="nb__3YWT7">
<div class="nb__2IMzv" style="background-image:url(https://assets.nobroker.in/static/img/commercial/commercial_icons.png)">
</div>
<div>
<div>
Bike and Car
</div>
<div class="heading-7 nb__29QSM">
Parking
</div>
</div>
</div>
</div>
</div>
<div class="nb__1heyI">
<button class="property-card-contact-owner-btn btn btn-primary btn-md" id="getOwnerDetails" type="button">
Get Owner Details
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="shortlistProperty" type="button">
<span class="shortlist-icon">
<svg aria-hidden="true" class="jss1 image-icon" focusable="false" role="presentation" viewbox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none">
</path>
<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z">
</path>
</svg>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
<button class="property-card-action-icon-btn btn btn-none btn-md" id="abuseReport" type="button">
<span>
<img alt="" src="https://assets.nobroker.in/static/img/resale/report_abuse_2.png"/>
</span>
<span class="tooltip-trigger-text">
</span>
</button>
</div>
</div>
</div>
</div>
<section class="nb__pwVW5">
<span class="nb__2Y4a2">
Nearby:
</span>
<span class="nb__oLKcI">
<a class="nb__1-FXn" href="/flats-for-sale-near-weikfield_it_citi_info_park_viman_nagar_pune" target="_blank">
Weikfield IT Citi Info Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-trion_business_park_wadgaon_sheri_pune" target="_blank">
Trion Business Park
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-pvr_viman_nagar_pune" target="_blank">
PVR
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-d_mart_new_kalyani_nagar_pune" target="_blank">
D Mart
</a>
<a class="nb__1-FXn" href="/flats-for-sale-near-brahma_suncity_pune" target="_blank">
Brahma Suncity
</a>
</span>
</section>
</div>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
<div class="nb__3R4-S">
<div id="bannerCardConatiner">
<div class="nb__2Rw_m">
<div class="heading-6 text-primary nb__2gHtb">
Quick links
</div>
<div class="nb__3w-Zh">
People also searched for
</div>
<ul>
<li itemscope="" itemtype="http://schema.org/ListItem">
<meta content="1" itemprop="position"/>
<h3 class="" id="quickLinks">
<a class="cursor" href="/flats-for-sale-in-sanjay_park_pune" itemprop="url" target="_blank" title="Flats in Sanjay Park ">
<span itemprop="name">
Flats in Sanjay Park for sale
</span>
</a>
</h3>
</li>
<li itemscope="" itemtype="http://schema.org/ListItem">
<meta content="2" itemprop="position"/>
<h3 class="" id="quickLinks">
<a class="cursor" href="/flats-for-sale-in-new_kalyani_nagar_pune" itemprop="url" target="_blank" title="Flats in New Kalyani Nagar ">
<span itemprop="name">
Flats in New Kalyani Nagar for sale
</span>
</a>
</h3>
</li>
<li itemscope="" itemtype="http://schema.org/ListItem">
<meta content="3" itemprop="position"/>
<h3 class="" id="quickLinks">
<a class="cursor" href="/flats-for-sale-in-viman_nagar_pune" itemprop="url" target="_blank" title="Flats in Viman Nagar ">
<span itemprop="name">
Flats in Viman Nagar for sale
</span>
</a>
</h3>
</li>
<li itemscope="" itemtype="http://schema.org/ListItem">
<meta content="4" itemprop="position"/>
<h3 class="" id="quickLinks">
<a class="cursor" href="/flats-for-sale-in-mundhwa_pune" itemprop="url" target="_blank" title="Flats in Mundhwa ">
<span itemprop="name">
Flats in Mundhwa for sale
</span>
</a>
</h3>
</li>
<li itemscope="" itemtype="http://schema.org/ListItem">
<meta content="5" itemprop="position"/>
<h3 class="" id="quickLinks">
<a class="cursor" href="/flats-for-sale-in-yerawada_pune" itemprop="url" target="_blank" title="Flats in Yerawada ">
<span itemprop="name">
Flats in Yerawada for sale
</span>
</a>
</h3>
</li>
<li itemscope="" itemtype="http://schema.org/ListItem">
<meta content="6" itemprop="position"/>
<h3 class="" id="quickLinks">
<a class="cursor" href="/flats-for-sale-in-chandan_nagar_pune" itemprop="url" target="_blank" title="Flats in Chandan Nagar ">
<span itemprop="name">
Flats in Chandan Nagar for sale
</span>
</a>
</h3>
</li>
</ul>
</div>
<a class="cursor" href="/redirectUrl?redirectUrl=https://www.nobroker.in/prophub/legal-assistance/buy?click=&nbFr=LIST-SIDECARD&utm_campaign=legaldocs&utm_source=nblist" rel="noopener noreferrer" style="height:fit-content;display:block" target="_blank">
<img alt="legalAssistance" height="310px" src="/nb-new/aaaa9f931ec7d428fe1c211ccad8b016.png" style="margin-bottom:10px" width="190px"/>
</a>
<a class="cursor" href="/redirectUrl?redirectUrl=https://www.nobroker.in/prophub/interior-designers/home-interior-designers&id=&type=painting&utm_source=listSideCard&utm_medium=desktopBanner&nbFr=listSideCard" rel="noopener noreferrer" style="height:fit-content;display:block" target="_blank">
<img alt="interiors" height="310px" src="/nb-new/5be25eba983f46f9b19078ce6f4b691b.png" style="margin-bottom:10px" width="190px"/>
</a>
<a class="cursor" href="https://nobroker.in/redirectUrl?redirectUrl=/cleaning-services-in-undefined&nbFr=LIST-SIDECARD-undefined" rel="noopener noreferrer" style="height:fit-content;display:block" target="_blank">
<img alt="cleaning" height="310px" src="/nb-new/7c642a685be3007f6dd41133ed518358.png" style="margin-bottom:10px" width="190px"/>
</a>
<a class="cursor" href="/redirectUrl?redirectUrl=https://www.nobroker.in/prophub/home-loan/check-eligibility/?click=&nbFr=LIST-SIDECARD&utm_medium=listPage&utm_source=desktopBanner" rel="noopener noreferrer" style="height:fit-content;display:block" target="_blank">
<img alt="loanEligibility" height="310px" src="/nb-new/ab67564b94ce345a477c6667c67bf688.png" style="margin-bottom:10px" width="190px"/>
</a>
</div>
</div>
</div>
</main>
</div>
</div>
<script>
window.__LOADABLE_REQUIRED_CHUNKS__ = [0,1,2,3,22];
</script>
<script async="" data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~50604b91/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~50604b91.b87d9a2bc1a8908607db.chunk.js">
</script>
<script async="" data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~3b765eec/vendors~bproject~careers~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalserv~3b765eec.74527d2d094945018451.chunk.js">
</script>
<script async="" data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~44694251/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~44694251.f1ee540140a86d992ea4.chunk.js">
</script>
<script async="" data-chunk="listPage" src="https://assets.nobroker.in/nb-new/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~da8e7cab/vendors~bproject~chat~chats~cpms-kyc~creditScore~detailPage~home~home-services~kyr~legalservices~lis~da8e7cab.d719cd18ba612a0f0940.chunk.js">
</script>
<script async="" data-chunk="listPage" src="https://assets.nobroker.in/nb-new/listPage/listPage.8fc8b042b5ec63a768d5.chunk.js">
</script>
<script async="" data-chunk="main" src="https://assets.nobroker.in/nb-new/vendor/vendor.19656bb38bb12ac9a2ae.chunk.js">
</script>
<script async="" data-chunk="main" src="https://assets.nobroker.in/nb-new/main.d29704df45e3f5b3a61a.js">
</script>
<img height="1" id="adobe-event" src="" style="display: none" width="1"/>
<noscript>
If you're seeing this message, that means
<strong>
JavaScript has been disabled on your browser
</strong>
, please
<strong>
enable JS
</strong>
to make this app work.
</noscript>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-NDNFVM5" style="display:none;visibility:hidden" width="0">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<script>
digitalData={},window.isGAinit=!1
</script>
</body>
</html>
# Broker
house_title=Soup.find_all("h2",class_="heading-6 font-semi-bold nb__1AShY")
house_title
[<h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Kadu Malhar Villa In Pune</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2>, <h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2>, <h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Vrundavan In Pune Manjri Road</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2>, <h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">3 BHK Flat For Sale In Jhankar Chs In Viman Nagar</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2>, <h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri </span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2>, <h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Apartment For Sale In Balaji Serenity In Wadgaon Sheri</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2>, <h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2>, <h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">1 BHK Flat For Sale In Sankalp Nagari In Dhanori</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2>, <h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">2 BHK Flat For Sale In Eden Garden, In Viman Nagar</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2>, <h2 class="heading-6 font-semi-bold nb__1AShY"><span itemprop="name">2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar</span> <svg aria-hidden="true" class="jss1" focusable="false" role="presentation" viewbox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path></svg></h2>]
House_title=[]
for i in house_title:
House_title.append(i.text.replace("\n",""))
House_title
['1 BHK Flat For Sale In Kadu Malhar Villa In Pune ', '1 BHK Flat For Sale In Flat No. 305, B Wing, Chintamani Vishwa, Railkar Hospital Chya Bajula, Kadamwak Vasti Loni Kalbhor Pune In Pune Loni Kalbhor ', '1 BHK Flat For Sale In Vrundavan In Pune Manjri Road ', '3 BHK Flat For Sale In Jhankar Chs In Viman Nagar ', '1 BHK Flat For Sale In Shrishti Center In Wadgaon Sheri ', '1 BHK Apartment For Sale In Balaji Serenity In Wadgaon Sheri ', '1 BHK Flat For Sale In Sadguru Hambirbaba Society In Wadgaon Sheri ', '1 BHK Flat For Sale In Sankalp Nagari In Dhanori ', '2 BHK Flat For Sale In Eden Garden, In Viman Nagar ', '2 BHK Flat For Sale In Siddhi Vinayak Corona In Viman Nagar ']
location=Soup.find_all("div",class_="nb__2CMjv")
location
[<div class="nb__2CMjv">Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.</div>, <div class="nb__2CMjv">Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune</div>, <div class="nb__2CMjv">udaycolani</div>, <div class="nb__2CMjv">Samrat Ashok Rd NEAR Novotel Hotel</div>, <div class="nb__2CMjv">Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India</div>, <div class="nb__2CMjv"><a class="nb__17tcx" href="/balaji-serenity-pune_pune-prjt-5ba3f029714b56aa08575195" target="_blank">Balaji Serenity </a> <!-- -->Off Pune Nagar Road, Near Christ College</div>, <div class="nb__2CMjv">29/A, Sankalp Nagri, Ramwadi, Near Christ College</div>, <div class="nb__2CMjv">Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. </div>, <div class="nb__2CMjv">Viman Nagar, Pune - 411014, Maharashtra, INDIA.</div>, <div class="nb__2CMjv">Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day</div>]
Location=[]
for i in location:
Location.append(i.text.replace("\n",""))
Location
['Behind Water Purification Plant, Jejuri, Pune, Maharashtra, INDIA.', 'Flat no. 305, b wing, chintamani vishwa, railkar hospital chya bajula, kadamwak vasti pune', 'udaycolani', 'Samrat Ashok Rd NEAR Novotel Hotel', 'Srishti Center, Sankalp Nagri, Ramwadi, Vadgaon Sheri, Pune, Maharashtra, India', 'Balaji Serenity \xa0 Off Pune Nagar Road, Near Christ College', '29/A, Sankalp Nagri, Ramwadi, Near Christ College', 'Parande Nagar, Dhanori, Pune-411015, Maharashtra, INDIA. ', 'Viman Nagar, Pune - 411014, Maharashtra, INDIA.', 'Vimannagar Nagar Road,Near Blue Dart DHL Express Ltd,Café Coffee Day']
area=Soup.find_all("div",class_="nb__3oNyC")
area
[<div class="nb__3oNyC">598 sqft</div>, <div class="nb__3oNyC">565 sqft</div>, <div class="nb__3oNyC">500 sqft</div>, <div class="nb__3oNyC">1,000 sqft</div>, <div class="nb__3oNyC">300 sqft</div>, <div class="nb__3oNyC">618 sqft</div>, <div class="nb__3oNyC">700 sqft</div>, <div class="nb__3oNyC">500 sqft</div>, <div class="nb__3oNyC">1,090 sqft</div>, <div class="nb__3oNyC">875 sqft</div>]
Area=[]
for i in area:
Area.append(i.text.replace("\n",""))
Area
['598 sqft', '565 sqft', '500 sqft', '1,000 sqft', '300 sqft', '618 sqft', '700 sqft', '500 sqft', '1,090 sqft', '875 sqft']
emi=Soup.find_all("div",class_="font-semi-bold heading-6",id="roomType")
emi
[<div class="font-semi-bold heading-6" id="roomType"><span>₹</span>11,462/Month</div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>12,609/Month</div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>10,316/Month</div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>48,717/Month</div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>19,486/Month</div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>26,937/Month</div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>25,791/Month</div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>12,609/Month</div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>49,863/Month</div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>42,985/Month</div>]
EMI=[]
for i in emi:
EMI.append(i.text.replace("\n",""))
EMI
['₹11,462/Month', '₹12,609/Month', '₹10,316/Month', '₹48,717/Month', '₹19,486/Month', '₹26,937/Month', '₹25,791/Month', '₹12,609/Month', '₹49,863/Month', '₹42,985/Month']
price=Soup.find_all("div",class_="font-semi-bold heading-6")
price
[<div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">598 sqft</div></div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>11,462/Month</div>, <div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->20 Lacs</span></div>, <div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">565 sqft</div></div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>12,609/Month</div>, <div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->22 Lacs</span></div>, <div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">500 sqft</div></div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>10,316/Month</div>, <div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->18 Lacs</span></div>, <div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">1,000 sqft</div></div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>48,717/Month</div>, <div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->85 Lacs</span></div>, <div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">300 sqft</div></div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>19,486/Month</div>, <div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->34 Lacs</span></div>, <div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">618 sqft</div></div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>26,937/Month</div>, <div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->47 Lacs</span></div>, <div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">700 sqft</div></div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>25,791/Month</div>, <div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->45 Lacs</span></div>, <div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">500 sqft</div></div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>12,609/Month</div>, <div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->22 Lacs</span></div>, <div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">1,090 sqft</div></div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>49,863/Month</div>, <div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->87 Lacs</span></div>, <div class="font-semi-bold heading-6" id="minRent" itemprop="valueReference" itemscope="" itemtype="http://schema.org/PropertyValue"><meta content="Minimum Rent" itemprop="name"/><meta content="INR" itemprop="unitCode"/><div class="nb__3oNyC">875 sqft</div></div>, <div class="font-semi-bold heading-6" id="roomType"><span>₹</span>42,985/Month</div>, <div class="font-semi-bold heading-6"><meta content="Minimum Deposit" itemprop="name"/><span>₹<!-- -->75 Lacs</span></div>]
Price=[]
for i in price:
for j in i.find_all("span"):
Price.append(j.text.replace("\n",""))
Price[1:20:2]
['₹20 Lacs', '₹22 Lacs', '₹18 Lacs', '₹85 Lacs', '₹34 Lacs', '₹47 Lacs', '₹45 Lacs', '₹22 Lacs', '₹87 Lacs', '₹75 Lacs']
import pandas as pd
df=pd.DataFrame({})
df["House_title"]=House_title[:10]
df["Location"]=Location[:10]
df["Area"]=Area[:10]
df["EMI"]=EMI[:10]
df["Price"]=Price[:10]
df
| House_title | Location | Area | EMI | Price | |
|---|---|---|---|---|---|
| 0 | 1 BHK Flat For Sale In Kadu Malhar Villa In ... | Behind Water Purification Plant, Jejuri, Pune,... | 598 sqft | ₹11,462/Month | ₹ |
| 1 | 1 BHK Flat For Sale In Flat No. 305, B Wing... | Flat no. 305, b wing, chintamani vishwa, ra... | 565 sqft | ₹12,609/Month | ₹20 Lacs |
| 2 | 1 BHK Flat For Sale In Vrundavan In Pune Man... | udaycolani | 500 sqft | ₹10,316/Month | ₹ |
| 3 | 3 BHK Flat For Sale In Jhankar Chs In Viman ... | Samrat Ashok Rd NEAR Novotel Hotel | 1,000 sqft | ₹48,717/Month | ₹22 Lacs |
| 4 | 1 BHK Flat For Sale In Shrishti Center In Wa... | Srishti Center, Sankalp Nagri, Ramwadi, Vadgao... | 300 sqft | ₹19,486/Month | ₹ |
| 5 | 1 BHK Apartment For Sale In Balaji Serenity ... | Balaji Serenity Off Pune Nagar Road, Near C... | 618 sqft | ₹26,937/Month | ₹18 Lacs |
| 6 | 1 BHK Flat For Sale In Sadguru Hambirbaba So... | 29/A, Sankalp Nagri, Ramwadi, Near Christ Col... | 700 sqft | ₹25,791/Month | ₹ |
| 7 | 1 BHK Flat For Sale In Sankalp Nagari In Dha... | Parande Nagar, Dhanori, Pune-411015, Maharasht... | 500 sqft | ₹12,609/Month | ₹85 Lacs |
| 8 | 2 BHK Flat For Sale In Eden Garden, In Vima... | Viman Nagar, Pune - 411014, Maharashtra, INDIA. | 1,090 sqft | ₹49,863/Month | ₹ |
| 9 | 2 BHK Flat For Sale In Siddhi Vinayak Corona... | Vimannagar Nagar Road,Near Blue Dart DHL Expre... | 875 sqft | ₹42,985/Month | ₹34 Lacs |